@charset "utf-8";



/*	お客様の声	*/
.kv-voice{ background: url("../img/contents/kv-voice.jpg") no-repeat center center;}


.read p{ text-align: center;}
.read p br{ display:none;}

.voice { position:relative; margin-bottom: 80px; padding-top: 60px;}
.voice:before,
.voice:after { content: ''; display:block; position:absolute; left: 0;}
.voice:before{ top: 1px; width: 100%; height: 2px; background: #ccc;}
.voice:after { top: 0; width: 30%; height: 4px; background: #043;}
.voice .txtBloc{ width: 68%; float:left;}
.voice figure { width: 28%; float: right; text-align: center;}
.voice figure img{ width: 100%; max-width: 260px; margin-bottom: 30px;}
.voice figure figcaption{ display: block; padding: 10px; background: #eee; font-size: 12px; text-align:justify;}
.voice figure figcaption span{ display:block; font-size: 14px; font-weight:700;}
.voice .txtBloc h3{ margin-bottom: 30px; font-size: 20px;}
.voice .txtBloc p{ margin-bottom: 20px; letter-spacing: 0.125rem; line-height: 1.8;}
.voice .txtBloc p.q{ margin-bottom: 40px;}
.voice .txtBloc p.a{ position: relative;}
.voice .txtBloc p.a:before{ content: '';
 display: inline-block; width: 50px; height: 1px;
 vertical-align: middle; margin-right:20px;
 background: #000;
}

.voice .txt { position: relative;}
/*
.voice .txt:before{ content: 'VOICE';
 color: #f6f6f6;
 font-size: 150px; font-style: ; font-weight: 700; line-height: 1;
 position: absolute; right: 0; top: 10%; z-index: 1; transform: rotate( 20deg);
}
*/
.voice .txt .inner{ position: relative; z-index: 2;}
.voice h3.bg{ margin-bottom: 30px; font-size: 20px;}
.voice h3.bg:after{ content: ''; display:block; width: 100%; height: 6px; margin: 2px 0 0;
 background-image: linear-gradient(
    -45deg,
    #fff 25%,
    #bbe4d0 25%, #bbe4d0 50%,
    #fff 50%, #fff 75%,
    #bbe4d0 75%, #bbe4d0); background-size: 15px 15px;
}
.voice .txt p { margin-bottom: 30px; letter-spacing: 0.125rem; line-height: 1.8; text-align: justify;}


@media (max-width: 641px) {
	.read p{ text-align: center;}
	.read p br{ display: block;}

	.voice h3.bg{ font-size: 18px;}
	.voice h3.bg span{ display: block;}
	.voice .txtBloc{ width: 100%; float: none;}
	.voice .txtBloc p { font-size: 15px;}
	.voice figure { width: 100%; float: none; margin-bottom: 30px;}
}

