@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');

/* ========================================
	共通スタイル
======================================== */

/*---------------------------------
  comomon
---------------------------------*/

body {
  min-width: 1280px;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: 'Noto Sans JP', "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-weight: 400;
  line-height: 1.5;
  color: #222;
  position: relative;
}

#header *,
#container *,
#footer * {
  box-sizing: border-box;
}

/* ---------- 文字サイズ ----------*/

html.font-s {
  font-size: 16px;
}

html.font-m {
  font-size: 18px;
}

html.font-l {
  font-size: 20px;
}

/* ---------- visiblity ----------*/

.pc-hide {
  display: none !important;
}

/*---------------------------------
  header
---------------------------------*/

#footer a,
#header a {
  text-decoration: none;
}
#header a:hover {
  opacity: 1;
}

#header .gh_cover {
  display: none;
}

#header .gh_wrap_sp {
  display: none;
}

#header .gh_wrap {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  background-color: #edfaf1;
  border-bottom: 1px solid #098240;
  min-height: 119px;
}

#header .gh_wrap .gh_logo {
  width: 142px;
  margin-left: 20px;
}

#header .gh_wrap .gh_logo div {
  margin-bottom: 10px;
}

#header .gh_wrap .gh_logo div a {
  display: block;
}

#header .gh_wrap .gh_logo p {
  font-size: 12px;
  text-align: center;
  color: #666;
}

#sp_menu {
  display: none;
}

@media screen and (min-width:768px), print {
  #sp_menu {
    display: none !important;
  }
}

/* ---------- サブメニュー ----------*/

#gh_subnav {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-end;
}
#header .gh_wrap.simple_faq #gh_subnav {
  margin-right: 20px;
}

#gh_subnav .gh_subnav_list {
  display: flex;
  align-items: center;
  align-content: center;
}

#gh_subnav .gh_subnav_list > li {
  margin-right: 1px;
  position: relative;
}

#gh_subnav .gh_subnav_list > li > a,
#gh_subnav .gh_subnav_list > li > span {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 124px;
  height: 48px;
  font-size: 14px;
  transition: all 0.2s;
  cursor: pointer;
}
#gh_subnav .gh_subnav_list > li.gh_subnav_faq > a,
#gh_subnav .gh_subnav_list > li.gh_subnav_chatbot > a {
  width: 160px;
}

#gh_subnav .gh_subnav_list > li.gh_subnav_faq > a,
#gh_subnav .gh_subnav_list > li.gh_subnav_chatbot > a,
#gh_subnav .gh_subnav_list > li.gh_subnav_english > a,
#gh_subnav .gh_subnav_list > li.gh_subnav_size > span,
#gh_subnav .gh_subnav_list > li.gh_subnav_speaker > span,
#gh_subnav .gh_subnav_list > li.gh_subnav_contact > a,
#gh_subnav .gh_subnav_list > li.gh_subnav_help > span,
#gh_subnav .gh_subnav_list > li.gh_subnav_search > a,
#gh_subnav .gh_subnav_list > li.gh_subnav_branch > a {
  border-top: 1px solid #fff;
  background-color: #fff;
  line-height: 46px;
  color: #222;
}

#gh_subnav .gh_subnav_list > li.gh_subnav_login > a {
  background: #DD3400;
  /*
  background: -moz-linear-gradient(left, #eb5927 0%, #dd3400 100%);
  background: -webkit-linear-gradient(left, #eb5927 0%, #dd3400 100%);
  background: linear-gradient(to right, #eb5927 0%, #dd3400 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb5927', endColorstr='#dd3400', GradientType=1);
  */
  border: 1px solid #DD3400;
  line-height: 48px;
  color: #fff;
}

#gh_subnav .gh_subnav_list > li.gh_subnav_faq > a:hover,
#gh_subnav .gh_subnav_list > li.gh_subnav_chatbot > a:hover,
#gh_subnav .gh_subnav_list > li.gh_subnav_english > a:hover,
#gh_subnav .gh_subnav_list > li.gh_subnav_size > span:hover,
#gh_subnav .gh_subnav_list > li.gh_subnav_speaker > span:hover,
#gh_subnav .gh_subnav_list > li.gh_subnav_contact > a:hover,
#gh_subnav .gh_subnav_list > li.gh_subnav_help > span:hover,
#gh_subnav .gh_subnav_list > li.gh_subnav_search > a:hover,
#gh_subnav .gh_subnav_list > li.gh_subnav_branch > a:hover {
  border-top: 1px solid #dcf5e4;
  background-color: #dcf5e4;
}

