@charset "utf-8";


/* voice
---------------------------------------------------------------------*/
#ttl{ margin-bottom:40px;}
#ttl h2,#ttl p{ display:none;}


.voice > div:first-child{
	padding:0 30px 0 0;
	vertical-align:top;
}

.voice .ttl_1{
	margin-bottom:0;
}

.imgL{
	width:100%;
	max-width:360px;
}
.imgS{
	display:inline-block;
	width:48%;
	max-width:185px;
	padding:0 10px 0 0;
	vertical-align:top;
}
.imgL p,
.imgS p{
	line-height:1.4;
	margin:0 0 1em;
}


.voice p.fs_m{
	line-height:1.6;
}
.clm_orange{
	padding:12px;
}
.voice .ttl_3,
.voice .ttl_4{
	color:rgb(254,76,36);
	margin-bottom:5px;
}
.voice table{
	width:100%;
	border-top:1px solid rgba(0,0,0,.2);
}
.voice td{
	padding:3px 1em 3px 0;
	white-space:nowrap;
	line-height:1.4;
	border-bottom:1px solid rgba(0,0,0,.2);
}

@media screen and (max-width: 840px) {
	.voice h2.ttl_1 br{
		display:none;
	}
}
@media screen and (max-width: 600px) {
	.voice > div:first-child{
		padding:0 0 30px 0;
	}
}