@charset "utf-8";





@import url("/common/css/reset.css");
@import url("/common/css/base.css");





#faq_box {
	padding: 0 0 80px;
}
#faq {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}
.faq_q {
	margin-bottom: 20px;
	padding: 10px 20px;
	font-size: 150%;
	background: #fff8ee;
}
.faq_a {
	overflow: hidden;
	margin-bottom: 60px;
	padding: 0 30px 0 60px;
}
.faq_answer {
	float: left;
	font-size: 187.5%;
	font-weight: 700;
	color: #f6ad3a;
}
.faq_a_text {
	margin-left: 3em;
	font-size: 125%;
}



@media screen and (max-width: 1120px) {
	.faq_q {
		margin-bottom: 20px;
		padding: 1% 2%;
	}
	.faq_a {
		margin-bottom: 60px;
		padding: 0 3% 0 6%;
	}
}/* 閉じカッコ */
@media screen and (max-width: 768px) {

}/* 閉じカッコ */