#gh_subnav .gh_subnav_list > li.gh_subnav_login > a:hover {
  background: #fff;
  color: #DD3400;
  /*
  opacity: 0.75;
  */
}

#gh_subnav .gh_subnav_list > li > a::before,
#gh_subnav .gh_subnav_list > li > span::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 7px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

#gh_subnav .gh_subnav_list > li.gh_subnav_english > a::before {
  background-image: url("/common/img/header/icon_english.png");
}

#gh_subnav .gh_subnav_list > li.gh_subnav_size > span::before {
  background-image: url("/common/img/header/icon_size.png");
}

#gh_subnav .gh_subnav_list > li.gh_subnav_speaker > span::before {
  background-image: url("/common/img/header/icon_speaker.png");
}

#gh_subnav .gh_subnav_list > li.gh_subnav_contact > a::before {
  background-image: url("/common/img/header/icon_contact.png");
}

#gh_subnav .gh_subnav_list > li.gh_subnav_help > span::before {
  background-image: url("/common/img/header/icon_help.png");
}

#gh_subnav .gh_subnav_list > li.gh_subnav_search > a::before {
  background-image: url("/common/img/header/icon_search.png");
}

#gh_subnav .gh_subnav_list > li.gh_subnav_branch > a::before {
  background-image: url("/common/img/header/icon_branch.png");
}

#gh_subnav .gh_subnav_list > li.gh_subnav_login > a::before {
  background-image: url("/common/img/header/icon_login_wh.png");
}
#gh_subnav .gh_subnav_list > li.gh_subnav_login > a:hover::before {
  background-image: url("/common/img/header/icon_login_orange.png");
}

#gh_subnav .gh_subnav_list > li.gh_subnav_chatbot > a::before {
  background-image: url("/common/img/header/icon_chat.png");
}

#gh_subnav .gh_subnav_list > li.gh_subnav_faq > a::before {
  display: none;
}
#gh_subnav .gh_subnav_list > li.gh_subnav_faq > a .icn {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 0;
  vertical-align: middle;
  margin-right: 7px;
}
#gh_subnav .gh_subnav_list > li.gh_subnav_faq > a .icn img {
  width: 100%;
}

#gh_subnav .gh_subnav_list > li.gh_subnav_size > span.is-open,
#gh_subnav .gh_subnav_list > li.gh_subnav_speaker > span.is-open,
#gh_subnav .gh_subnav_list > li.gh_subnav_help > span.is-open,
#gh_subnav .gh_subnav_list > li.gh_subnav_search > a.is-open {
  border-top: 1px solid #098240;
  border-left: 1px solid #098240;
  border-right: 1px solid #098240;
  background-color: #dcf5e4;
}

#gh_subnav .gh_subnav_list > li .gh_subnav_drop {
  display: none;
  border-left: 1px solid #098240;
  border-right: 1px solid #098240;
  border-bottom: 1px solid #098240;
  position: absolute;
  top: 48px;
  z-index: 9999;
}

#gh_subnav .gh_subnav_list > li.gh_subnav_size .gh_subnav_drop,
#gh_subnav .gh_subnav_list > li.gh_subnav_speaker .gh_subnav_drop,
#gh_subnav .gh_subnav_list > li.gh_subnav_help .gh_subnav_drop,
#gh_subnav .gh_subnav_list > li.gh_subnav_search .gh_subnav_drop {
  background-color: #dcf5e4;
  padding: 28px 27px 10px;
}

#gh_subnav .gh_subnav_list > li.gh_subnav_login .gh_subnav_drop {
  border-top: 1px solid #098240;
  background-color: #fff;
}

