.section{
	margin-bottom: 68px;
}
.wrap_tit{
	background: url(../img/faq/arrow01.png) no-repeat center bottom;
	margin-bottom: 20px;
	padding-bottom: 51px;
}
.wrap_tit p{
	background-color: #004499;
	color: #fff;
	font-size: 40px;
	padding: 34px 10px;
	text-align: center;
	font-family: 'Kozuka Gothic Pr6N';
}
.wrap_tit img{
	display: inline-block;
	margin-right: 18px;
	vertical-align: middle;
}
.headline02{
	padding: 35px 0;
	text-align: center;
}
.question_list dt{
	background: url(../img/faq/icon_q.png) no-repeat 18px center;
	font-size: 18px;
	font-weight: bold;
	padding: 17px 60px;
	position: relative;
}
.question_list dt.even{
	background-color: #fff;
}
.question_list dt.odd{
	background-color: #e4eaf1;
}
.question_list dd{
	background-color: #fff;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	display: none;
	padding: 17px 60px;
}
.question_list dt .show_more{
	background: url(../img/faq/icon_plus.gif) no-repeat;
	cursor: pointer;
	height: 16px;
	margin-top: -8px;
	position: absolute;
	right: 35px;
	top: 50%;
	width: 16px;
}
.question_list dt.active .show_more{
	background: url(../img/faq/icon_minus.gif) no-repeat;
}
.wrap_answer{
	background-color: #466995;
	color: #fffdf0;
	font-size: 16px;
	font-weight: bold;
	padding: 17px 30px 12px;
}
.wrap_answer p{
	display: inline-block;
	vertical-align: middle;
}
.wrap_answer ._img{
	margin-right: 25px;
}
.btn_faq{
	text-align: center;
}