<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 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&amp;family=Questrial&amp;display=swap');
body {
	margin:0px;
	padding:0px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: normal;
	color: #333;
}
img {
	width:100%;
	margin:0px;
	padding:0px;
}
p {
	line-height: 180%;
	font-weight: normal;	
}
ul {
	display:block;
	margin: 0px;
	padding: 0px;
}
li {
	list-style:none;
}
.pc {
	display:block;
	}
.sp {
	display:none;
	}
.head {
	position: fixed;
	background-color: #FFF;
	width: 100%;
	vertical-align: middle;
	height: 80px;
	overflow: hidden;
	top: 0px;
	z-index: 100;
}
.mainconts {
	padding-top: 80px;
}
.contents{
  overflow: hidden;
}

h1 {
	margin:0px;
	padding:0px;
	float: left;
	}
h3 {
	margin:0px;
	padding:0px;
	font-family: 'Questrial', sans-serif;
	}
.logo img {
	width: 354px;
	margin-left: 30px;
	padding-top: 16px;
}
.gnav{
	display: flex;
	justify-content: flex-end;
	font-size: 16px;
	padding-right: 80px;
	padding-top: 25px;
}
.gnav li{
	margin-right: 30px;
	}
.footContact {
	background-color: #EEF2F5;
	padding-top: 7vh;
	padding-bottom: 7vh;
	text-align: center;
}	
.contactFootBox {
	max-width:1200px;
	width: 90%;
	padding-right: 5%;
	padding-left: 5%;
	padding-top: 50px;
	overflow: hidden;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.8em;
	font-weight: bold;
	color: #2357AD;
}
.contactFootBox a {
	color: #2357AD;
}
.contactFootBox .footTell {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
	width: 49%;
	border: 1px solid #2357AD;
	float: left;
	vertical-align: middle;
}
.contactFootBox .footTell img {
	width:28px;
	padding-right:10px;
}
.contactFootBox .footMail {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
	width: 49%;
	border: 1px solid #2357AD;
	float: right;
	vertical-align: middle;
}
.contactFootBox .footMail img {
	width:30px;
	padding-right:10px;
}
#page_top a {
	background-color: #333;
	display: block;
	height: 43px;
	width: 100%;
	text-align: center;
	padding-top: 28px;
}

#page_top a img{
	width:17px;
}
.footConts {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 70px;
	padding-bottom: 70px;
	background-color: #1C4388;
	color: #FFF;
	text-align: left;
}
.footConts a {
	color: #FFF;
}
.footConts .footContsS {
	max-width: 1200px;
	width:90%;
	padding-left:5%;
	padding-right:5%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.footContsS .footCorp {
	float: left;
}
.footContsS .footNav {
	float: right;
}
.footContsS .footNav .footGnav li {
	float: left;
	font-size: 0.8em;
	display: inline-block;
	padding-right: 20px;
}


.footCorp img {
	width: 307px;
	margin-bottom: 30px;
}

.copyright {
	font-size: 0.7em;
	color: #FFF;
	text-align: center;
}



.textS {
	font-size: 0.5em;
	font-weight: normal;
	color: #333;
}


.titBlue {
	font-weight: normal;
	color: #2257AC;
	letter-spacing: 0.2em;
	font-size: 1.7em;
	background-image: url(../images/common/line_nv.gif);
	background-repeat: no-repeat;
	background-position: center 40px;
	margin-bottom: 20px;
	display: block;
	height: 70px;
	text-align: center;
}
.titBlueJp {
	font-weight: normal;
	color: #2257AC;
	letter-spacing: 0.2em;
	font-size: 1.5em;
	background-image: url(../images/common/line_nv.gif);
	background-repeat: no-repeat;
	background-position: center 50px;
	margin-bottom: 40px;
	display: block;
	height: 80px;
	text-align: center;
	margin-top: 100px;
}

@media screen and (max-width: 840px) {
.pad {
	visibility:hidden;
	}
.head {
	height: 70px;
}
.logo img {
	width: 70%;
	margin-left: 20px;
	padding-top: 16px;
}
.mainconts {
	padding-top: 70px;
}


.footConts {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #1C4388;
	color: #FFF;
	text-align: center;
	font-size: 0.8em;
}
.footConts a {
	color: #FFF;
}
.footConts .footContsS {
	max-width: 1200px;
	width:90%;
	padding-left:5%;
	padding-right:5%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.footContsS .footCorp {
	float: none;
}
.footContsS .footNav {
	float: none;
}
.footGnav{
		display: flex;
	justify-content: center;
	align-items: center;
	}
.footContsS .footNav .footGnav li {
	float: left;
	font-size: 0.8em;
	display: inline-block;
	padding-right: 20px;
}
.footCorp img {
	width: 307px;
	margin-bottom: 10px;
}
	
@media screen and (max-width: 500px) {
.pc {
	display:none;
	}
.sp {
	display:block;
	}
#page_top a {
	background-color: #333;
	display: block;
	height: 33px;
	width: 100%;
	text-align: center;
	padding-top: 18px;
}
.footContact {
	padding-top: 3vh;
	padding-bottom: 3vh;
	width: 90%;
	padding-right: 5%;
	padding-left: 5%;
}
.titBlue {
	font-weight: normal;
	color: #2257AC;
	letter-spacing: 0.2em;
	font-size: 1.4em;
	background-image: url(../images/common/line_nv_sp.gif);
	background-repeat: no-repeat;
	background-position: center 30px;
	margin-bottom: 10px;
	display: block;
	height: 40px;
}
.titBlueJp {
	font-weight: normal;
	color: #2257AC;
	letter-spacing: 0.2em;
	font-size: 1.4em;
	background-image: url(../images/common/line_nv_sp.gif);
	background-repeat: no-repeat;
	background-position: center 40px;
	margin-bottom: 20px;
	display: block;
	height: 50px;
	margin-top:0px;
}

.contactFootBox {
	padding-top: 10px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.2em;
	font-weight: bold;
	color: #2357AD;
}
.contactFootBox .footTell {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 70px;
	width: 100%;
	border: 1px solid #2357AD;
	float: none;
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
.contactFootBox .footTell img {
	width:20px;
	padding-right:10px;
}
.contactFootBox .footMail {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 70px;
	width: 100%;
	border: 1px solid #2357AD;
	float: none;
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
}
.contactFootBox .footMail img {
	width:22px;
	padding-right:10px;
}
.textS {
	font-size: 0.5em;
	font-weight: normal;
	color: #333;
}
.footConts {
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
}
</pre></body></html>