﻿@charset "utf-8";

/******************************************************************************/
/***                                                                        ***/
/***                                                                        ***/
/***     layout.css                                                         ***/
/***                                                                        ***/
/***    【内容】                                                            ***/
/***                                                                        ***/
/***     ・要素のリセット                                                   ***/
/***                                                                        ***/
/***                                                                        ***/
/***    【注意】                                                            ***/
/***                                                                        ***/
/***     ・ヘッダー、フッター、ローカルナビ等のレイアウト要素の             ***/
/***       スタイルを記述する                                               ***/
/***                                                                        ***/
/***                                                                        ***/
/******************************************************************************/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
/* general */
#l_header,
#l_global_navi,
#l_footer {
  min-width: 1000px;
}

.popup #l_header,
.popup #l_global_navi,
.popup #l_footer {
  min-width: inherit;
}

#breadcrumbs,
.header_inner,
.global_navi_inner,
.main_inner,
.footer_inner {
  width: 980px;
  min-width: 980px;
  margin: 0 auto;
  padding: 0 10px;
}

.popup .header_inner,
.popup .main_inner,
.popup .footer_inner,
.popup .footer_label {
  width: auto;
  min-width: inherit;
  margin: 0 auto;
  padding: 0 10px;
}

.popup .header_logo {
  padding-top: 16px;
}

#breadcrumbs,
.header_inner,
.global_navi_inner,
.local_navi,
.footer_inner {
  font-size: 90%;
}

.main_contents {
  font-size: 95%;
}

/* header */
.opt_no_menu {
  border-bottom: #f3aba3 1px solid;
}

.opt_no_menu .header_logo {
  padding-top: 16px;
}

.header_inner {
  padding-bottom: 10px !important;
}

.header_logo {
  width: 462px;
  float: left;
  padding-top: 38px;
}

.header_elems {
  width: 24em;
  float: right;
  min-width: 500px;
  max-width: 1000px;
}

.header_link {
  width: 8.5em;
  float: left;
  padding-top: 4px;
  min-width: 130px;
}

.header_option {
  width: 20em;
  float: right;
  margin-bottom: 10px;
  min-width: 300px;
}

.font_change_text {
  float: left;
  font-size: 90%;
  margin-right: 10px;
  padding-top: 4px;
}

.font_change {
  width: 11.5em;
  float: left;
  min-width: 150px;
}

.font_change_btn {
  float: left;
  background: #ffeceb;
  font-size: 90%;
  text-align: center;
}

.font_change_btn a {
  display: block;
  color: #333;
  width: 2.1em;
  padding: 4px 5px;
  text-decoration: none;
}

.font_change_btn.is_active {
  background: #c00000;
}

.font_change_btn.is_active a {
  color: #fff;
}

.header_navi {
  width: 25em;
  float: right;
  max-width: 640px;
  min-width: 300px;
  margin-bottom: 10px;
}

.nosearch {
  width: 24.5em;
  float: right;
}

.header_search {
  width: 21.5em;
  float: right;
  max-width: 360px;
  background: #ffeceb;
  overflow: hidden;
  min-width: 240px;
}

.header_search_text {
  border: none;
  padding: 8px 5px 7px 15px;
  width: 18.7em;
  font-size: 90%;
  max-width: 300px;
  background: #ffeceb;
}

#l_main .header_search_text {
  font: normal normal normal normal 13.3333330154px/normal Arial;
  line-height: 1;
}

.header_search_text.opt_search {
  width: 34.7em;
  max-width: 500px;
  background: #fff;
}

.header_search_btn {
  width: 30px;
  height: 30px;
  border: none;
  margin: 0;
  vertical-align: top;
  float: right;
  background: url(/network/assets/img/ic_search.png) no-repeat left top;
  text-indent: -9999px;
  cursor: pointer;
}

/* global_navi */
#l_global_navi {
  background: #c00000;
  min-width: 980px;
  margin-bottom: 20px;
}

.child #l_global_navi {
  margin-bottom: 0;
}

.global_navi_inner > li,
.global_navi_inner > li > a {
  display: block;
  width: 163px;
  height: 50px;
}

/* ここから変更　2019年10月 */
.global_navi_inner {
  position: relative;
}

.global_navi_inner > li {
  float: left;
  background: #fff;
}

.global_navi_inner > li > a {
  color: #fff;
  background: #c00000;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

.global_navi_inner .sub_title {
  font-size: 90%;
}

.global_navi_inner > li.is_active > a {
  background-color: #a51313 !important;
}

.global_navi_inner > li.is_active > a:hover {
  background-color: #920000 !important;
}

.sub_navi {
  position: absolute;
  background: #fff;
  z-index: 900;
  display: none;
  left: 10px;
  top: 70px;
  width: 980px;
  padding: 20px;
  background-color: #fff5f4;
  border: solid 3px #d65a5a;
  box-sizing: border-box;
}

.sub_navi:before {
  content: url(/network/assets/img/g_sub_navi_arrow.png);
  position: absolute;
  top: -23px;
}

#stable_supply .sub_navi:before {
  left: 230px;
}

#con_service .sub_navi:before {
  left: 392px;
}

#renewable_energy .sub_navi:before {
  left: 555px;
}

#electric_life .sub_navi:before {
  left: 719px;
}

#corporate .sub_navi:before {
  left: 881px;
}

.sub_navi .sub_navi_title {
  width: 140px;
}

.sub_navi .sub_navi_title a {
  text-decoration: none;
  color: #c00000;
}

.sub_navi ul {
  float: right;
  width: 760px;
  display: flex;
  flex-wrap: wrap;
}

.sub_navi li {
  width: 235px;
  box-sizing: border-box;
  background: #fff;
  margin-bottom: 4px;
  display: flex;
}