#gh_subnav .gh_subnav_list > li.gh_subnav_size .gh_subnav_drop::before,
#gh_subnav .gh_subnav_list > li.gh_subnav_speaker .gh_subnav_drop::before,
#gh_subnav .gh_subnav_list > li.gh_subnav_help .gh_subnav_drop::before,
#gh_subnav .gh_subnav_list > li.gh_subnav_search .gh_subnav_drop::before {
  content: "";
  display: block;
  width: calc( 100% - 122px);
  height: 1px;
  background-color: #098240;
  position: absolute;
  top: 0;
}

#gh_subnav .gh_subnav_list > li.gh_subnav_size .gh_subnav_drop::before,
#gh_subnav .gh_subnav_list > li.gh_subnav_speaker .gh_subnav_drop::before,
#gh_subnav .gh_subnav_list > li.gh_subnav_help .gh_subnav_drop::before {
  right: 0;
}

#gh_subnav .gh_subnav_list > li.gh_subnav_search .gh_subnav_drop::before {
  left: 0;
}

#gh_subnav .gh_subnav_list > li .gh_subnav_drop .gh_subnav_drop_close {
  color: #222;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 130px;
  height: 40px;
  margin: 0 auto;
  font-size: 16px;
  cursor: pointer;
}

#gh_subnav .gh_subnav_list > li .gh_subnav_drop .gh_subnav_drop_close::before {
  content: "×";
  margin-right: 10px;
  font-size: 24px;
  color: #098240;
}

#gh_subnav .gh_subnav_list > li.gh_subnav_size .gh_subnav_drop {
  width: 288px;
  left: 0;
}

#gh_subnav .gh_subnav_list > li.gh_subnav_size .gh_subnav_drop .gh_subnav_size_list {
  display: flex;
  justify-content: space-between;
  width: 232px;
  margin: 0 auto 10px;
}

#gh_subnav .gh_subnav_list > li.gh_subnav_size .gh_subnav_drop .gh_subnav_size_list li {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 64px;
  height: 64px;
  background-color: #fff;
  border: 1px solid #ccc;
  font-weight: 700;
  text-align: center;
  transition: all 0.3s;
  cursor: pointer;
}

#gh_subnav .gh_subnav_list > li.gh_subnav_size .gh_subnav_drop .gh_subnav_size_list li:hover,
#gh_subnav .gh_subnav_list > li.gh_subnav_size .gh_subnav_drop .gh_subnav_size_list li.is-active {
  border-color: #098240;
  color: #098240;
}

#gh_subnav .gh_subnav_list > li.gh_subnav_size .gh_subnav_drop .gh_subnav_size_list li:not(:first-child) {
  font-size: 18px;
}

#gh_subnav .gh_subnav_list > li.gh_subnav_size .gh_subnav_drop .gh_subnav_size_list li:first-child {
  font-size: 16px;
  line-height: 1.375;
}

#gh_subnav .gh_subnav_list > li.gh_subnav_size .gh_subnav_drop .gh_subnav_size_list li:first-child span {
  display: block;
  width: 100%;
  font-weight: 400;
  white-space: nowrap;
}

#gh_subnav .gh_subnav_list > li.gh_subnav_speaker .gh_subnav_drop {
  width: 504px;
  left: 0;
}

#gh_subnav .gh_subnav_list > li.gh_subnav_speaker .gh_subnav_drop .gh_subnav_speaker_wrap {
  height: 42px;
  width: 448px;
  margin-bottom: 10px;
}

#gh_subnav .gh_subnav_list > li.gh_subnav_speaker .gh_subnav_drop #readSpeaker {
  width: 142px;
  float: left;
}

#gh_subnav .gh_subnav_list > li.gh_subnav_speaker .gh_subnav_drop #readSpeaker_content {
  padding-top: 8px;
  position: relative;
}

#gh_subnav .gh_subnav_list > li.gh_subnav_speaker .gh_subnav_drop #readspeaker_button1 {
  margin-bottom: 0;
  position: absolute;
  right: 0;
}

#gh_subnav .gh_subnav_list > li.gh_subnav_speaker .gh_subnav_drop .gh_subnav_drop_link {
  width: 285px;
  float: right;
}

