@charset "Shift_JIS";
/* 要素リセット */
body{
  margin: 0;
  padding: 0;
  font-size: 75%;
  font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
  color: #333333;
  /* 標準文字色 */
	background-color: #e4f9e3;
}
/* 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: 960px;
  margin-top: -1px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  background-color: #fff;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #b2eaaf;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #b2eaaf;
}
#hpb-header{
  background-image : url(headerBg_3Ha.png);
  background-position: bottom left;
  background-repeat: repeat-x;
  padding-bottom: 24px;
  padding-left: 15px;
  padding-right: 15px;
}
#hpb-header::after{
  content: ".";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
#hpb-headerExtra1{
  margin-top: -10px;
}
#hpb-wrapper{
  padding-top: 14px;
  width: 660px;
  float: right;
}
.hpb-layoutset-02 #hpb-inner {
  }
#hpb-inner::after{
  content: ".";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
#hpb-main{
  width: 660px;
  float: right;
  padding-right: 20px;
}
.hpb-layoutset-02 #hpb-main{
  padding-top: 0px;
}
#hpb-aside{
  width: 242px;
  float: left;
  padding-bottom: 20px;
  padding-left: 20px;
}
/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/

/* トップページ デザイン定義 */
.hpb-layoutset-01 #hpb-title{
  width: 660px;
  float: right;
  padding-right: 20px;
  padding-bottom: 10px;
}
.hpb-layoutset-01 #hpb-title h2{
  width: 660px;
  height: 261px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  overflow: hidden;
  text-indent: -9999px;
  background-image : url(headline1.jpg);
  background-position: top center;
  background-repeat: no-repeat;
}
/* 第二階層 */

.hpb-layoutset-02 #hpb-title{
  width: 660px;
  float: right;
  padding-right: 20px;
  padding-bottom: 10px;
}
.hpb-layoutset-02 #hpb-title h2{
  width: 660px;
  height: 89px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  background-image : url(titleBg_02_3Ha.png);
  background-position: top center;
  background-repeat: no-repeat;
}
.hpb-layoutset-02 h2{
  line-height: 89px;
}
.hpb-layoutset-02 h2 span.ja{
  padding-right: 7px;
  padding-left: 20px;
  font-weight: normal;
}
.hpb-layoutset-02 h2 span.en{
  text-transform: capitalize;
  font-size: 0.75em;
  color: #2ea1bc;
}
/*--------------------------------------------------------
  共通パーツデザイン設定
--------------------------------------------------------*/

/* ナビゲーション */
#hpb-nav{
  width: 242px;
  padding-left: 20px;
  padding-top: 15px;
  padding-bottom: 7px;
}
#hpb-nav ul{
  margin-top: -1px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  overflow: hidden;
}
#hpb-nav li{
  height: 47px;
  width: 242px;
  overflow: hidden;
  background-image : url(mainmenu_02_3Ha.png);
  background-position: right top;
  background-repeat: no-repeat;
  margin-bottom: 4px;
}
#hpb-nav li a{
  display: block;
  height: 47px;
  padding-left: 22px;
  padding-right: 22px;
  font-size: 1.2em;
  text-align: left;
}
#hpb-nav li span.ja{
  display: block;
  padding-top: 10px;
  line-height: 1;
}
#hpb-nav li span.en{
  color: #42a535;
  text-transform: uppercase;
  display: block;
  font-size: 10px;
}
#hpb-nav a:link{
  text-decoration: none;
}
#hpb-nav a:visited{
  color: #333;
  text-decoration: none;
}
#hpb-nav a:hover{
  background-image : url(mainmenu_02_3Ha_on.png);
  background-position: top center;
  background-repeat: no-repeat;
  color: #333;
  text-decoration: none;
}
#hpb-nav a:active{
  background-image : url(mainmenu_02_3Ha_on.png);
  background-position: top center;
  background-repeat: no-repeat;
  color: #333;
  text-decoration: none;
}
/* =======================================================
  レスポンシブ設定
======================================================= */
@media screen and (max-width: 568px) {
  /*--------------------------------------------------------
		レイアウト設定
	--------------------------------------------------------*/
	#hpb-container{
  width: 100%;
  border-left-width: 0;
  border-right-width: 0;
}
#hpb-header{
  padding-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
}
#hpb-headerExtra1{
  margin-top: 0;
}
#hpb-wrapper{
  padding-top: 0;
  width: 100%;
  float: none;
}
#hpb-main{
  width: 96%;
  float: none;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-bottom: 20px;
}
#hpb-aside{
  width: 96%;
  float: none;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
}
/*--------------------------------------------------------
		デザイン設定
	--------------------------------------------------------*/
	
	/* トップページ デザイン定義 */
	.hpb-layoutset-01 #hpb-title{
  width: 100%;
  float: none;
  padding-right: 0;
}
.hpb-layoutset-01 #hpb-title h2{
  width: 100%;
  height: 220px;
  background-size: contain;
}
/* 第二階層 */
	
	.hpb-layoutset-02 #hpb-title{
  width: 100%;
  float: none;
  padding-right: 0;
}
.hpb-layoutset-02 #hpb-title h2{
  width: 100%;
  height: auto;
  background-size: cover;
  word-break: break-all;
}
.hpb-layoutset-02 h2{
  line-height: 1.4;
  padding-top: 10px;
  padding-bottom: 10px;
}
.hpb-layoutset-02 h2 span.ja{
  display: block;
  padding-right: 20px;
}
.hpb-layoutset-02 h2 span.en{
  display: block;
  padding-left: 20px;
  padding-right: 20px;
}
/*--------------------------------------------------------
		共通パーツデザイン設定
	--------------------------------------------------------*/
	
	/* ナビゲーション */
	#hpb-nav{
  width: 100%;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #f4fef2;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #b2eaaf;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #b2eaaf;
}
#hpb-nav ul{
  display: none;
}
#hpb-nav ul.toggled-on{
  display: block;
}
#hpb-nav li{
  height: auto;
  width: 100%;
  background-image: none;
  margin-bottom: 0;
  border-top-color: #b2eaaf;
  border-top-style: solid;
  border-top-width: 1px;
}
#hpb-nav li a{
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#hpb-nav li span.ja{
  padding-top: 0;
}
#hpb-nav a:link,
	#hpb-nav a:visited{
  background-color: #f4fef2;
  border-left-width: 5px;
  border-left-style: solid;
  border-left-color: #82cd74;
}
#hpb-nav a:hover,
	#hpb-nav a:active{
  background-image: none;
  background-color: #caefb4;
  border-left-width: 5px;
  border-left-style: solid;
  border-left-color: #42a535;
}
}