<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* PC/スマホ共通表示 */

.-----PC_MOBILE_COMMON_CSS_START----- {}

* {
	-webkit-text-size-adjust: 100%;
	max-height: 999999px;
	font-style: normal;
}
body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	font-size: 13px;
	line-height: 160%;
	color: #333;
	background-color: #F9F9F9;
	margin: 0px;
	padding: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:link,
a:visited {
	text-decoration: none;
	color: #009b62;
}
a:hover,
a:active {
	text-decoration: underline;
	color: #FF9900;
}
.clear {
	clear: both;	
}

.mobile_nowrap {
	display: inline;
}
.pc_nowrap {
	display: none;
}
.mobile_only {
	display:none;
}
.pc_only {
	display: block;
}

#header *,
#footer * {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#wrapper {
	background-color: #FFF;
	width: 779px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	position: relative;
}
#header {
	width: 100%;
	position: relative;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #009b62;
}
#header .logo {
	box-sizing: border-box;
	padding-top: 10px;
	padding-left: 19px;
}
#header .logo a {
	box-sizing: border-box;
	height: 40px;
	width: 275px;
	background-image: url(../img/header_logo.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	display: block;
	overflow: hidden;
	position: relative;
	text-indent: -9999em;
}

#header #g_nav_open_btn {
	display: none;
}
#g_nav {
	transition: 0.4s;
	width: auto;
	width: 100%;
	padding-top: 30px;
	background-image: url(../img/g_nav_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
}
#g_nav ul {
	box-sizing: border-box;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
}
#g_nav ul li {
	width: 155px;
	margin-left:1px;
}
#g_nav ul li:first-child {
	margin-left:0px;
}

#g_nav ul li a {
	width: 100%;
	background-repeat: no-repeat;
	height: 53px;
	overflow: hidden;
	position: relative;
	text-indent: -9999em;
	display: block;
}
#g_nav ul li a em {
	width: 100%;
	height: 18px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	display: block;
	transition: 0.4s;
}
#g_nav ul li a:hover em {
	background-color:rgba(255,255,255,0.4);
}
#g_nav ul li#g_nav_01 a {
	background-image: url(../img/g_nav_01.jpg);
}
#g_nav ul li#g_nav_02 a {
	background-image: url(../img/g_nav_02.jpg);
}
#g_nav ul li#g_nav_03 a {
	background-image: url(../img/g_nav_03.jpg);
}
#g_nav ul li#g_nav_04 a {
	background-image: url(../img/g_nav_04.jpg);
}
#g_nav ul li#g_nav_05 a {
	background-image: url(../img/g_nav_05.jpg);
}

#g_nav ul li#g_nav_06,
#g_nav ul li#g_nav_07 {
	width: 95px;
	margin-left: 0px;
	position: absolute;
	top: 16px;
}
#g_nav ul li#g_nav_06 {
	right: 121px;
}
#g_nav ul li#g_nav_07 {
	right: 19px;
}
#g_nav ul li#g_nav_06 a,
#g_nav ul li#g_nav_07 a {
	height: 19px;
	transition:0.4s;
}
#g_nav ul li#g_nav_06 a:hover,
#g_nav ul li#g_nav_07 a:hover {
	opacity:0.6;
}
#g_nav ul li#g_nav_06 a em,
#g_nav ul li#g_nav_07 a em {
	display:none;
}
#g_nav ul li#g_nav_06 a {
	background-image: url(../img/s_nav_01.png);
}
#g_nav ul li#g_nav_07 a {
	background-image: url(../img/s_nav_02.png);
}


#page_top {
	display:none;
}

#footer #f_nav {
	padding-top: 1em;
	padding-bottom: 1em;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
}
#footer #f_nav ul {
	width:100%;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	line-height: 100%;
	font-size:90%;
}
#footer #f_nav ul li {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
}
#footer #f_nav ul li:first-child {
	border-left-style: none;
}
#footer #f_nav ul li a {
	white-space: nowrap;
	display: inline-block;
	padding-right: 1em;
	padding-left: 1em;
	color: #333;
	text-decoration: none;
}
#footer #f_nav ul li a:hover {
	white-space: nowrap;
	display: inline-block;
	padding-right: 1em;
	padding-left: 1em;
	color: #009b62;
	text-decoration: underline;
}
#footer .copyright {
	font-size: 11px;
	display: block;
	text-align: center;
	width: 100%;
	background-color: #DDD;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}


