@charset "utf-8";
/* voice C */
/*--------------------------------------------------*/
/*.voice{
	margin-bottom:120px;
}*/
.voice-img img{
	width: 100%;
	height: auto;
}

.voicebox{
	padding-top: 0;
	border-top: 0;
}
.voice-text dt{
	background: #f3f3e8;
	padding: 5px 5px;
}
.voice-text dt span{
	font-size:14px;
}

.voice-text dt,
.voice-text2 dt{
	font-size:18px;
	line-height: 1.2;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-bottom: 20px;
}


.voice-name{
	text-align: right;
	border-bottom: none;
}

.voice-text dd,
.voice-text2 dd{
	line-height: 1.4;
}
.voicebox-item {
	padding-bottom: 40px;
	/*margin-bottom: 40px;*/
	border-bottom: 1px dotted #cccccc;
}

.voice-text2{
	padding:0 15px;
}

/*.voicebox-item:last-child{
	margin-bottom: 0;
}*/

.voice-img i{
	float: left;
	text-align: center;
	width: 10%;
	font-size:30px;
	margin-top:25%;
}
@media (max-width: 1199px) {
	.voice-img i{
		font-size: 24px;
	}

}
@media (max-width: 991px) {


}


@media (max-width: 767px) {
/*	.voice{
		margin-bottom:60px;
	}*/


	.voice-text dd{
		margin-bottom: 30px;
	}

	.voice-text dt span,
	.voice-text2 dt span{
		font-size:12px;
		padding-top: 5px;
		margin-bottom: 10px;
	}

	.voice-img i{
		font-size: 40px;
	}


}
@media (max-width: 575px) {
	.voice-text dt, .voice-text2 dt{
		font-size:14px;
	}

	.voice-img i{
		font-size: 20px;
	}
	.voice-img img{
		width: 100%;
		display: block;
		margin:0 auto;
	}
}