<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 */

/*  -----------　全体設定　-------------- */
.header, .footer, img {
	width: 100%;
	margin : 0 auto;
}
.main, .boxA, .boxB, .box10 {
	width: 100%;
	max-width: 1000px;
	margin : 0 auto;
}
img {
	vertical-align: middle;
}
a:link {
	color: #034E25;
	text-decoration: none;
}
a:hover {
	color: #376E3D;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}
a:visited {
	color: #333;
}
#pagetop {
	position: fixed;
	bottom: 50px;
	right: 30px;
}
#pagetop img {
	width: 70px;
	height: 70px;
}
/*  画像スイッチ用 */
.switch {
	visibility: hidden;
}
/* mainコンテンツ750pxインナー指定 */
.main {
	width: 100%;
	max-width: 750px;
	margin : 0 auto;
	padding-bottom: 10%;
}
/*  ヘッダー帯の設定 */
.h_01_bg {
	width: 100%;
	height: 110px;
	background-image: url(img/h_01_bg.png);
	background-position: center top;
	background-repeat: no-repeat;
}
.h_02_bg {
	width: 100%;
	height: 170px;
}
.h_obi {
	width: 100%;
	height: 110px;
	background-image: url(img/h-obi.png)
}
.h_obi {
	width: 100%;
	height: 110px;
}
/*  box0の設定 */
.box0 {
	height: 70px;
	width: 100%;
	background: #fff;
	padding-top: 10px;
	padding-left: 3%;
}
/*  boxAの高さ指定と背景 */
.boxA {
	padding-top: 8px;
	padding-bottom: 7px;
}
.boxAbg {
	background-size: 100%;
	background-image: url(../img/top_header.png);
}
/*  box1の位置指定 */
.box1 {
}
/*  box2の位置指定 */
.box2 {
	margin-right: 26px;
	margin-top: 4px;
}
.box2 img {
	width: 310px;
	height: 38px;
}
/*  box3の設定ヘッダートップ画像 */
.box3 {
	width: 100%;
	height: 170px;
	background-image: url(img/h_02_bg.png);
}
.box3-inner {
	width: 100%;
	max-width: 1000px;
	margin : 0 auto;
	height: 170px;
	background-image: url(img/top_pc.png);
}
/*  ナビのバック画像 */
.boxC {
	background-color: #fff;
}
/*  スマホ用ロゴ設定 */
.boxRG {
	padding: 10px;
	background: #FFFFFF;
}
.boxRG img {
	width: 280px;
	height: 53px;
}
.box1 img, .box0 img {
	width: 280px;
	height: 53px;
}
/*  フッター設定 */
.footer {
	color: #FFF;
	font-size: 12px;
	background: #8dbea9;
}
/*  box9背景設定 */
.box9bg {
	background: #eff5ed;
}
/*  box10の高さ指定と背景 */
.box10 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.box10-1 {
	text-align: left;
}
.box10-2 {
	text-align: right;
}
.box10-3 {
	text-align: center;
}
/* ---　パンくずリスト　--- */
#pan {
	width: 100%;
	max-width: 1000px;
	margin : 0 auto;
	font-size: 12px;
	font-size: 0.75rem
	}
/* リスト */
ol.topic-path {
	margin: 0; /* マージン（上下左右） */
	padding-top: 15px;
	padding-right: 0px;
	padding-left: 5px;
	padding-bottom: 30px; /* パディング（上下、左右） */
	background-color: #fff; /* 背景色 */
	list-style-type: none; /* リストマーク非表示 */
	font-size: 100%; /* 文字サイズ */
}
/* リスト項目 */
ol.topic-path li {
padding-left: 5px; /* 左パディング */
display: inline; /* 項目を横並び */
}
/* リスト項目（最初の項目） */
ol.topic-path li.first {
padding-left: 25px; /* 左パディング */
background: url(../img/topic-path-home.png) no-repeat left; /* ホーム記号（※） */
}
/* リンクエリア */
ol.topic-path li a {
padding-right: 18px; /* 右パディング */
background: url(../img/topic-path-gray.gif) no-repeat right; /* 矢印記号（※） */
}
/* リンク色 */
ol.topic-path li a {
color: #4682b4;
}
/* リンク色（マウスオーバー） */
ol.topic-path li a:hover {
color: #79a7cc;
}

/*  -----------　画面サイズ 374px 以下　 -------------- */
/* max-width: ブラウザ幅が 指定した 374px 以下の時にスタイルが適用される。 */
@media screen and (max-width: 374px) {
}

/*  -----------　画面サイズ 599px 以下　 -------------- */
/* max-width: ブラウザ幅が 指定した 599px 以下の時にスタイルが適用される。 */
@media screen and (max-width: 599px) {
.main {
	width: 96%;
	margin : 0 2%;
}
.noneSSP {
	display: none
}
.boxA-a {
	margin-top: 10px;
}
}

/*  -----------　画面サイズ 600px 以上　 -------------- */
/*  min-width ブラウザ幅が指定した幅よりも大きい時に適用される。*/
@media print, screen and (min-width: 600px) {
.noneSP {
	display: none
}
}

/*  -----------　画面サイズ 959px  以下　-------------- */
/* max-width: ブラウザ幅が 指定px 以下の時にスタイルが適用される。 */
@media screen and (max-width: 959px) {
.noneTB {
	display: none
}
}

/*  -----------　画面サイズ 960px 以上　 -------------- */
/*  min-width ブラウザ幅が指定した幅よりも大きい時に適用される。*/
@media print, screen and (min-width: 960px) {
.noneFT {
	display: none
}
/* box1とbox2を横に並べる */
.boxA:after {
	content: "";
	display: block;
	clear: both
}
.box1 {
	float: left;
	width: auto;
}
.box2 {
	float: right;
	width: auto;
}
.box9-bg {
	padding-top: 30px;
	padding-bottom: 25px;
	width: 100%;
	background-color: #f7f9ee;
}
.box9 {
	margin : 0 auto;
	max-width: 1000px;
	line-height: 22px;
	padding-bottom: 10px;
}
.box9 a:link {
	color: #333;
	text-decoration: underline;
}
.box9 a:hover {
	color: #376E3D;
}
.box9 a:visited {
	color: #999;
}
/* （フッダー）box10-1とbox10-2を横に並べる */
.box10:after {
	content: "";
	display: block;
	clear: both;
}
.box10-1 {
	float: left;
	width: 50%;
}
.box10-2 {
	float: right;
	width: 50%;
}
}

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