@charset "utf-8";
/* CSS Document */

/* ------------------------
	FAQ/よくある質問
------------------------ */
#faq {
	max-width: 860px;
	margin: 0 auto;
	padding: 0 30px;
}
#faq > p {
	padding-bottom: 70px;
	border-bottom: 1px solid #e7e7e7;
}
#faq > ul.anchor {
	margin-top: 30px;
}
#faq section {
	padding-top: 120px;
}
#faq h2 {
	position: relative;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	color: #5fc1c7;
	margin-bottom: 25px;
}
#faq h2:after {
	content: "";
	position: absolute;
	width: 30px;
	height: 1px;
	background-color: #5fc1c7;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
#faq h2 span {
	display: block;
	padding-bottom: 20px;
}
@media screen and (max-width: 768px){
	#faq {
		padding: 0 5%;
	}
	#faq > p {
		padding-bottom: 40px;
	}
	#faq section {
		padding-top: 80px;
	}
	#faq h2 {
		font-size: 20px;
	}
	#faq h2 span {
		padding-bottom: 10px;
	}
}
