﻿@charset "utf-8";
/* --------------------------------------------------
	全体
-------------------------------------------------- */
#zone_sheet, #zone_sheet_top {
  width: 100%;
  z-index: 0;
  overflow: hidden;
  /*		background-color: #005bab;
*/
}
@media (max-width: 599px) {
  .col_textarea_full {
    margin-bottom: 20px;
    font-size: 1em;
  }
  .textarea_op_kiji {
    padding: 0;
    width: auto;
  }
  .textarea_op_kiji > img {
    width: 90%;
    margin-left: 5%;
  }
  .textarea_op_kiji .in_imgwrap {
    width: 90%;
    margin-left: 5%;
  }
}
/* --------------------------------------------------
	最上層（top_floor）
-------------------------------------------------- */
#global-nav {
  position: relative;
}
#zone_topstage {
  position: relative;
  width: 100%;
}
/* トップステージ画像タイトル */
.l_stage_sitetitle {
  position: absolute;
  bottom: 200px;
  left: 70px;
  margin: auto;
  width: 100%;
  text-align: center;
}
.l_stage_sitetitle h1 {
  font-weight: normal;
  font-size: 3.5em;
  color: #fff;
  padding: 0;
  max-width: 1024px;
  margin: 0 auto;
  text-shadow: 0px 1px 20px rgba(0, 0, 0, 1), 1px 0px 20px rgba(0, 0, 0, 1), 1px 0px 20px rgba(0, 0, 0, 1);
}
.l_stage_sitetitle h1 > span {
  line-height: 1.5;
  margin: 7px auto;
  position: relative;
  display: inline-block;
  background-color: rgba(0, 0, 0, 1);
  padding-left: 5px;
}
.l_stage_sitetitle h1 > span::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: -5px;
  top: -5px;
  right: -5px;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -1;
}
.l_stage_sitetitle_sp {
  display: none;
}
@media (max-width: 1024px) {
  .l_stage_sitetitle h1 {
    font-size: 2.5em;
  }
  /* トップステージ画像タイトル */
  .l_stage_sitetitle {
    position: absolute;
    bottom: 150px;
    left: 0;
    margin: auto;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 599px) {
  .l_stage_sitetitle h1 {
    font-size: 1.5em;
  }
  .l_stage_sitetitle_sp {
    display: block;
    background: rgba(248, 248, 248, 0.8);
    font-size: .5em;
    font-weight: normal !important;
    text-align: center;
    padding: .2em 0em;
    margin: -6em auto 3em auto;
    position: relative;
  }
}
/* 基本　*/
#zone_top_floor {
  margin: 0px auto 0px auto;
  width: auto;
  max-width: 1920px;
  padding: 0px 0px;
}
#zone_header {
  height: 122px;
  font-size: 0.7em;
}
/*タイトルとメニュー横並び*/
.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;
  height: 90px;
  background-color: #005bab;
}
/*サイトタイトル*/
.zone_headre_title {
  display: inline-block;
  width: 400px !important;
  height: 60px;
  position: relative;
  z-index: 998;
}
.zone_headre_title img {
  display: block;
  width: 100%;
  max-width: 360px;
  margin: 20px 0 0 30px;
}
@media (max-width: 1200px) {

  /*タイトルとメニュー横並び*/
  .zone_header_flex {
    position: relative;
    z-index: 1;
  }
}
/*メニューの幅*/
.zone_mainmenu {
  position: absolute;
  z-index: 2;
  font-size: 1em;
  background-color: #005bab;
  width: 100%;
  top: 0;
}
/*メニューの幅*/
.zone_mainmenu nav div {
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 960px) {

  /*タイトルとメニュー横並び*/
  /*メニューの幅*/
  .zone_mainmenu {
    font-size: 1.2em;
    background-color: none;
    position: absolute;
    top: 136px;
    right: 0;
  }
  .zone_headre_title {
    position: relative;
    z-index: 1;
  }
  /*サイトタイトル*/
  .zone_headre_title img {
    margin: 10px;
    width: 70%;
  }
  /*サイトタイトル*/
  .zone_headre_title a {
    display: flex;
    justify-content: flex-start;
  }
  /*タイトルとメニュー横並び*/
  .zone_header_flex {
    display: block;
    height: 59px;
    background-color: #005bab;
  }
  /*サイトタイトル*/
  .zone_headre_title {
    margin: 0 auto;
  }
}
/* ヘッダー右（サイトマップ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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: auto;
  border-radius: 0;
  margin: 0;
  padding: 0 .2em 0 .7em;
}
.zone_header_right .misc li {
  background: #fff;
  height: 46px;
  width: 70px;
  text-align: center;
  display: block;
  margin: 5px;
}
.zone_header_right .misc li a {
  color: #fff;
  display: block;
  transition: .4s;
  width: 110px;
  max-width: 100%;
  height: 1.7em;
  font-size: .7em;
  line-height: 2em;
  border-radius: 0;
  padding-top: .5em;
}
.zone_header_right .misc li:hover { /* hoverで色変更 */
  color: #fff;
  background: #005bab;
}
.zone_header_right .misc li a:hover {
  background: none;
}
.zone_header_right .misc li:first-child {
  background: none;
  width: auto;
}
/* 2つ目 */
.zone_header_right .misc li:nth-child(2) a:before { /*アイコンを手前に追加 */
  content: url("../image/common/icon-map.svg");
  vertical-align: -25%;
  width: 20px;
  height: 20px;
  display: inline-block;
}
/* 3つ目 */
.zone_header_right .misc li:nth-child(3) a:before { /*アイコンを手前に追加 */
  content: url("../image/common/icon-sitemap.svg");
  vertical-align: -25%;
  width: 20px;
  height: 20px;
  display: inline-block;
}
/* 4つ目 */
.zone_header_right .misc li:nth-child(4) a:before { /*アイコンを手前に追加 */
  content: url("../image/common/icon-contact.svg");
  vertical-align: -25%;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.zone_header_right .misc li a span {
  display: block;
}

/* 上部のメニュー */
.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;
  }
  .zone_header_right .misc li:first-child {
    order: 2;
  }
  .zone_header_right .misc li {
    height: 40px;
    width: 45px;
  }
  .zone_header_right .misc li a {
    width: auto;
    height: 1.7em;
    font-size: .4em !important;
  }
}
/*メニュー右のタブ風ボタン*/
.zone_header_tab {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.zone_header_tab li a {
  font-size: .95em;
  text-align: center;
  display: block;
  /*  border-radius: 20px 20px 0 0;
*/ padding: .7em 1.1em;
  color: #fff;
  margin: .2em;
}
.zone_header_tab li:first-child a {
  background: #005bab;
}
.zone_header_tab li:nth-child(2) a {
  background: #005bab;
}
@media (max-width: 1024px) {
  .zone_header_tab {
    position: static;
  }
  .zone_header_tab li a {
    font-size: .8em;
  }
}
@media (max-width: 599px) {
  .zone_header_tab li a {
    font-size: .7em;
  }
}
/* パンくずエリア */
.zone_pankuzu_div *, .zone_pankuzu_div *:after, .zone_pankuzu_div *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.zone_pankuzu_div {
  max-width: 1200px;
  margin: 1em auto 3em auto;
  padding: .3em 2em;
  color: #CBCBD0;
  font-size: 0.7em;
}
.zone_pankuzu_div a {
  text-decoration: none;
}
.zone_pankuzu_div a span {
  color: #CBCBD0;
}
.zone_pankuzu_div .zone_pankuzu {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.zone_pankuzu_div li {
  position: relative;
  top: 3px;
  padding-right: calc(16px + 8px);
  margin-right: 8px;
  color: #111;
  text-align: center;
  display: inline;
}
.zone_pankuzu_div li::before {
  content: '›';
  width: 1.2em;
  height: 1.2em;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: inherit;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.zone_pankuzu_div li:first-child img {
  margin-right: 10px;
}
.zone_pankuzu_div li:last-child {
  margin-right: 0;
  padding-right: 0;
  /*    color: #005bab;
*/
}
.zone_pankuzu_div li:last-child::before {
  content: normal;
}
.zone_pankuzu_div img {
  width: 15px;
  vertical-align: -15%;
  margin-right: 5px;
}
@media (max-width: 599px) {
  .zone_pankuzu_div {
    padding: .1em 2em;
    margin: 0 auto;
    margin-bottom: 1em;
    border-radius: 0;
    font-size: .7em;
    text-align: center;
  }
  .zone_pankuzu_div li:last-child {
    white-space: nowrap; /* 横幅のMAXに達しても改行しない */
    overflow: hidden; /* ハミ出した部分を隠す */
    text-overflow: ellipsis; /* 「…」と省略 */
    -webkit-text-overflow: ellipsis; /* Safari */
    -o-text-overflow: ellipsis; /* Opera */
  }
  .zone_pankuzu_div li:last-child::before {
    content: normal;
  }
  .zone_pankuzu_div li:nth-child(3) {
    white-space: nowrap; /* 横幅のMAXに達しても改行しない */
    overflow: hidden; /* ハミ出した部分を隠す */
    text-overflow: ellipsis; /* 「…」と省略 */
    -webkit-text-overflow: ellipsis; /* Safari */
    -o-text-overflow: ellipsis; /* Opera */
    text-align: left;
  }
  .zone_pankuzu_div .zone_pankuzu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
/* ヘッダー右（サイトマップetc）のエリア*/
.zone_header_right .misc, .zone_header_right .top_menu {
max-width: 470px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 5px;
}
.zone_header_right .misc li {
  height: 26px;
  width: 100px;
  text-align: center;
  display: block;
  margin: 10px 5px 5px;
}
.zone_header_right .misc li a {
  height: 26px;
  color: #005bab;
  padding: 0;
  transition: 0.5s;
}
.zone_header_right .misc li a:hover { /* hoverで色変更 */
  height: 26px;
  color: #005bab;
  background: #fff;
  border-radius: 0;
  margin-top: 0;
  display: block;
  opacity: 0.7;
}
.zone_header_right .misc li:first-child {
  background: none;
  width: 192px;
  margin-right: 5px;
}
/* 2つ目 */
.zone_header_right .misc li:nth-child(2) a:before { /*アイコンを手前に追加 */
  content: url("../image/common/icon-home.svg");
  vertical-align: -25%;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 5px;
}
/* 3つ目 */
.zone_header_right .misc li:nth-child(3) a:before { /*アイコンを手前に追加 */
  content: url("../image/common/icon-sitemap.svg");
  vertical-align: -25%;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 5px;
}
/* 4つ目 */
.zone_header_right .misc li:nth-child(4) a:before { /*アイコンを手前に追加 */
  content: url("../image/common/icon-contact.svg");
  vertical-align: -25%;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 5px;
}
/* 5つ目 */
.zone_header_right .misc li:nth-child(5) a:before { /*アイコンを手前に追加 */
  content: url("../image/common/icon-access.svg");
  vertical-align: -25%;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 5px;
}
/* 6つ目 */
.zone_header_right .misc li:nth-child(6) a:before { /*アイコンを手前に追加 */
  content: url("../image/common/icon-english.svg");
  vertical-align: -25%;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 5px;
}
.zone_header_right .misc li a span {
  display: inline-block;
  margin-left: 0;
  margin-top: 2px;
}
/*検索の虫眼鏡*/
/*検索窓のエリア*/
#search-wrap {
  top: 10px;
  right: 10px;
}
/*テキスト入力input設定*/
#search-text {
  -webkit-appearance: none; /*SafariやChromeのデフォルトの設定を無効*/
  width: 88px; /*テキスト入力エリアが伸びる前の横幅*/
  height: 13px;
  padding: 6px;
  border: none;
  background: #F5F5F5 url("../image/common/icon-search.svg") no-repeat 6px center; /*虫眼鏡アイコンを背景に表示*/
  background-size: 18px 18px;
  transition: all 0.5s; /*transitionを使ってスムースに伸ばす*/
  outline: none;
  cursor: pointer; /*カーソルを指マークに*/
  margin-top: 0;
  border-top: 1px solid #f5f5f5;
}
/*テキスト入力inputにフォーカスした時の形状*/
#search-text:focus {
  width: 150px; /*テキスト入力エリアが伸びる後の横幅*/
  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: 1200px) {
  .zone_header_right .misc, .zone_header_right .top_menu {
    margin-right: 50px;
  }
}
@media (max-width:960px) {
  #search-text {
    margin-top: 0;
    height: 19px;
  }
  .zone_header_right .misc, .zone_header_right .top_menu {
   display: flex;
	  align-items: center;
	  align-content: center;
	  justify-content: center;
	  gap:1em;
	  background: #fff;
	  max-width: 100%;
	  width: 100%;
  }
	.col_search{
		display: none;
	}
  .zone_header_right .misc li:first-child {
    order: 2;
  }
  .zone_header_right .misc li {
    height: 30px;
    width: auto;
  }
  .zone_header_right .misc li a:hover { /* hoverで色変更 */
    height: 20px;
    width: 20px;
    border-radius: 0;
    margin-top: 0;
    padding-top: 0;
  }
  .zone_header_right .misc li a {
    width: auto;
    height: 26px;
    font-size: .4em !important;
  }
  .zone_header_right .misc li a {
    transition: 0.5s;
    margin: 0;
  }
}
@media (max-width: 599px) {
  .zone_header_right .misc li {
    margin: 0 5px 5px;
  }
  .zone_header_right {
    margin-top: 0;
  }
  .zone_header_right .misc li a span {
    display: block;
  }
}
/* --------------------------------------------------
	第二層（middle_floor）
-------------------------------------------------- */
/* 基本　*/
#zone_middle_floor {
  margin: -11px auto 0;
  width: 100%;
  background-color: #fff;
}
/* トップページのステージ */
#zone_stage {
  margin: 0px auto;
  width: 100%;
}
/* サブページのステージ */
#zone_substage {
  background: url("../image/sitetop/bg-substage.jpg");
  background-position: center;
  background-size: cover;
  margin: -1px auto 0;
  width: 100%;
  height: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#zone_substage h1 {
  font-weight: normal;
  position: relative;
  z-index: 0;
  text-align: center;
  margin: 0 auto;
  height: 100%;
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0;
  flex-direction: column;
}
.col_page_midashi span {
  display: block;
  font-size: 0.5em;
}
@media (max-width: 1024px) {
  #zone_substage {
    height: 120px;
    margin-top: 0;
  }
}
@media (max-width: 599px) {
  #zone_substage {
    margin-top: 34px;
  }
  #zone_substage_wrapper {
    margin-top: 0;
  }
  #zone_substage h1 {
    width: 100%;
  }
  #zone_substage h1::before {
    transform: initial;
    width: 100%;
  }
  #zone_substage h1::before {
    top: -10px;
  }
}
/* ボディ領域  */
#zone_body {
  width: 100%;
  padding-top: 0;
  background-image: none, rgba(255, 255, 255, 0.6);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}