#gh_subnav .gh_subnav_list > li.gh_subnav_speaker .gh_subnav_drop .gh_subnav_drop_link a {
  display: block;
  padding: 8px 8px 8px 36px;
  background-color: #fff;
  border: 1px solid #ccc;
  position: relative;
  font-size: 16px;
  color: #222;
  transition: background 0.3s;
}

#gh_subnav .gh_subnav_list > li.gh_subnav_speaker .gh_subnav_drop .gh_subnav_drop_link a:hover {
  background-color: #eee;
}

#gh_subnav .gh_subnav_list > li.gh_subnav_speaker .gh_subnav_drop .gh_subnav_drop_link a::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("/common/img/header/icon_exclamation.png") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

#gh_subnav .gh_subnav_list > li.gh_subnav_help .gh_subnav_drop {
  width: 476px;
  left: 0;
}

#gh_subnav .gh_subnav_list > li.gh_subnav_help .gh_subnav_drop .gh_subnav_help_wrap {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

#gh_subnav .gh_subnav_list > li.gh_subnav_help .gh_subnav_drop .gh_subnav_help_wrap a {
  display: block;
  width: 200px;
  padding: 8px 8px 8px 36px;
  background-color: #fff;
  border: 1px solid #ccc;
  position: relative;
  font-size: 16px;
  color: #222;
  transition: background 0.3s;
}

#gh_subnav .gh_subnav_list > li.gh_subnav_help .gh_subnav_drop .gh_subnav_help_wrap a:hover {
  background-color: #eee;
}

#gh_subnav .gh_subnav_list > li.gh_subnav_help .gh_subnav_drop .gh_subnav_help_wrap a::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

#gh_subnav .gh_subnav_list > li.gh_subnav_help .gh_subnav_drop .gh_subnav_help_wrap .gh_subnav_help_chatbot a::before {
  background-image: url("/common/img/header/icon_chat.png");
}

#gh_subnav .gh_subnav_list > li.gh_subnav_help .gh_subnav_drop .gh_subnav_help_wrap .gh_subnav_help_faq a::before {
  background-image: url("/common/img/header/icon_help.png");
}

#gh_subnav .gh_subnav_list > li.gh_subnav_search .gh_subnav_drop {
  width: 550px;
  right: 0;
}

#gh_subnav .gh_subnav_list > li.gh_subnav_search .gh_subnav_drop .gh_subnav_search_wrap {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

#gh_subnav .gh_subnav_list > li.gh_subnav_search .gh_subnav_drop .gh_subnav_search_wrap dt {
  font-size: 16px;
}

#gh_subnav .gh_subnav_list > li.gh_subnav_search .gh_subnav_drop .gh_subnav_search_wrap dd {
  font-size: 0;
}

#gh_subnav .gh_subnav_list > li.gh_subnav_search .gh_subnav_drop .gh_subnav_search_wrap .searchBox {
  width: 280px;
  padding-left: 15px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  line-height: 50px;
  background-color: #fff;
  font-size: 15px;
  vertical-align: middle;
}

#gh_subnav .gh_subnav_list > li.gh_subnav_search .gh_subnav_drop .gh_subnav_search_wrap button {
  width: 52px;
  height: 52px;
  background: #098240 url("/common/img/header/icon_search_wh.png") no-repeat center;
  background-size: 22px auto;
  overflow: hidden;
  text-indent: -100%;
  white-space: nowrap;
  color: transparent;
  vertical-align: middle;
  transition: opacity 0.3s;
}

#gh_subnav .gh_subnav_list > li.gh_subnav_search .gh_subnav_drop .gh_subnav_search_wrap button:hover {
  opacity: 0.75;
}

#gh_subnav .gh_subnav_list > li.gh_subnav_login .gh_subnav_drop {
  width: 1060px;
  padding: 35px 0 10px;
  right: 0;
}

#gh_subnav .gh_subnav_list > li.gh_subnav_login .gh_subnav_drop .gh_subnav_login_wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

#gh_subnav .gh_subnav_list > li.gh_subnav_login .gh_subnav_drop .gh_subnav_login_wrap .gh_subnav_login_kojin {
  width: 416px;
  padding-right: 40px;
  margin-right: 40px;
  border-right: 1px solid #dbdbdb;
}

