@charset "UTF-8";

#pageFaq{
	text-align: left;
}
/* =====================================================================

merit

====================================================================== */
.faq-wrap{
	background:url(../image/bg_faq.png);
	margin: 30px 0;
}
.list-faq{
	background: #fff;
	padding: 20px;
	margin-bottom: 30px;
	text-align: left;
}
.list-faq dt{
	margin-bottom: 0.8em;
	background:url(../image/icon-q.png) left top no-repeat;
	background-size: 30px auto;
	min-height: 30px;
	padding-left: 40px;
	font-weight: 600;
}

.list-faq dd{
	line-height: 1.53;
}
@media print, screen and (min-width: 992px) {
.faq-wrap{
	margin: 80px 0;
}
	.list-faq{
		padding: 40px;
		font-size: 1.6rem;
		line-height: 1.573;
	}
.list-faq dt{
	margin-bottom: 0.8em;
	background:url(../image/icon-q.png) left top no-repeat;
	background-size: 40px auto;
	min-height: 40px;
	padding-left: 50px;
	padding-top: 5px;
}
}