@charset "Shift_JIS";



/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 568px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

/* 要素リセット */
body{
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 100%;
    font-family: 'メイリオ' ,'Meiryo', 'Arial Unicode MS' , 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,'sans-serif';
    color: #000000; /* 標準文字色 */
    min-width: 1000px;
}
/* Safari用ハック 文字サイズ調整 */
/*\*/
html:first-child body{
    font-size: 100%;
}
/* end */

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

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#hpb-header{
border-top: 13px solid #3e791e;
position: fixed;
top: 0;
z-index: 10000;
  left: 0;
  right: 0;
  margin: auto;
	width: 1000px;
	height: 68px;
	overflow: hidden;
	padding-top: 0px;
background-color: #fff;
}


#hpb-inner{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -1px;
	padding: 13px 0 0 0;
	position: relative;
background-color: #fff;
}

#hpb-main{
    width: 689px;
    float: right;
    text-align: left;
    padding-bottom: 58px;
}

.hpb-layoutset-01 #hpb-main{
    padding-top: 447px;
}
.hpb-layoutset-02 #hpb-main{
    padding-top: 220px;
}

#hpb-aside{
    width: 291px;
	float: left;
    text-align: left;
	padding-bottom: 60px;
	padding-top: 10px;
}
.hpb-layoutset-01 #hpb-aside{
    padding-top: 447px;
}
.hpb-layoutset-02 #hpb-aside{
    padding-top: 220px;
}
#hpb-footer{
    clear: both;
}


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

.hpb-layoutset-01 #hpb-title{
    width: 1000px;
    height: 327px;
margin-top: 100px;
    text-indent: -9999px;
    overflow: hidden;
	background-image : url(image/mainimg_1G1.png);
    background-position: top left;
    background-repeat: no-repeat;
	position: absolute;
	top: 30px;
	left: 0;
}

.hpb-layoutset-02 #hpb-title{
    width: 1000px;
    height: 98px;
margin-top: 100px;
	background-image : url(image/titleBg_1G1.png);
    background-position: top left;
    background-repeat: no-repeat;
	overflow: hidden;
	position: absolute;
	top: 30px;
	left: 0;
}

/* ナビゲーション */

#hpb-nav{
	width: 1000px;
	position: absolute;
	left: 0;
}
.hpb-layoutset-01 #hpb-nav{
position: fixed;
	top: 81px;
  left: 0;
  right: 0;
  margin: auto;
	width: 1000px;
	height: 40px;
	overflow: hidden;
}
.hpb-layoutset-02 #hpb-nav{
position: fixed;
	top: 81px;
  left: 0;
  right: 0;
  margin: auto;
	width: 1000px;
	height: 40px;
	overflow: hidden;
}
/* =======================================================
  レスポンシブル設定
======================================================= */
@media screen and (max-width: 568px) {

	body{
		min-width: 100%;
	}

	/*--------------------------------------------------------
	  レイアウト設定
	--------------------------------------------------------*/
	#hpb-header{
border-top: 5px solid #3e791e;
border-bottom: 5px solid #3e791e;
		padding-top: 0px;
position: fixed;
height: 44px;	}


	#hpb-inner{
		background-image: none;
		width: 100%;
	padding: 10px 0 0 0;
	}


	#hpb-wrapper{
		width: 100%;
overflow:hidden;
	}
	#hpb-main{
		width: 100%;
		float: none;
		padding: 0;
		margin-left: auto;
		margin-right: auto;
	}
	.hpb-layoutset-01 #hpb-main{
		padding-top: 0px;
	}

	.hpb-layoutset-02 #hpb-main{
		padding-top: 0;
	}
	#hpb-aside{
		width: 100%;
		float: none;
		padding-left: 0;
		margin-left: auto;
		margin-right: auto;
line-height: 2.0em;
	}
	.hpb-layoutset-01 #hpb-aside{
		padding-top: 0;
	}
	.hpb-layoutset-02 #hpb-aside{
		padding-top: 0;
	}


/*--------------------------------------------------------
	  デザイン設定
--------------------------------------------------------*/
	/* タイトル */
	.hpb-layoutset-01 #hpb-title{
width: 100%;
margin-top: 0px;
height: 60px;
background-image : url(image/t-top2.gif);
    background-position: top right;
    background-repeat: no-repeat;
		background-size: cover;
		position: relative;
                top: 0;
		left: 0;
	}


	.hpb-layoutset-02 #hpb-title{
width: 100%;
margin-top: 0px;
		background-size: cover;
		background-position: top right;
		position: relative;
		top: 0;
		left: 0;
		height: auto;
		background-color: #709e59;

	}
	.hpb-layoutset-02 #hpb-title h2{
                margin-top: 25;
		line-height: 1.5em;
		padding: 10px 0px 0px 10px;
		font-size: 1.2em;
	}

	/*トップページ*/
	#toppage p.large{
		margin-bottom: 10px;
	}