#gh_subnav .gh_subnav_list > li.gh_subnav_login .gh_subnav_drop .gh_subnav_login_wrap .gh_subnav_login_houjin {
  width: 508px;
}

#gh_subnav .gh_subnav_list > li.gh_subnav_login .gh_subnav_drop .gh_subnav_login_wrap .gh_subnav_login_houjin ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#gh_subnav .gh_subnav_list > li.gh_subnav_login .gh_subnav_drop .gh_subnav_login_wrap .gh_subnav_login_houjin ul li {
  width: 246px;
}

#gh_subnav .gh_subnav_list > li.gh_subnav_login .gh_subnav_drop .gh_subnav_login_wrap .gh_subnav_login_houjin ul li:nth-child(3),
#gh_subnav .gh_subnav_list > li.gh_subnav_login .gh_subnav_drop .gh_subnav_login_wrap .gh_subnav_login_houjin ul li:nth-child(4) {
  margin-top: 22px;
}

#gh_subnav .gh_subnav_list > li.gh_subnav_login .gh_subnav_drop .gh_subnav_login_wrap h4 {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
}

#gh_subnav .gh_subnav_list > li.gh_subnav_login .gh_subnav_drop .gh_subnav_login_wrap .gh_subnav_login_btn a {
  display: block;
  padding: 18px;
  background: #098240;
  /*
  background: -moz-linear-gradient(left, #00a148 0%, #098240 100%);
  background: -webkit-linear-gradient(left, #00a148 0%, #098240 100%);
  background: linear-gradient(to right, #00a148 0%, #098240 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a148', endColorstr='#098240', GradientType=1);
  */
  border: 1px solid #098240;
  position: relative;
  font-size: 16px;
  text-align: center;
  color: #fff;
  transition: all 0.3s;
}

#gh_subnav .gh_subnav_list > li.gh_subnav_login .gh_subnav_drop .gh_subnav_login_wrap .gh_subnav_login_btn_sub a {
  display: block;
  padding: 15px;
  border: 1px solid #098240;
  position: relative;
  font-size: 16px;
  text-align: center;
  transition: background 0.3s;
  color: #098240;
}

#gh_subnav .gh_subnav_list > li.gh_subnav_login .gh_subnav_drop .gh_subnav_login_wrap .gh_subnav_login_btn a::after,
#gh_subnav .gh_subnav_list > li.gh_subnav_login .gh_subnav_drop .gh_subnav_login_wrap .gh_subnav_login_btn_sub a::after {
  content: "";
  display: block;
  width: 9px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}

#gh_subnav .gh_subnav_list > li.gh_subnav_login .gh_subnav_drop .gh_subnav_login_wrap .gh_subnav_login_btn a::after {
  background-image: url("/common/img/arrow/usual_wh_left.svg");
}

#gh_subnav .gh_subnav_list > li.gh_subnav_login .gh_subnav_drop .gh_subnav_login_wrap .gh_subnav_login_btn a:hover::after {
  background-image: url("/common/img/arrow/usual_gr_left.svg");
}


#gh_subnav .gh_subnav_list > li.gh_subnav_login .gh_subnav_drop .gh_subnav_login_wrap .gh_subnav_login_btn_sub a::after {
  background-image: url("/common/img/arrow/usual_gr_left.svg");
}

#gh_subnav .gh_subnav_list > li.gh_subnav_login .gh_subnav_drop .gh_subnav_login_wrap .gh_subnav_login_btn a:hover {
  background: #fff;
  color: #098240;
  /*
  opacity: 0.75;
  */
}

#gh_subnav .gh_subnav_list > li.gh_subnav_login .gh_subnav_drop .gh_subnav_login_wrap .gh_subnav_login_btn_sub a:hover {
  background-color: #edfaf1;
}

#gh_subnav .gh_subnav_list > li.gh_subnav_login .gh_subnav_drop .gh_subnav_login_wrap .gh_subnav_login_btn_sub a[target="_blank"]::after,
#gh_subnav .gh_subnav_list > li.gh_subnav_login .gh_subnav_drop .gh_subnav_login_wrap .gh_subnav_login_btn a[target="_blank"]::after {
  background: url(/common/img/icon/window_out.png) no-repeat center center / contain;
  display: block;
  width: 16px;
  height: 14px;
  opacity: 0;
  position: absolute;
  right: 12px;
  top: calc(50% - 7px);
  transform: translateY(0);
  transition: all 0.3s ease;
}

