@charset "UTF-8";
/* ---------------------------------------------------------
   voice.css【お客様の声】
----------------------------------------------------------*/
.mainvidual h1{
	text-align: center;
}
.voice-ttl{
	padding: 70px 0 40px;
}
.voice-ttl h3{
	float: none;
	height: 50px;
	line-height: 50px;
	font-size: 32px;
	margin-bottom: 0;
}
#voice_list ul{
}
#voice_list ul li{
	float: left;
	width: calc((99.99% / 3) - 20px);
	margin-right: 30px;
	margin-bottom: 50px;
}
#voice_list ul li:nth-child(3n) {
  margin-right: 0;
}
#voice_list ul li .name{
	margin-top: 20px;
	font-size: 16px;
}
#voice_list ul li .sl-plan{
	margin-top: 15px;
	line-height: 1.4;
}
#voice_movie ul{
	margin-bottom: 60px;
}
#voice_movie ul li {
	float: left;
	width: calc((99.99% / 3) - 12px);
	margin-right: 18px;
	margin-bottom: 20px;
}
#voice_movie ul li:nth-child(3n) {
  margin-right: 0;
}

#voice_list ul li img,#voice_movie ul li img {
  width: 100%;
}


#detail_container .customer_name{
	font-size: 16px;
    padding: 10px 0;
    font-weight: bold;
}
#detail_container .question{
	margin-top: 30px;
}
#detail_container .question li{
	float: left;
	width: calc(50% - 20px);
	margin-right: 40px;
}
#detail_container .question li.textMax{
	width: 100%;
}
#detail_container .question li:last-child{
	margin-right: 0;
	font-size: 18px;
	line-height: 2;
}
#detail_container .question li img{
	width: 100%;
}
#detail_container .ab-tbl_wrap{
	margin-top: 60px;
}
#detail_container .about{
	float: left;
	width: calc(50% - 15px);
	margin-right: 30px;
}
#detail_container .about:last-child{
	margin-right: 0;
}
#detail_container .about th,
#detail_container .about td{
	padding: 20px;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	vertical-align: middle;
	border: 1px solid #f1f2f6;
}
#detail_container .about th{
	line-height: 1.5;
	background-color: #f8deb5;
	font-weight: 900;
}
#detail_container .about td.color{
	width: 100px;
	background-color: #fdf4e6;
}
#voice_link{
	margin-top: 60px;
}
#voice_photos{
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	margin: 80px 0 100px;
}
#voice_photos #voice_photo_after{
    width: 58%;
	text-align: center;
}
#voice_photos #voice_photo_after p{
	background-color: #eb6120;
	color: #fff;
	position: relative;
	width: 200px;
	padding:15px 0;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	border-radius: 10px;
	margin: -25px auto 0 auto;
}
#voice_photos #voice_photo_before{
    width: 38%;
	text-align: center;
}
#voice_photos #voice_photo_before p{
	background-color: #fff;
	border:solid 2px #ccc;
	color: #666;
	position: relative;
	width: 200px;
	padding:15px 0;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	border-radius: 10px;
	    margin: -25px auto 0 auto;
}
#detail_container .about {
    margin-bottom: 100px;
}　
section.qanda {
    margin-top: 60px;
}
section.qanda h1 {
    
    position: relative;
    font-size: 28px;
    line-height: 30px;
    font-weight: bold;
    padding: 0 0 15px 40px;
    margin-bottom: 30px;
    border-bottom: 3px solid #eb6120;
   
}
section.qanda h1::before {
    position: absolute;
    left: 0;
    content: "";
    height: 30px;
    width: 30px;
    background: url(../img/case/icon-fukudashi.png) center / cover no-repeat;
}
section.qanda h2 {
    margin: 20px 0;
    font-size: 24px;
    color: #eb6120;
}
section.qanda dt {
    font-weight: bold;
    margin: 5px 5px 7px 40px;
    font-size: 120%;
    position: relative;
    line-height: 1.5rem;
}
section.qanda dt::before {
   content: 'Q';
    display: inline-block;
    background-color: #eb6120;
    color: #fff;
    border-radius: 50%;
    padding: 5px 8px 8px 8px;
    margin-right: 5px;
    position: absolute;
    left: -35px;
    top: -2px;
    line-height: 1rem;
}
section.qanda dd {
     margin: 5px 5px 30px 40px;
    font-size: 110%;
    position: relative;
    line-height: 1.5rem;
}
section.qanda dd::before {
   content: 'A';
    display: inline-block;
    background-color: #fdf4e6;
    color: #eb6120;
    border-radius: 50%;
    padding: 3px 8px 7px 8px;
    margin-right: 5px;
    font-weight: bold;
    border: solid 1px #eb6120;
    position: absolute;
    left: -35px;
    top: 0px;
    line-height: 1rem;
}

@media screen and (max-width: 1000px) {
	.voice-ttl{
		padding: 60px 0 30px;
	}
	.voice-ttl h3 {
    height: auto;
    line-height: 40px;
    font-size: 26px;
	}
	#voice_list ul li{
		margin-bottom: 30px;
	}
	#voice_list ul li .name {
    margin-top: 15px;
    font-size: 14px;
	}
	#voice_list ul li .sl-plan {
    margin-top: 10px;
	}
	#detail_container .question li:last-child{
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	#detail_container .question{
		margin-top: 10px
	}
	#detail_container .question li {
    float: none;
    width: 100%;
    margin-right: 0;
	}
	#detail_container .question li:last-child{
		margin-top: 20px;
	}
	#detail_container .customer_name{
		font-size: 16px;
		text-align: center;
	}
	.voice-ttl{
		padding: 40px 0 20px;
	}
	.voice-ttl h3{
		float: none;
		height: auto;
		line-height: 30px;
		font-size: 22px;
	}
	#voice_list ul li,#voice_movie ul li{
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	#voice_movie .l-line::before,#voice_movie .l-line::after{
		height: 15px;
	}
	#voice_movie ul {
    margin-bottom: 30px;
	}
	#detail_container .about {
		float: none;
		width: 100%;
		margin-right: 0;
	}
	#detail_container .about:first-child{
		margin-bottom: 20px;
	}
	#detail_container .about td.color {
		width: auto;
	}
	#detail_container .about th, #detail_container .about td {
		display: block;
		padding: 10px;
		font-size: 13px;
		line-height: 18px;
	}
	#voice_link {
    margin-top: 30px;
	}
#voice_photos{
	display: block;
	margin: 50px 0 80px;
}
#voice_photos #voice_photo_after{
	width: 90%;
	margin: 0 auto 60px;
}
#voice_photos #voice_photo_before{
	width: 60%;
	margin: 0 auto;
}
#voice_photos #voice_photo_after p {
    width: 130px;
    padding: 10px 0;
    font-size: 18px;
	margin-top: -20px;
}
#voice_photos #voice_photo_before p {
	width: 130px;
    padding: 10px 0;
    font-size: 18px;
	margin-top: -20px;
}

}
.voice_youtube{
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.voice_youtube li{
    width: calc((100% / 3) - 20px);
}
.voice_youtube_video{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.voice_youtube_video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}
