@charset "utf-8";

#faqMv {
	background: url(../../img/faq/faq_bg_sp.jpg) no-repeat center;
	background-size: cover;
}
#faqSelectArea {
	padding: 30px 0;
}
.faqCatselect {
	width: 100%;
}
.faqCatselect span {
	display: inline-block;
	width: 22.5%;
	font-size: 1.3rem;
	font-weight: 900;
	letter-spacing: 0.1em;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.faqCatselect select {
	width: 75.5%;
	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.2rem;
}


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






