@charset "utf8";

body {
  padding-top: 80px;
}

br.is-sp--show {
  display: none;
}
@media screen and (max-width: 679px) {
  br.is-sp--show {
    display: block;
  }
}
br.is-pc--show {
  display: none;
}

/* ヘッダー */
#h_inner {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 6px;
}

/*2021/09/06 add*/
.hd__subLogoWr {
  display: none;
  /* flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 50px;*/
}

.hd__subLogo,
.hd__subLogo-right {
  width: 140px;
}
.hd__subLogo-right {
  display: block;
  margin-left: 10px;
}

.hd__subLogoTxt {
  margin-left: 5px;
  font-weight: bold;
  color: #111;
}

.hd__nv {
  /*top: 110px;*/
  top: 60px;
}

.hd__nv__wr {
  padding: 40px 0 150px;
}

/* グローバルナビ下マージン */
#gnavi {
  margin: 0;
}
#gnavi:has(.gnavi-layer02-wrap) {
  margin: 0;
  height: auto;
}

/*2022.7 add*/
html .is-fixed,
body .is-fixed {
  height: 100vh;
  overflow: hidden;
}

/* ヘッダー
  -------------------------------------------------------------------------------------------------------- */

#header {
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

/*4500の企業団体 SP時*/
.hd__subLogoWr .list_number {
  display: none;
}

#h_inner #logo a img {
  max-width: 200px;
  width: 50%;
}

/* ロゴ
---------------------------------- */

/* ユーティリティエリア
---------------------------------- */

/* テキストサイズボタンエリア */
#header #size_area {
  margin: 0px;
  padding: 0px;
  width: 260px;
  float: left;
}
#header #size_area .inner {
  width: 260px;
}

#header #size_area img {
  display: block;
}

#header #size_area ul {
  list-style: none;
  background: url(../common/img/btn_size_s_over.gif) no-repeat -5000px 0px; /* キャッシュ設定 */
  background: url(../common/img/btn_size_m_over.gif) no-repeat -5000px 0px;
  background: url(../common/img/btn_size_l_over.gif) no-repeat -5000px 0px;
}

#header #size_area ul li {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  line-height: 0;
  float: left;
}

#header #size_area ul li.small a,
#header #size_area ul li.middle a,
#header #size_area ul li.large a {
  display: block;
  width: 31px;
  height: 29px;
  text-decoration: none;
  overflow: hidden;
}
#header #size_area ul li.small a {
  width: 31px;
  background: url(../common/img/btn_size_s.gif) no-repeat;
}
#header #size_area ul li.small a:hover {
  background: url(../common/img/btn_size_s_over.gif) no-repeat;
  text-decoration: none;
}
#header #size_area ul li.middle a {
  width: 31px;
  background: url(../common/img/btn_size_m_over.gif) no-repeat; /* ページを開いたときアクティブ状態のため */
}
#header #size_area ul li.middle a:hover {
  background: url(../common/img/btn_size_m_over.gif) no-repeat;
  text-decoration: none;
}
#header #size_area ul li.large a {
  width: 29px;
  background: url(../common/img/btn_size_l.gif) no-repeat;
}
#header #size_area ul li.large a:hover {
  background: url(../common/img/btn_size_l_over.gif) no-repeat;
  text-decoration: none;
}

#header #size_area ul li a span {
  text-indent: -5000px;
  position: relative;
  left: -5000px;
  font-size: 0px;
  display: block;
  height: 0px;
  overflow: hidden;
}

#logo {
  display: block;
  width: calc(100% - 60px);
  height: 60px;
  float: left;
}

#logo a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  gap: 2%;
  padding-left: 10px;
}

#partner_area ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 500px;
  margin: auto;
}

.search {
  display: block;
  width: 355px;
  max-width: 100%;
  margin-bottom: 10px;
}
/*最上部ロゴ横の検索はPC時のみ*/
.search--pc {
  display: none;
}

.gsc-input .gsc-input-box {
  padding-top: 3px;
  padding-bottom: 2px;
}

.bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bottom #un_area {
  width: 100%;
}

.bottom #un_area ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 500px;
  margin: 10px auto 30px;
}

.bottom #un_area ul li {
  box-sizing: border-box;
  padding-left: 20px;
  width: calc((100% - 10px) / 2);
  max-width: 170px;
}

