@charset "UTF-8";

/* faq
---------------------------------------------------------------------------*/

/* .faq-list
---------------------------------------------------------------------------*/
.faq-list {
	border-bottom: 1px solid #D9D9D9;
}

.faq-list .post {
	position: relative;
	border-top: 1px solid #D9D9D9;
	padding-left: 245px;
}

.faq-list h2 {
	position: absolute;
	top: 20px;
	left: 5px;
	font-size: 14px;
	letter-spacing: 0.1em;
}

.faq-list dl {
	border-bottom: none;
}

.faq-list dl dt:first-of-type {
	border-top: none;
}