@charset "utf-8";
@media print {
  #zone_body_bg {
    background: white none;
  }
}
#zone_topstage {
  width: 100%;
  padding: 0;
  background: url("../image/sitetop/img-slide01.jpg");
  background-repeat: no-repeat;
  background-position: 20% 10%;
  background-size: cover;
  height: 450px;
}
@media (max-width: 959px) {
  #zone_topstage {
    position: relative; /*相対配置*/
    height: auto;
    height: 200px;
  }
}
/* --------------------------------------------------
	全体
-------------------------------------------------- */
#zone_sheet {
  overflow-x: hidden;
  width: 100%;
  background-color: white;
  position: absolute;
  color: rgb(75, 75, 75); /*基本文字カラー*/
}
@media (max-width: 960px) {
  #zone_sheet {
    width: 100%;
    background-color: white;
  }
}
#zone_sheet_top {
  width: 100%;
  background-color: white;
  color: rgb(75, 75, 75); /*基本文字カラー*/
}
@media (max-width: 960px) {
  #zone_sheet_top {
    width: 100%;
    background-color: white;
  }
}
/* --------------------------------------------------
	ヘッダー層（incg-header）
-------------------------------------------------- */
/* 関連サイトジャンプの装飾の定義 */
@font-face {
  font-family: "IonIcons";
  src: url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.1");
  src: url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.1#iefix") format("embedded-opentype"), url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.ttf?v=2.0.1") format("truetype"), url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.woff?v=2.0.1") format("woff"), url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.svg?v=2.0.1#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
#zone_header_layer_navi select {
  outline: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 30px; /* 重要★	.zone_select_wrap:beforeのline-heightを調整すること */
  padding: 2px 12px;
  width: 250px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #e7f0f9;
  color: #476fb6;
  border: 1px solid #bbb;
  border-radius: 3px;
}
#zone_header_layer_navi select option {
  background-color: #fff;
  color: #333;
}
#zone_header_layer_navi select::-ms-expand {
  display: none;
}
#zone_header_layer_navi select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}
.zone_select_wrap {
  position: relative;
}
.zone_select_wrap:before {
  z-index: 50;
  position: absolute;
  right: 15px;
  top: 0;
  content: "\f123";
  font-family: "IonIcons";
  line-height: 33px;
  color: #476fb6; /* 下向きv印の色 */
  pointer-events: none;
}
/* サイト内検索のinputの装飾 */
input#bpts_keywords1 {
  margin-top: 5px;
  outline: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 162px;
  height: 20px;
  padding: 2px 12px;
  border: 1px solid #ddd;
  color: #828c9a;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #0084B4;
  background: #e7f0f9;
  color: #fff;
  color: #476fb6;
  border-color: #0084B4;
  border-color: #bbb;
}
/* --------------------------------------------------
	最上層（top_floor）
-------------------------------------------------- */
/*タイトルとメニュー横並び*/
.zone_header_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: rgba(40, 40, 120, 1.0);
}
/*サイトタイトル*/
.zone_headre_title img {
  display: block;
  width: 680px;
  max-width: 100%;
  margin: 20px 0 0 30px;
  padding-bottom: 30px;
}
/*メニューの幅*/
.zone_mainmenu {
  max-width: 100%;
  margin: -20px auto 0 auto;
  background: #476fb6;
}
.zone_mainmenu a {
  color: #fff !important;
}
@media (max-width: 960px) {
  .zone_headre_title img {
    width: 470px;
  }
}
@media (max-width: 959px) {
  /*タイトルとメニュー横並び*/
  .zone_header_flex {
    display: block;
    padding:1em 0 .5em 0;
  }
  /*サイトタイトル*/
  .zone_headre_title img {
    margin: 0 auto;
    text-align: center;
  }
}
/* パンくずエリア */
#zone_pankuzu {
  height: 25px;
  font-size: 0.7em;
}
#zone_pankuzu a:first-child {
  text-decoration: none;
}
#zone_pankuzu a:first-child {
  color: rgb(237, 123, 49);
}
/* ヘッダー右（サイトマップetc）のエリア*/
.zone_header_right .misc, .zone_header_right .top_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fdd000;
  width: auto;
  margin: 0;
  padding: 0 2em;
}
.zone_header_right .misc li a {
  color: #fff;
  padding: 0 .4em;
  display: block;
  transition: .4s;
  width: auto;
  height: 2em;
  font-size: 11px;
  text-decoration: none;
  line-height: 2em;
  border-radius: 3px;
  margin-left: 5px;
  font-weight: bold;
}
.zone_header_right .misc li a:hover { /* hoverで色変更 */
  color: #fff;
}
/* １つ目 */
.zone_header_right .misc li:nth-child(1) a:before { /*アイコンを手前に追加 */
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  padding-left: 10px;
  color: #282878;
}
/* ２つ目 */
.zone_header_right .misc li:nth-child(2) a:before { /*アイコンを手前に追加 */
  content: "\f0e8";
  font-family: "Font Awesome 5 Free";
  padding-left: 10px;
  color: #282878;
}
/* ３つ目 */
.zone_header_right .misc li:nth-child(3) a:before { /*アイコンを手前に追加 */
  content: "\f0c1";
  font-family: "Font Awesome 5 Free";
  padding-left: 10px;
  color: #282878;
} /* ４つ目 */
.zone_header_right .misc li:nth-child(4) a:before { /*アイコンを手前に追加 */
  content: "\f3c5";
  font-family: "Font Awesome 5 Free";
  padding-left: 10px;
  color: #282878;
}
/* ５つ目 */
.zone_header_right .misc li:nth-child(5) a:before { /*アイコンを手前に追加 */
  content: "\f0ac";
  font-family: "Font Awesome 5 Free";
  padding-left: 10px;
  color: #282878;
}
/*検索の虫眼鏡*/
/*検索窓のエリア*/
#search-wrap {
  top: 10px;
  right: 10px;
}
/*テキスト入力input設定*/
#search-text {
  -webkit-appearance: none; /*SafariやChromeのデフォルトの設定を無効*/
  width: 20px; /*テキスト入力エリアが伸びる前の横幅*/
  height: 20px;
  padding: 6px;
  border: none;
  background: #282878 url("../image/common/icon-search.svg") no-repeat 6px center; /*虫眼鏡アイコンを背景に表示*/
  background-size: 24px 24px;
  transition: all 0.5s; /*transitionを使ってスムースに伸ばす*/
  outline: none;
  color: #fff;
  cursor: pointer; /*カーソルを指マークに*/
}
/*テキスト入力inputにフォーカスした時の形状*/
#search-text:focus {
  width: 250px; /*テキスト入力エリアが伸びる後の横幅*/
  padding: 6px 0 6px 60px;
  box-shadow: 0 2px rgba(6, 0, 1, .26);
}
/* 上部のメニュー */
.zone_header_right .top_menu li a {
  padding: 0 1.2em;
  font-size: .92em;
}
@media (max-width: 960px) {
  .zone_header_right .misc, .zone_header_right .top_menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0;
  }
}
@media (max-width: 450px) {
  .zone_header_right .misc li a {
    font-size: .7em;
  }
  .zone_header_right .misc, .zone_header_right .top_menu {
    padding: 0;
  }
}
/* --------------------------------------------------
	第二層（middle_floor）
-------------------------------------------------- */
/* 基本　*/
#zone_middle_floor {
  margin: 0 auto;
  padding: 20px 10px;
  max-width: 1200px;
}
/* トップページのステージ */
#zone_stage {
  margin: 0px auto;
  width: 100%;
}
/* サブページのステージ */
#zone_substage {
  margin: 0px auto;
  /*	height:96px;*/
  height: 385px;
  width: 100%;
  background-size: cover;
}
@media (max-width: 960px) {
  #zone_stage {
	  height: 170px;
  }
  #zone_substage {
    overflow: hidden;
	  height: auto;
  }
  #zone_substage img {
    margin-left: -75px;
  }
}
/* ボディ領域  */
#zone_body {
  /* サイドメニューを左に持ってくる場合 float:right; */
  /* サイドメニューを右に持ってくる場合 */ float: left;
  width: 100%;
  /* サイドメニューを左に持ってくる場合 */ /* margin: 0px 0px 0px -240px; */
  /* サイドメニューを右に持ってくる場合 */ /**/ margin: 0px -240px 0px 0px;
}
/* メインエリア  */
#zone_mainarea {
  /*	float:left;*/
  /*	width:610px;
	width:100%;*/
  /* サイドメニューを左に持ってくる場合 margin: 0px 0px 0px 240px; */
  /* サイドメニューを右に持ってくる場合 */ margin: 20px 265px 0px 0px;
  height: 98%;
  /*	color: #333333;*/
}
@media (min-width: 960px) {
  #zone_mainarea {
    /*サイドメニューより高さを出す*/
    min-height: 380px;
  }
}
#zone_mainarea_1col {
  /*	float:left;*/
  /*	width:610px;
	width:100%;*/
  /* サイドメニューを左に持ってくる場合 margin: 0px 0px 0px 240px; */
  /* サイドメニューを右に持ってくる場合 */ margin: 20px 3px 0px 0px;
  height: 98%;
  color: #333333;
}
#zone_mainarea.top {
  margin: 0;
}
@media (max-width: 960px) {
  #zone_mainarea.top {
    margin: 0;
    height: 100%;
  }
}
/* サイドエリア サブ　*/
#zone_sidearea_sub {
  /* サイドメニューを左に持ってくる場合 */ float: left;
  /* サイドメニューを右に持ってくる場合 float:none; */
  width: 235px;
  height: auto; /* 高さライトサイドに合わせるときに有効にする */
  margin-left: 5px;
  margin-top: 18px;
}
@media (max-width: 960px) {
  #zone_body, #zone_mainarea, #zone_sidearea_sub {
    float: none;
    margin: 0px;
    width: auto;
    margin-bottom: 10px;
  }
  #zone_sidearea_sub { /*背景前面塗用*/
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
    background: rgb(230, 230, 230);
  }
}
/* --------------------------------------------------
	第三層（bottom_floor）
-------------------------------------------------- */
/* 基本 */
#zone_bottom_floor {
  margin: 0px auto 0px auto;
  width: 100%;
}
/* フッター */
#zone_footer {
  overflow: hidden;
  margin: 0px auto 0px auto;
  color: white;
}
#zone_footer::after {
  content: "";
  display: block;
  height: 10px;
  max-width: 1200px;
  margin: 0 auto;
  background-color: white;
}