#gh_subnav .gh_subnav_list > li.gh_subnav_login .gh_subnav_drop .gh_subnav_login_wrap .gh_subnav_login_btn a[target="_blank"]:hover::after {
  opacity: 1;
}

#gh_subnav .gh_subnav_list > li.gh_subnav_login .gh_subnav_drop .gh_subnav_login_wrap .gh_subnav_login_btn_sub a[target="_blank"] .icn-external,
#gh_subnav .gh_subnav_list > li.gh_subnav_login .gh_subnav_drop .gh_subnav_login_wrap .gh_subnav_login_btn a[target="_blank"] .icn-external {
  display: block;
  width: 16px;
  height: 14px;
  opacity: 1;
  position: absolute;
  right: 12px;
  top: calc(50% - 7px);
  transition: all 0.3s ease;
  z-index: 2;
}

#gh_subnav .gh_subnav_list > li.gh_subnav_login .gh_subnav_drop .gh_subnav_login_wrap .gh_subnav_login_btn a[target="_blank"]:hover .icn-external {
  opacity: 0;
}

#gh_subnav .gh_subnav_list > li.gh_subnav_login .gh_subnav_drop .gh_subnav_login_wrap .gh_subnav_login_btn_sub a[target="_blank"] .icn-external img,
#gh_subnav .gh_subnav_list > li.gh_subnav_login .gh_subnav_drop .gh_subnav_login_wrap .gh_subnav_login_btn a[target="_blank"] .icn-external img {
  width: 100%;
}

#gh_subnav .gh_subnav_list > li.gh_subnav_login .gh_subnav_drop .gh_subnav_login_wrap .gh_subnav_login_houjin .gh_subnav_login_btn,
#gh_subnav .gh_subnav_list > li.gh_subnav_login .gh_subnav_drop .gh_subnav_login_wrap .gh_subnav_login_houjin .gh_subnav_login_btn_sub {
  margin-bottom: 10px;
}

#gh_subnav .gh_subnav_list > li.gh_subnav_login .gh_subnav_drop .gh_subnav_login_wrap .gh_subnav_login_link {
  text-align: center;
}

#gh_subnav .gh_subnav_list > li.gh_subnav_login .gh_subnav_drop .gh_subnav_login_wrap .gh_subnav_login_btn + .gh_subnav_login_link {
  margin-top: 10px;
}

#gh_subnav .gh_subnav_list > li.gh_subnav_login .gh_subnav_drop .gh_subnav_login_wrap .gh_subnav_login_link a {
  font-size: 15px;
  color: #222;
}

#gh_subnav .gh_subnav_list > li.gh_subnav_login .gh_subnav_drop .gh_subnav_login_wrap .gh_subnav_login_houjin ul li:first-child .gh_subnav_login_link a {
  width: 224px;
  text-align: left;
}

/* ---------- グロナビ ----------*/

#gh_gnav .gh_gnav_list {
  margin-right: 20px;
}

#gh_gnav .gh_gnav_list {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-end;
}

#gh_gnav .gh_gnav_list li {
  position: relative;
}

#gh_gnav .gh_gnav_list li:not(:first-child)::before {
  content: "";
  display: block;
  width: 1px;
  height: 24px;
  background-color: #ccc;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

#gh_gnav .gh_gnav_list li a {
  display: block;
  padding: 0 30px;
  font-size: 16px;
  line-height: 70px;
  font-weight: 700;
  color: #222;
  transition: color 0.3s;
}

#category-6 #gh_gnav .gh_gnav_list .gh_gnav_home a,
#category-5 #gh_gnav .gh_gnav_list .gh_gnav_saiyou a,
#category-4 #gh_gnav .gh_gnav_list .gh_gnav_about a,
#category-3 #gh_gnav .gh_gnav_list .gh_gnav_investor a,
#category-2 #gh_gnav .gh_gnav_list .gh_gnav_houjin a,
#category-1 #gh_gnav .gh_gnav_list .gh_gnav_kojin a,
#gh_gnav .gh_gnav_list li a.is-active,
#gh_gnav .gh_gnav_list li a:hover {
  color: #098240;
}

