@charset "utf-8";

#faqMv {
	background: url(../../img/faq/faq_bg_sp.jpg) no-repeat center;
	background-size: cover;
}

#faqSelectArea {
	padding: 50px 0;
}
.faqCatselect {
	width: 100%;
}
.faqCatselect span {
	display: inline-block;
	margin-right: 20px;
	font-weight: 900;
	letter-spacing: 0.1em;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.faqCatselect select {
	width: 200px;
	padding: 10px;
	background: url(../../img/faq/arr_blk.png) no-repeat 96% center #ffffff;
	background-size: 10px auto;
	border: none;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	font-size: 1.4rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


#faqArea {
	width: 92.5%;
	max-width: 1040px;
	margin: 0 auto 50px;
}
.faq_col {
	width: 100%;
	padding: 30px 20px;
	border-bottom: 1px solid #d7d7d7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.faq_category {
	margin-bottom: 10px;
	font-size: 1.3rem;
	color: #004ea1;
}
.open_faq {
	width: 100%;
	padding: 10px 40px 15px  70px;
	background: url(../../img/faq/ques_icon.png) no-repeat 0 0;
	background-size: 50px 50px;
	font-size: 2.0rem;
	font-weight: 900;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.open_faq::after {
	content: "";
	width: 30px;
	height: 30px;
	position: absolute;
	top: 10px;
	right: 0;
	background: url(../../img/faq/arr_faq_open.png) no-repeat right 0;
	background-size: 30px 30px;
}
.open_faq.active::after {
	content: "";
	width: 30px;
	height: 30px;
	position: absolute;
	top: 10px;
	right: 0;
	background: url(../../img/faq/arr_faq_close.png) no-repeat right 0;
	background-size: 30px 30px;
}
.answer {
	width: 100%;
	padding: 25px 40px 14px 70px;
	background: url(../../img/faq/ans_icon.png) no-repeat 0 10px;
	background-size: 50px 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}



