<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/************************************************************************************************************************************
	#wrapper	-CommonSetting-
************************************************************************************************************************************/
#wrapper {
}
@media print, screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	#wrapper {
	}
}




/************************************************************************************************************************************
	header	-CommonSetting-
************************************************************************************************************************************/
#header {
	z-index: 10000;
	width: 100%;
	margin: 0 auto;
}

#header .header_bg {
}
.is_lower #header .header_bg {
	background-color: #212425;
}

#header #header_content {
	-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;
	padding: 0 0;
	margin-left: auto;
	margin-right: auto;
}

#header #header_content .ttl .wrap {
	display: block;
	width: 305px;
	padding: 21px 0 15px 30px;
	border-left: solid 4px #1662e6;
}


@media print, screen and (min-width: 768px) {
	.is_lower #header .header_bg {
		background-color: #232727;
	}
}
@media screen and (max-width: 767px) {
	.is_index #header .header_bg {
		background-color: #232727;
	}

	#header #header_content {
	}

	#header #header_content .ttl .wrap {
		width: 250px;
		padding: 15px 0 15px 10px;
	}
}






/************************************************************************************************************************************
	header	#nav
************************************************************************************************************************************/
#header #nav {
	-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;
	position: relative;
	z-index: 100000;
	width: 100%;
	margin: 0 auto;
}

#header #nav ul {
	width: 100%;
	margin: 0 auto;
}

#header #nav ul li {
}
#header #nav ul li a {
}


@media print, screen and (min-width: 768px) {
	#header #nav {
		width: auto;
		margin: 0;
	}

	#header #nav ul {
		width: auto;
		padding: 10px 10px 50px;
	}

	#header #nav ul li:not(:first-child) {
		margin-left: 30px;
	}
	#header #nav ul li a {
		position: relative;
		display: block;
		color: #FFF;
		font-size: 14px;
		font-weight: 700;
	}

	#header #nav ul li.header_content a {
		text-align: center;
		line-height: 40px;
		width: 146px;
		height: 40px;
		background-color: #1662e6;
	}
	#header #nav ul li.header_content a::before {
		content: " ";
		display: inline-block;
		width: 15px;
		height: 11px;
		margin-right: 11px;
		background-image: url('../img/header_contact_icon.png');
		background-size: contain;
		background-position: center center;
		background-repeat: no-repeat;
	}

	#header #nav ul li.sp-only {
		display: none;
	}
}


#header #nav #navi_close,
#header #navi_open {
	display: none;
}
#glay_layer {
	display: none;
	width: 0;
	height: 0;
	position: fixed;
	z-index: 9500;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #444;
	background-color: rgb(51,51,51);
	background-color: rgba(51,51,51,0.7);
	opacity: 0.7;
}


@media screen and (max-width: 767px) {
	#header #navi_open {
		display: block;
		position: absolute;
		top: 12px;
		right: 5px;
		z-index: 100010;
		padding: 5px;
		border-radius: 0.5em;
	}
	#header #navi_open img {
		vertical-align: middle;
		width: 28px;
		height: 28px;
	}

	#header #nav {
		display: none;
		overflow-x: hidden;
		overflow-y: auto;
		position: fixed;
		z-index: 100010;
		top: 0;
		right: 0;
		width: 80%;
		height: 100%;
		padding: 0;
		margin: 0 0 5px;
		background: none;
		background-color: #FFF;
		border: none;
/*		border-left: solid 1px #333;*/
	}

	#header #nav #navi_close {
		position: relative;
		display: block;
		color: #FFF;
		font-size: 125%;	/* 基準=16px -&gt; 20px */
		font-family: 'Slabo 27px', serif , sans-serif;
		text-indent: 0.8em;
		width: 100%;
		padding: 18px 0 13px;
		background-color: #1662e6;
	}
	#header #nav #navi_close a {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 3px;
		display: block;
		width: 32px;
		height: 32px;
		margin: auto 0;
	}

	#header #nav ul li a.hide {
		display: block;
	}
	#header #nav #navi_close a img {
		float: left;
		vertical-align: middle;
		width: 100%;
		height: auto;
	}
	#header #nav ul {
		display: block;
		width: 100%;
	}
	#header #nav ul li {
		float: none;
		width: 100%;
		margin: 0;
		padding-top: 0;
		padding-bottom: 0;
		border: none;
		background: none;
	}
	#header #nav ul li.sp-only {
		display: block;
	}

	#header #nav ul li.pc-img, 
	#header #nav ul li a .en {
		display: none;
	}

	#header #nav ul li a, 
	#header #nav ul li:first-child a, 
	#header #nav ul li:last-child a, 
	#header #nav ul li.pc-last a {
		display: block;
		color: #333;
		font-size: 14px;
		font-weight: 600;
		text-align: left;
		text-decoration: none;
		width: 100%;
		padding: 13px 0 13px 1em;
		margin: 0;
		background-image: none;
		border: none;
		border-bottom: solid 1px #000f58;
	}

	#header #nav ul li a img {
		display: none
	}
	#header #nav ul li a:hover {
		color: #FFF;
		text-decoration: none;
		background-color: rgba(255, 255, 255, 0.5);
	}
}






