@charset "UTF-8";
/* CSS Document */
.faqBox01 {
	max-width: 1000px;
	margin: 120px auto;
}
.faqBox01 dl {
    margin-bottom: 40px;
	border-bottom: 1px solid #84A728;
}
.faqBox01 dl dt {
    position: relative;
    padding: 30px 30px 30px 100px;
	font-size: 20px;
	font-weight: bold;
	color: #2C662B;
}
.faqBox01 dl dd {
    position: relative;
	font-size: 17px;
    margin-top: 15px;
	margin-bottom: 15px;
    padding: 30px 30px 30px 140px;
}
.faqBox01 dl dt:before {
    position: absolute;
    content: "";
	background-image: url(../img/faq/q.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
    width: 66px;
    height: 55px;
    top: 0;
    left: 0;
}
.faqBox01 dl dd:before {
    position: absolute;
    content: "";
	background-image: url(../img/faq/a.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
    width: 66px;
    height: 55px;
    top: 0;
    left: 30px;
}

@media screen and (max-width: 736px) {
.faqBox01 {
	width: 100%;
	margin: 50px auto;
	padding: 0 6vw;
}
.faqBox01 dl dt {
	font-size: 15px;
	width: 100%;
	padding: 10px 0 10px 65px;
	border-bottom: 1px dotted #CCC;
}
.faqBox01 dl dt:before {
	content: url(../img/faq/q_sp.png);
	width: 54px;
	height: 45px;
}
.faqBox01 dl dd {
	font-size: 13px;
	width: 100%;
	margin-top: 10px;
	padding: 10px 0 10px 65px;
}
.faqBox01 dl dd:before {
	content: url(../img/faq/a_sp.png);
	width: 54px;
	height: 45px;
	top: 0;
	left: 0;
}



}