@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");

@media not all and (min-width: 768px) {
  #header-pc {
    display: none;
  }
}
@media print,
screen and (min-width: 768px) {
  #header-pc {
    display: block;
  }
}
#header-pc div {
  display: block;
  position: relative;
  height: 1%;
}
#header-pc.p-header {
  position: relative;
  font-size: 0.8125rem;
  z-index: 1;
  background-color: white;
}
#header-pc .p-header__inner {
  display: flex;
  justify-content: space-between;
  width: auto;
  max-width: 1280px;
  padding: 12px 16px 5px;
  margin: 0 auto;
  text-align: left;
}
#header-pc .p-site-copy {
  position: absolute;
  top: 12px;
  font-size: 0.6875rem;
  text-align: left;
  margin: 0 0 0 117px;
  padding: 0;
}
#header-pc .p-header-Left {
  width: 445px;
  margin: 2px 0 0;
}
#header-pc .p-site-logo {
  width: 92px;
  height: 38px;
  margin: 0 5px 0 0;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  #header-pc .p-site-logo:not(.is-disabled-hover):hover {
    opacity: 0.8;
  }
}
#header-pc .p-unique-copy {
  position: absolute;
  top: 12px;
  font-size: 0.625rem;
  color: #f2f4f8 !important;
  text-align: left;
  margin: 0 0 0 117px;
  padding: 0;
}
#header-pc .p-top-link {
  margin: 7px 11px 0 0;
  font-size: 0.625rem;
  color: #004098;
  vertical-align: middle;
}
#header-pc .p-top-link a {
  color: #004098;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  #header-pc .p-top-link a:not(.is-disabled-hover):hover {
    opacity: 0.8;
  }
}
#header-pc .p-header-right {
  width: 515px;
  text-align: right;
  margin: -3px 0 0;
}
#header-pc .p-head-right-menu {
  display: flex;
  justify-content: flex-end;
  padding: 0;
  margin: 2px 0 -4px;
}
#header-pc .p-link {
  margin-right: 7px;
}
#header-pc .p-link a {
  color: #0099cc;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  #header-pc .p-link a:not(.is-disabled-hover):hover {
    opacity: 0.8;
  }
}
#header-pc .p-site-search {
  color: #0099cc;
  margin-bottom: 4px;
  margin-left: 0;
}
#header-pc .p-site-search input#SS_searchQuery {
  width: 115px;
  height: 20px;
  padding: 0 25px 0 5px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  vertical-align: bottom;
  margin-top: -2px;
}
#header-pc .p-site-search input#SS_searchSubmit {
  position: absolute;
  top: 6px;
  right: 5px;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  line-height: 0;
  background: url("https://www.his-j.com/cmn/headfoot/images/search_2019.png") no-repeat top center;
  border: 0 none;
  vertical-align: bottom;
  padding: 0;
  cursor: pointer;
}
#header-pc .p-mypage-button {
  display: block;
  font-size: 0.75rem;
  text-align: center;
  background: #004098;
  border-radius: 3px;
  margin-left: 7px;
  margin-bottom: 2px;
  transition: opacity 0.3s;
}
#header-pc .p-mypage-button a {
  display: block;
  font-size: 0.6875rem;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  padding: 6px 5px 5px;
}
#header-pc .p-mypage-button span {
  display: block;
}
@media (hover: hover) {
  #header-pc .p-mypage-button:not(.is-disabled-hover):hover {
    opacity: 0.8;
  }
}
#header-pc .p-flag {
  display: inline;
  position: relative;
  font-size: 0.75rem;
  text-align: center;
}
#header-pc .p-flag__image {
  position: relative;
  top: 0;
  background: url("https://www.his-j.com/cmn/headfoot/images/sprite_commonNEW2019.png") no-repeat -16px -79px;
}
#header-pc .p-account-menu {
  font-size: 0;
  overflow: hidden;
  padding: 0 !important;
  margin: 0;
}
#header-pc .p-account-menu__list {
  display: inline-block;
  margin: 15px 0 0;
}
#header-pc .p-account-menu__list-item {
  display: inline;
  font-size: 0.6875rem;
  letter-spacing: 0.03em;
  margin-right: 12px;
}
#header-pc .p-account-menu__list-item:last-child {
  margin-right: 0;
}
#header-pc .p-account-menu__list-item a {
  color: #0099cc;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  #header-pc .p-account-menu__list-item a:not(.is-disabled-hover):hover {
    opacity: 0.8;
  }
}

