<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "Shift_JIS";

/* 要素リセット */
body{
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 75%;
    font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
    color: #000000; /* 標準文字色 */
    background-color: #EFEBE7;
    background-image : url(topBg_8Bb.png);
    background-position: top center;
    background-repeat: repeat-x;
}
/* Safari用ハック 文字サイズ調整 */
/*\*/
html:first-child body{
    font-size: 70%;
}
/* end */

img{
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#hpb-container{
    width: 900px;
    margin-top: -1px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    position: relative;
    padding-bottom: 15px;
}

#hpb-header{
    height: 90px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
}

#hpb-inner{
    position: relative;
    margin-top: 0;
    padding-top: 0px;
    padding-bottom: 40px;
    zoom: 1;
}

#hpb-inner::after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#hpb-wrapper{
    width: 660px;
    float: right;
    min-height: 200px;
    margin-top: 20px;
}

.hpb-layoutset-02 #hpb-wrapper{
    margin-top: 25px;
}

* html #hpb-wrapper{
    height: 200px; /* for IE6 */
}

#hpb-title{
    margin-top: 0;
    margin-bottom: 0;
}

#hpb-main{
    margin-top: 20px;
    padding-top: 5px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #FFFFFF;
}

#hpb-aside{
    width: 220px;
    float: left;
    margin-top: 6px;
}

#hpb-footer{
    clear: both;
    position: relative;
    padding-bottom: 30px;
}

#hpb-nav{
    width: 220px;
    float: left;
    padding-bottom: 15px;
    margin-top: 25px;
}


/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* コンテンツ配置領域 */

/* ナビゲーション */
#hpb-nav ul{
    margin-top: -1px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

#hpb-nav ul::after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#hpb-nav li{
    height: 34px;
    display: block;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
    margin-bottom: 5px;
}

#hpb-nav li a{
    display: block;
    padding-left: 40px;
    padding-right: 5px;
    line-height: 34px;
}

#hpb-nav li span.en{
    font-size: 12px;
    font-weight: bold;
    height: 34px;
    overflow: hidden;
    text-transform: uppercase;
}

#hpb-nav li span.ja{
    display: none;
}

#hpb-nav a:link{
    color: #77645E;
    text-decoration: none;
    background-image : url(menuBg_8Bb_01.png);
    background-position: top left;
    background-repeat: repeat-x;
}
#hpb-nav a:visited{
    color: #77645E;
    text-decoration: none;
    background-image : url(menuBg_8Bb_01.png);
    background-position: top left;
    background-repeat: repeat-x;
}
#hpb-nav a:hover{
    color: #4084BB;
    text-decoration: none;
    background-image : url(menuBg_8Bb_01_on.png);
    background-position: bottom left;
    background-repeat: repeat-x;
}
#hpb-nav a:active{
    color: #4084BB;
    text-decoration: none;
    background-image : url(menuBg_8Bb_01_on.png);
    background-position: bottom left;
    background-repeat: repeat-x;
}




ul {
  padding: 0;
  position: relative;
}

ul li {
  line-height: 1.5;
  padding: 0.5em 0.5em 0.5em 1.7em;
  list-style-type: none!important;
  background: -webkit-linear-gradient(top, #whitesmoke 0%, whitesmoke 100%);/*グラデーション*/
  background: linear-gradient(to bottom, whitesmoke 0%, #dadada 100%);/*グラデーション*/
  text-shadow: 1px 1px 1px whitesmoke;/*文字を立体的に*/
  color: black;
}

ul li:before { 
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  position: absolute;
  left : 0.5em; /*左端からのアイコンまでの距離*/
  color: orange; /*アイコン色*/
}



/*--------------------------------------------------------
  共通パーツデザイン設定
--------------------------------------------------------*/

#pagetop a
{
    /* 先頭に戻るボタンの左右設定 */
}


/* =======================================================
  レスポンシブル設定
======================================================= */
@media screen and (max-width: 568px) {

	body{
		background-image: none;
	}


	/*--------------------------------------------------------
	  レイアウト設定
	--------------------------------------------------------*/
	#hpb-container{
		width: 100%;
		padding-bottom: 0;
	}

	#hpb-header{
		height: auto;
		padding-bottom: 10px;
		background-color: #4084bb;
	}

	#hpb-inner{
	    padding-bottom: 0;
	}
	
	#hpb-wrapper{
		width: 100%;
		float: none;
		min-height: 0;
		margin-top: 0;
		background-color: #ffffff;
	}

	.hpb-layoutset-02 #hpb-wrapper{
	    margin-top: 0;
	}

	#hpb-main{
		margin-top: 0;
		margin-right: auto;
		margin-left: auto;
		width: 96%;
		padding-top: 0;
		padding-left: 0;
		padding-right: 0;
	}

	#hpb-aside{
		max-width: 96%;
		float: none;
		margin-top: 0;
		margin-right: auto;
		margin-left: auto;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	#hpb-footer{
		padding-bottom: 0;
	}

	#hpb-nav{
		width: 100%;
	    float: none;
		background-color: #ffffff;
		padding-bottom: 0;
		overflow: hidden;
		margin-top: 0;
		border-top-color: #77645e;
		border-top-width: 1px;
		border-top-style: solid;
		border-bottom-color: #77645e;
		border-bottom-width: 1px;
		border-bottom-style: solid;
	}


	/*--------------------------------------------------------
	  デザイン設定
	--------------------------------------------------------*/
	/* コンテンツ配置領域 */

	/* ナビゲーション */
	#hpb-nav ul{
		display: none;
		padding-left: 0;
		background-image : none;
	}

	#hpb-nav ul.toggled-on{
		display: block;
	}
	
	#hpb-nav li{
		margin-bottom: 0;
	    height: auto;
		border-top-color: #77645e;
		border-top-width: 1px;
		border-top-style: solid;
	}

	#hpb-nav li a{
		padding-top: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		line-height: 1.4;
	}

	#hpb-nav li span.en{
		padding-top: 0;
		padding-right: 0;
		padding-bottom: 0;
		padding-left: 0;
	}

	#hpb-nav a:link{
		background-image : none;
		background-color: #ffffff;
		border-left-color: #77645e;
		border-left-width: 34px;
		border-left-style: solid;
	}
	#hpb-nav a:visited{
		background-image : none;
		background-color: #ffffff;
		border-left-color: #77645e;
		border-left-width: 34px;
		border-left-style: solid;
	}
	#hpb-nav a:hover{
		background-image : none;
		border-left-color: #4084bb;
		border-left-width: 34px;
		border-left-style: solid;
	}
	#hpb-nav a:active{
		background-image : none;
		border-left-color: #4084bb;
		border-left-width: 34px;
		border-left-style: solid;
	}

	/*--------------------------------------------------------
	  共通パーツデザイン設定
	--------------------------------------------------------*/

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