@charset "UTF-8";
@import "/include/css/common.sp.css";

/* ---------------------------------------------------------
	CSS Document heading
--------------------------------------------------------- */

.h2 {
	margin-bottom: 20px;
	background-image: url(../images/visual.jpg);
}

/* ---------------------------------------------------------
	CSS Document anchor
--------------------------------------------------------- */

#anchor li {
	width: 49%;
	margin-right: 2%;
}

#anchor li:last-of-type {
	margin-right: 0;
}

/* ---------------------------------------------------------
	CSS Document faq
--------------------------------------------------------- */

.faq {
	margin: 0 20px;
	text-align: left;
	word-break: normal;
}

.faq .h3 {
	margin-bottom: 20px;
}

.faq .section {
	margin-bottom: 40px;
}

.faq h4 {
	min-height: 46px;
	margin-bottom: 1em;
	padding: 14px 10px 13px 35px;
	background: #e9ecf3;
	background-size: 28px auto;
	font-weight: normal;
	font-size: 15px;
	line-height: 1.4;
	color: #2c428b;
	position: relative;
}

.faq h4:before {
	content: 'Q';
	height: 20px;
	margin-top: -11px;
	font-size: 20px;
	line-height: 20px;
	position: absolute;
	top: 50%;
	left: 10px;
}

.faq ol li {
	margin-left: 1.4em;
	padding-left: 5px;
	list-style: decimal;
}

.faq ol {
	margin-bottom: 1em;
}

.faq p {
	margin-bottom: 1em;
}

.faq a.arrow {
	display: inline-block;
	vertical-align: top;
	padding-left: 8px;
	position: relative;
}

.faq a.arrow:before {
	content: '';
	width: 0;
	height: 0;
	margin-top: -2px;
	border: solid 3px transparent;
	border-left: solid 4.5px #2c428b;
	position: absolute;
	top: 50%;
	left: 0;
}