@media not all and (min-width: 768px) {
  #header-sp {
    display: block;
  }
}
@media print,
screen and (min-width: 768px) {
  #header-sp {
    display: none;
  }
}
#header-sp.p-header-container {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
#header-sp.p-header-container.is-fixed {
  overscroll-behavior-y: none;
  overflow-y: auto;
  height: 100vh;
}
#header-sp .p-header {
  width: 100%;
  height: calc(100% + 1px);
  overflow-y: auto;
  background-color: #ffffff;
}
#header-sp .p-header__inner {
  display: flex;
  height: 54px;
  background: #004098;
  padding: 10px 15px;
  margin: 0;
}
#header-sp .p-site-logo {
  width: 15.41%;
  margin-right: 3.77%;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  #header-sp .p-site-logo:not(.is-disabled-hover):hover {
    opacity: 0.8;
  }
}
#header-sp .p-site-copy {
  color: #fff;
  font-size: 57.14%;
  line-height: 1.13;
  width: 30%;
  letter-spacing: 0;
}
#header-sp .p-site-copy__link {
  font-size: 100%;
  font-weight: normal;
  color: #fff;
  line-height: 1.13;
  letter-spacing: 0;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  #header-sp .p-site-copy__link:not(.is-disabled-hover):hover {
    opacity: 0.8;
  }
}
#header-sp .p-site-menu {
  display: flex;
  justify-content: flex-end;
  min-width: 42.32%;
  margin-left: auto;
}
#header-sp .l-contact-button {
  display: block;
  width: 112px;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  line-height: 1;
  font-size: 75%;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background: #f39700;
  border-radius: 15px;
  padding: 10px 10px;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  #header-sp .l-contact-button:not(.is-disabled-hover):hover {
    opacity: 0.8;
  }
}
/* 20221223 この部分を右のように変更　navToggle⇒navToggleNew */
#header-sp #navToggleNew.p-nav-toggle {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  flex-shrink: 0;
  transition: 0.5s ease-in-out;
  margin: 0 0 0 4.35%;
  cursor: pointer;
}
@media (hover: hover) {
  #header-sp #navToggleNew.p-nav-toggle:not(.is-disabled-hover):hover {
    opacity: 0.8;
  }
}
#header-sp #navToggleNew.p-nav-toggle li {
  display: block;
  height: 2px;
  background: #004098;
  position: absolute;
  width: 16px;
  left: 7px;
  transition: 0.5s ease-in-out;
}
#header-sp #navToggleNew.p-nav-toggle li:nth-child(1) {
  top: 8px;
}
#header-sp #navToggleNew.p-nav-toggle li:nth-child(2) {
  top: 14px;
}
#header-sp #navToggleNew.p-nav-toggle li:nth-child(3) {
  top: 20px;
}
#header-sp #navToggleNew.p-nav-toggle::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -7px;
  left: 50%;
  width: 16px;
  height: 5px;
  margin-left: -8px;
  background: url("https://www.his-j.com/corp/images/common/navMenu.png") no-repeat center center/100%;
}
#header-sp #navToggleNew.p-nav-toggle.is-opened li {
  left: 6px;
  width: 18px;
  height: 4px;
}
#header-sp #navToggleNew.p-nav-toggle.is-opened li:nth-child(1) {
  transform: translateY(6px) rotateZ(135deg);
}
#header-sp #navToggleNew.p-nav-toggle.is-opened li:nth-child(2) {
  transform: scaleX(0);
}
#header-sp #navToggleNew.p-nav-toggle.is-opened li:nth-child(3) {
  transform: translateY(-6px) rotateZ(-135deg);
}
#header-sp #navToggleNew.p-nav-toggle.is-opened::after {
  background: url("https://www.his-j.com/corp/images/common/navClose.png") no-repeat center center/100%;
}
/* 20221223 この部分を右のように変更　navToggle⇒navToggleNew */

/* 20240720追加*/
#headerArea .c-rounded-button-w {
  display: block;
  width: 100%;
  background-color: #ffffff;
  padding-top: 9px;
  padding-right: 5px;
  padding-bottom: 9px;
  padding-left: 5px;
  border: 2px solid #003366;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  z-index: 1;
}

