<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

#contents .inner{
	padding: 0 200px;
	box-sizing: border-box;
}
@media screen and (max-width: 1300px) {
	#contents .inner{
		padding: 0 60px;
	}
}
@media screen and (max-width: 980px) {
	#contents .inner{
		padding: 0;
	}
}

.guide-box{
	width: 80%;
	margin: 3em auto;
	border: 1px solid #005DA2;
	border-radius: 0.5em;
	padding: 3em 6%;
	box-sizing: border-box;
}

@media screen and (max-width: 980px) {
	.guide-box{
		width: 100%;
		padding: 2em 4%;
	}
}

.guide-box h2{
	color: #005DA2;
	font-weight: bold;
    font-size: 2.6rem;
	text-align: center;
	margin-bottom: 1em;
	position: relative;
}

.guide-box h3{
	margin-bottom: 1em;
	font-size: 2rem;
}

.guide-box ul{
	margin-bottom: 2em;
}


.guide-box ul li{
	margin: 0 1% 2%;
	align-items: top;
}

.guide-box ul li:before {
	color:#0A7ABE;	
	content:"\f0c8";
	font-weight: 900;
	font-family:'Font Awesome 5 Pro';
	margin-right:0.5em;
}

.attention{
	color: #005DA2;
	display: block;
	margin-top: 1em;
}

.search h2:before{
	content: "";
    width: 40px;
    height: 40px;
    display: block;
    background: url(../img/icon_l_search.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-7em) translateY(-50%);
}

.info h2:after{
	content: "";
    width: 3em;
    height: 4px;
    margin: 0 auto 0.2em;
    border-top: 5px solid #3179C4;
    display: block;
}

.info h2:before{
	content: "";
    width: 50px;
    height: 50px;
    display: block;
    background: url(../img/icon_l_info.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-8em) translateY(-50%);
}

.search h2:after{
	content: "";
    width: 3em;
    height: 4px;
    margin: 0 auto 0.2em;
    border-top: 5px solid #3179C4;
    display: block;
}


@media screen and (max-width: 980px) {
	.guide-box h2{
		font-size: 2.2rem;
	}
	.search h2:before{
		content: "";
		width: 30px;
		height: 30px;
	}
	.info h2:before{
		content: "";
		width: 40px;
		height: 40px;
	}
}

.bg-blue-contents{
	padding-bottom: 1.5em;
}
.bg-blue-contents .guide-box{
	background: #FFF;
	border: none;
}

.bg-blue-contents .guide-box h3{
	color: #0A7ABE;
	font-weight: bold;
	font-size: 2.2rem; 
	line-height: 0;
}

.bg-blue-contents .guide-box h3 span{
	display: inline-block;
	background: #0A7ABE;
	color: #FFF;
	padding: .8em .5em;
	margin-right: .5em;
	box-sizing: border-box;
}

.bg-blue-contents .guide-box ul{
	border-bottom: 1px solid #A4A4A4;
}

.bg-blue-contents .guide-box ul:last-child{
	border-bottom: none;
}

.bg-blue-contents .guide-box ul li:before{
	display: none;
}

.bg-blue-contents .guide-box ul li ul{
	margin-top: 1em;
	margin-left: 3em;
}

.bg-blue-contents .guide-box ul li ul li{
	margin-bottom: .5em;
}</pre></body></html>