.bottom #un_area ul li:nth-of-type(odd) {
  margin-right: 10px;
}

.bottom #un_area ul li:nth-of-type(n + 3) {
  margin-top: 10px;
}

.bottom #un_area ul li a:link,
.bottom #un_area ul li a:visited {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  font-weight: bold;
  font-size: 116%;
}

.bottom #un_area ul li a::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -16px;
  margin: auto;
  background-image: url(../common/img/ico_arrow_01.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.bottom #size_area ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

#header .bottom #size_area ul li.ttl {
  font-weight: bold;
  color: #808080;
  margin-right: 15px;
}

#header #size_area ul li:not(:last-of-type) {
  margin-right: 10px;
}

#gnavi .container ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#gnavi:has(.gnavi-layer02-wrap) .container > ul > li,
#gnavi:has(.gnavi-layer02-wrap) .container > ul > li .not-link {
  box-sizing: border-box;
  width: 100%;
  max-width: 355px;
  height: auto;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dfdadb;
}

#gnavi .container > ul > li > a,
#gnavi .container > ul > li .not-link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  font-weight: bold;
  font-size: 126%;
}

#gnavi:has(.gnavi-layer02-wrap) .container > ul > li .not-link {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

#gnavi:has(.gnavi-layer02-wrap) .gnavi-layer02 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 32px;
}

#gnavi:has(.gnavi-layer02-wrap) .gnavi-layer02 > li {
  position: relative;
  padding-right: 1.2em;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #dfdadb;
  cursor: pointer;
}
#gnavi .gnavi-accordion span {
  position: relative;
}
#gnavi .gnavi-accordion span::before,
#gnavi .gnavi-accordion span::after {
  content: '';
  position: absolute;
  right: 0.5em;
  top: 50%;
  width: 12px;
  height: 2px;
  background-color: #000;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

#gnavi .gnavi-accordion span::after {
  transform: translateY(-50%) rotate(90deg);
}

#gnavi .gnavi-accordion span.is-open::after {
  opacity: 0;
}

#gnavi:has(.gnavi-layer02-wrap) .gnavi-layer02 > li > a::before {
  position: relative;
  content: '・';
  left: 0;
}

#gnavi:has(.gnavi-layer02-wrap) .gnavi-layer02 > li:last-of-type {
  border-bottom: 0;
}

#gnavi:has(.gnavi-layer02-wrap) .gnavi-layer02 > li > a {
  font-size: 110%;
}

/* ハンバーガーメニュー
-------------------------------------------------------------------------------------------------------- */

.hd__nv a:link,
.hd__nv a:visited {
  color: #333;
  text-decoration: none;
}

.hd__btn.js-ham-open {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  float: right;
}

.hd__btn > span {
  display: block;
  position: relative;
  width: 20px;
  height: 2px;
  background-color: #333;
  transition: 0.3s;
}

.hd__btn > span::before {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  transition: 0.3s;
}

.hd__btn > span::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 7px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  transition: 0.3s;
}

.hd__btn.is-active > span {
  transform: rotate(135deg);
}
.hd__btn.is-active > span::before {
  top: 0;
  transform: rotate(-90deg);
}
.hd__btn.is-active > span::after {
  bottom: 0;
  transform: rotate(-90deg);
  opacity: 0;
}

.hd__nv {
  position: fixed;
  /*top: 60px;*/
  left: 100%;
  z-index: -1;
  width: 100%;
  height: calc(100vh - 60px);
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%) inset;
  overflow-y: scroll;
}

.hd__nv__wr:has(.gnavi-layer02-wrap) {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 40px 0 100px;
}

.hd__nv.is-active {
  z-index: 98;
}

/*リンク領域の拡大*/
.leftbtn,
.rightbtn {
  width: calc((100% - 10px) / 2);
  margin-bottom: 20px;
}

.leftbtn a,
.rightbtn a {
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-weight: bold;
}

.leftbtn a:link,
.leftbtn a:visited,
.rightbtn a:link,
.rightbtn a:visited {
  color: #fff;
  font-size: 116%;
}

.leftbtn {
  margin-right: 10px;
  background-color: #23b4d4;
}

.rightbtn {
  background-color: #fd9b1c;
}