#headerArea .c-rounded-button-w__text {
  position: relative;
  display: block;
  font-weight: bold;
  text-align: center;
  word-break: break-all;
  font-size: 0.875rem;
  color: #003366;
  transition: color 0.6s;
  z-index: 2;
}
@media (hover: hover) {
  #headerArea .c-rounded-button-w:not(.is-disabled-hover):hover .c-rounded-button-w__text {
    color: #ffffff;
  }
}
#headerArea .c-rounded-button-w::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #003366;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
  position: absolute;
  top: 0;
  left: 0;
}
@media (hover: hover) {
  #headerArea .c-rounded-button-w:not(.is-disabled-hover):hover:before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}

/* 20221223 この部分を追加 */
#headerArea .c-rounded-button,
#footerArea .c-rounded-button {
  display: block;
  width: 100%;
  background-color: #003366;
  padding-top: 9px;
  padding-right: 5px;
  padding-bottom: 9px;
  padding-left: 5px;
  border: 2px solid #003366;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  z-index: 1;
}
#headerArea .c-rounded-button__text,
#footerArea .c-rounded-button__text {
  position: relative;
  display: block;
  font-weight: bold;
  text-align: center;
  word-break: break-all;
  font-size: 0.875rem;
  color: #ffffff;
  transition: color 0.6s;
  z-index: 2;
}
@media (hover: hover) {
  #headerArea .c-rounded-button:not(.is-disabled-hover):hover .c-rounded-button__text,
  #footerArea .c-rounded-button:not(.is-disabled-hover):hover .c-rounded-button__text {
    color: #003366;
  }
}
#headerArea .c-rounded-button::before,
#footerArea .c-rounded-button::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
  position: absolute;
  top: 0;
  left: 0;
}
@media (hover: hover) {
  #headerArea .c-rounded-button:not(.is-disabled-hover):hover:before,
  #footerArea .c-rounded-button:not(.is-disabled-hover):hover:before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
#footerArea .c-rounded-button--bg-white {
  border: 2px solid #ffffff;
  background-color: #ffffff;
}
#footerArea .c-rounded-button--bg-white::before {
  background-color: #003366;
}
#footerArea .c-rounded-button--bg-white .c-rounded-button__text {
  color: #003366;
}
@media (hover: hover) {
  #footerArea .c-rounded-button--bg-white:not(.is-disabled-hover):hover .c-rounded-button__text {
    color: #ffffff;
  }
}
#footerArea .c-rounded-button--paddingY-large {
  padding-top: 14px;
  padding-bottom: 14px;
}
#footerArea .c-rounded-button__text--fs-large {
  font-size: 1.5rem;
}
/* 20221223 この部分を追加 */

.p-side-menu {
  display: flex;
  width: 360px;
  position: fixed;
  top: 25%;
  right: -317px;
  padding-left: 43px;
  z-index: 5;
  visibility: hidden;
  transition: all 0.6s !important;
}
@media not all and (min-width: 768px) {
  .p-side-menu {
    width: 96%;
    max-width: 360px;
    right: max(-84.5333333333%, -317px);
  }
}
.p-side-menu.is-opened {
  margin-right: 317px;
}
@media not all and (min-width: 768px) {
  .p-side-menu.is-opened {
    margin-right: min(84.5333333333%, 317px);
  }
}
.p-side-menu.aos-animate {
  visibility: visible;
}
.p-side-menu__heading {
  flex-shrink: 0;
  writing-mode: vertical-rl;
  font-size: 0.875rem;
  letter-spacing: 0.12em;
  color: #ffffff;
  background-color: #003366;
  border-radius: 10px 0 0 10px;
  box-shadow: 10px 0 20px rgba(0, 0, 0, 0.23);
  position: absolute;
  top: 0;
  left: 0;
  padding: 12px 11px;
  transition: background-color 0.5s;
  cursor: pointer;
}
@media (hover: hover) {
  .p-side-menu__heading:not(.is-disabled-hover):hover {
    background-color: #00468C;
  }
}
.p-side-menu__contents {
  width: 100%;
  padding: 22px 13px 14px;
  background-color: #ffffff;
  border-radius: 0 0 0 10px;
  box-shadow: 10px 0 20px rgba(0, 0, 0, 0.23);
  overflow-x: hidden;
  overflow: auto;
  z-index: 1;
}

