@charset "utf-8";

#contents{
	padding-top: 0;
}
/* secReason
---------------------------------------- */
.secReason{
	overflow: hidden;
	margin: 0 0 15px;
	padding-top: 15px;
	background: #daecf8;
}
.secReason .tit01{
	padding: 0 0 15px;
}
.secReason .secIn{
	position: relative;
	min-height: 313px;
	margin: 0 15px 15px;
	padding: 0 0 34px 0;
	background: url(../img/reason/bg01.png) no-repeat bottom left #FFF;
}
.secReason .tit02{
	padding: 40px 30px 0 360px;
	background: #FFF;
}
.secReason .txt01{
	padding: 15px 30px 0 360px;
	background: #FFF;
	font-size: 15px;
	line-height: 1.6;
}
.secReason .img{
	position: absolute;
	top: 15px;
	left: 15px;
}
.secReason .note {
	position: absolute;
	top: 358px;
	left: 15px;
}

/* secVoice
---------------------------------------- */
.secVoice{
	clear: both;
	overflow: hidden;
	margin: 28px 30px -20px;
}
.secVoice .tit01{
	margin: 0 0 20px;
}
.secVoice .boxVoice{
	position: relative;
	float: left;
	width: 338px;
	margin-bottom: 20px;
	border: solid 1px #d1d1d7;
	box-sizing: border-box;
}
.secVoice .boxVoice:after{
	content: "";
	display: block;
	position: absolute;
	bottom: -1px;
	right: -1px;
	width: 25px;
	height: 25px;
	background: url(../img/reason/bg02.png);
}
.secVoice .boxVoice:nth-of-type(2n){
	margin-left: 12px;
}
.secVoice .boxVoiceIn{
	position: relative;
	min-height: 150px;
	padding: 30px 30px 30px 32px;
}
.secVoice .boxVoiceIn:before,
.secVoice .boxVoiceIn:after{
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	width: 12px;
	height: 12px;
	background: url(../img/reason/ico_circle01.png) no-repeat;
}
.secVoice .boxVoiceIn:before{ left:10px;}
.secVoice .boxVoiceIn:after{ right:8px;}
.secVoice .name{
	display: table-cell;
	vertical-align: middle;
	height: 46px;
	padding: 5px 0 0 50px;
	color: #003392;
	font-weight: bold;
	font-size: 17px;
	line-height: 1.4;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.secVoice .name a{
	color: #003392;
	text-decoration: none;
}
.secVoice .name.icon01{ background-image: url(../img/reason/ico_voice01.png);}
.secVoice .name.icon02{ background-image: url(../img/reason/ico_voice02.png);}
.secVoice .name.icon03{ background-image: url(../img/reason/ico_voice03.png);}
.secVoice .name.icon04{ background-image: url(../img/reason/ico_voice04.png);}
.secVoice .txt{
	padding: 5px 0 0;
	font-size: 15px;
	line-height: 1.7;
}
.secVoice .btnVoiceDetail {
	clear: both;
	padding: 10px 0 20px;
	text-align: center;
}