@charset "utf-8";

/* ------------------------------
 よくあるご質問
------------------------------ */
section {
	border-top: solid 1px #e6e6e6;
	padding: 18px 0;
}
section:last-child {
	border-bottom: solid 1px #e6e6e6;
}

section h2 {
	font-size: 1.29rem !important;
	font-weight: bold;
	padding-left: 38px;
	margin-bottom: 10px !important;
	line-height: 28px !important;
	background: url(/faq/img/q.png) no-repeat 0 top;
}
section p {
	padding: 5px 0 0 38px;
	background: url(/faq/img/a.png) no-repeat 0 top;
}
