@charset "utf-8";

/* ======================================================
 * header_sp.css
 * ------------------------------------------------------
 * SPonly
 * - Common
 * - Override
 * - Assist
 * - Parts
 * - Clearfix
 * Media Queries
 * Print
====================================================== */

/* ------------------------------------------------------
 * Common
------------------------------------------------------ */
/* ----- Body ----- */
body.is-active {
  height: 100vh;
  overflow: hidden;
}
/* ----- Header ----- */
.Header {
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, Arial, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.Header + * {
  padding-top: 50px;
}
.Header * {
  box-sizing: border-box;
}
.Header .header-inner {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  height: 50px;
  background-color: #cdd0e0;
}
.Header img {
  max-width: 100%;
}
.Header .identity-logo-wrap {
  height: 100%;
}
.Header .identity-logo-wrap .identity-logo-link {
  display: block;
  height: 100%;
}
.Header .identity-logo-wrap .identity-logo {
  height: 100%;
}
.Header .header-utility {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.Header .header-utility .notification-icon-wrap {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
}
.Header .header-utility .notification-icon-wrap.is-active {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.Header .header-utility .notification-icon-wrap .notification-link {
  display: block;
  padding: 2px 4px 0;
  text-align: center;
  color: #333;
  text-decoration: none;
}
.Header .header-utility .notification-icon-wrap .notification-link .notification-icon {
  width: auto;
  height: 27px;
}
.Header .header-utility .notification-icon-wrap.is-active .notification-link {
  width: 100%;
  text-align: left;
}
.Header .header-utility .notification-icon-wrap.is-active .notification-icon {
  width: 26px;
}
.Header .header-utility .notification-icon-wrap .notification-link .notification-link-label {
  display: block;
  margin-top: 2px;
  color: #333;
  font-size: 10px;
  font-weight: bold;
}
.Header .header-utility .notification-new-icon {
  position: absolute;
  width: 29px;
  top: 2px;
  right: 0;
}
.Header .header-utility .logout-icon-wrap {
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.Header .header-utility .logout-icon-wrap .logout-link {
  display: block;
  padding: 2px 4px 0;
  text-align: center;
  color: #333;
  text-decoration: none;
}
.Header .header-utility .logout-icon {
  width: auto;
  height: 27px;
}
.Header .header-utility .logout-icon-wrap .logout-link .logout-link-label {
  display: block;
  margin-top: 2px;
  color: #333;
  font-size: 10px;
  font-weight: bold;
}
.Header .header-utility .header-menu {
  width: 50px;
  height: 50px;
}
.Header .header-utility .header-menu .header-menu-trigger {
  display: block;
  padding-top: 14px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 2px solid #18318b;
  background-color: #18318b;
  text-align: center;
  text-decoration: none;
}
.Header .header-utility .header-menu .header-menu-trigger .header-menu-label {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 2px;
  background-color: #fff;
  text-indent: -999px;
  line-height: 0;
  font-size: 0;
  transition: width 0.2s linear;
}
.Header .header-utility .header-menu .header-menu-trigger .header-menu-label::before,
.Header .header-utility .header-menu .header-menu-trigger .header-menu-label::after {
  content: "";
  position: relative;
  display: block;
  width: 22px;
  height: 2px;
  background-color: #fff;
  transition: transform 0.2s linear;
}
.Header .header-utility .header-menu .header-menu-trigger .header-menu-label::before {
  top: -8px;
}
.Header .header-utility .header-menu .header-menu-trigger .header-menu-label::after {
  bottom: -6px;
}
.Header .header-utility .header-menu .header-menu-trigger.is-active .header-menu-label {
  width: 0;
}
.Header .header-utility .header-menu .header-menu-trigger.is-active .header-menu-label::before {
  top: -10px;
  width: 23px;
  -webkit-transform: translateX(-12px) translateY(10px) rotate(135deg);
  transform: translateX(-12px) translateY(10px) rotate(135deg);
}
.Header .header-utility .header-menu .header-menu-trigger.is-active .header-menu-label::after {
  width: 23px;
  -webkit-transform: translateX(-8px) translateY(-12px) rotate(-135deg);
  transform: translateY(-8px) translateX(-12px) rotate(-135deg);
}
.Header .header-utility .header-menu .header-menu-trigger .header-menu-text {
  display: block;
  padding-top: 14px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
}
.Header .header-utility .notification-link:hover,
.Header .header-utility .logout-link:hover {
  opacity: .7;
}

/* ----- Header_v2 ----- */
.Header_v2 {
  height: 60px;
  background-color: #0D3191;
  background-image: url(../../ext/img/top_logo_sp.gif), url(../../ext/img/header_v2_sp.jpg);
  background-position: left 15px bottom 50%, right top;
  background-size: 101px auto, 127px auto;
  background-repeat: no-repeat, no-repeat;
  margin-bottom: 30px;
}

/* ----- Gnav ----- */
.Gnav {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  max-height: calc(100vh - 50px);
  width: 100%;
  overflow-y: scroll;
  border-bottom: 1px solid #cdd0e0;
  background-color: #fff;
}
.Gnav.is-active {
  display: block;
}
.Gnav * {
  color: #333;
}
.Gnav .gnav-inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.Gnav .gnav-column {
  display: block;
  margin-top: 28px;
}
.Gnav .gnav-column > .gnav-item {
  width: 100%;
}
.Gnav .gnav-heading .heading-link {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  border-top: 1px solid #cdd0e0;
  padding: 10px 45px 10px 0;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}
.Gnav .gnav-heading .heading-link::before,
.Gnav .gnav-heading .heading-link::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 15px;
  width: 14px;
  height: 2px;
  transform: translateY(-50%);
  background-color: #18318b;
  transition: transform 0.2s linear;
}
.Gnav .gnav-heading .heading-link::after {
  transform: rotate(90deg) translateX(-1px);
}
.Gnav .gnav-heading .heading-link.is-active::after {
  transform: translateY(-1px) rotate(0);
}
.Gnav .gnav-heading .heading-link.only-link::before {
  width: 0;
  height: 0;
  right: 18px;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #18318b;
  background: none;
}
.Gnav .gnav-heading .heading-link.only-link::after {
  display: none;
}
.Gnav .gnav-heading .heading-icon {
  display: inline-block;
  height: 32px;
  padding-right: 13px;
}
.Gnav .gnav-heading > span {
  display: inline-block;
  margin-top: 2px;
}
.Gnav .gnav-heading .heading-icon img {
  max-height: 35px;
}
.Gnav .gnav-category-list {
  padding: 20px 0;
  border-top: 1px solid #cdd0e0;
}
.Gnav .gnav-category-list > li {
  font-size: 14px;
  font-weight: bold;
}
.Gnav .gnav-category-list > li + li {
  margin-top: 17px;
}
.Gnav .gnav-category-list > li > .category-link {
  position: relative;
  display: block;
  padding: 5px 0 5px 1em;
  color: #333;
  text-decoration: none;
}
.Gnav .gnav-category-list > li > .category-link:hover {
  text-decoration: underline;
}
.Gnav .gnav-category-list > li > .category-link::before {
  content: "";
  position: absolute;
  display: block;
  top: .7em;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #18318b;
}
.Gnav .gnav-child-category-list {
  margin-top: 15px;
}
.Gnav .gnav-child-category-list > li {
  padding-left: 20px;
  font-size: 14px;
  font-weight: normal;
}
.Gnav .gnav-child-category-list > li + li {
  margin-top: 13px;
}
.Gnav .gnav-child-category-list > li > .child-category-link {
  position: relative;
  display: block;
  padding: 5px 0 5px 16px;
  color: #333;
  text-decoration: none;
}
.Gnav .gnav-child-category-list > li > .child-category-link:hover {
  text-decoration: underline;
}
.Gnav .gnav-child-category-list > li > .child-category-link::before {
  content: "";
  position: absolute;
  display: block;
  top: .7em;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #18318b;
}
.Gnav .gnav-footer {
  padding: 24px 0 18px;
  border-top: 1px solid #cdd0e0;
}
.Gnav .gnav-footer .gnav-footer-colmun {
  display: -block;
  width: 100%;
}
.Gnav .gnav-footer .gnav-footer-colmun > .gnav-footer-item {
  width: 100%;
  font-size: 14px;
  font-weight: bold;
}
.Gnav .gnav-footer .gnav-footer-colmun > .gnav-footer-item + .gnav-footer-item {
  margin-top: 18px;
}
.Gnav .gnav-footer .gnav-footer-colmun .gnav-footer-item .gnav-footer-link {
  position: relative;
  display: inline-block;
  padding-left: 1em;
  color: #333;
  text-decoration: none;
}
.Gnav .gnav-footer .gnav-footer-colmun .gnav-footer-item .gnav-footer-link:hover {
  text-decoration: underline;
}
.Gnav .gnav-footer .gnav-footer-colmun .gnav-footer-item .gnav-footer-link::before {
  content: "";
  position: absolute;
  display: block;
  top: .3em;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #18318b;
}
.gnav-overlay {
  display: none;
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0,0,0,.4);
}

/*20210907*/
.Header02.is-fixed {
  width: auto;
  margin: 0 -15px;
  box-shadow: 0 10px 8px -7px rgb(0 29 59 / 20%);
  background: #fff!important;
}
.Header02.is-fixed + div {
  margin-top: 40px;
}
.Header02 .Header__inner {
  padding: 15px 15px 0;
}
.Header02 .Header__body {
  position: relative;
  display: flex;
  align-items: flex-start;
  height: 65px;
}
.Header02 .Header__body .header-logo--body {
  margin: 0 auto;
  width: 50px;
}
.Header02 .Header__body .header-gnav__list {
  display: none;
}
.Header02 .Header__body .header-utility {
  order: 2;
  display: flex;
}
.Header02 .Header__body .header-utility__login {
  display: flex;
  z-index: 0;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: absolute;
  top: 12%;
  right: 0;
  font-weight: 700;
}
.Header02 .Header__body .header-menu {
  order: 1;
  width: 50px;
  margin-right: 5px;
}
.Header02 .Header__body .header-utility__login>a {
  padding: 25px 0 0;
  color: #fff;
  font-size: 11px;
  text-decoration: none;
}
.Header02 .util-sp-hidden {
  display: none!important;
}
.Header02 .Header__body .header-utility__login>a {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
}
.Header02.is-fixed .header-utility__login a {
  color: #000;
}
.Header02 .Header__body .header-menu {
  order: 1;
  width: 50px;
  margin-right: 5px;
}
.Header02 .Header__body .header-menu-wrap {
  padding: 60px 15px 40px;
}
.Header02 .Header__body .header-menu-wrap {
  display: none;
  z-index: 9998;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #0070e4;
}
.Header02 .Header__body .header-utility__login>a:before {
  display: block;
  position: absolute;
  content: "";
}
.Header02 .Header__body .header-utility__login>a:before {
  top: 0;
  left: 50%;
  width: 21px;
  height: 21px;
  margin-left: -10px;
  background: url("../../images/icon_login_sp.png") no-repeat 0 0/97%;
}
/* ------------------------------------------------------
 * Override
------------------------------------------------------ */

/* ------------------------------------------------------
 * Assist
------------------------------------------------------ */

/* ------------------------------------------------------
 * Parts
------------------------------------------------------ */

/* ------------------------------------------------------
 * Clearfix
------------------------------------------------------ */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* ======================================================
 * SP_breakpoint
====================================================== */
@media only screen and (max-width: 360px) {
  .Header .identity-logo-wrap {
  }
  .Header .identity-logo-wrap .identity-logo {
    height: 50px;
  }
}
/* ======================================================
 * Print
====================================================== */
@media print {
}