@charset "utf-8";
/* CSS Document */


.bg-color{
	width:100%;
	margin:auto;
	padding:0;
	text-align:left;
	background-color:#edeff0;
}
.bg-green{
	background-color:#E8F1E2;
}
.bg-blue{
	background-color:#E2ECF1;
}
.bg-orange{
	background-color:#F1E4E2;
}

/*******************************************************/
.voice-contents{
	width:1024px;
	margin:auto;
	padding:50px 0;
}
	
@media screen and ( max-width:959px) {
.voice-contents{
	width:90%;
}
}
/*******************************************************/
.voice{
	width:330px;
	margin-right:17px;
	float:left;
	height:540px;
	margin-bottom:17px;
	display:block;
	text-decoration:none;
}
.voice:nth-child(3n){
	margin-right:0;
}
.voice:hover{
	-webkit-transition: 1.0s ease-in-out;
	-moz-transition: 1.0s ease-in-out;
	-o-transition: 1.0s ease-in-out;
	transition: 1.0s ease-in-out;
}
	
@media screen and ( max-width:959px) {
.voice{
	width:48%;
	margin:0 1%;
}
}
	
@media screen and (min-width:0px) and ( max-width:599px) {
.voice{
	float:none;
	width:100%;
	height:inherit;
	margin:0;
	margin-bottom:40px;
	
	display:block;
	text-decoration:none;
		
	position:relative;
}
}
/*******************************************************/
.voice .image{
	width:330px;
	height:430px;
	background-position:50% 20px;
	background-size:280px auto;
	background-repeat:no-repeat;
}
.voice .image-kiriya{
	background-image:url(../voice_data/photo_kiriya.png);
}
.voice .image-kiuchi{
	background-image:url(../voice_data/photo_kiuchi.png);
}
.voice .image-atsumi{
	background-image:url(../voice_data/photo_atsumi.png);
}
.voice:hover .image{	
	background-position:50% 0%;
}
	
@media screen and (min-width:0px) and ( max-width:599px) {
.voice .image{
	width:40%;
	margin-left:5%;
	margin-right:0%;
	background-size:cover;
	background-position:100% 0%;
	height:120px;
	float:left;
	
	position:absolute;
	right:0;
	bottom:0;
	
	z-index:100;
}
}

/*******************************************************/
.introduce{
	width:250px;
	margin:0 20px;
	background-color:#fff;
	height:140px;
	position:relative;
	top:-100px;
	padding:20px;
}
	
@media screen and (min-width:0px) and ( max-width:599px) {
.introduce{
	width:100%;
	margin:0;
	height:inherit;
	position:relative;
	box-sizing:border-box;
	padding:10px;
	padding-top:15px;
	top:0;
}
}
.introduce:hover{
	-webkit-transition: 1.0s ease-in-out;
	-moz-transition: 1.0s ease-in-out;
	-o-transition: 1.0s ease-in-out;
	transition: 1.0s ease-in-out;
}

.voice-blue:hover .introduce{
	background-color:#3392BF;
}
.voice-orange:hover .introduce{
	background-color:#F46A4D;
}
.voice-green:hover .introduce{
	background-color:#6BB937;
}

/*******************************************************/
.tub{
	font-size:14px;
	color:#FFF;
	width:auto;
	text-align:center;
	line-height:26px;
	position:absolute;
	top:-13px;
	left:26px;
	padding:0 20px;
}	
@media screen and (min-width:0px) and ( max-width:599px) {
.tub{
	font-size:12px;
	line-height:20px;
	position:absolute;
	top:-10px;
	left:10px;
	padding:0 5px;
}	
}
.voice-green .tub{
	background-color:#88cb58;
}
.voice-blue .tub{
	background-color:#67b1d6;
}
.voice-orange .tub{
	background-color:#F47324;
}

/*******************************************************/
.voice .introduce h2{
	margin:0;
	line-height:35px;
	height:70px;
	text-decoration:none;
	color:#000;
	margin:0;
	display:block;
}
	