.sub_navi li:nth-child(3n+2), .sub_navi .sub_navi_link li:nth-child(3n), .sub_navi .sub_navi_bnr li:nth-child(3n+1) {
  margin-right: 27.5px;
}

.sub_navi li a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  min-height: 50px;
}

.sub_navi .sub_navi_link {
  padding-top: 12px;
  padding-bottom: 8px;
  border-top: 1px solid #fcdad5;
  border-bottom: 1px solid #fcdad5;
  margin-top: 40px;
  margin-bottom: 10px;
}

.sub_navi .sub_navi_link li {
  line-height: 1.6;
  border: 2px solid #d65a5a;
}

.sub_navi .sub_navi_link li a {
  color: #3286c4;
  padding: 10px 8px;
  text-decoration: none;
}

.sub_navi .sub_navi_link li a span {
  display: block;
  background: url(/network/assets/img/ic_c_link.png) no-repeat 0 0.27em;
  padding-left: 20px;
}

.sub_navi .sub_navi_bnr li a img {
  max-width: 100%;
}

.js_sub_navi_close {
  position: absolute;
  right: 20px;
  top: 10px;
}

/* 変更ここまで */
/* breadcrumbs */
#breadcrumbs {
  border-top: none;
  text-align: left;
  clear: none;
}

#breadcrumbs.multiple_line_2 {
  min-height: 62.16px;
}

#breadcrumbs ol {
  margin-left: -8px;
}

#breadcrumbs ol li {
  list-style-type: none;
  padding-left: 8px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  line-height: 2.4;
  font-size: 90%;
}

#breadcrumbs ol li a {
  display: block;
  background: url(/network/assets/img/bg_bc.gif) no-repeat right center;
  padding-right: 20px;
}

#breadcrumbs ol li.is_active a {
  background: none;
}

body.second #breadcrumbs ol li.second,
body.second #breadcrumbs ol li.third {
  display: none;
}

body.third #breadcrumbs ol li.third {
  display: none;
}

/* main */
#l_main {
  padding-bottom: 40px;
}

.child #l_main {
  position: relative;
}

#h1_title_bg {
  width: 100%;
  position: absolute;
  min-width: 1000px;
  min-height: 100px;
  background: url(/network/assets/img/bg_main.gif) repeat left top;
}

#h1_title_bg p {
  display: none;
}

.main_contents {
  width: 645px;
  float: left;
}

.child .main_contents,
.child .local_navi {
  position: relative;
  z-index: 10;
  margin-bottom: 30px;
}

.main_contents h2,
.main_contents h3,
.main_contents h4,
.main_contents p,
.main_contents ul,
.main_contents ol {
  max-height: 100%;
}

.sub_contents {
  width: 300px;
  float: right;
}

.child .local_navi {
  width: 240px;
  float: left;
  margin-top: 20px;
}

.child .main_contents {
  width: 700px;
  float: right;
}

.child .main_contents.opt_col1 {
  width: 980px;
  float: none;
}

.popup .main_contents.opt_col1 {
  width: auto;
}

.child .cs_menu .main_contents.opt_col1 {
  width: 1000px;
}

.child .main_contents.opt_col1.opt_search {
  min-height: inherit;
}

/* local_navi */
.local_navi {
  display: none;
}
.local_navi.done {
  display: block;
}

.local_navi_title {
  padding-top: 5px;
  background: #a51313;
  min-height: 75px;
}

.local_navi_title a {
  display: block;
  color: #fff;
  padding: 25px 15px;
  font-weight: bold;
  font-size: 110%;
}

.top_level {
  background: #ffeceb;
  margin-bottom: 30px;
}

.top_level > li {
  border-left: #fcdad5 6px solid;
  font-weight: bold;
}

.top_level > li > a {
  border-top: #fcdad5 1px solid;
  display: block;
  padding: 10px 11px 9px 11px;
}

.top_level > li:first-child > a {
  border-top: none;
  padding: 11px 11px 9px 11px;
}

.top_level > li.is_active {
  border-left: #e77366 6px solid;
  background: #f3aba3;
}

.top_level > li.is_open {
  border-left: #faaca1 6px solid;
}

.top_level > li.is_active > a {
  border-top: none;
  padding: 11px 11px 9px;
  color: #333333;
}

.top_level > li.is_open > a {
  padding: 10px 11px 9px;
}

.top_level > li:first-child.is_active > a,
.top_level > li:first-child.is_open > a {
  padding: 11px 11px 9px;
}

.second_level {
  border-top: #fcdad5 1px solid;
}

.second_level > li {
  font-weight: bold;
  margin-left: -6px;
}

.second_level > li > a {
  border-left: #faaca1 6px solid;
  background: #fff5f4 url(/network/assets/img/ic_lnavi_2nd.png) no-repeat 9px 0.75em;
  display: block;
  padding: 0 15px 4px 9px;
}

.second_level > li.is_active > a {
  border-left: #e77366 6px solid;
  background: #f3aba3 url(/network/assets/img/ic_lnavi_2nd_active.png) no-repeat 9px 0.75em;
  color: #333333;
}

.second_level > li.ic_window > a {
  border-left: #faaca1 6px solid;
  background: url(/network/assets/img/ic_lnavi_2nd.png) no-repeat 9px 0.75em, url(/network/assets/img/ic_window.png) no-repeat 96% 51%;
  background-color: #fff5f4;
  display: block;
  padding: 0 15px 4px 9px;
}

.second_level > li > a > span {
  border-top: #fcdad5 1px solid;
  display: block;
  padding: 4px 0 0 16px;
}