.p-side-contact {
  padding: 14px 10px;
  background-color: #e9ecf2;
}
.p-side-contact + .p-side-contact {
  margin-top: 16px;
}
.p-side-contact__text {
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
}
.p-side-contact__button {
  width: 200px;
  margin: 10px auto 0;
}

.p-side-close-button {
  display: block;
  font-size: 0.875rem;
  color: #a9a9a9;
  text-align: right;
  margin-top: 10px;
  margin-left: auto;
  transition: opacity 0.3s;
  cursor: pointer;
}
@media (hover: hover) {
  .p-side-close-button:not(.is-disabled-hover):hover {
    opacity: 0.6;
  }
}

#gNav-sticky-wrapper {
  width: auto !important;
  height: 48px !important;
}
#gNav.p-nav {
  position: sticky;
  top: -1px;
  width: calc(100% - 100px) !important;
  height: 84px;
  left: 50px;
  background-color: #ffffff;
  border-top: 4px solid #0057B8;
  filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  box-sizing: content-box;
}
@media not all and (min-width: 768px) {
  #gNav.p-nav {
    display: none;
  }
}
@media print,
screen and (min-width: 768px) {
  #gNav.p-nav {
    display: block;
  }
}
#gNav.p-nav::before,
#gNav.p-nav::after {
  content: "";
  position: absolute;
  top: -4px;
  width: 50px;
  height: calc(100% + 4px);
  background-color: #ffffff;
  border-top: 4px solid #0057B8;
}
#gNav.p-nav::before {
  left: -50px;
  border-radius: 0 0 0 100%;
}
#gNav.p-nav::after {
  right: -50px;
  border-radius: 0 0 100% 0;
}

#gNav .p-nav__inner {
  display: flex;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
}
#gNav .p-nav__left-list,
#gNav .p-nav__right-list {
  display: flex;
}
#gNav .p-nav__left-list {
  width: 550px;
}
#gNav .p-nav__left-list .p-nav__list-item {
  flex-shrink: 0;
  cursor: pointer;
}
#gNav .p-nav__left-list .p-nav__list-item.is-active .p-sub-menu-title {
  border-bottom: 8px solid #003366;
}
#gNav .p-nav__left-list .p-nav__list-item .p-sub-menu-title {
  position: relative;
  display: block;
  height: 100%;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
  padding: 27px 25px;
}
@media only screen and (max-width: 1024px) {
  #gNav .p-nav__left-list .p-nav__list-item .p-sub-menu-title {
    font-size: 1rem;
    padding: 30px 10px;
  }
}
#gNav .p-nav__left-list .p-nav__list-item:not(.is-active) .p-sub-menu-title::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 8px;
  background-color: #003366;
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: translateX(-100%);
}
body.current_tob #gNav .p-nav__left-list .p-nav__list-item:nth-child(1) .p-sub-menu-title::after {
  opacity: 1;
  transform: translateX(0);
}
body.current_tog #gNav .p-nav__left-list .p-nav__list-item:nth-child(2) .p-sub-menu-title::after {
  opacity: 1;
  transform: translateX(0);
}
body.current_toe #gNav .p-nav__left-list .p-nav__list-item:nth-child(3) .p-sub-menu-title::after {
  opacity: 1;
  transform: translateX(0);
}
@media (hover: hover) {
  #gNav .p-nav__left-list .p-nav__list-item:not(.is-disabled-hover):hover:not(.is-active) .p-sub-menu-title::after {
    opacity: 1;
    transform: translateX(0);
  }
  #gNav .p-nav__left-list .p-nav__list-item:not(.is-disabled-hover):hover .p-sub-menu {
    display: flex;
  }
}
@media only screen and (max-width: 1024px) {
  #gNav .p-nav__left-list {
    width: 364px;
  }
}
#gNav .p-nav__right-list {
  width: calc(100% - 685px);
  flex-wrap: wrap;
  justify-content: flex-end;
  transition: opacity 0.3s;
}
#gNav .p-nav__right-list .p-nav__list-item {
  text-align: right;
  margin-right: 30px;
}
#gNav .p-nav__right-list .p-nav__list-item a {
  font-size: 1rem;
  font-weight: bold;
}
@media (hover: hover) {
  #gNav .p-nav__right-list .p-nav__list-item a:not(.is-disabled-hover):hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 1024px) {
  #gNav .p-nav__right-list .p-nav__list-item a {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 1150px) {
  #gNav .p-nav__right-list {
    flex-direction: column;
  }
}
@media only screen and (max-width: 1024px) {
  #gNav .p-nav__right-list {
    width: calc(100% - 519px);
  }
}
#gNav .p-nav__link-container {
  text-align: center;
  width: 155px;
}
#gNav .p-nav__link {
  font-size: 0.75rem;
  font-weight: bold;
  transition: opacity 0.3s;
  background: url("../images//common/icon_blank_blue.png") no-repeat right 0 center/13px;
  padding-right: 15px;
}
@media (hover: hover) {
  #gNav .p-nav__link:not(.is-disabled-hover):hover {
    opacity: 0.8;
  }
}

