@charset "UTF-8";

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

/* .faq-list-wrap
------------------------------------*/
.faq-list-wrap {
	background: url(../img/share/bg_dotted.gif) repeat-x left bottom;
	width: 1020px;
	margin: 0 auto;
}

.faq-list-wrap > div {
	display: -webkit-box;
	display: flex;
	background: url(../img/share/bg_dotted.gif) repeat-x left top;
	margin-bottom: 25px;
}

.faq-list-wrap > div:last-of-type {
	margin-bottom: 0;
}

.faq-list-wrap > div > dt {
	box-sizing: border-box;
	width: 300px;
	min-width: 300px;
	padding: 20px 20px 0 10px;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.12em;
}

.faq-list-wrap > div > dd {
	width: 100%;
}