@charset "UTF-8";
/* ------------ header ------------ */
/* ------------ mainHeader ------------ */
main::before,
main::after {
	display: none;
}
/* ------------ mainContent ------------ */
.mainContent {
	max-width: 980px;
	margin: 0 auto;
	padding: 36px 0 100px;
}
.faqBox + .faqBox {
	margin-top: 30px;
}
.question {
	padding: 15px 15px 15px 70px;
	border: 1px solid #4f4034;
	border-radius: 20px 20px 0 0;
	background: #e0e8ce url("../img/icon-question.png") no-repeat 15px center;
	background-size: 28px auto;
	font-size: 2.0rem;
	font-weight: bold;
}
.answer {
	padding: 15px 15px 15px 70px;
	border-left: 1px solid #4f4034;
	border-right: 1px solid #4f4034;
	border-bottom: 1px solid #4f4034;
	border-radius: 0 0 20px 20px;
	background: #fff url("../img/icon-answer.png") no-repeat 15px center;
	background-size: 28px auto;
	font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
	.mainContent {
		padding: 36px 16px 0;
}
.faqBox + .faqBox {
	margin-top: 30px;
}
.question {
	padding: 15px 15px 15px 45px;
	background: #e0e8ce url("../img/icon-question.png") no-repeat 10px 15px;
	background-size: 20px auto;
	font-size: 1.5rem;
}
.answer {
	padding: 15px 15px 15px 45px;
	background: #fff url("../img/icon-answer.png") no-repeat 10px 15px;
	background-size: 20px auto;
	font-size: 1.5rem;
}
}