@media screen and (min-width:0px) and ( max-width:599px) {
.voice .introduce h2{
	line-height:normal;
	height:inherit;
	font-size:16px;
	width:60%;
}
}
.voice:hover .introduce h2{
	color:#fff;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

/*******************************************************/
.voice .introduce hr{
	border:0;
	border-bottom:#ccc solid 1px;
	width:50%;
	text-align:left;
	display:block;
}
@media screen and (min-width:0px) and ( max-width:599px) {
.voice .introduce hr{
	width:50%;
	text-align:left;
	display:block;
	margin:5px 50% 5px 0;
}
}
.voice:hover .introduce hr{
	border-bottom:#fff solid 1px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

/*******************************************************/
.voice .introduce p{
	font-size:14px;
	text-decoration:none;
	color:#333;
	margin:0;
	display:block;
}
@media screen and (min-width:0px) and ( max-width:599px) {
.voice .introduce p{
	font-size:12px;
}
}
.voice:hover .introduce p{
	color:#fff;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

/*******************************************************/
.read-more{
	color:#FFF;
	width:100px;
	text-align:center;
	line-height:26px;
	position:absolute;
	bottom:0px;
	right:0px;
	color:#333;
	background-color:#fff;
	font-family: 'Rajdhani', sans-serif;
	padding-left:2px;
}
	
@media screen and (min-width:0px) and ( max-width:599px) {
.read-more{
	display:none;
}
}
.voice:hover .read-more{
	bottom:5px;
	right:5px;
	-webkit-transition: 1.0s ease-in-out;
	-moz-transition: 1.0s ease-in-out;
	-o-transition: 1.0s ease-in-out;
	transition: 1.0s ease-in-out;
}

.voice-green .read-more i{
	color:#6BB937;
}
.voice-blue .read-more i{
	color:#3392BF;
}
.voice-orange .read-more i{
	color:#F46A4D;
}

/*******************************************************/
/*******************************************************/
/*******************************************************/
.mv-green{
	background-color:#E6F4D9;
	border-bottom:#b3d465 solid 10px;
	border-top:#b3d465 solid 10px;
}
.mv-blue{
	background-color:#E3F9FB;
	border-bottom:#66e7f9 solid 10px;
	border-top:#66e7f9 solid 10px;
}
.mv-orange{
	background-color:#FEECE9;
	border-bottom:#f28a76 solid 10px;
	border-top:#f28a76 solid 10px;
}

/*******************************************************/
.mv-kiriya{
	background-image:url(../voice_data/mv_kiriya.png);
}
.mv-kiuchi{
	background-image:url(../voice_data/mv_kiuchi.png);
}
.mv-atsumi{
	background-image:url(../voice_data/mv_atsumi.png);
}	
@media screen and (min-width:0px) and ( max-width:599px) {
.mv-kiriya{
	background-image:url(../voice_data/mv_kiriya_sp.png);
}
.mv-kiuchi{
	background-image:url(../voice_data/mv_kiuchi_sp.png);
}
.mv-atsumi{
	background-image:url(../voice_data/mv_atsumi_sp.png);
}
}
/*******************************************************/
#voice .Q,
#voice .YELL{
	line-height:60px;
	padding-left:80px;
	font-weight:bold;
	font-size:22px;
	
	margin-top:40px;
	background-repeat:no-repeat;
}
#voice .Q:first-child{
	margin-top:0;
}
@media screen and (min-width:0px) and ( max-width:599px) {
#voice .Q,
#voice .YELL{
	font-size:16px;
	line-height:20px;
	min-height:40px;
	padding-left:55px;
	background-size:auto 40px;
	margin-bottom:10px;
	padding-top:10px;
}
}

/*******************************************************/
#voice .bg-green .Q{
	color:#6bb937;
	background-image:url(../../../mg_saiyou/voice_data/Q_green.png);
}
#voice .bg-blue .Q{
	background-image:url(../../../mg_saiyou/voice_data/Q_blue.png) ;
	color:#0DC9E5;
}
#voice .bg-orange .Q{
	background-image:url(../../../mg_saiyou/voice_data/Q_orange.png) ;
	color: #F46A4D;
}

/*******************************************************/
#voice .bg-green .YELL{
	background-image:url(../../../mg_saiyou/voice_data/YELL_green.png) ;
	color:#6bb937;
}
#voice .bg-blue .YELL{
	background-image: url(../../../mg_saiyou/voice_data/YELL_blue.png) ;
	color:#0DC9E5;
}
#voice .bg-orange .YELL{
	background-image: url(../../../mg_saiyou/voice_data/YELL_orange.png) ;
	color: #F46A4D;
}

/*******************************************************/
#voice .A{
	padding-left:80px;
}
@media screen and (min-width:0px) and ( max-width:599px) {
#voice .A{
	padding:0;
	font-size:14px;
}
}
/*******************************************************/
/*******************************************************/
/*******************************************************/
.schedule-kiriya{
	width:100%;
	height:auto;
	display:block;
}

.schedule-kiriya img{
	max-width:100%;
	height:auto;
}
