section#voice{
	padding: 50px 0;
	background: #f3dee5;
}
section#voice h2{
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', '游明朝体', 'ＭＳ Ｐ明朝', 'MS PMincho', 'serif';
	font-size: 30px;
	text-align: center;
	color: #AE2553;
	font-weight: 300;
	margin: 0 0 30px;
}
section#voice div.box{
	width: 94%;
	max-width: 1167px;
	margin: 0 auto 30px;
	padding: 40px;
	background: #fff;
	border-radius: 10px;
	box-sizing: border-box;
}
section#voice div.box div.sbox{
	padding: 10px 0 30px;
	margin: 0 0 30px;
	border-bottom: dotted 1px #aaa;
}
section#voice div.box div.leftbox{
	width: calc(297/1098 * 100%);
	max-width: 297px;
	float: left;
}
section#voice div.box div.leftbox img{
	width: 100%;
	height: auto;
}
section#voice div.box div.rightbox{
	width: calc(760/1098 * 100%);
	max-width: 760px;
	float: right;
}
section#voice div.box div.rightbox h3{
	font-size: 20px;
	color: #AE2553;
	font-weight: 400;
	margin: 0 0 10px;
}
section#voice div.box div.rightbox h4{
	font-size: 16px;
	color: #242424;
	font-weight: 200;
	margin: 0 0 5px;
}
section#voice div.box div.rightbox p{
	font-size: 16px;
	color: #242424;
}