/************************************************************************************************************************************
	footer	-CommonSetting-
************************************************************************************************************************************/
#footer {
	position: relative;
}

#footer .bg_01 {
	background-color: #232727;
}

#footer .footer_content_inner {
	position: relative;
	-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;
	line-height: 0;
	width: 100%;
	max-width: 960px;
	padding: 45px 0 45px;
	margin: 0 auto;
}


@media print, screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	#footer {
	}
	#footer .footer_content_inner {
		width: calc(100% - 30px);
		padding: 40px 0 44px;
	}
}






/**	footer	#go_top_btn	*****************************************************************/
#footer .content_01 .f_logo {
	max-width: 214px;
	margin: 0 auto 30px;
}


@media print, screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	#footer .content_01 .f_logo {
	}
}






/**	footer	.content_01	*****************************************************************/
#footer .content_01 {
}

#footer .content_01 .f_nav {
	letter-spacing: calc(35px - 0.4em);
	text-align: center;
	margin: 0px auto;
	margin-bottom: 55px;
	padding-bottom: 45px;
	border-bottom: solid 1px #656868;
}
#footer .content_01 .f_nav li {
	-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;
	display: inline-block;
	letter-spacing: 0;
	text-align: center;
}
#footer .content_01 .f_nav li a {
	color: #FFF;
	font-size: 15px;
	font-weight: 700;
}


@media print, screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	#footer .content_01 .f_nav {
		letter-spacing: calc(0px - 0.4em);
	}
	#footer .content_01 .f_nav li {
		width: 50%;
		padding: 0;
		margin: 15px 0px 0;
	}

	#footer .content_01 .f_nav li a {
		font-size: 14px;
	}
}






/**	footer	copy	*****************************************************************/
#footer p.copy {
	line-height: 1;
	text-align: center;
	padding: 0 0 0px;
}
#footer p.copy small {
	color: #FFF;
	font-size: 11px;
	font-weight: 400;
/*
	font-family: '小塚ゴシック Pr6N' , 'Kozuka Gothic Pr6N' , '小塚ゴシック Pr 6N' , 'Kozuka Gothic Pr 6N' , '小塚ゴシック Pr6 N' , 'Kozuka Gothic Pr6 N' , '小塚ゴシック Pr 6 N' , 'Kozuka Gothic Pr 6 N' , '小塚ゴシック Pro L' , 'Kozuka Gothic Pro Light' , 'Lato' , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
*/
	letter-spacing: 0.5px;
	line-height: 1;
	vertical-align: middle;
}


@media screen and (max-width: 767px) {
	#footer p.copy {
		text-align: center;
		padding: 0px 0 0px;
	}
	#footer p.copy small {
		font-size: 11px;
		letter-spacing: 0.5px;
	}
}




/**	footer	#go_top_btn	*****************************************************************/
#footer #go_top_btn {
	position: absolute;
	z-index: 10;
	right: 30px;
	top: -35px;
	display: block;
	width: 70px;
	height: 70px;
	margin-left: auto;
}
#footer #go_top_btn a {
	display: block;
	width: 70px;
	height: 70px;
}
#footer #go_top_btn a img {
	width: 100%;
	height: auto;
}

@media print, screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	#footer #go_top_btn {
	}
}






/************************************************************************************************************************************
	#contents	-CommonSetting-
************************************************************************************************************************************/
#contents {
	width: 100%;
}
.is_lower #contents {
}

@media screen and (max-width: 767px) {
}
</pre></body></html>