/* Scss Document */

.gelandelttl {
	padding: .5em 2em;
	background: #003D99;
	color: #FFF;
	font-size: 3.0rem;
	font-weight: normal;
	text-align: center;
	line-height: 1.2;
}

.mttl {
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 1em;
	padding: 0 0 .5em;
	border-bottom: 1px solid #003D99;
	color: #003D99;
	font-size: 2.6rem;
	text-align: center;
	line-height: 1.2;
}

.sttl {
	margin: 2em 0 .75em;
	color: #003D99;
	font-size: 2.2rem;
	line-height: 1.2;
	text-align: center;
}

h5 {
	margin: 2em 0 .75em;
	color: #003D99;
	font-size: 1.6rem;
	line-height: 1.2;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #EBEBEB;
}

.anchor-link {
	margin: 0;
	padding: 20px 20px 10px;
	background-color: #EDEDED;
	overflow: hidden;
}

.anchor-link li {
	width: 200px;
	margin: 0 0 15px;
	padding: 0 0 0 25px;
	display: inline-block;
	background: url(../img/faq/icon11.png) no-repeat left center;
}

.anchor-link li:last-child {
	width: 370px;
}

.anchor-link li a {
	color: #1F32A5;
	text-decoration: underline;
}

.faq dt {
	margin: 0 0 5px;
	padding: 10px 0 10px 60px;
	color: #003D9A;
	background-repeat: no-repeat;
	background-position: 15px 10px;
	background-image: url(../img/faq/icon12.png);
	background-color: #EDEDED;
}

.faq dd {
	padding: 10px 0 30px 60px;
	background-repeat: no-repeat;
	background-position: 15px 10px;
	background-image: url(../img/faq/icon13.png);
}

@media screen and (max-width: 768px) {
	#page_ttl h1 {
		background: none;
	}
}