@charset "utf-8";
/* // FaqContents //
----------------------------------------------- */
#FaqContents .faqSection {
	margin-bottom: 60px;
	border-bottom: 1px solid #CCC;
	padding-bottom: 50px;
}
#FaqContents .faqSection:last-of-type {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 0;
}

/* // ________SP________ // */
@media screen and (max-width: 840px) {
	#FaqContents .faqSection {
		margin-bottom: 40px;
		border-bottom: 1px solid #CCC;
		padding-bottom: 35px;
	}
}