/* ---------- メガメニュー ----------*/

#gh_dropdown {
  background-color: #edfaf1;
}

#gh_dropdown .gh_dropnav {
  display: flex;
  justify-content: center;
  width: 100%;
  border-bottom: 1px solid #098240;
}

#gh_dropdown .gh_dropnav > li > span,
#gh_dropdown .gh_dropnav > li > a {
  display: block;
  position: relative;
  font-size: 16px;
  color: #222;
  transition: all 0.3s;
  cursor: pointer;
}

#gh_dropdown .gh_dropnav > li > .arrow-down {
  padding: 15px 40px 15px 25px;
}

#gh_dropdown .gh_dropnav > li.is-active > .arrow-down,
#gh_dropdown .gh_dropnav > li:hover > .arrow-down,
#gh_dropdown .gh_dropnav > li:hover > a {
  background-color: #dcf5e4;
  font-weight: 700;
}

#gh_dropdown .gh_dropnav > li > .arrow-down::after {
  content: "";
  display: block;
  width: 11px;
  height: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/common/img/arrow/usual_gr_down.svg");
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}

#gh_dropdown .gh_dropnav > li.is-active > .arrow-down::after {
  background-image: url("/common/img/arrow/usual_gr_up.svg");
}

#gh_dropdown .gh_dropnav > li > a {
  padding: 15px 25px;
}

#gh_dropdown .gh_dropnav .gh_droparea {
  display: none;
  width: 100%;
  border-top: 1px solid #098240;
  background-color: #dcf5e4;
  position: absolute;
  left: 0;
  z-index: 999;
}

#gh_dropdown .gh_dropnav .gh_droparea .gh_drop_contents {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0 0;
}

#gh_dropdown .gh_dropnav .gh_droparea .gh_drop_contents .gh_drop_list {
  margin-bottom: 40px;
}

#gh_dropdown .gh_dropnav .gh_droparea .gh_drop_contents .gh_drop_list a {
  font-size: 18px;
  font-weight: bold;
  color: #222;
}

#gh_dropdown .gh_dropnav .gh_droparea .gh_drop_contents .gh_drop_link {
  display: flex;
  flex-wrap: wrap;
}

#gh_dropdown .gh_dropnav .gh_droparea .gh_drop_contents .gh_drop_link + .gh_drop_link {
  padding-top: 40px;
  border-top: 1px solid #ccc;
}

#gh_dropdown .gh_dropnav .gh_droparea .gh_drop_contents .gh_drop_link li {
  width: 25%;
  padding-right: 1em;
  margin-bottom: 40px;
}

#gh_dropdown .gh_dropnav .gh_droparea .gh_drop_contents .gh_drop_link li.two-lines {
  margin-bottom: 16px;
}

#gh_dropdown .gh_dropnav .gh_droparea .gh_drop_contents .gh_drop_link li a {
  font-size: 16px;
  color: #222;
}

#gh_dropdown .gh_dropnav .gh_droparea .gh_drop_footer {
  padding-bottom: 25px;
}

#gh_dropdown .gh_dropnav .gh_droparea .gh_drop_footer .gh_dropclose {
  color: #222;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 130px;
  height: 40px;
  margin: 0 auto;
  font-size: 16px;
  cursor: pointer;
}

#gh_dropdown .gh_dropnav .gh_droparea .gh_drop_footer .gh_dropclose::before {
  content: "×";
  margin-right: 10px;
  font-size: 24px;
  color: #098240;
}

/* ---------- header 出し分け ----------*/
#gh_dropdown .gh_dropnav,
#gh_dropdown {
  display: none;
}
#category-2 #gh_dropdown,
#category-1 #gh_dropdown {
  display: block;
}
#category-2 #gh_dropdown #dropdown-category-2.gh_dropnav,
#category-1 #gh_dropdown #dropdown-category-1.gh_dropnav {
  display: flex;
}

