<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; /* 標準文字色 */
    min-width: 925px;
}
/* Safari用ハック 文字サイズ調整 */
/*\*/
html:first-child body{
    font-size: 70%;
}
/* end */

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

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/

.hpb-layoutset-01 #hpb-header{
    width : 1018px;
	margin-top: -1px;
    margin-left: auto;
    margin-right: auto;
	height : 353px;
    overflow: hidden;
    background-image : url(top_mainimg_01_1R.png);
    background-position: top center;
    background-repeat: no-repeat;
}

.hpb-layoutset-02 #hpb-header{
    width: 980px;
	margin-top: -1px;
    margin-left: auto;
    margin-right: auto;
}

#hpb-inner{
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
	position: relative;
}

.hpb-layoutset-02 #hpb-wrapper{
    width: 700px;
    padding-top: 53px;
    float: left;
}

#hpb-main{
    width: 700px;
    float: left;
    text-align: left;
    padding-right: 10px;
    padding-bottom: 20px;
}

.hpb-layoutset-01 #hpb-main{
    padding-top: 30px;
}
.hpb-layoutset-02 #hpb-main{
    padding-right: 50px;
	padding-left: 5px;
}
#hpb-aside{
    width: 268px;
    float: right;
    text-align: left;
	padding-top: 30px;
	padding-bottom: 20px;
}

.hpb-layoutset-02 #hpb-aside{
	padding-top: 105px;
}

#hpb-footer{
    clear: both;
}


.hpb-layoutset-01 #hpb-nav{
    width: 980px;
    height : 33px;
    overflow: hidden;
    position: absolute;
    top: -40px;
    left: 0px;
}

.hpb-layoutset-02 #hpb-nav{
    width: 980px;
    height: 37px;
    overflow: hidden;
    position: absolute;
    top: 38px;
    left: 0px;
}

/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* タイトル */

.hpb-layoutset-01 #hpb-title{
	display: none;
}

/* 背景設定 */
.hpb-layoutset-01{
    background-image : url(headerBg_1R_01.png);
    background-position: top left;
    background-repeat: repeat-x;
}

.hpb-layoutset-02{
    background-image : url(headerBg_1R_02.png);
    background-position: top left;
    background-repeat: repeat-x;
}

/* ナビゲーション */

#hpb-nav ul{
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    list-style-type: none;
    text-align: left;
	}

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

#hpb-nav li{
    float: left;
    display: inline;
    font-size: 13px;
    line-height: 37px;
    height: 37px;
    overflow: hidden;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #b0cff3;
}
#hpb-nav li:first-child{
	border: none;
}

#hpb-nav li a{
    display: block;
    height: 37px;
    overflow: hidden;
    padding-left: 30px;
    padding-right: 30px;
	
}

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

#hpb-nav a:link{
    background-image : url(mainmenu_1R.png);
    background-position: top left;
}
#hpb-nav a:visited{
    background-image : url(mainmenu_1R.png);
    background-position: top left;
}
#hpb-nav a:hover{
    background-image : url(mainmenu_1R_on.png);
    background-position: left top;
}
#hpb-nav a:active{
    background-image : url(mainmenu_1R_on.png);
    background-position: left top;
}

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

	body{
		min-width: 100%;
	}

	/*--------------------------------------------------------
	  レイアウト設定
	--------------------------------------------------------*/
	.hpb-layoutset-01 #hpb-header{
		width: 100%;
		height: auto;
		overflow: hidden;
		background: none;
		background-color: #327ecc;
		padding-bottom: 10px;
	}
	.hpb-layoutset-02 #hpb-header{
		width: 100%;
		background-color: #327ecc;
		padding-bottom: 10px;
	}
	#hpb-inner{
		width: 100%;
	}
	.hpb-layoutset-02 #hpb-wrapper{
		width: 100%;
		padding-top: 1em;
		float: none;
	}
	#hpb-main{
		width: 96%;
		float: none;
		padding-right: 0;
		margin-left: auto;
		margin-right: auto;
	}
	.hpb-layoutset-01 #hpb-main{
		padding-top: 0;
	}
	.hpb-layoutset-02 #hpb-main{
		padding-right: 0;
		padding-left: 0;
	}
	#hpb-aside{
		width: 96%;
		float: none;
		padding-top: 0;
		margin-left: auto;
		margin-right: auto;
	}
	.hpb-layoutset-02 #hpb-aside{
		padding-top: 0;
	}
	.hpb-layoutset-01 #hpb-nav{
		width: 100%;
		height: auto;
		border-top-width: 1px;
		border-top-color: #b0cff3;
		border-top-style: solid;
		border-bottom-width: 6px;
		border-bottom-color: #327ecc;
		border-bottom-style: solid;
		background-color: #ecf3fa;
		position: relative;
		top: 0;
		left: 0;
	}
	.hpb-layoutset-02 #hpb-nav{
		width: 100%;
		height: auto;
		border-top-width: 1px;
		border-top-color: #b0cff3;
		border-top-style: solid;
		border-bottom-width: 6px;
		border-bottom-color: #327ecc;
		border-bottom-style: solid;
		background-color: #ecf3fa;
		position: relative;
		top: 0;
		left: 0;
	}

	/*--------------------------------------------------------
	  デザイン設定
	--------------------------------------------------------*/
	/* タイトル */
	.hpb-layoutset-01 #hpb-title{
		display: block;
		width: 100%;
		height: 160px;
		overflow: hidden;
		background-image : url(top_mainimg_01_1R.png);
		background-position: top center;
		background-repeat: no-repeat;
		background-size: contain;
		position: relative;
		top: 0;
		left: 0;
	}
	.hpb-layoutset-01 #hpb-title h2{
		display: none;
	}

	/* 背景設定 */
	.hpb-layoutset-01{
		background-image : none;
	}
	.hpb-layoutset-02{
		background-image : none;
	}

	/* ナビゲーション */
	#hpb-nav ul{
		display: none;
	}
	#hpb-nav ul.toggled-on{
		display: block;
	}
	#hpb-nav li{
		float: none;
		display: block;
		line-height: 1.4;
		height: auto;
		border-left-width: 0;
		border-top-width: 1px;
		border-top-color: #b0cff3;
		border-top-style: solid;
	}
	#hpb-nav li:first-child{
		border-top-width: 1px;
		border-top-color: #b0cff3;
		border-top-style: solid;
	}
	#hpb-nav li a{
		display: block;
		height: auto;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#hpb-nav a:link,
	#hpb-nav a:visited,
	#hpb-nav a:hover,
	#hpb-nav a:active{
		background-image : none;
	}
	#hpb-nav li a:hover{
		background-color: #438fd8;
	}



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