/* よくあるご質問 */

@media screen and (min-width: 641px){

#faq {
	font-size: 16px;
	line-height: 200%;
	}

#faq .menu {
	width: 1200px;
	margin: 0px auto 130px auto;
	overflow: hidden;
	}

#faq .menu a {
	width: 270px;
	background: url(../img/arr01.png) no-repeat 230px center;
	background-color: #ffffff;
	border: 1px #F7BC80 solid;
	border-radius: 28px;
	-moz-border-radius: 28px;
	-webkit-border-radius: 28px;
	font-size: 17px;
	font-weight: 700;
	line-height: 56px;
	margin: 0px 40px 30px 0px;
	float: left;
	text-align: center;
	display: block;
	}

#faq .menu a:nth-child(4n) {
	margin: 0px 0px 30px 0px;
	}

#faq .menu a:hover {
	background: url(../img/arr02.png) no-repeat 235px center;
	background-color: #EE7800;
	border: 1px #EE7800 solid;
	color: #ffffff;
	opacity: 1;
	}

#faq ul {
	width: 100%;
	background: #f1f1f1;
	padding: 100px 0px 50px 0px;
	text-align: center;
	position: relative;
	}

#faq ul:nth-child(2n+1) {
	background: none;
	}

#faq ul:last-child {
	margin: 0px 0px -144px 0px;
	}

#faq ul a {
	position: absolute;
	top: -130px;
	}

#faq ul .main {
	width: 1250px;
	margin: 0px auto;
	}

#faq ul h3 {
	font-size: 28px;
	border-bottom: 2px #EE7800 dotted;
	color: #EE7800;
	margin: 0px 0px 50px 0px;
	padding: 0px 0px 15px 0px;
	display: inline-block;
	}

#faq ul dl {
	width: 575px;
	margin: 0px 25px 80px 25px;
	float: left;
	text-align: left;
	}

#faq ul dt {
	width: 100%;
	background: url(img/q.png) no-repeat left top;
	font-size: 24px;
	font-weight: 700;
	line-height: 180%;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 60px;
	}

#faq ul dd {
	width: 100%;
	background: url(img/a.png) no-repeat 7px 9px;
	padding: 0px 0px 0px 60px;
	}

}

@media screen and (max-width: 640px){

#faq {
	line-height: 200%;
	}

#faq .menu {
	width: 90%;
	margin: 0px 5% 50px 5%;
	overflow: hidden;
	}

#faq .menu a {
	width: 48.5%;
	background: url(../img/arr01.png) no-repeat 98% center;
	background-size: 10px auto;
	background-color: #ffffff;
	border: 1px #F7BC80 solid;
	border-radius: 28px;
	-moz-border-radius: 28px;
	-webkit-border-radius: 28px;
	font-size: 12px;
	font-weight: 700;
	line-height: 40px;
	margin: 0px 3% 15px 0px;
	float: left;
	text-align: center;
	display: block;
	}

#faq .menu a:nth-child(2n) {
	margin: 0px 0px 15px 0px;
	}

#faq ul {
	width: 100%;
	background: #f1f1f1;
	padding: 50px 0px 30px 0px;
	text-align: center;
	position: relative;
	}

#faq ul:nth-child(2n+1) {
	background: none;
	}

#faq ul:last-child {
	margin: 0px 0px -80px 0px;
	}

#faq ul a {
	position: absolute;
	top: 0px;
	}

#faq ul .main {
	width: 90%;
	margin: 0px 5% 0px 5%;
	}

#faq ul h3 {
	font-size: 21px;
	border-bottom: 2px #EE7800 dotted;
	color: #EE7800;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 10px 0px;
	display: inline-block;
	}

#faq ul dl {
	width: 100%;
	margin: 0px 0px 40px 0px;
	text-align: left;
	}

#faq ul dt {
	width: 100%;
	background: url(img/q.png) no-repeat left top;
	background-size: 30px;
	font-size: 16px;
	font-weight: 700;
	line-height: 180%;
	padding: 0px 0px 20px 40px;
	}

#faq ul dd {
	width: 100%;
	background: url(img/a.png) no-repeat 5.25px 9px;
	background-size: 19.5px auto;
	padding: 0px 0px 0px 40px;
	}

}