.second_level > li.is_active > a > span,
.second_level > li:first-child > a > span {
  border-top: none;
  padding: 5px 0 0 16px;
}

.third_level > li {
  font-weight: normal;
}

.third_level > li > a {
  border-left: #faaca1 6px solid;
  background: #fff5f4 url(/network/assets/img/ic_lnavi_3rd.png) no-repeat 21px 0.95em;
  display: block;
  padding: 0 15px 0 9px;
}

.third_level > li:first-child > a {
  padding: 0 15px 0 9px;
}

.third_level > li.is_active > a {
  border-left: #e77366 6px solid;
  background: #f3aba3 url(/network/assets/img/ic_lnavi_3rd_active.png) no-repeat 21px 0.95em;
  color: #333333;
}

.third_level > li.ic_window > a {
  border-left: #faaca1 6px solid;
  background: url(/network/assets/img/ic_lnavi_3rd.png) no-repeat 21px 0.95em, url(/network/assets/img/ic_window.png) no-repeat 96% 51%;
  background-color: #fff5f4;
  display: block;
  padding: 0 15px 0 9px;
}

.third_level > li:first-child > a > span {
  border-top: #fcdad5 1px solid;
  padding: 4px 0 3px 22px;
}

.third_level > li > a > span {
  border-top: #fcdad5 1px solid;
  display: block;
  padding: 4px 0 3px 22px;
}

.third_level > li.is_active > a > span {
  border-top: none;
  padding: 5px 0 3px 22px;
}

.fourth_level > li {
  font-weight: normal;
}

.fourth_level > li > a {
  border-left: #faaca1 6px solid;
  background: #fff5f4 url(/network/assets/img/ic_lnavi_4th.png) no-repeat 35px 0.9em;
  display: block;
  padding: 4px 15px 0 9px;
}

.fourth_level > li.is_active > a {
  border-left: #e77366 6px solid;
  background: #f3aba3 url(/network/assets/img/ic_lnavi_4th_active.png) no-repeat 35px 0.9em;
  color: #333333;
}

.fourth_level > li > a > span {
  display: block;
  padding: 0 0 3px 34px;
}

.local_navi .relation_block {
  border-top: #f3aba3 1px solid;
  padding-top: 30px;
  display: none;
}

.local_navi.done .relation_block{
	display: block;
}

.local_navi .relation_block ~ .relation_block {
  border-top: none;
  padding-top: 10px;
}

/* footer */
.footer_navi {
  background: #fef2d5;
  min-width: 980px;
  padding: 47px 0 45px;
}

.footer_inner {
  position: relative;
}

.col4.opt_footer {
  width: 230px;
  float: left;
  margin-left: 20px;
}

.col4.opt_footer:first-child {
  margin-left: 0;
}

.footer_link_title {
  padding: 6px 0 5px 37px;
  border-bottom: #d6c4c4 1px solid;
  margin-bottom: 10px;
  font-size: 110%;
  font-weight: bold;
}

.footer_link_title.index {
  background: url(/network/assets/img/ic_f_index.png) no-repeat 0 0.1em;
}

.footer_link_title.info {
  background: url(/network/assets/img/ic_f_info.png) no-repeat 0 0.1em;
}

.footer_link_title.stable_supply {
  background: url(/network/assets/img/ic_f_stable_supply.png) no-repeat 0 0.1em;
}

.footer_link_title.con_service {
  background: url(/network/assets/img/ic_f_con_service.png) no-repeat 0 0.3em;
}

.footer_link_title.renewable_energy {
  background: url(/network/assets/img/ic_f_renewable_energy.png) no-repeat 0 0.2em;
}

.footer_link_title.electric_life {
  background: url(/network/assets/img/ic_f_electric_life.png) no-repeat 0 0.1em;
}

.footer_link_title.corporate {
  background: url(/network/assets/img/ic_f_corporate.png) no-repeat 0 0.1em;
}

.facebook .footer_link_bnr a {
  display: block;
  min-height: 40px;
  background: url(/network/assets/img/ic_f_facebook.png) no-repeat 0 50%;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding: 4px 0 4px 47px;
}

.youtube .footer_link_bnr a {
  display: block;
  min-height: 40px;
  background: url(/network/assets/img/ic_f_youtube.png) no-repeat 0 50%;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding: 4px 0 4px 47px;
}

.twitter .footer_link_bnr a {
  display: block;
  min-height: 40px;
  background: url(/network/assets/img/ic_f_x.png) no-repeat 0 50%;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding: 4px 0 4px 47px;
}

.footer_label {
  min-width: 980px;
  padding: 15px 0 15px;
}

.footer_copy {
  font-size: 80%;
}

.footer_copy strong {
  font-size: 140%;
  padding-right: 15px;
}

/*** block_skip ***/
/* Block Skip */
.block_skip {
  z-index: 9999;
  overflow: visible;
  margin: 0;
  padding: 0;
  width: 100%;
}

.block_skip a {
  display: block;
  width: 100%;
  min-width: 1000px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 1px;
  cursor: default;
  height: 1px;
  margin-top: -1px;
  overflow: hidden;
  position: absolute;
}

.block_skip a:hover {
  text-decoration: underline;
}

.block_skip a.show {
  background: #666;
  color: #fff;
  height: 1em;
  padding: 5px 0;
  font-size: 90%;
  line-height: 1.3;
  cursor: pointer;
  position: relative;
}

.popup .block_skip a {
  min-width: inherit;
}

.reader {
  font-size: 1px !important;
  position: absolute;
  height: 1px;
  width: 1px;
  text-indent: -9999px;
  overflow: hidden;
}

.ignore {
  display: none;
}

.analysis {
  display: none;
}

/*** non resposive default ***/
#l_header_sp,
#header_search_sp {
  display: none;
}

