@charset "UTF-8";

/* topTtl */
#topTtl {
	background-image: url('../img/mv.jpg');
}


/* Faq */
#Faq {
	width: 100%;
	background-color: #fff;
	padding: 80px 0;
}
#Faq .section {
	margin-bottom: 80px;
}
#Faq .section:last-of-type {
	margin-bottom: 0;
}

#Faq .contents {
	padding: 0 20px;
	margin: 0 auto 40px;
}
#Faq .contents p {
	line-height: 1.8em;
	margin-bottom: 20px;
}


/* dl */
#faqList dl {
	width: 100%;
	border-bottom: 1px solid #006eb5;
	padding: 10px 20px;
}

#faqList dl.open {
	position: relative;
	background-color: rgba(0,110,181,0.1);
	border-bottom: 1px solid #006eb5;
	margin-bottom: 10px;
}


/* dl dt */
#faqList dl dt {
	position: relative;
	line-height: 40px;
	font-size: 1.6rem;
	padding-left: 30px;
	cursor: pointer;
}

#faqList dl dt::before {
	position: absolute;
	content: "Ｑ.";
	color: #006eb5;
	top: 0;
	left: 0;
}

#faqList dl.open dt {
	border-bottom: 1px solid #fff;
}


/* dl dd */
#faqList  dd {
	display: none;
	padding-top: 10px;
}
#faqList dl.open dd {
	line-height: 1.8em;
	padding-bottom: 10px;
}


/* 404ページ */
.error-content h2{
    font-size: 30px;
    font-weight: bold;
	margin-bottom: 20px;
}

.error-content p{
    font-size: 16px;
	margin: 15px 0;
	line-height: 1.75em;
}

.error-content li{
    list-style: disc;
    margin-left: 20px;
	font-size: 16px;
	line-height: 1.75em;
}


/* 640px以下 */
@media screen and (max-width: 640px) {
	/* dl dt */
	#faqList dl dt {
		font-size: 2.0rem;
	}
}

.faq-link {
	text-decoration: underline;
	color: #006eb5;
}
