@charset "utf-8";

/* -------------------------------------------------- */


/* よくある質問ページ */


/* -------------------------------------------------- */


/* contents */


/* -------------------------------------------------- */

#faqSe1 {
	width: 90%;
	margin: 0 auto 8%;
	font-size: 108%;
	color: #666666;
	line-height: 1.625;
	overflow: hidden;
}

#faqSe1 h2 {
	background: url(../img/icon9.png) 98% center no-repeat;
	font-size: 100%;
	color: #666666;
	font-weight: bold;
	margin-bottom: 5%;
	border: 1px #0A7C25 solid;
	position: relative;
	padding: 10px 15px 10px 10px;
	-webkit-background-size: 10px 6px;
	background-size: 10px 6px;
}

#faqSe1 h2.active {
	background: url(../img/icon10.png) 98% center no-repeat;
	-webkit-background-size: 10px 6px;
	background-size: 10px 6px;
}

.faqtoggleText {
	display: none;
	padding-bottom: 20px;
}

#faqSe1 h2 img {
	position: absolute;
	right: 20px;
	top: 19px;
}

#faqSe1 h2 a {
	color: #0A7C25;
	display: block;
	vertical-align: top;
}

#faqSe1 p {
	font-size: 100%;
	color: #666666;
	line-height: 1.625;
	padding: 0 0 8% 40px;
}

.faqtoggleText {
	margin: 0 2%;
}

.faqtoggleText span {
	margin-right: 9px;
}

#faqSe1 p a {
	color: #da2805;
}

#faqSe1 p a:hover,
#faqSe1 p a:active {
	color: #666666;
}