/*---------------------------------
  footer
---------------------------------*/

#footer {
  background-color: #fff;
}

#footer a {
  color: #222;
}
#footer a:hover {
  opacity: 1;
  text-decoration: underline;
}

#footer .gf_wrap {
  padding-top: 50px;
  background-color: #edfaf3;
  border-top: 2px solid #098240;
}

#footer .gf_wrap .gf_logo {
  width: 1200px;
  margin: 0 auto 30px;
}

#footer .gf_wrap .gf_logo a {
  display: block;
  width: 350px;
}

#footer .gf_wrap .gf_nav ul {
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
  margin: 0 auto 50px;
}

#footer .gf_wrap .gf_nav ul li {
  width: calc( ( 100% - 30px) / 3);
  margin-bottom: 12px;
}

#footer .gf_wrap .gf_nav ul li:not(:nth-child(3n)) {
  margin-right: 15px;
}

#footer .gf_wrap .gf_nav ul li a {
  display: inline-block;
  font-size: 1rem;/*16px*/
}

#footer .gf_wrap .gf_nav ul li a:hover {
  text-decoration: underline;
}

#footer .gf_wrap .gf_subnav {
  border-top: 1px solid #dbdbdb;
}

#footer .gf_wrap .gf_subnav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 1200px;
  margin: 0 auto;
  padding: 25px 0;
}

#footer .gf_wrap .gf_subnav ul li {
  margin: 0 24px;
}

#footer .gf_wrap .gf_subnav ul li a {
  font-size: 0.937rem;/*15px*/
}

#footer .gf_wrap .gf_subnav ul li a:hover {
  text-decoration: underline;
}

#footer .gf_inner {
  padding: 25px 0;
  background-color: #098240;
}

#footer .gf_inner p {
  width: 1200px;
  margin: 0 auto;
  font-size: 0.75rem;/*12px*/
  text-align: center;
  color: #fff;
}

#footer .gf_inner .gf_text {
  margin-bottom: 5px !important;
}

/*---------- 各種規約・方針について ----------*/

#footer .gf_list {
  padding: 50px 0 60px;
  border-top: 1px solid #dbdbdb;
}

#footer .gf_list dl {
  width: 1200px;
  margin: 0 auto;
}

#footer .gf_list dl dt {
  margin-bottom: 20px;
}

#footer .gf_list dl dt a {
  display: inline-block;
  font-weight: 700;
  font-size: 1rem;/*16px*/
}

#footer .gf_list dl dd {
  display: block;
}

#footer .gf_list dl dd .gf_list_wrap {
  display: flex;
  justify-content: space-between;
}

#footer .gf_list dl dd .gf_list_wrap ul {
  max-width: calc( ( 100% - 80px) / 3);
}

#footer .gf_list dl dd ul li:not(:last-child) {
  margin-bottom: 8px;
}

#footer .gf_list dl dd ul li a {
  display: inline-block;
  font-size: 0.937rem;/*15px*/
}

@media screen and (min-width:768px), print {
  #footer .gf_list dl dd {
    display: block !important;
  }
}

/*---------------------------------
  container
---------------------------------*/

#container {
  background-color: #fff;
  overflow: hidden;
}

/*---------------------------------
  chatbot
---------------------------------*/

#float_chat_window {
  width: 384px;
  position: fixed;
  bottom: 100px;
  right: -384px;
  z-index: 10001;
}

#float_chat_window .chatClose {
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
  cursor: pointer;
}

/*---------------------------------
  top-btn
---------------------------------*/
.page-top-wrap {
  position: fixed;
  width: 40px;
  height: 112px;
  margin: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
	transition: opacity 0.3s ease;
  opacity: 0;
  pointer-events: none;
}
.page-top-wrap.show {
  opacity: 1;
  pointer-events: auto;
}
.page-top-wrap.end {
	position: absolute;
	transform: none;
}
.page-top-wrap .page-top {
	display: block;
  width: 40px;
  height: 112px;
  overflow: hidden;
  text-indent: -9999px;
  background: url(/common_2/img/item_page_top.jpg) no-repeat center center / contain;
}

/* hide title */
.hide-ttl {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}