@charset "utf-8";

/* -------------------------------------------------- */
/* よくある質問*/
/* -------------------------------------------------- */
/* メインイメージ */
.fv {
	background-image: url(../img/fv_bg_faq.webp);
}


#faqSe1 {
	width: 1000px;
	margin: 0 auto 100px;
}

.faq_toggle {
	margin-bottom: 20px;
}

#faqSe1 h2 {
	padding: 0 30px;
	background-image: url(../img/common/arrow_gold_vertical.png);
	background-position: right 30px bottom 50%;
	background-repeat: no-repeat;
	font-size: 2.1rem;
	color: #dac495;
	border: 1px #dac495 solid;
	position: relative;
}

#faqSe1 h2.active {
	background-image: url(../img/common/arrow_gold_vertical_up.png);
}

#faqSe1 h2 a {
	color: #dac495;
	display: block;
	padding: 17px 0;
}

.faqtoggleText {
	padding: 30px;
	display: none;
	border-left: 1px #dac495 solid;
	border-right:  1px #dac495 solid;
	border-bottom:  1px #dac495 solid;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	color: #fff;
}

.faqtoggleText span.faqA {
	font-weight: bold;
}

faqtoggleText a {
	color: #dac495;
	text-decoration: underline;
}

#faqSe1 p a:hover, #faqSe1 p a:active{
  text-decoration: underline;
}