/*** print ***/
@media print {
  .footer_navi {
    display: none;
  }
}
.base_header,
.base_global_navi,
.base_footer {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
}
.base_header .footer_inner,
.base_global_navi .footer_inner,
.base_footer .footer_inner {
  width: auto;
  min-width: auto;
  font-size: 100%;
  padding: 0;
}

.base_header {
  /* font change */
  /* sns list */
}
.base_header.l_header {
  position: relative;
  top: 0;
  left: 0;
  z-index: 900;
}
.base_header .b_header_option {
  display: flex;
  align-items: center;
  margin-right: 21px;
}
.base_header .b_header_option .b_font_change {
  position: relative;
}
.base_header .b_header_option .b_font_change_text {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  color: #272222;
  font-size: 75%;
  font-weight: 600;
  background-color: transparent;
  border: none;
  padding: 0 18px 0 0;
  position: relative;
  cursor: pointer;
}
.base_header .b_header_option .b_font_change_text:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  display: block;
  width: 9px;
  height: 6px;
  content: "";
  background: url(/network/assets/img/ic_arrow_black.png) no-repeat center;
  background-size: contain;
}
.base_header .b_header_option .font_change_list {
  position: absolute;
  top: 100%;
  right: 1px;
  background-color: #458308;
  border-radius: 14px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 1;
}
.base_header .b_header_option .font_change_list[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
}
.base_header .b_header_option .font_change_btn {
  float: none;
  background: transparent;
  font-size: 100%;
  min-width: 114px;
  text-align: center;
}
.base_header .b_header_option .font_change_btn a {
  box-sizing: border-box;
  width: 100%;
  display: block;
  color: #fff;
  font-weight: 600;
  padding: 0;
}
.base_header .b_header_option .font_change_btn:first-child a {
  padding: 7px 8px 6px 8px;
}
.base_header .b_header_option .font_change_btn:last-child a {
  padding: 6px 8px 7px 8px;
}
.base_header .b_header_option .font_change_btn + .font_change_btn {
  border-top: 2px solid #cdd6dd;
}
.base_header .b_header_option .font_change_btn.is_active {
  background: transparent;
}
.base_header .b_header_option .font_change_btn.is_active a {
  color: #fff;
}
.base_header .b_header_top {
  background-color: #FAFAFA;
  box-sizing: border-box;
  padding: 8px 30px;
}
.base_header .b_header_navi {
  display: flex;
  justify-content: flex-end;
}
.base_header .b_header_info_list {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-right: 18px;
}
.base_header .b_header_info_list .header_info_item a {
  display: block;
  border: 2px solid #458308;
  padding: 1px 27px 1px 31px;
  border-radius: 5px;
  font-size: 87.5%;
  line-height: 24px;
  font-weight: 600;
  color: #272222;
  text-decoration: none;
  box-sizing: border-box;
  transition: all 0.3s ease;
  position: relative;
  /* 別窓アイコン */
  /* マウスオーバー */
}
.base_header .b_header_info_list .header_info_item a::before {
  content: "";
  background: transparent url(/network/assets/img/ic_window_green.png) no-repeat center right 10px/18px 14px;
  background-position: right center;
  width: 18px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}
.base_header .b_header_info_list .header_info_item a::after {
  content: "";
  background: transparent url(/network/assets/img/ic_window_white.png) no-repeat center right 10px/18px 14px;
  background-position: right center;
  width: 18px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  opacity: 0;
  z-index: -1;
  transition: opacity 0.3s ease;
}
.base_header .b_header_info_list .header_info_item a:hover {
  color: #fff;
  background-color: #458308;
}
.base_header .b_header_info_list .header_info_item a:hover::before {
  opacity: 0;
  z-index: -1;
}
.base_header .b_header_info_list .header_info_item a:hover::after {
  opacity: 1;
  z-index: 2;
}
.base_header .b_header_info_list .header_info_item a:hover .hover_img_on {
  opacity: 1;
}
.base_header .hover_img,
.base_header .hover_img_on {
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  transition: opacity 0.3s ease;
}
.base_header .hover_img_on {
  opacity: 0;
}
.base_header .b_navi_list {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-right: 25px;
}
.base_header .b_navi_list > li {
  display: block;
  border-left: none;
  padding: 0;
  margin: 0;
}
.base_header .b_navi_list > li a {
  color: #272222;
  font-size: 75%;
  font-weight: 600;
}
.base_header .b_header_elems .sns_list {
  display: flex;
  align-items: center;
  gap: 10px;
}
.base_header .b_header_elems .sns_list img {
  height: auto;
}
.base_header .b_header_elems .sns_list .sns_facebook img {
  width: 25px;
}
.base_header .b_header_elems .sns_list .sns_x img {
  width: 28px;
}
.base_header .b_header_elems .sns_list .sns_youtube img {
  width: 30px;
}