#zone_body::after {}
/* メインエリア  */
#zone_mainarea {
  height: 98%;
  margin-top: 0px; /*	position: relative; */
  /*		background-image: url("../image/sitetop/bg-hotnews.jpg");*/
}
#zone_mainarea_flex {
  max-width: 1200px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  #zone_body {
    padding-top: 0;
  }
}
@media (max-width: 599px) {
  #zone_body {
    padding-top: 0;
  }
  #zone_mainarea {
    /*サイドメニューより高さを出す*/
    min-height: 290px;
  }
}
#zone_mainarea_1col {
  height: 98%;
  background: #fff;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 70px;
}
#zone_mainarea.top {
  margin: 0;
}
@media (max-width: 1024px) {
  #zone_mainarea_1col {
    padding: 0;
    margin: 0 auto;
  }
  .sp_padding {
    padding: 0 10px;
  }
  #zone_mainarea.top {
    margin: 0;
    height: 100%;
  }
  #zone_mainarea_flex {
    display: block;
  }
  #zone_mainarea {
    padding: 0;
  }
  #zone_mainarea_1col {
    padding: 0;
  }
}
@media (max-width: 599px) {
  #zone_mainarea.top {
    margin: 0;
    height: 100%;
  }
}
/*表示幅の上限設定*/
.wrapper_maxwidth {
  /*overflow:hidden;*/ /*.wrapper_fullbg使用の場合はオフ*/
  margin: 0px auto 0px auto;
  max-width: 1300px;
}
/* --------------------------------------------------
	第三層（bottom_floor）
-------------------------------------------------- */
/* 基本 */
#zone_bottom_floor {
  margin: 0 auto;
  width: 100%;
  background-color: #fff;
}
/* フッター */
#zone_footer {
  margin: 0 auto;
}
/* スマホ用  */
@media (max-width: 595px) {
  #zone_top_floor, #zone_bottom_floor #zone_footer > .wrapper_zone_inner3 {
    background: #F09266; /*sf用濃オレンジ*/
    color: white;
  }
  #zone_bottom_floor #zone_footer > .wrapper_zone_inner3 {
    background-color: #bbd3e6; /*sfフッター用ｓ水色*/
  }
  /* 基本 */
  #zone_bottom_floor {
    margin: 50px auto 0;
  }
}