@charset "utf-8";

#Faq .sec01 {
	background-image:url("img/top_pc.jpg");
	background-repeat: no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height:226px;
	margin-top: 80px;
}
#Faq .sec01 div {
    position: relative;
    top: 25%;
    width: 100%;
    height: auto;
    margin: 0% auto;
}

#Faq .sec02 {
	text-align: center;
    position: relative;
    z-index: 0;
}

#Faq .sec02-inr {
    padding-bottom: 0px;
    width:980px;
    margin: 0 auto;
    padding-bottom: 30px;
}
#Faq .sec02 {
    background-repeat: no-repeat;
    background-position : 50% 0%;
}

#FaqMain {
	width: 980px;
    margin: 0 auto;
	padding: 3%;
}

#FaqMain dl dt {
	font-size: 1.3em;
	color: #aa8e47;
	line-height: 1.4;
	padding-bottom: 8px;
	padding-left: 16px;
	margin-bottom: 10px;
    border-bottom: dashed 1px #c1c1c1;
	background-image: url(img/icon.png);
	background-repeat: no-repeat;
}

#FaqMain dl dd {
	margin-bottom: 30px;
}

@media screen and (max-width: 736px) {
#Faq .sec01 div {
    width: 100%;
	}
#Faq .sec01 {
	background-image:url("img/top_sp.jpg");
	background-repeat: no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
	margin-top: 7%;
	}
#Faq .sec01 p {    
	position: relative;
	top: 39%;
	margin: 0% auto;
	width: 88%;
	}
#Faq .sec02 .title img {
	margin-top: 30px;
	}

#Faq .sec02-inr {
	 width: 90%;
	 margin: 0 5%;
	 height: auto;
	}
#Faq .sec02-inr p{
	 width: 90%;
	 font-size: 0.9em;
	 margin: 0 auto;
	 line-height: 2.1em	
}
#FaqMain {
	width: 94%;
    margin: 0 auto;
}
}