#gNav .p-sub-menu {
  position: absolute;
  display: none;
  max-width: 1200px;
  background-color: #ffffff;
  cursor: default;
}

#gNav .p-sub-menu--02 {
  max-width: 1000px;
}

#gNav .p-sub-menu--03 {
  max-width: 900px;
}

#gNav .p-sub-menu.is-opened {
  display: flex;
}
#gNav .p-sub-menu__list {
  /*width: 60%;*/
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  padding: 40px 20px;
}
#gNav .p-sub-menu__list_no-article {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 40px 20px;
}
@media only screen and (max-width: 1024px) {
  #gNav .p-sub-menu__list {
    display: flex;
    width: 50%;
  }
}
#gNav .p-sub-menu__list-item {
  display: flex;
  align-items: center;
  width: calc((100% - 10px) / 3);
  min-width: 200px;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 8px;
  padding: 16px;
  transition: opacity 0.3s;
}
#gNav .p-sub-menu__list-item::before {
  content: "";
  display: block;
  margin-right: 16px;
  flex-shrink: 0;
}
#gNav .p-sub-menu__list-item--info::before {
  width: 28px;
  height: 29px;
  background: url("../images/common/icon_document_black.svg") no-repeat left 0 top 0/contain;
}
@media (hover: hover) {
  #gNav .p-sub-menu__list-item--info:not(.is-disabled-hover):hover::before {
    background: url("../images/common/icon_document_white.svg") no-repeat left 0 top 0/contain;
  }
}
#gNav .p-sub-menu__list-item--bag::before {
  width: 27px;
  height: 32px;
  background: url("../images/common/icon_bag_black.svg") no-repeat left 0 top 0/contain;
}
@media (hover: hover) {
  #gNav .p-sub-menu__list-item--bag:not(.is-disabled-hover):hover::before {
    background: url("../images/common/icon_bag_white.svg") no-repeat left 0 top 0/contain;
  }
}
@media (hover: hover) {
  #gNav .p-sub-menu__list-item:not(.is-disabled-hover):hover {
    background-color: #9db6cf;
  }
  #gNav .p-sub-menu__list-item:not(.is-disabled-hover):hover a {
    color: #ffffff;
  }
}
@media only screen and (max-width: 1024px) {
  #gNav .p-sub-menu__list-item {
    width: 100%;
  }
}
#gNav .p-sub-menu__article {
  /*width: 40%;*/
  width: 30%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  background-color: #e9ecf2;
  /*padding: 60px 40px;*/
  padding: 20px;
}
@media only screen and (max-width: 1024px) {
  #gNav .p-sub-menu__article {
    width: 50%;
  }
}
#gNav .p-sub-menu__article-item {
  margin: 5px 5px;
}
#gNav .p-sub-menu__article-image {
  border-radius: 8px;
}
#gNav .p-sub-menu__article-title {
  font-size: 1rem;
  font-weight: bold;
  margin-top: 20px;
}

