@charset "UTF-8";

/* #faq */
#faq {
	padding: 100px 4vw 50px;
	background: #fff;
	}
@media screen and (max-width:767.98px){
#faq {
	padding: 20vw 4vw 0;
	}
}

#faq h2 {
	position: relative;
	margin: 0 0 1.5em;
	font-size: 32px;
	font-weight: 500;
	letter-spacing: .5em;
	text-indent: .5em;
	text-align: center;
	}
@media screen and (max-width:1100px){
#faq h2 {
	font-size: 26px;
	}
}
@media screen and (max-width:767.98px){
#faq h2 {
	font-size: 6vw;
	}
}

#faq h2:after {
	position: absolute;
	left: 50%;
	top: 1.6em;
	transform: translate(-50%,0);
	content: "";
	width: 280px;
	height: 3px;
	background: #003399;
	}

#faq p {
	display: block;
	width: fit-content;
	margin: 0 auto 50px;
	font-size: 16px;
	font-weight: 300;
	line-height: 2em;
	}
@media screen and (max-width:768px){
#faq p {
	font-size: 13px;
	}
}
@media screen and (max-width:767.98px){
#faq p {
	margin: 0 auto 20px;
	}
}

#faq h3 {
	display: block;
	margin: 2em 0 1em;
	padding: .5em 0;
	text-align: center;
	}

#faq dl {
	display: block;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	}

#faq dt {
	position: relative;
	display: block;
	width: 100%;
	padding: 10px 52px;
	color: #fff;
	font-size: 16px;
	line-height: 2em;
	background: #003399;
	cursor: pointer;
	transition: 1s cubic-bezier(0.25, 1, 0.5, 1);
	}
#faq dt:hover {
	background: #0055bb;
	}
@media screen and (max-width:768px){
#faq dt {
	font-size: 13px;
	}
}

#faq dt:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 52px;
	height: 52px;
	display: block;
	content: "Q";
	line-height: 52px;
	text-align: center;
	}

#faq dt:after {
	position: absolute;
	right: 0;
	top: 0;
	width: 52px;
	height: 52px;
	display: block;
	content: "＋";
	line-height: 52px;
	text-align: center;
	}

#faq dt.active:after {
	content: "−";
	}

#faq dd {
	position: relative;
	display: none;
	width: 100%;
	font-size: 16px;
	line-height: 2em;
	margin: 0 0 1em;
	padding: 10px 10px 10px 52px;
	border: 1px solid #003399;
	}
@media screen and (max-width:768px){
#faq dd {
	font-size: 13px;
	}
}

#faq dd:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 52px;
	height: 52px;
	display: block;
	color: #003399;
	content: "A";
	line-height: 52px;
	text-align: center;
	}
