@charset "UTF-8";


/* visual --------------------------------------------------------------- */
#visual {
	width: 100%;
	height: 500px;
	background-image: url(../img/faq/visual.jpg);
	background-position: center top;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	position: relative;
	}

#visual h2,
#visual h2 img {
	height: 108px;
	text-align: center;
	}

#visual h2 {
	padding-top: 220px;
	}
	

/* faq --------------------------------------------------------------- */
#faq {
	width: 900px;
	margin: 0 auto;
	padding: 100px 0 50px 0;
	margin-bottom: 50px;
	}

#faq h3 {
	text-align: center;
	margin-bottom: 80px;
	}

#faq h3 img {
	height: 33px;
	}
	
#faq h3 span {
	margin-top: 50px;
	font-size: 18px;
	}

#faq dl {
	margin-top: 40px;
	padding-bottom: 40px;
	border-bottom: solid 2px;
	border-color: #64c800;
	}

#faq dl dt {
	font-size: 24px;
	margin-bottom: 20px;
	}

#faq dl dd,
#faq dl dd a {
	font-size: 16px;
	}

#faq dl dd {
	overflow: hidden;
	}

#faq dl dd a {
	float: right;
	display: inline-block;
	font-size: 16px;
	}

#faq dl dd a span {
	display: inline-block;
	padding-right: 3px;
	font-size: 10px;
	color: #64c800;
	}