#gNavSp {
  padding-bottom: 100px !important;
}
#gNavSp .p-nav {
  height: calc(100% - 54px);
  display: block;
  overflow-y: auto;
  background-color: #ffffff;
}
#gNavSp .p-nav-list {
  padding-top: 0px !important;
}
#gNavSp .p-nav-list .p-nav-list__item.is-opened .p-nav-list__item-title--accordion::after {
  transform: translateY(-50%) rotateZ(0);
}
#gNavSp .p-nav-list__item-title {
  font-size: 1.25rem;
  text-align: center;
  border-bottom: 1px solid #d6d6d6;
  cursor: pointer;
  transition: opacity 0.3s;
  padding: 16px calc(5.3333333333% + 50px);
}
#gNavSp .p-nav-list__item-title--accordion {
  position: relative;
}
#gNavSp .p-nav-list__item-title--accordion::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(5.3333333333% + 15px);
  transform: translateY(-50%) rotateZ(60deg);
  transition: transform 0.3s;
  display: block;
  width: 12px;
  height: 11px;
  background: url("../images/common/icon_triangle_black.svg") no-repeat center/contain;
}
@media (hover: hover) {
  #gNavSp .p-nav-list__item-title:not(.is-disabled-hover):hover {
    opacity: 0.8;
  }
}
#gNavSp .p-nav-list__item-contents {
  background-color: #e9ecf2;
}
#gNavSp .p-nav-list__contact-button {
  width: 155px;
  margin: 16px auto 0;
}
#gNavSp .p-nav-list__link-container {
  text-align: center;
  margin-top: 12px;
}
#gNavSp .p-nav-list__link {
  font-size: 0.75rem;
  background: url("../images//common/icon_blank_blue.png") no-repeat right 0 center/15px;
  padding-right: 20px;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  #gNavSp .p-nav-list__link:not(.is-disabled-hover):hover {
    opacity: 0.8;
  }
}
#gNavSp .p-links {
  display: flex;
  flex-wrap: wrap;
  padding: 0 5.3333333333%;
}
#gNavSp .p-links__item {
  width: 50%;
  font-size: 0.875rem;
  font-weight: bold;
  border-bottom: 1px solid #d6d6d6;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  #gNavSp .p-links__item:not(.is-disabled-hover):hover {
    opacity: 0.8;
  }
}
#gNavSp .p-links__item span {
  font-size: 0.75rem;
  font-weight: normal;
  padding-left: 5px;
}
#gNavSp .p-links__item a {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 16px 25px 16px 5px;
  background: url("../images/common/icon_arrow_gray.svg") no-repeat right 15px center/7px 12px;
}
#gNavSp .p-links__item--wide {
  width: 100%;
  height: 50px;
  align-content: center;
}
#gNavSp .p-links__item--icon-info {
  /*background: url("../images/common/icon_document_black.svg") no-repeat left 5px center/20px 21px;*/
	background: none;
}
#gNavSp .p-links__item--icon-info a {
  /*padding-left: 30px;*/
	 padding-left: 0;
	
}
#gNavSp .p-links__item--icon-bag {
  background: url("../images/common/icon_bag_black.svg") no-repeat left 5px center/20px 24px;
}
#gNavSp .p-links__item--icon-bag a {
  padding-left: 30px;
}
#gNavSp .p-articles {
  display: flex;
  justify-content: center;
  padding: 25px 5.3333333333% 40px;
}
#gNavSp .p-articles__item {
  transition: opacity 0.3s;
}
@media (hover: hover) {
  #gNavSp .p-articles__item:not(.is-disabled-hover):hover {
    opacity: 0.8;
  }
}
#gNavSp .p-articles__item + .p-articles__item {
  margin-left: 36px;
}
#gNavSp .p-articles__image {
  border-radius: 8px;
}
#gNavSp .p-articles__title {
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}

/*SP検索窓追加時変更分*/
#gNavSp .header__search-text {
  padding: 11.5px 11.375px 11.5px 37.125px !important;
  font-size: 16px !important;
  line-height: 23px !important;
  transform: scale(0.875) !important;
  width: 114.29% !important;
  height: 114.29% !important;
  transform-origin: left top !important;
  -webkit-appearance: none !important;
  box-shadow: none !important;
}
#gNavSp .header__search-text-wrap {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 42px !important;
}

#gNavSp .header__search {
  padding: 19px;
  overflow: hidden;
  background-color: #efefef;
}



