@charset "utf-8";

/* ================ Style ================= */
#kv {
	background: url(../img/img_kv_smp.jpg) top center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}


#wrapper.page section p.lead {
	margin-bottom: 50px;
}



#wrapper.page section .contact-block {
	border: 1px solid #181818;
	padding: 15px;
	margin-bottom: 60px;
}
#wrapper.page section .contact-block p {
	font-size: 14px;
	color: #aba16d;
	line-height: 2;
}
#wrapper.page section .contact-block p.txt {
	margin-bottom: 10px;
}
#wrapper.page section .contact-block p a {
	font-family: 'Halant',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 16px;
}
#wrapper.page section .contact-block p a:after {
	font-size: 16px;
}


#wrapper .anchor-nav ol {
	margin-bottom: 0;
}
#wrapper .anchor-nav ol li a {
	font-size: 18px;
}

#wrapper.page section article {
	margin-bottom: 4px;
}
#wrapper.page section article h3 {
	width: 100%;
}
#wrapper.page section article h3 a {
	display: block;
	padding: 20px 80px 20px 20px;
	background-color: #181818;
	font-family: 'Halant',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 1.5;
	color: #aba16d;
	text-align: left;
	padding-left: 70px;

	position: relative;
	top: 0;
	left: 0;
}
#wrapper.page section article h3 a:before,
#wrapper.page section article h3 a:after {
	display: block;
	content: "";
	width: 1em;
	height: 1em;
	color: #aaa16d;
	line-height: 1;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
#wrapper.page section article h3 a:before {
	content: "Q.";
	font-family: 'Halant',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 36px;
	left: 20px;
}
#wrapper.page section article h3 a:after {
	content: "\e904";
	font-family: 'icomoon';
	font-size: 24px;
	right: 29px;
}

#wrapper.page section article h3 a.active {
	background-color: #aba16d;
	color: #000;
}
#wrapper.page  section article h3 a.active:before,
#wrapper.page section article h3 a.active:after {
	color: #000;
}
#wrapper.page section article h3 a.active:after {
	content: "\e907";
}

#wrapper.page section article h3 a:hover {
	background-color: #aba16d;
	color: #000;
}
#wrapper.page  section article h3 a:hover:before,
#wrapper.page section article h3 a:hover:after {
	color: #000;
}


#wrapper.page section article div.answer {
	display: none;
	padding: 20px 20px 20px 65px;
	background-color: #fff;
	border-left: 1px solid #aba16d;
	border-right: 1px solid #aba16d;
	border-bottom: 1px solid #aba16d;

	position: relative;
	top: 0;
	left: 0;
}
#wrapper.page section article div.answer:after {
	display: block;
	content: "A.";
	width: 1em;
	height: 1em;
	color: #000;
	line-height: 1;
	font-family: 'Halant',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 36px;
	left: 20px;

	position: absolute;
	top: 20px;
}
#wrapper.page section article div.answer h4 {
	font-family: 'Halant',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 1.2;
	color: #000;
	text-align: left;
	margin-bottom: 20px;
}

#wrapper.page section article div.answer p {
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 2;
	color: #000;
	text-align: left;
	margin-bottom: 40px;
}
#wrapper.page section article div.answer p:last-child {
	margin-bottom: 0;
}

#wrapper.page section article div.answer ul li {
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 2;
	color: #000;
	text-align: left;
	text-indent: -1em;
	margin-left: 1em;
}