.base_global_navi {
  box-shadow: 0 5px 5px -2px rgba(0, 0, 0, 0.1);
  /* 検索エリア */
}
.base_global_navi#l_global_navi {
  min-width: 1000px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 37px 30px;
  margin-bottom: 0;
  box-sizing: border-box;
  background-color: #fff;
  position: relative;
  top: 0;
  left: 0;
  z-index: 899;
  border-bottom: 1px solid #e5e5e5;
}
.base_global_navi .b_global_navi_inner {
  display: flex;
  align-items: center;
  gap: 30px;
}
.base_global_navi .b_header_logo {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-right: 40px;
}
.base_global_navi .b_header_logo .header_logo_img {
  width: 22.3611111111vw;
  max-width: 322px;
  min-width: 235px;
  height: auto;
}
.base_global_navi .b_header_logo .header_logo_group {
  width: 8.3333333333vw;
  max-width: 120px;
  min-width: 98px;
  height: auto;
}
.base_global_navi .u_header_width {
  display: none;
}
@media all and (max-width: 1320px) {
  .base_global_navi .u_header_width {
    display: block;
  }
}
.base_global_navi .b_global_navi_item {
  display: flex;
  align-items: center;
}
.base_global_navi .b_global_navi_link {
  display: flex;
  align-items: center;
  min-height: 24px;
  color: #272222;
  font-size: 87.5%;
  font-weight: 600;
  line-height: 171%;
  letter-spacing: 0.7px;
  position: relative;
  text-decoration: none;
  transition: color 0.3s;
}
.base_global_navi .b_global_navi_link:hover {
  color: #458308;
}
.base_global_navi .b_global_navi_speech {
  position: relative;
}
.base_global_navi .b_global_navi_speech::before {
  display: block;
  content: "";
  background: url(/network/assets/img/ic_gnavi_arrow.png) no-repeat;
  background-size: 49px 49px;
  width: 49px;
  height: 49px;
  position: absolute;
  bottom: -65px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: 150ms opacity 0.1s;
}
.base_global_navi .b_global_navi_speech.is_active::before {
  opacity: 1;
}
@media all and (max-width: 1320px) {
  .base_global_navi .b_global_navi_item .b_global_navi_link {
    min-height: 48px;
    height: 100%;
  }
  .base_global_navi .b_global_navi_item .b_global_navi_speech::before {
    bottom: -60px;
  }
}
.base_global_navi .b_global_navi_item .b_global_navi_link .global_navi_search {
  display: block;
  width: 26px;
  position: relative;
}
.base_global_navi .b_global_navi_item .b_global_navi_link .global_navi_search img {
  display: block;
  width: 26px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.base_global_navi .b_global_navi_item .b_global_navi_link .global_navi_search img:nth-child(2) {
  opacity: 0;
  transition: opacity 0.3s;
}
.base_global_navi .b_global_navi_item .b_global_navi_link .global_navi_search:hover img:nth-child(2) {
  opacity: 1;
}
.base_global_navi .b_global_navi_item .b_global_navi_link.is_active .global_navi_search img:nth-child(2) {
  opacity: 1;
}
.base_global_navi .b_global_navi_item .b_global_navi_link.is_active {
  color: #458308;
}
.base_global_navi .b_global_navi_item .b_global_navi_link.is_active::before {
  opacity: 1;
}
.base_global_navi .b_sub_navi {
  position: absolute;
  z-index: 900;
  display: none;
  left: 0;
  top: 108px;
  width: 100%;
  background-color: #EDEAE0;
  box-sizing: border-box;
}
@media all and (max-width: 1320px) {
  .base_global_navi .b_sub_navi {
    top: 122px;
  }
}
.base_global_navi .sub_navi_inner {
  max-width: 1072px;
  margin: 0 auto;
  padding: 50px 20px;
  display: flex;
}
.base_global_navi .sub_navi_left {
  margin-right: 11%;
  width: 32%;
  max-width: 336px;
}
.base_global_navi .sub_navi_right {
  width: 57%;
}
.base_global_navi .b_sub_navi .sub_navi_btn {
  width: 280px;
}
.base_global_navi .b_sub_navi .btn_default {
  display: block;
  width: 100%;
  border-radius: 90px;
  border: 2px solid #458308;
  background-color: #fff;
  padding: 13px 24px 13px 24px;
  text-align: center;
  color: #272222;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-decoration: none;
  box-sizing: border-box;
  background-image: url(/network/assets/img/ic_arrow_green.png);
  background-repeat: no-repeat;
  background-position: center right 14px;
  background-size: 6.7px 11px;
  transition: all 0.3s;
}
.base_global_navi .b_sub_navi .btn_default:hover {
  color: #fff;
  background: #458308;
  background-image: url(/network/assets/img/ic_arrow_white.png);
  background-repeat: no-repeat;
  background-position: center right 9px;
  background-size: 6.7px 11px;
}
.base_global_navi .b_sub_navi .sub_navi_title {
  margin-bottom: 30px;
}
.base_global_navi .b_sub_navi .sub_navi_title a {
  text-decoration: none;
  color: #272222;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1.2px;
  padding-bottom: 8px;
  position: relative;
}
.base_global_navi .b_sub_navi .sub_navi_title a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 44px;
  height: 3px;
  background-color: #458308;
  border-radius: 3px;
}
.base_global_navi .b_sub_navi .sub_navi_title .sub_navi_title_text {
  text-decoration: none;
  color: #272222;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1.2px;
  padding-bottom: 8px;
  position: relative;
}
.base_global_navi .b_sub_navi .sub_navi_title .sub_navi_title_text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 44px;
  height: 3px;
  background-color: #458308;
  border-radius: 3px;
}
.base_global_navi .sub_navi_desc {
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 0.8px;
  margin-bottom: 40px;
}
.base_global_navi .b_sub_navi .sub_navi_link {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 59px;
}
.base_global_navi .b_sub_navi .sub_navi_link li {
  width: calc(50% - 29.5px);
}
.base_global_navi .b_sub_navi .sub_navi_link li a {
  display: inline-block;
  color: #272222;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-decoration: none;
}
.base_global_navi .b_sub_navi .sub_navi_bnr li a img {
  max-width: 100%;
}
.base_global_navi .b_sub_navi_close {
  /* resetここから */
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  /* resetここまで */
  position: absolute;
  left: 0;
  bottom: -50px;
  width: 100%;
  text-align: center;
  display: block;
  width: 100%;
  width: 100%;
  padding: 13px 0;
  color: #FFFFFF;
  background: #464342;
  right: initial;
  top: initial;
}
.base_global_navi .b_sub_navi_close:hover span {
  text-decoration: underline;
}
.base_global_navi .b_sub_navi_close span {
  display: inline-block;
  padding-left: 26px;
  position: relative;
}
.base_global_navi .b_sub_navi_close span::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 13px 0;
  background: url(/network/assets/img/ic_close.png) no-repeat center;
  background-size: 14px 14px;
}
.base_global_navi .sub_navi_content {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.base_global_navi .b_header_search .b_header_search_input {
  border: none;
  background: #fff;
  padding: 21px 64px 19px 30px;
  border-radius: 14px;
  max-width: 962px;
  width: 100%;
  box-sizing: border-box;
  font-size: 100%;
  position: relative;
}
.base_global_navi .b_header_search .place_holder {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  color: #000000;
  line-height: 150%;
  letter-spacing: 0.8px;
  font-weight: bold;
}
.base_global_navi .b_header_search .header_search_btn {
  width: 44px;
  height: 44px;
  border: none;
  margin: 0;
  vertical-align: top;
  background: #458308 url(/network/assets/img/ic_search_white.png) no-repeat center center;
  text-indent: -9999px;
  border-radius: 22px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.base_global_navi .b_header_search {
  width: 90%;
  max-width: 962px;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
}

/* page top ここから*/
.footer_page_top {
  display: block;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  border-bottom: none;
  float: none;
  margin: 0 auto;
  width: 100%;
  position: relative;
  min-width: 1000px;
  max-width: 1092px;
  padding: 0 10px;
  box-sizing: border-box;
  height: 66px;
}
.footer_page_top .section_inner {
  position: absolute;
  bottom: 0;
  right: 10px;
}
.footer_page_top a {
  display: inline-block;
  padding: 0;
  background: none;
  padding-left: 0;
  text-decoration: none;
  background: #458308;
  width: 66px;
  height: 66px;
  vertical-align: bottom;
  text-align: center;
  border-radius: 33px 33px 0 0;
}
.footer_page_top a img {
  width: 22px;
  height: 14px;
  margin-top: 29px;
  transition: transform 0.3s;
}
.footer_page_top a:hover img {
  transform: translateY(-6px);
}

body:has(.local_navi) .footer_page_top {
  display: none;
}
body:has(.local_navi.done) .footer_page_top {
  display: block;
}

/* footer */
.base_footer .footer_contents {
  background: #EDEAE0;
  position: relative;
}
.base_footer .footer_contents::before {
  content: "";
  width: 43.7%;
  height: 100%;
  background: #458308;
  border-radius: 0px 240px 0px 0px;
  position: absolute;
  top: 0;
  left: 0;
}
.base_footer .footer_contents .footer_inner {
  margin: 0 auto;
  padding: 70px 0 33px;
}
.base_footer .col4.opt_footer {
  width: 230px;
  float: left;
  margin-left: 20px;
}
.base_footer .col4.opt_footer:first-child {
  margin-left: 0;
}
.base_footer .footer_left {
  width: 50%;
}
.base_footer .footer_right {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.base_footer .footer_contents .content_inner {
  max-width: 1092px;
  padding: 0 10px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.base_footer .footer_contents .footer_logo_img {
  width: 282px;
  margin-bottom: 40px;
}
.base_footer .footer_contents .sns_title {
  color: #FFF;
  font-size: 112%;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.9px;
  margin-bottom: 19px;
}
.base_footer .footer_contents .sns_list {
  display: flex;
  align-items: center;
}
.base_footer .footer_contents .sns_list li + li {
  margin-left: 20px;
}
.base_footer .footer_contents .sns_list img {
  width: 100%;
  height: auto;
}
.base_footer .footer_contents .sns_list .sns_facebook img {
  width: 32px;
}
.base_footer .footer_contents .sns_list .sns_x img {
  width: 26px;
}
.base_footer .footer_contents .sns_list .sns_youtube img {
  width: 36px;
}
.base_footer .footer_contents .footer_nav_list,
.base_footer .footer_contents .footer_link_list {
  display: flex;
  flex-direction: column;
  width: calc((100% - 30px) / 2);
}
.base_footer .footer_contents .footer_link_list li + li {
  margin-top: 12px;
}
.base_footer .footer_contents .footer_link_list li a {
  display: block;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.8px;
}
.base_footer .footer_contents .footer_nav_list li + li {
  margin-top: 12px;
}
.base_footer .footer_contents .footer_nav_list li a {
  display: block;
  font-size: 87%;
  line-height: 150%;
  letter-spacing: 0.7px;
  padding-left: 11px;
  background-size: 5px 9px;
}
.base_footer .footer_copyright {
  width: 100%;
  margin-top: 60px;
  font-size: 62.5%;
  line-height: 150%;
  letter-spacing: 0.5px;
}

body:has(.local_navi) #l_footer {
  display: none;
}
body:has(.local_navi.done) #l_footer {
  display: block;
}

/* 矢印アイコン */
.ic_link_arrow {
  display: inline-block;
}

/* 左側で上揃え */
.ic_link_arrow {
  display: inline-block;
  background-image: url(/network/assets/img/ic_arrow_green.png);
  background-repeat: no-repeat;
  background-position: top 0.4em left;
  background-size: 6.7px 11px;
  padding: 0 0 0 16px;
  color: #272222 !important;
  text-decoration: none;
  transition: color 0.2s ease;
}
@media screen and (max-width: 767px) {
  .ic_link_arrow {
    background-position: 0 0.3em;
  }
}
.ic_link_arrow[target=_blank]::after {
  content: "";
  width: 17px;
  height: 13px;
  background-image: url(/network/assets/img/ic_window_green.png);
  background-repeat: no-repeat;
  background-size: 17px 13px;
  display: inline-block;
  margin-left: 0.3em;
}

.ic_link_arrow.ic_right {
  display: inline-block;
  background-image: url(/network/assets/img/ic_arrow_green.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 6.7px 11px;
}

.ic_link_arrow_back {
  display: inline-block;
  background-image: url(/network/assets/img/ic_arrow_green_back.png);
  background-repeat: no-repeat;
  background-position: top 0.4em left;
  background-size: 7px 12px;
  padding-left: 16px;
  color: #272222 !important;
  text-decoration: none;
  transition: color 0.2s ease;
}
@media screen and (max-width: 767px) {
  .ic_link_arrow_back {
    background-position: 0 0.35em;
  }
}

.ic_link_arrow_down {
  display: inline-block;
  background-image: url(/network/assets/img/ic_arrow_green_down.png);
  background-repeat: no-repeat;
  background-position: top 0.4em left;
  background-size: 12px 8px;
  padding-left: 16px;
  color: #272222 !important;
  text-decoration: none;
  transition: color 0.2s ease;
}
@media screen and (max-width: 767px) {
  .ic_link_arrow_down {
    background-position: 0 0.45em;
  }
}

.ic_link_arrow_up {
  display: inline-block;
  background-image: url(/network/assets/img/ic_arrow_green_up.png);
  background-repeat: no-repeat;
  background-position: top 0.35em left;
  background-size: 12px 8px;
  padding-left: 16px;
  color: #272222 !important;
  text-decoration: none;
  transition: color 0.2s ease;
}
@media screen and (max-width: 767px) {
  .ic_link_arrow_up {
    background-position: 0 0.4em;
  }
}

.ic_link_arrow:hover,
.ic_link_arrow_back:hover,
.ic_link_arrow_down:hover,
.ic_link_arrow_up:hover {
  color: #3e7507 !important;
  text-decoration: none !important;
}

.ic_link_blank {
  background-image: url(/network/assets/img/ic_window_green.png);
  background-repeat: no-repeat;
  background-position: top 0.3em left;
  background-size: 18px 14px;
  padding-left: 22px;
  text-decoration: none;
  transition: color 0.2s ease;
}
@media screen and (max-width: 767px) {
  .ic_link_blank {
    background-position: 0 0.25em;
  }
}

.ic_link_pdf {
  background-image: url(/network/assets/img/ic_link_pdf.png);
  background-repeat: no-repeat;
  background-position: top 0.25em left;
  background-size: 16px 17px;
  padding-left: 22px;
  text-decoration: none;
  transition: color 0.2s ease;
}
@media screen and (max-width: 767px) {
  .ic_link_pdf {
    background-position: 0 0.15em;
  }
}

.ic_link_excel {
  background-image: url(/network/assets/img/ic_link_excel.png);
  background-repeat: no-repeat;
  background-position: top 0.25em left;
  background-size: 16px 17px;
  padding-left: 20px;
  text-decoration: none;
  transition: color 0.2s ease;
}
@media screen and (max-width: 767px) {
  .ic_link_excel {
    background-position: 0 0.15em;
  }
}

.ic_link_csv {
  background-image: url(/network/assets/img/ic_link_csv.png);
  background-repeat: no-repeat;
  background-position: top 0.25em left;
  background-size: 16px 17px;
  padding-left: 22px;
  text-decoration: none;
  transition: color 0.2s ease;
}
@media screen and (max-width: 767px) {
  .ic_link_csv {
    background-position: 0 0.15em;
  }
}

.ic_link_word {
  background-image: url(/network/assets/img/ic_link_word.png);
  background-repeat: no-repeat;
  background-position: top 0.25em left;
  background-size: 15px 17px;
  padding-left: 22px;
  text-decoration: none;
  transition: color 0.2s ease;
}
@media screen and (max-width: 767px) {
  .ic_link_word {
    background-position: 0 0.15em;
  }
}

.ic_link_rss {
  background-image: url(/network/assets/img/ic_link_rss.png);
  background-repeat: no-repeat;
  background-position: top 0.1em left;
  background-size: 17px 17px;
  padding-left: 23px;
  text-decoration: none;
  transition: color 0.2s ease;
}
@media screen and (max-width: 767px) {
  .ic_link_rss {
    background-position: 0 0.15em;
  }
}

.ic_link_tel {
  background-image: url(/network/assets/img/ic_link_tel.png);
  background-repeat: no-repeat;
  background-position: top 0.3em left;
  background-size: 18px 18px;
  padding-left: 24px;
  text-decoration: none;
  transition: color 0.2s ease;
}
@media screen and (max-width: 767px) {
  .ic_link_tel {
    background-position: 0 0.15em;
  }
}

.ic_link_zip {
  background-image: url(/network/assets/img/ic_link_zip.png);
  background-repeat: no-repeat;
  background-position: top 0.25em left;
  background-size: 16px 17px;
  padding-left: 22px;
  text-decoration: none;
  transition: color 0.2s ease;
}
@media screen and (max-width: 767px) {
  .ic_link_zip {
    background-position: 0 0.15em;
  }
}

.ic_link_img {
  background-image: url(/network/assets/img/ic_link_img.png);
  background-repeat: no-repeat;
  background-position: top 0.2em left;
  background-size: 17px 16px;
  padding-left: 22px;
  text-decoration: none;
  transition: color 0.2s ease;
}
@media screen and (max-width: 767px) {
  .ic_link_img {
    background-position: 0 0.15em;
  }
}

.font_90.ic_link_arrow,
.font_90 .ic_link_arrow {
  background-position: 0 0.2em !important;
}

.font_90.ic_link_arrow_back,
.font_90 .ic_link_arrow_back,
.font_90.ic_link_blank,
.font_90 .ic_link_blank {
  background-position: 0 0.3em !important;
}

.font_90.ic_link_arrow_down,
.font_90 .ic_link_arrow_down {
  background-position: 0 0.4em !important;
}

.font_90.ic_link_arrow_up,
.font_90 .ic_link_arrow_up {
  background-position: 0 0.5em !important;
}

.font_90.ic_link_pdf,
.font_90.ic_link_excel,
.font_90.ic_link_csv,
.font_90.ic_link_word,
.font_90.ic_link_rss,
.font_90.ic_link_tel,
.font_90.ic_link_zip,
.font_90.ic_link_img,
.font_90 .ic_link_pdf,
.font_90 .ic_link_excel,
.font_90 .ic_link_csv,
.font_90 .ic_link_word,
.font_90 .ic_link_rss,
.font_90 .ic_link_tel,
.font_90 .ic_link_zip,
.font_90 .ic_link_img {
  background-position: 0 0.1em !important;
}

.font_110.ic_link_arrow,
.font_110 .ic_link_arrow {
  background-position: 0 0.4em !important;
}

.font_110.ic_link_arrow_back,
.font_110 .ic_link_arrow_back {
  background-position: 0 0.4em !important;
}

.font_110.ic_link_arrow_down,
.font_110 .ic_link_arrow_down {
  background-position: 0 0.6em !important;
}

.font_110.ic_link_arrow_up,
.font_110 .ic_link_arrow_up {
  background-position: 0 0.5em !important;
}

.font_110.ic_link_blank,
.font_110 .ic_link_blank {
  background-position: 0 0.3em !important;
}

.font_110.ic_link_pdf,
.font_110.ic_link_excel,
.font_110.ic_link_csv,
.font_110.ic_link_word,
.font_110.ic_link_rss,
.font_110.ic_link_tel,
.font_110.ic_link_zip,
.font_110.ic_link_img,
.font_110 .ic_link_pdf,
.font_110 .ic_link_excel,
.font_110 .ic_link_csv,
.font_110 .ic_link_word,
.font_110 .ic_link_rss,
.font_110 .ic_link_tel,
.font_110 .ic_link_zip,
.font_110 .ic_link_img {
  background-position: 0 0.25em !important;
}

.font_120.ic_link_arrow,
.font_120 .ic_link_arrow {
  background-position: 0 0.4em !important;
}

.font_120.ic_link_arrow_back,
.font_120 .ic_link_arrow_back {
  background-position: 0 0.4em !important;
}

.font_120.ic_link_arrow_down,
.font_120 .ic_link_arrow_down {
  background-position: 0 0.6em !important;
}

.font_120.ic_link_arrow_up,
.font_120 .ic_link_arrow_up {
  background-position: 0 0.5em !important;
}

.font_120.ic_link_blank,
.font_120 .ic_link_blank {
  background-position: 0 0.3em !important;
}

.font_120.ic_link_pdf,
.font_120.ic_link_excel,
.font_120.ic_link_csv,
.font_120.ic_link_word,
.font_120.ic_link_rss,
.font_120.ic_link_tel,
.font_120.ic_link_zip,
.font_120.ic_link_img,
.font_120 .ic_link_pdf,
.font_120 .ic_link_excel,
.font_120 .ic_link_csv,
.font_120 .ic_link_word,
.font_120 .ic_link_rss,
.font_120 .ic_link_tel,
.font_120 .ic_link_zip,
.font_120 .ic_link_img {
  background-position: 0 0.25em !important;
}

.anchor_element {
  position: relative;
  top: -130px;
}
@media screen and (max-width: 767px) {
  .anchor_element {
    top: -70px;
  }
}

/* アコーディオンメニュー */

.accordion_details {
  padding-bottom: 15px;
}
.accordion_details[open] summary {
  background-color: #fff3f1;
}
.accordion_details-summary {
  position: relative;
  display: block;
  padding: 20px;
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  background-color: #fff;
  border-top: 2px solid #fcdad5;
  border-bottom: 2px solid #fcdad5;
  border-left: 2px solid #fcdad5;
  border-right: 2px solid #fcdad5;
}
.accordion_details-summary:hover {
  cursor: pointer;
  opacity: 0.8;
  background-color: #fff3f1;
}
.accordion_details-summary .btn {
  position: absolute;
  top: 40%;
  right: 5%;
  width: 10px;
  height: 10px;
  transform-origin: center center;
  transition-duration: 0.2s;
}
.accordion_details-summary .btn:before,
.accordion_details-summary .btn:after {
  content: "";
  top: 0;
  right: 0;
  width: 10px;
  height: 10px;
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  transform-origin: center center;
}
.accordion_details-summary .btn:before {
  top: 0;
  right: 0;
  width: 10px;
  height: 10px;
}
.accordion_details-summary.is-active .btn {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  margin-top: 3px;
}
.accordion_details-summary.is-active .btn:before {
  content: none;
}

.accordion_details-summary::-webkit-details-marker {
  display: none;
}
.accordion_details-content {
  padding: 20px;
}
.accordion_details-content p {
  margin: 0 0 0px;
  color: #000;
  text-align: left;
}
.accordion_details-content p:last-of-type {
  margin: 0 0 0;
}

.accordion_icon img {
  position: relative;
  top: 5px;
}
@media screen and (max-width: 767px) {
  .text_indent .accordion_icon,
  .text_indent .accordion_icon img {
    width: 25px !important;
    margin-top: 3.5px !important;
  }
}

.accordion_block {
  display: block;
}

.accordion_margin {
  padding-right: 3rem;
}