@charset "utf-8";
/* CSS Document */
.business-line {
	border-bottom: 1px solid rgba(208,208,208,1.00);
}
#faq-top {
	border-bottom: 1px solid rgba(168,168,168,1.00);
	position: relative;
	height: 300px;
	width: 100%;
	z-index: 1;
}
#faq-top h2 {
	color: #333333;
	font-size: 60px;
	position: absolute;
	top: 50%;
	left: 5%;
	line-height: 1.0;
	padding: 0;
	margin: 0;
}

#visual-img {
	z-index: 1;
	position: relative;
	width: 100%;
} 

#top-faq {
/*	margin-bottom: 80px;*/
	width: 100%;
}

#top-faq h3 {
	color: #00A0E8;
	font-size: 27px;
/*
	margin-top: 30px;
	margin-bottom: 35px;
*/
	margin-top: 100px;
	margin-bottom: 100px;
	text-align: center;
}

/* ==================== */
/* 251028 sugaya ====== */
/* ==================== */

.wrap__faq {
	width: 940px;
	margin: 50px auto;
	padding: 0 10px;
}

dl.block__faq {
	width: 100%;
	margin: 50px 0;
	padding-bottom: 50px;
	border-bottom: 1px solid #ccc;
}

dl.block__faq dt::before{
	content: "Q";
	padding-right: 10px;
	font-size: 22px;
	color: #00A0E8;
	font-weight: bold;
}
dl.block__faq dt {/* 251211 kitagawa追加 */
	color: #00A0E8;
	font-weight: 600;
	font-size: 20px;
}

dl.block__faq dd {
	margin-top: 20px;
	/*padding-left: 28px;*/
}

/* ======================= */
/* // 251028 sugaya ====== */
/* ======================= */


/* ======================= */
/* 251211 kitagawa ====== */
/* ======================= */
dl.block__faq dd::before{
	content: "A";
	padding-right: 10px;
	font-size: 22px;
	color: #F84995;
	font-weight: bold;
}
/* ======================= */
/* //251211 kitagawa ====== */
/* ======================= */
