@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 .student_icon{ position:relative; width:73px; height:83px }
#voice .box .student_icon span{
	display:block; position:absolute; left:0; right:0; top:8px;
	font-size:10px; line-height:1.0; text-align:center; font-weight:600; color:#1866B6
}
#voice .box .student_icon.m{ background:url(./img/sp/icon_m.png) no-repeat left top/73px 83px; }
#voice .box .student_icon.w{ background:url(./img/sp/icon_w.png) no-repeat left top/73px 83px; }
#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 p{ font-size:12px; line-height:1.5; }



/* end */