<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*=============================================================
 contents Layout
=============================================================*/
/* #pageTtl
-------------------------------------------------------------*/
#pageTtl{
	width: 100%;
	position: relative;
	overflow: hidden;
}
#pageTtl h1{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	color: #fff;
	font-size: 20px;
	text-align: center;
}
#pageTtl h1 span{
	display: inline-block;
}
#pageTtl h1 span.txtEn{
	font-size: 32px;
}
#pageTtl h1 span.txtJa{
}
#pageTtl img{
	width: 100%;
}
/* #footTrace
-------------------------------------------------------------*/
#footTrace{
	width: 100%;
	padding: 15px 20px;
	font-size: 12px;
}
#footTrace ul{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
}
#footTrace ul li{
	position: relative;
}
#footTrace ul li:before{
	content: "＞";
	display: inline-block;
	padding: 0 5px;
}
#footTrace ul li:first-child:before{
	display: none;
}
#footTrace ul li a{
	text-decoration: underline;
}
/* #pageAnchor
-------------------------------------------------------------*/
#pageAnchor{
	width: 100%;
	padding: 0 20px;
}
#pageAnchor ul{
	width: 100%;
	max-width: 1000px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto 90px;
}
#pageAnchor ul li{
	width: calc((100% - 30px) / 2);
	margin: 0 0 30px;
}
#pageAnchor ul li a{
	width: 100%;
	height: 70px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: #005aab;
	border-radius: 100px;
	border: 1px solid #005aab;
	background-color: #fff;
	font-weight: 700;
}
#pageAnchor ul li a:after{
	content: "";
	width: 12px;
	height: 13px;
	background: url("../../shared/img/arw_anc_blue.png") no-repeat 0 0;
	background-size: 12px 13px;
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translate(0,-50%);
}
#pageAnchor ul li a.blank:after{
	content: "";
	width: 24px;
	height: 16px;
	background: url("../../shared/img/icn_blank.png") no-repeat 0 0;
	background-size: 24px 16px;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translate(0,-50%);
}

/* ttl
-------------------------------------------------------------*/
.ttlH2{
	height: 190px;
	margin: 0 0 9px;
	padding: 27px 20px 0;
	background: url("../img/bg_plus.png") repeat top center;
	background-size: 18px 18px;
}
.ttlH2 h2{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 40px 0 55px;
	color: #005aab;
	font-size: 18px;
	text-align: center;
	background: #fff;
}
.ttlH2 h2 span{
	display: inline-block;
}
.ttlH2 h2 span.txtEn{
	font-size: 28px;
}
.ttlH3 h3{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 0 60px;
	font-size: 34px;
	text-align: center;
}
/* box
-------------------------------------------------------------*/
.boxSectionLine{
	width: 100%;
	max-width: 1000px;
	height: 150px;
	margin: 0 auto;
	padding: 80px 0 0;
}
.boxSectionLine img{
	width: 100%;
	height: 10px;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:1023px){
/* #pageTtl
-------------------------------------------------------------*/
#pageTtl h1{
	font-size: 16px;
}
#pageTtl h1 span.txtEn{
	font-size: 24px;
}
#pageTtl figure{
	margin: 0 -150px;
}
/* #footTrace
-------------------------------------------------------------*/
#footTrace{
	display: none;
}
/* #pageAnchor
-------------------------------------------------------------*/
#pageAnchor ul{
	display: block;
	margin: 0 auto 45px;
}
#pageAnchor ul li{
	width: calc(100%);
	margin: 0 0 10px;
}

/* ttl
-------------------------------------------------------------*/
.ttlH2{
	height: 120px;
	margin: 9px 0 40px;
	padding: 27px 20px 0;
}
.ttlH2 h2{
	padding: 30px 0 5px;
	font-size: 16px;
}
.ttlH2 h2 span.txtEn{
	font-size: 22px;
}
.ttlH3 h3{
	padding: 0 20px 35px;
	font-size: 24px;
}
/* box
-------------------------------------------------------------*/
.boxSectionLine{
	height: 120px;
	padding: 80px 20px 0;
}

}
</pre></body></html>