@charset "utf-8";

.block{
	margin-bottom:60px;
}
.block:nth-of-type(1){
	margin-top:58px;
}
.block:last-of-type{
	margin-bottom:110px;
}
.block h3.hd01{
	margin-bottom:0;
	padding-bottom:22px;
}
.block .inner{
	width:900px;
	margin:0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left:55px;
}

.block .q_box{
	background-color:#f7f9f9;
	border-bottom:1px solid #d6d6d6;
}
.block .q_box .inner{
	background:url(../../img/root/faq/ico_q.png) no-repeat left 25px;
}
.block .q_box p{
	padding:25px 30px 25px 0;
	font-size:129%;
	cursor:pointer;
	background:url(../../img/root/ico_arrow10.png) no-repeat right center;
	background-size:19px auto;
	line-height:1.55;
}
.block .q_box p.open{
	background-image:url(../../img/root/ico_arrow11.png);
}

.block .a_box{
	padding:30px 0 15px 0;
	border-bottom:1px solid #d6d6d6;
	display:none;
}
.block .a_box a{
	color:#034a3c;
	text-decoration:underline;
}
.block .a_box .inner{
	background:url(../../img/root/faq/ico_a.png) no-repeat left 1px;
}
.block .a_box p.txt{
	margin-bottom:25px;
}
.block .a_box p.img{
	margin-bottom:40px;
}
.block .a_box h4{
	font-size:115%;
	font-weight:bold;
	margin-bottom:2px;
}
.block .a_box .s_box{
	border-left:2px solid #cecece;
	padding-left:28px;
	margin-bottom:25px;
}