@charset "UTF-8";
/* コンテンツ */

.faq dt {
	background-image:url(../img/question.png);
	background-position:left top;
	background-repeat:no-repeat;
	background-size:50px;
	line-height:48px;
	font-size:1.16em;
	font-weight:bold;
	padding:7px 0 0 70px;
	color:#44b565;
}
.faq dd {
	background-image:url(../img/answe.png);
	background-position:40px top;
	background-repeat:no-repeat;
	background-size:50px;
	padding:20px 0 60px 110px;
}
.faq dd:last-child {
	padding-bottom:0;
}
@media screen and (min-width: 500px) {

}

@media screen and (max-width: 499px) {
.faq dt {
	background-size:40px;
	line-height:1.7;
	padding:7px 0 10px 50px;
}
.faq dd {
	background-position:20px top;
	background-size:40px;
	padding:20px 0 60px 70px;
}

}
