@charset "UTF-8";

/* ------------------------------------------------------
  FAQ PAGE
-------------------------------------------------------- -*/
h2.title.w800{
	width: 800px;
	min-width: 800px;
}
h2.title.tri.w800:after{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 200px 400px 0 400px;
	border-color: #fff transparent transparent transparent;	
}

.set01.flBox_bg{
	width: 100%;
	background: url('/img/faq/bg01.png') no-repeat center;
	background-size: cover;
}
.set01.flBox_bg p{
	text-align: center;
	margin: 230px 0 105px; 
}
/* faqList */
.page_faq .container.underpage{
	background: #fff;
}
.faqList{
	margin-bottom: 35px;
}
.faqList__question{
	position: relative;
	border: 4px solid #133f8d;
	font-size: 22px;
	font-weight: bold;
	padding: 28px 30px 28px 110px;
	cursor: pointer;
}
.faqList__question:before{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: "";
	width: 80px;
	height: 100%;
	background: #133f8d url('/img/cmn/pc/icon05.png') no-repeat center;
}
.faqList__answer{
	display: none;
	background: #e7ebf3;
	padding: 30px;
}
.faqList__answer p{
	margin-top: 20px;
}