@charset "UTF-8";

/* ==========================================================================
    faq style
============================================================================= */
.l-main article section {
	margin-bottom: 72px;
}

.hdg-1.liner {
	border-bottom: solid 1px #202A74;
	font-size: 2.4rem;
	padding-bottom: 10px;
}

.faq-wrap {
	background-color: #fff;
	border: solid 1px #BEC3C6;
	padding: 25px;
}

hr {
	margin-top: 32px;
}

.faq-item dt {
	border-bottom: solid 1px #E7ECEF;
	color: #202A74;
	font-size: 2rem;
	font-weight: bold;
	position: relative;
	margin-bottom: 16px;
	padding-bottom: 16px;
}

.faq-item dd {
	font-weight: 500;
}

.faq-item dt,
.faq-item dd {
	position: relative;
	padding-left: 48px;
}

.faq-item dt::before,
.faq-item dd::before {
	border-radius: 4px;
	color: #ffff;
	display: inline-block;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 2rem;
	font-weight: bold;
	line-height: 28px;
	width: 28px;
	height: 28px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 4px;
}

.faq-item dt::before {
	content: "Q";
	background-color: #202A74;
}

.faq-item dd::before {
	content: "A";
	background-color: #CD1B2F;
}

.faq-item+.faq-item {
	margin-top: 48px;
}