.-----PC_MOBILE_COMMON_CSS_END----- {}

/* スマートフォン用CSS */
@media screen and (max-width: 640px) {
	
.-----MOBILE_ONLY_CSS_START----- {}



body {
	font-size: 24px;
	line-height: 170%;
	width: 640px;
}

img {
	max-width:600px;
	height:auto;
}
br.pc_nowrap {
	display: inline;
}
br.mobile_nowrap {
	display: none;
}

.mobile_only {
	display:block;
}
.pc_only {
	display: none;
}

#wrapper {
	width: 640px;
	min-width: 640px;
	margin-right: 0px;
	margin-left: 0px;
	overflow: hidden;
	position: relative;
	border-right-style: none;
	border-left-style: none;
}
#header {
	height: 90px;
	z-index: 9999999999 !important;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	background-color: rgba(255,255,255,0.8);
	border-top-style: none;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #02B572;
}
#header .logo {
	padding-top: 18px;
}
#header .logo a {
	height: 53px;
	width: 361px;
}
#header #g_nav_open_btn {
	top: 0px;
	right: 0px;
	height: 90px;
	width: 90px;
	position: absolute;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	transition: 0.5s;
	background-color: #008D54;
}
#header #g_nav_open_btn div {
	width: 57px;
	height: 7px;
	display: block;
	background-color: #FFF;
	position: absolute;
	transition:0.5s;
	left: 17px;
	top: 42px;
}
#header #g_nav_open_btn div:nth-child(1) {
	top: 20px;
	transition:0.3s;
}
#header #g_nav_open_btn div:nth-child(4) {
	top: 64px;
	transition:0.3s;
}
#header #g_nav_open_btn.on div:nth-child(1),
#header #g_nav_open_btn.on div:nth-child(4) {
	opacity:0;
	top: 42px;
}
#header #g_nav_open_btn.on div:nth-child(2) {
	transform:rotate(45deg);
}
#header #g_nav_open_btn.on div:nth-child(3) {
	transform:rotate(-45deg);
}


#header .menu {
	position: absolute;
	width: 640px;
	left: 0px;
	top: 90px;
	display: none;
	z-index: 9999999999;
}
#g_nav {
	width: 640px;
	position: static;
	bottom: auto;
	right: auto;
	text-align: center;
	height: auto;
	margin: 0px;
	padding: 0px;
	background-image: none !important;
}
#g_nav ul {
	width: 640px;
	height: auto;
	text-align: center;
	margin: 0px;
	padding: 0px;

}
#g_nav ul li {
	text-align: center;
	width: 640px !important;
	height: 80px !important;
	padding: 0px;
	display: block;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFF;
	margin: 0px;
	position: static !important;
}
#g_nav ul li a,
#g_nav ul li#g_nav_06 a,
#g_nav ul li#g_nav_07 a {
	height: 80px !important;
	background-color: rgba(0,96,57,0.7);
	color: #FFF;
	text-decoration: none;
	font-size: 30px;
	line-height: 80px;
	text-align: center;
	font-weight: normal !important;
	text-indent: 0em !important;
	background-image: none !important;
	transition:none;
}
#g_nav ul li a:hover,
#g_nav ul li#g_nav_06 a:hover,
#g_nav ul li#g_nav_07 a:hover {
	opacity:1;
	background-color: rgba(0,96,57,1);
}
#g_nav ul li a:hover em {
	display:none;
}



#page_top {
	display:none;
}
#page_top a {
	font-size: 20px;
	line-height: 45px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 6px 6px 0 0;
	background-color: #006699;
	padding-top: 2px;
}
#page_top a:active {
	opacity:0.6;
}


#footer {

}
#footer #f_nav ul li {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
	margin-top:10px;
	margin-bottom:10px;
}
#footer #f_nav ul li:nth-child(4) {
	border-left-style: none;
}
#footer #f_nav ul li a {
	white-space: nowrap;
	display: inline-block;
	padding-right: 1em;
	padding-left: 1em;
	color: #333;
	text-decoration: none;
}
#footer .copyright {
	font-size: 16px;
}


.-----MOBILE_ONLY_CSS_END----- {}

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