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

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

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

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

#anchor li {
	width: 190px;
}

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

.faq {
	text-align: left;
}

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

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

.faq h4 {
	height: 46px;
	margin-bottom: 20px;
	padding-left: 15px;
	background: #e9ecf3;
	background-size: 28px auto;
	font-weight: normal;
	font-size: 15px;
	line-height: 46px;
	color: #2c428b;
}

.faq h4:before {
	display: inline-block;
	vertical-align: top;
	content: 'Q';
	margin-right: 7px;
	font-size: 20px;
	line-height: 44px;
}

.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;
}
