@charset "utf-8";
/* CSS Document */

body{ background:url(./img/sp/bg.jpg) fixed left top/cover; }

#voice{ color:#333333; }
#voice .inner{ padding:0 10px; }
#voice h3{
	background:#1866B6;
	width:90px; height:35px;
	font-size:16px; line-height:35px; text-align:center; color:#FFFFFF;
	margin:0 10px; padding:0;
}
#voice h4{ font-size:25px; line-height:1.2; font-weight:900; margin:5px 0 0; }
#voice h4:first-child{ margin-top:15px; }
#voice .box{ padding:10px 0px 45px; }

#voice .box .voice_box{ }
#voice .box .voice_box h5{ margin:15px 0 5px; }
#voice .box .voice_box h5:first-child{ margin-top:10px; }
#voice .box .voice_box h5 strong{
	font-size:15px; line-height:1.0; color:#FFFFFF; font-weight:500;
	display:inline-block; background:#1866B6; padding:10px; border-radius:5px;
}

#voice .box .voice_box li{ font-size:12px; line-height:1.5; padding-left:10px; }

/* end */