.l-contact__wrap {
  background-color: #003366;
}
@media print,
screen and (min-width: 768px) {
  .l-contact__wrap {
    padding: 0 1em;
    margin-top: 120px;
  }
}
@media not all and (min-width: 768px) {
  .l-contact__wrap {
    margin-top: 80px;
  }
}
@media print,
screen and (min-width: 768px) {
  #footerArea .l-contact__inner {
    max-width: 1044px;
    margin: 0 auto;
  }
}
@media not all and (min-width: 768px) {
  #footerArea .l-contact__inner {
    padding: 0 6.4%;
  }
}
@media print,
screen and (min-width: 768px) {
  .l-contact {
    display: flex;
    justify-content: center;
    padding-top: 110px;
  }
}
@media not all and (min-width: 768px) {
  .l-contact {
    display: block;
    padding-top: 64px;
  }
}

.l-contact-item {
  text-align: center;
}
@media print,
screen and (min-width: 768px) {
  .l-contact-item {
    display: flex;
    flex-direction: column;
    width: 480px;
    padding: 0 58px;
  }
}
@media not all and (min-width: 768px) {
  .l-contact-item {
    width: 100%;
  }
}
@media print,
screen and (min-width: 768px) {
  .l-contact-item + .l-contact-item {
    margin-left: auto;
  }
}
@media not all and (min-width: 768px) {
  .l-contact-item + .l-contact-item {
    margin-top: 80px;
  }
}
.l-contact-item__heading {
  font-size: 1.5rem;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 10px;
}
@media print,
screen and (min-width: 768px) {
  .l-contact-item__heading {
    margin: 0 20px;
  }
}
.l-contact-item__text {
  font-size: 1.25rem;
  color: #ffffff;
  margin-top: 20px;
}
@media print,
screen and (min-width: 768px) {
  .l-contact-item__text {
    margin-bottom: 40px;
  }
}
@media print,
screen and (min-width: 768px) {
  .l-contact-item__button {
    margin-top: auto;
  }
}
@media not all and (min-width: 768px) {
  .l-contact-item__button {
    margin-top: 40px;
  }
}

.l-sns {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print,
screen and (min-width: 768px) {
  .l-sns {
    padding-bottom: 80px;
    margin-top: 90px;
  }
}
@media not all and (min-width: 768px) {
  .l-sns {
    padding-bottom: 80px;
    margin-top: 64px;
  }
}
.l-sns__link {
  flex-shrink: 0;
  display: inline-block;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .l-sns__link:not(.is-disabled-hover):hover {
    opacity: 0.8;
  }
}
@media print,
screen and (min-width: 768px) {
  .l-sns__link {
    width: 40px;
  }
}
@media not all and (min-width: 768px) {
  .l-sns__link {
    width: 8.2568807339%;
    max-width: 40px;
  }
}
@media print,
screen and (min-width: 768px) {
  .l-sns__link + .l-sns__link {
    margin-left: 64px;
  }
}
@media not all and (min-width: 768px) {
  .l-sns__link + .l-sns__link {
    margin-left: 32px;
  }
}

@media not all and (min-width: 768px) {
  #footer_pc {
    display: none !important;
  }
  #footer_sp {
    display: block !important;
  }
}
@media print,
screen and (min-width: 768px) {
  #footer_pc {
    display: block !important;
  }
  #footer_sp {
    display: none !important;
  }
}
#footer {
  margin: 0 !important;
}
#footer_pc.footer {
  border: none !important;
  margin-top: 0 !important;
}
#footer_pc .footer__main-nav {
  padding: 48px 0 !important;
}
#footer_sp {
  margin-top: 0 !important;
  border-top: none !important;
}
#footer_sp .footer__category {
  margin-top: 0 !important;
}
/*202507追記*/
.p_sub_business {
  padding: 30px;
}
.p_sub_business:first-of-type {
  padding-right: 15px;
}
.p_sub_business:last-of-type {
  padding-left: 15px;
}
.p_nav_tit_business {
  font-size: 24px;
  font-weight: bold;
  border-bottom: solid 2px #000;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.p_nav_tit_business span {
  font-size: 18px;
}
#gNav .p_sub_business .p-sub-menu__list-item--info::before {
  background: none;
  display: none;
}
.p_sub_business_inner_flex {
  display: flex;
}
#gNav .p_sub_business .p-sub-menu__list {
  width: fit-content;
  display: inline;
  padding: 0 10px;
}
#gNav .p_sub_business .p-sub-menu__list-item {
  width: 50%;
  min-width: 100%;
  padding: 10px 8px;
  font-size: 15px;
}
#gNav .p-sub-menu.p-sub-menu_business_cont {
  justify-content: space-between;
}