@charset "UTF-8";

:where(html) {
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

@supports not (min-block-size: 100dvb) {
  :where(html) {
    block-size: 100%;
  }
}

:where(a) {
  text-underline-offset: 0.2ex;
}

:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto;
}

:focus:not(:focus-visible) {
  outline: 0;
}

[tabindex*="-"]:focus:not(:focus-visible) {
    outline: 0 !important
}

:root {
  --nbk-blue: #00338e; /* コーポレイトカラー */
  --nbk-blue-v: #00145f; /* #00338eをhover・foucusした際の変異（variant） */
  --nbk-deepblue: #000045; /* 見出しタイトル等 */
  --nbk-deepblue-v: #00001f;
  --bg-clr1: #edf5fa;
  --bg-clr2: #dde2e6;
  --bg-clr3: #96a9b3;
  --attn-clr1: #df0615; /* アテンションカラー1、赤 */
  --attn-clr1-v: #ca0206;
  --attn-clr2: #ed6c00; /* アテンションカラー2、橙 */
  --attn-clr2-v: #e03d00;
  --attn-clr3: #008086; /* アテンションカラー3、碧 */
  --attn-clr3-v: #005056;
  --attn-clr4: #00a0ca; /* アテンションカラー4、縹 */
  --attn-clr4-v: #0073ab;
}

/* Typescale 1.125 */
.fz-xl {font-size:20.25px !important;line-height:1.4 !important;letter-spacing: 0.1px !important}
.fz-lg {font-size:18px !important;line-height:1.4 !important;letter-spacing: 0.1px !important}
.fz-base {font-size:16px !important;line-height:1.5 !important;letter-spacing: 0.1px !important}
.fz-md {font-size:14.22px !important;line-height:1.5 !important;letter-spacing: 0.1px !important}
.fz-sm {font-size:12.64px !important;line-height:1.6 !important;letter-spacing: 0.1px !important}
.fz-xs {font-size:11.23px !important;line-height:1.6 !important;letter-spacing: 0.1px !important}
.fz-xxs {font-size:10px !important;line-height:1.8 !important;letter-spacing: 0.1px !important}

.btn-more {
  background: #fff;
  border-radius: 6.25rem;
  border: 1px solid #00338E;
  font-size: 15px;
  font-weight: bold;
  color: #00338E;
  display: block;
  padding: 0.6em 1em 0.4em 1em;
  letter-spacing: 1px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}
.btn-more:hover {
  background: #00338E;
  color: #fff;
  opacity: 1 !important;
  text-decoration: none;
}
.btn-more>span {
  position: relative;
  padding-right: 1.1em;
}
.btn-more>span::after {
  content: "";
  display: inline-block;
  font-weight: bold;
  background-image: url(../images/open-icon_bk.svg);
  filter: invert(17%) sepia(41%) saturate(3889%) hue-rotate(207deg) brightness(93%) contrast(112%);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 0.825em;
  height: 0.825em;
  position: absolute;
  top: calc(50% - 0.5em);
  margin-left: 0.275em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-more:hover>span::after {
  background-image: url(../images/open-icon_bk.svg);
  filter: invert(99%) sepia(1%) saturate(0%) hue-rotate(223deg) brightness(104%) contrast(100%);
}

.section-bg-pale {
  background-color: #F2F5F9;
}

.container {
  min-width: auto;
}

.l-globalHeader-wrapper .container,
.l-globalNavigation-wrapper .container {
    max-width: 1280px;
    min-width: auto;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
}
.theme-single.theme-simple .container {
    max-width: 1260px;
}

.l-nextAction-wrapper .container,
.l-globalFooter-wrapper .container {
    max-width: 100%;
    min-width: auto;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}
@media screen and (max-width: 960px) {
  .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .section-sp-1x {
    padding-top: 0.625rem;
    padding-bottom: 1px
  }
  .section-sp-2x {
    padding-top: 1.25rem;
    padding-bottom: 0.625rem
  }
  .section-sp-3x {
    padding-top: 1.875rem;
    padding-bottom: 1.25rem
  }
  .section-sp-4x {
    padding-top: 2.5rem;
    padding-bottom: 1.875rem
  }
}

.container-fluid {
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}
.l-globalHeader-wrapper .container-fluid,
.l-globalNavigation-wrapper .container-fluid,
.l-nextAction-wrapper .container-fluid,
.l-globalFooter-wrapper .container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.theme-filter .l-mainContent-main .container,
.theme-filter .l-mainContent-main .container-fluid {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0
}
.is-pc #pagemenu.fixed, .is-pc .pagemenu.fixed{
    top: 39px;
}
@media screen and (min-width: 1440px) {
    .theme-filter .l-mainContent-main .container-fluid {
        padding-right: 5rem;
    }
}
@media screen and (max-width: 1280px) {
  body.is-pc {
    overflow-x: auto !important;
  }
  .is-pc:not(.theme-top) .l-breadcrumbs-header-wrapper,
  .is-pc:not(.theme-top) #pan {
    width: 100% !important;
  }
  .is-pc #pan,
  .is-pc #footerPan,
  .is-pc:not(.theme-top) .l-breadcrumbs-header-wrapper,
  .is-pc:not(.theme-top) .l-breadcrumbs-footer-wrapper {
    width: 100% !important;
  }
  .is-pc:not(.theme-top) .l-mainContent-wrapper,
  .is-pc:not(.theme-top) .l-mainContent-wrapper>* {
      width: 1260px;
  }
  .is-pc *:not(.fxb-extended) #contents {
      width: 972px !important;
  }
  .is-pc.theme-productDetail #contents {
      width: 1260px !important;
  }
  .is-pc.theme-productDetail #contents #detailArea {
      margin: 0 auto;
  }
  .is-pc:not(.theme-productDetail) *:not(.fxb-extended) #contents>* {
      margin-left: auto;
      margin-right: auto;
      max-width: 952px;
  }
  .is-pc:not(.theme-productDetail) *:not(.fxb-extended) #contents>#mainArea {
      margin-left: 10px;
  }
  .is-pc #pan>*,
  .is-pc #footerPan>* {
      width: 100% !important;
  }
  .l-breadcrumbs-header-wrapper .l-breadcrumbs>._group>._list {
      padding: 0.5em 0.5rem 0.5em 0;
  }
  .productCategoryFilter-wrapper, .resourcesFilter-wrapper, .productDetailTOC-wrapper {
    top: 123px;
  }
  .com_wrap {
      padding-top: 103px;
      width: 1260px;
  }
  .com_contents {
      width: 952px;
  }
  .com_wrap h1 {
      float: none;
      position: inherit;
  }
  .com_wrap h1 img {
      object-fit: cover;
      height: auto;
  }
  .com_mainArea {
     margin-top: -460px;
     position: inherit;
  }
  .com_subArea {
     top: 203px;
  }
}
@media screen and (max-width: 767.98px) {
  .l-breadcrumbs>._logo img {
    max-height: 1.5rem;
  }
  .productCategoryFilter-wrapper, .resourcesFilter-wrapper, .productDetailTOC-wrapper {
    top: 92px;
  }
  .com_contents {
      min-height: auto;
  }
  .com_wrap {
      padding-top: 62px;
  }
  .com_subArea {
     top: 162px;
  }
  #contents h2[id]:not([id="modaltitle"]):not([id="modaltitle-not"]) {
    padding-top: 31px;
    margin-top: -11px;
    background-position-y: 100%, 21px;
    z-index: -1;
  }
  #contents a[id^="faq"] {
    padding-top: 21px;
    margin-top: -21px;
    display: block;
    z-index: -1;
  }
  #contents a[id^="faq"] + .js-toggle .js-toggle-header {
    margin-top: 0;
  }
  .is-pc #pagemenu.fixed, .is-pc .pagemenu.fixed{
      top: 62px;
  }
  .is-pc #pagemenu ul, .is-pc .pagemenu ul{
      display: flex;
      flex-wrap: wrap;
      padding: 8px 15px;
      width: 100%;
  }
  .is-pc #pagemenu ul li, .is-pc .pagemenu ul li{
      font-size: 13px;
      margin-left: auto;
      margin-right: auto;
      padding-right: 20px;
  }
}


.l-fixedAsideMenu {
    background-color: rgba(255,255,255,0.24);
    padding-left: 0;
}
@media screen and (max-width: 1439.98px) {
    .l-fixedAsideMenu {
      bottom: 0;
      left: 0;
    }
}
@media screen and (min-width: 1440px) {
    .l-fixedAsideMenu {
        background-color:transparent;
        bottom: calc(50vh - 6.5rem);
        left: auto;
        padding-left: 0;
        right: 0;
        top: auto;
        width: auto
    }
}
.l-fixedAsideMenu>._list {
    align-items: center;
    height: auto;
    left: auto;
    right: 0;
    flex-direction:column;
    display: flex;
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
    width:100%;
}
@media screen and (max-width: 1439.98px) {
    .l-fixedAsideMenu>._list {
      bottom: 0;
      flex-direction: row;
      left: 0;
    }
}

.l-fixedAsideMenu>._list>._item {
    margin-bottom: 5px;
    margin-left: 0
}
@media screen and (min-width: 1440px) {
  .l-fixedAsideMenu>._list>._item {
      box-shadow: 0 2px 20px rgba(255,255,255,0.24);
  }
}
@media screen and (max-width: 1439.98px) {
    .l-fixedAsideMenu>._list>._item {
       margin-bottom: 8px;
       margin-top: 8px;
       margin-left: 13px;
    }
}

.l-fixedAsideMenu>._list>._item>._button {
    align-items: center;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    height: 5.5rem;
    justify-content: center;
    padding: 0;
    width: 5.5rem
}
@media screen and (max-width: 1439.98px) {
  .l-fixedAsideMenu>._list>._item>._button {
      font-size: 10px;
      height: 48px;
      flex-direction: row;
      justify-content: flex-start;
      padding: 0 10px;
      min-width: 96px;
      width: auto
  }
}

.l-fixedAsideMenu>._list>._item>.btn-primary._button {
    background-color: #00338E;
    border-color: #00338E;
}
.l-fixedAsideMenu>._list>._item>.btn-primary._button:hover {
    background-color: #00145F;
    border-color: #00145F;
}
.l-fixedAsideMenu>._list>._item>.btn-action._button {
    background-color: #fe831c;
    border-color: #fe831c;
}
.l-fixedAsideMenu>._list>._item>.btn-action._button:hover {
    background-color: #fd5309;
    border-color: #fd5309;
}

.l-fixedAsideMenu>._list>._item>._button i {
    font-size: 32px;
    margin-right: auto;
    margin-left: auto;
}
.l-fixedAsideMenu>._list>._item>._button img {
    margin-right: auto;
    margin-left: auto;
    max-width: 32px;
    width: 100%;
}
.l-fixedAsideMenu>._list>._item>._button ._label {
    margin-right: auto;
    margin-left: auto;
    text-align:center;
}
@media screen and (max-width: 1439.98px) {
  .l-fixedAsideMenu>._list>._item>._button ._label {
      font-size: 14px;
      margin-left: 10px;
      text-align:left;
  }
}


.l-fixedAsideBanner>._banner {
    right: 10px;
}
.l-fixedAsideBanner>._banner img {
    height: auto;
    max-width: 500px;
    width: 100%;
}
@media screen and (max-width: 600px) {
  .l-fixedAsideBanner>._banner img {
    max-width:  100%;
  }
}


.l-globalFooter-wrapper {
    background-color: #00338E;
    min-width: 360px;
}
@media screen and (max-width: 767.98px) {
  .l-globalFooter-wrapper {
      background-color: #fff;
  }
}

.l-globalFooter-wrapper p {
    margin-bottom: 1em;
}

.l-globalFooter {
    background-color: #fff;
    padding: 3.5em 0 0;
    width: 100%;
}
@media screen and (max-width: 767.98px) {
  .l-globalFooter {
      padding: 1.75em 0 0
  }
}

.l-globalFooter-navigation {
    display: flex;
    flex-wrap: wrap;
    margin-right: auto;
    margin-bottom: 16px;
    margin-left: auto;
    max-width: 1140px;
    width: 100%;
}
@media screen and (max-width: 767.98px) {
  .com_wrap .l-globalFooter-navigation {
    max-width: 100%;
  }
}

.l-globalFooter-navigation>* {
   flex-basis: 19%;
   max-width: 19%;
   margin-left: auto;
   margin-right: auto;
}

.is-pc [id="ja-JP"] .l-globalFooter-navigation>._products {
   flex-basis: 19.25%;
   max-width: 19.25%;
}
.is-pc [id="ja-JP"] .l-globalFooter-navigation>._resources {
   flex-basis: 20.5%;
   max-width: 20.5%;
}
.is-pc [id="ja-JP"] .l-globalFooter-navigation>._contactUs {
   flex-basis: 21.75%;
   max-width: 21.75%;
}

.l-globalFooter-navigation>*._topic  {
   flex-basis: calc(24% - 2.875rem);
   margin-left: 2.875rem;
   max-width: calc(24% - 2.875rem);
}

.is-pc [id="ja-JP"] .l-globalFooter-navigation>*._topic {
   flex-basis: 27.5%;
   margin-left: 2.875rem;
   max-width: 27.5%;
}

@media screen and (max-width: 1060px) {
    .l-globalFooter-navigation>* {
        flex-basis: calc(25% - 1.40625rem);
        max-width: calc(25% - 1.40625rem);
    }
    .l-globalFooter-navigation>._products {
        flex-basis: calc(25% + 1.40625rem);
        max-width: calc(25% + 1.40625rem);
        padding-left: 2.8125rem;
    }
    .l-globalFooter-navigation>._contactUs {
        flex-basis: calc(25% + 1.40625rem);
        max-width: calc(25% + 1.40625rem);
        padding-right: 2.8125rem;
    }
    .is-pc [id="ja-JP"] .l-globalFooter-navigation>._products {
        flex-basis: calc(33.33% + 1.40625rem);
        max-width: calc(33.33% + 1.40625rem);
        padding-left: 2.8125rem;
    }
    .is-pc [id="ja-JP"] .l-globalFooter-navigation>._resources {
        flex-basis: calc(33.33% - 2.8125rem);
        max-width: calc(33.33% - 2.8125rem);
    }
    .is-pc [id="ja-JP"] .l-globalFooter-navigation>._contactUs {
        padding-right: 2.8125rem;
        flex-basis: calc(33.33% + 1.40625rem);
        max-width: calc(33.33% + 1.40625rem);
    }
    .l-globalFooter-navigation>._topic,
    .is-pc [id="ja-JP"] .l-globalFooter-navigation>*._topic {
        flex-basis: 100%;
        margin-left: 0;
        max-width: 100%;
        padding: 0 2.8125rem;
    }
}

@media screen and (max-width: 767.98px) {
    .l-globalFooter-navigation>._topic {
        padding: 0 1.25em;
        margin-bottom: 1em;
    }
    .is-pc [id="ja-JP"] .l-globalFooter-navigation>._topic {
        padding: 0 1.25em;
        margin-bottom: 0;
    }
    .l-globalFooter-navigation>*,
    .l-globalFooter-navigation>._products,
    .l-globalFooter-navigation>._contactUs,
    .is-pc [id="ja-JP"] .l-globalFooter-navigation>._products,
    .is-pc [id="ja-JP"] .l-globalFooter-navigation>._resources,
    .is-pc [id="ja-JP"] .l-globalFooter-navigation>._contactUs {
        flex-basis: 100%;
        max-width: 100%;
        padding-left: 0;
    }
}

.l-globalFooter-navigation>._topic .btn-more {
    margin-top: 1.5em;
    max-width: 13.5em
}
.is-pc [id="ja-JP"] .l-globalFooter-navigation>._topic .btn-more {
    max-width: 11.5em
}

@media screen and (max-width: 767.98px) {
    .is-pc [id="ja-JP"] .l-globalFooter-navigation>._topic .btn-more {
        font-size: clamp(12px, 8.464px + 0.98vw, 16px);
        margin-left: auto;
        margin-right: auto;
        max-width: 12em;
        width: 100%
    }
    .l-globalFooter-navigation>._topic ._title img {
        width: 100%
    }
}

.l-globalFooter-navigation summary {
    display: block;
    pointer-events: none;
}

.l-globalFooter-navigation summary::-webkit-details-marker {
    display: none
}

.l-globalFooter-navigation summary a {
    pointer-events: auto;
}

.l-globalFooter-navigation ._title {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 0.525em;
    margin-bottom: 1.3em;
}

.is-pc [id="ja-JP"] .l-globalFooter-navigation ._title {
    margin-top: 0.825em;
    margin-bottom: 1.3em;
}

.is-pc [id="ja-JP"] .l-globalFooter-navigation>*._topic ._title {
    margin-top: 0.525em;
    margin-bottom: 2.3em;
}

.l-globalFooter-navigation>*._topic ._title img {
    height: 100%;
    max-height: 2em;
    width: 100%;
}

@media screen and (max-width: 1060px) {
    .is-pc [id="ja-JP"] .l-globalFooter-navigation>*._topic ._title{
        margin-bottom: auto;
    }
}
@media screen and (max-width: 767.98px) {
    .l-globalFooter-navigation ._title {
        margin-top: 0;
        margin-bottom: 0;
    }
    .l-globalFooter-navigation summary._title {
        padding: 0.625em 1.25em;
    }
}

.l-globalFooter-navigation ._title a {
    color: #00338E;
    display: inline-block;
}
.l-globalFooter-navigation ._title a:hover {
    color: #00145F;
}

.l-globalFooter-navigation ._list {
    position: relative;
    width: 100%;
    color: #495057;
    flex-basis: 0;
    flex-grow: 1;
    font-size: 12px;
    list-style-type: none;
    padding-left: 0;
    max-width: 100%
}

.l-globalFooter-navigation ._list li {
    padding-right: .3125em;
}
.l-globalFooter-navigation ._list li + li {
    padding-top: .825em;
}
.l-globalFooter-navigation ._list li a {
    color: #000;
    letter-spacing: 0.8px;
}
@media screen and (max-width: 767.98px) {
    .l-globalFooter-navigation ._list li a {
        letter-spacing: 0.2px;
    }
    .l-globalFooter-navigation ._list li + li {
        padding-top: 0.625em;
    }
    .l-globalFooter-navigation ._list li {
        padding: clamp(4px, -1.296px + 1.47vw, 10px) 20px;
        font-size: clamp(10px, 7.456px + 0.59vw, 12px);
    }
}

.l-globalFooter-utilities {
  text-align: center;
  color: #000;
  border-bottom: 0;
  font-size: 12px;
  list-style-type: none;
  padding: 3rem 0 0;
}
@media screen and (max-width: 767.98px) {
  .l-globalFooter-utilities {
    padding: 0;
  }
}

.l-globalFooter-utilities li {
    display: inline-block;
    margin-right: 16px
}
@media screen and (max-width: 767.98px) {
    .l-globalFooter-utilities li  {
        font-size: clamp(10px, 7.456px + 0.59vw, 12px);
        display: block;
        margin-bottom: 0;
        padding: clamp(4px, -1.296px + 1.47vw, 10px) 20px;
        text-align: left;
    }
    .l-globalFooter-utilities li + li {
        padding-top: 0.625em;
    }
}

@media screen and (max-width: 767.98px) {
  .l-globalFooter-utilities li._mobile-only {
      display: block;
  }
}

.l-globalFooter-utilities li a {
    color: inherit
}

.l-globalFooter-copyright, .l-globalFooter-icp {
    background-color: #00338E;
    font-size: 12px;
    color: #fff;
    padding: 0.5em;
    margin-bottom: 0 !important;
    letter-spacing: 0.4px;
    text-align: center
}
.l-globalFooter-icp>a {
    color: #fff
}
.l-globalFooter-icp ._space{
   display:inline-block;
   width:1.5em;
}
.l-globalFooter-icp .beian-gov{
   display:inline-block;
}
.l-globalFooter-icp .beian-gov_icon{
   display:inline-block;
   margin-right:.5em;
   width:1.25em
}

@media screen and (max-width: 767.98px) {
  .l-globalFooter-copyright, .l-globalFooter-icp {
    background-color: #fff;
    color: #000;
    font-size: 11px;
  }
  .l-globalFooter-icp>a {
    color: #00338E;
  }
  .l-globalFooter-icp>._mobile-only{
     display:block;
  }
}
@media screen and (max-width: 430px) {
  .l-globalFooter-copyright, .l-globalFooter-icp {
    font-size: 10px;
  }
}

.l-globalFooter-icp + p {
    background-color: #00338E;
    margin-bottom: 0;
    padding-bottom: 1em;
}
@media screen and (max-width: 767.98px) {
    .l-globalFooter-icp + p {
        background-color: #fff;
    }
}


.l-globalHeader-wrapper {
    background-color: #fff;
    position: relative;
    width: 100%;
    z-index: 2030;
}

.l-globalHeader-wrapper .container {
    background-color: #fff;
    width: 100%;
    width: auto;
}
@media screen and (max-width: 767.98px) {
  .is-pc:not(.theme-single.theme-simple) .l-globalHeader-wrapper {
      width: 100%;
      position: fixed;
      box-shadow: 0 1px 2px rgba(0,0,0,0.075);
      top: 0;
  }
}

.l-globalHeader {
    display: flex;
    height: 62px;
    padding-left: 41.6px;
    padding-right: 32px;
}
.theme-single.theme-simple .l-globalHeader {
    padding-left: 20px;
    padding-right: 20px;
}

@media screen and (max-width: 1220px) {
  .l-globalHeader {
      align-items: center;
      display: flex;
      height: 62px
  }
}

@media screen and (max-width: 767.98px) {
  .l-globalHeader {
      padding-left: 1.25em;
      padding-right: 1.25em;
  }
}

@media screen and (max-width: 360px) {
  .l-globalHeader {
      padding-left: 0;
      padding-right: 0;
  }
}

.l-globalHeader-logo {
    font-size: 1rem;
    margin-left: 0;
    margin-bottom: 0;
    margin-right: auto;
}
@media screen and (max-width: 1260px) {
  .is-pc:not(.theme-single.theme-simple) [id="ja-JP"] .l-globalHeader-logo {
      max-width: 45%;
  }
  .is-pc:not(.theme-single.theme-simple) [id="en-US"] .l-globalHeader-logo {
      max-width: 33%;
  }
}
@media screen and (max-width: 360px) {
  .l-globalHeader-logo,
  .is-pc:not(.theme-single.theme-simple) [id="ja-JP"] .l-globalHeader-logo,
  .is-pc:not(.theme-single.theme-simple) [id="en-US"] .l-globalHeader-logo {
      max-width: 100%;
      width: 104px;
  }
}

.l-globalHeader-logo a,
.theme-single.theme-simple .l-globalHeader-logo>span {
    height: auto;
    max-height: 60px;
    overflow: hidden;
    text-align: left;
}
[id="ja-JP"] .l-globalHeader-logo a,
.theme-single.theme-simple [id="ja-JP"] .l-globalHeader-logo>span {
    max-height: 100%;
    max-width: 100%;
    width: 488.3px;
}
@media screen and (max-width: 767.98px) {
    [id="ja-JP"] .l-globalHeader-logo a,
    .theme-single.theme-simple [id="ja-JP"] .l-globalHeader-logo>span {
        max-height: 100%;
        max-width: 100%;
        width: 100%;
    }
}

.l-globalHeader-logo a img,
.theme-single.theme-simple .l-globalHeader-logo>span img {
    height: auto;
    width: 100%;
    max-height: 100%;
}

.l-globalHeader-logo a>*:nth-of-type(1) {
    display: none;
    max-height: 100%;
    max-width: 180px;
    width: 100%;
    height: auto;
}

.l-globalHeader-logo a>*:nth-of-type(2),
.theme-single.theme-simple .l-globalHeader-logo span>*:nth-of-type(1) {
    display: block;
    max-height: 46px;
    max-width: 490px;
    width: 100%;
    height: auto;
}
[id="ja-JP"] .l-globalHeader-logo a>*:nth-of-type(2),
.theme-single.theme-simple .l-globalHeader-logo span>*:nth-of-type(1) {
    max-height: 36.57px;
    max-width: 488.3px;
}

@media screen and (max-width: 767.98px) {
  .is-pc:not(.theme-single.theme-simple) .l-globalHeader-logo a>*:nth-of-type(1){
      display: block;
      height: 60px;
      max-height: 100%;
      max-width: 100%;
      width: auto;
  }
  .l-globalHeader-logo a>*:nth-of-type(2) {
      display: none
  }
}

@media screen and (max-width: 430px) {
  .is-pc:not(.theme-single.theme-simple) .l-globalHeader-logo a>*:nth-of-type(1) {
      padding-right: 8px;
  }
}

.l-globalHeader-navigation {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    margin-left: auto
}
@media  (max-width: 960px) {
  .l-globalHeader-navigation {
      font-size: 8px;
      flex-direction: row;
  }
}

.l-globalHeader-utility {
    align-items: flex-end;
    color: #000;
    display: flex;
    font-size: .875rem;
    list-style-type: none;
    margin-bottom: 0;
    margin-right: 0;
    padding: 0
}
@media screen and (max-width: 1280px) {
   .l-globalHeader-utility {
       font-size: clamp(11px, 6.496px + 0.59vw, 14px)
   }
   [id="en-US"] .l-globalHeader-utility {
      font-size: clamp(10px, 4px + 0.78vw, 14px)
  }
}
@media  (max-width: 767.98px) {
   .l-globalHeader-utility {
       font-size: 11px;
  }
   [id="en-US"] .l-globalHeader-utility {
      font-size: 10px;
  }
}
@media screen and (min-width: 1060px) {
   .l-globalHeader-utility {
       margin-right: .625em;
   }
}

.l-globalHeader-utility ._mobile-only,
.l-globalHeader-menuButton._mobile-only {
    overflow: hidden;
    height: 0;
    width: 0;
}

@media screen and (max-width: 767.98px) {
  .l-globalHeader-utility ._mobile-only._search-wrap,
  .l-globalHeader-utility ._mobile-only {
      overflow: visible;
      margin: 0;
      height: auto;
      width: auto;
  }
  .l-globalHeader-utility ._desktop-only {
      height: 0;
      overflow: hidden;
      padding: 0;
      width: 0;
  }
}

.l-globalHeader-utility ._mobile-only ._button {
    background-color: transparent;
    border: none;
    color: #000;
    display: inline-block;
    padding: 4px 0;
    text-align: center;
    vertical-align: middle;
    min-width: 48px;
}
._mobile-only ._button.is-active .icon-bars:before,
.l-globalHeader-utility ._mobile-only ._button.is-active .icon-search:before {
    content: "\E206"
}
@media screen and (max-width: 767.98px) {
    .l-globalHeader-utility ._mobile-only ._button {
        min-width: 20px
    }
}
@media screen and (max-width: 420px) {
    .l-globalHeader-utility ._mobile-only ._button {
        min-width: 18px
    }
}

.l-globalHeader-utility ._mobile-only ._button i {
    font-size: 24px;
    display: inline-block;
}
@media screen and (max-width: 767.98px) {
    .l-globalHeader-utility ._mobile-only ._button i {
        font-size: 18px;
    }
}
@media screen and (max-width: 420px) {
    .l-globalHeader-utility ._mobile-only ._button i {
        min-width: 16px
    }
}
@media screen and (max-width: 360px) {
    .l-globalHeader-utility ._mobile-only ._button i {
        font-size: clamp(5px, 5px + 1.39vw, 10px);
        min-width: 5px;
    }
}

.l-globalHeader-utility>._item {
    align-self: center;
}

@media screen and (min-width: 767.98px) {
  .l-globalHeader-utility>._item+._item {
      margin-left: 1.25em
  }
  .l-globalHeader-utility>._item+._item._mobile-only {
      margin-left: 0;
  }
  .is-pc [id="en-US"] .l-globalHeader-utility>._item+._item._mobile-only {
      margin-left: 0
  }
}

@media screen and (max-width: 767.98px) {
  .l-globalHeader-utility>._item+._item {
      font-size:clamp(10px, 2.944px + 1.96vw, 18px);
      margin-left: 1em
  }
  .l-globalHeader-utility>._item+._item._desktop-only {
      margin-left: 0;
  }
}

.l-globalHeader-utility>._item a {
    color: inherit;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.l-globalHeader-utility>._item>._configure a {
  border: 1px solid #000;
  border-radius: 0.2em;
  font-size: 13px;
  padding: 0.15em 0.875em;
  letter-spacing: 1.2px;
}
.l-globalHeader-utility>._item>._configure a:hover {
  text-decoration: none;
}
@media (max-width: 1280px) {
   .l-globalHeader-utility>._item>._configure a {
       font-size: clamp(11px, 6.496px + 0.59vw, 13px)
   }
   [id="en-US"] .l-globalHeader-utility>._item>._configure a {
      font-size: clamp(10px, 4px + 0.78vw, 13px)
  }
}
@media screen and (max-width: 767.98px) {
  .l-globalHeader-utility>._item>._configure a {
    border: 0;
    font-size: 11px;
    padding: 0.125rem 0;
  }
   [id="en-US"] .l-globalHeader-utility>._item>._configure a {
      font-size: 10px;
  }
}


.l-globalHeader-utility>._item>._recruit a {
  position: relative;
  padding-right: 1.1em;
  letter-spacing: 1px;
}
.l-globalHeader-utility>._item>._recruit a::after {
  content: "";
  display: inline-block;
  font-weight: bold;
  background-image: url('../images/open-icon_bk.svg');
  background-size: 100%;
  background-repeat: no-repeat;
  width: 0.825em;
  height: 0.825em;
  position: absolute;
  top: calc(50% - 0.5em);
  margin-left: 0.275em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.l-globalHeader-utility>._item>._regionSelector {
  position: relative;
  letter-spacing: 0.6px;
}
[id="en-US"] .l-globalHeader-utility>._item .fas.fa-phone + * {
  font-size:0.75rem;
}
@media (max-width: 1280px) {
  [id="en-US"] .l-globalHeader-utility>._item .fas.fa-phone + * {
    font-size:clamp(10px, 7.008px + 0.39vw, 12px)
  }
}

@media screen and (max-width: 1220px) {
  .l-globalHeader-utility>._item>._regionSelector ._label {
    align-items: center;
    display: inline-flex;
  }
  .l-globalHeader-utility>._item>._regionSelector ._label>i {
    font-size: clamp(15px, 6.512px + 1.11vw, 24px);
  }
}
@media screen and (max-width: 767.98px) {
  .l-globalHeader-utility>._item>._regionSelector ._label>i {
    font-size: 18px;
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .l-globalHeader-utility>._item>._regionSelector ._label>i,
  [id="en-US"] .l-globalHeader-utility>._item>._regionSelector ._label>i {
    font-size: 18px;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
}
@media screen and (max-width: 360px) {
  .l-globalHeader-utility>._item>._regionSelector ._label>i,
  [id="en-US"] .l-globalHeader-utility>._item>._regionSelector ._label>i {
    font-size: 10px;
  }
}


.l-globalHeader-utility>._item>._regionSelector ._selected {
  padding-left: 0.875rem;
  padding-right: 1.3em;
  position: relative;
}
@media  (max-width: 1280px) {
  .l-globalHeader-utility>._item>._regionSelector ._selected {
    padding-left: 0.5em;
  }
}
@media screen and (max-width: 1220px) {
  .l-globalHeader-utility>._item>._regionSelector ._selected {
    padding-left: 0.4375em;
    padding-right: 1em;
    padding-top: 0.25em;
    margin-right: 0.5em;
  }
  .l-globalHeader-utility>._item>._regionSelector ._desktop-only{
    height: 0;
    overflow: hidden;
    padding: 0;
    width: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .l-globalHeader-utility>._item>._regionSelector ._selected {
    padding: 0;
    display:none;
  }
}

.l-globalHeader-utility>._item>._regionSelector ._selected::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: calc(50% - 0.35em);
  right: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  text-align: center;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.l-globalHeader-utility>._item>._regionSelector:hover>._list {
    display: block
}

.l-globalHeader-utility>._item>._regionSelector>._list {
    background-color: #fff;
    border: 1px solid #e9ecef;
    border-radius: 3.2px;
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075);
    font-size: 14px;
    list-style-type: none;
    margin-bottom: 0;
    display: none;
    padding-left: 0;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 2;
}
@media (max-width: 767.98px) {
    .l-globalHeader-utility>._item>._regionSelector>._list {
        font-size: clamp(13px, 11.232px + 0.49vw, 15px);
    }
}

.l-globalHeader-utility>._item>._regionSelector>._list li a {
    display: block;
    padding: 0.8em 1.6em 0.8em 2.4em;
    position: relative;
    white-space: nowrap    
}

.l-globalHeader-utility>._item>._regionSelector>._list li a:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    left: 0.8em;
    position: absolute
}

.l-globalHeader-utility>._item>._regionSelector>._list li a:hover {
    background-color: #f8f9fa;
    text-decoration: none
}

.l-globalHeader-utility>._item>._regionSelector>._list li a:hover:before {
    color: #dee2e6;
    content: '\f111'
}

.l-globalHeader-utility>._item>._regionSelector>._list li a._active:before {
    color: inherit;
    content: '\f058'
}

.l-globalHeader-utility>._item>._cart {
    position: relative
}

.l-globalHeader-utility>._item>._cart>._label {
  padding-left: 0.875em;
  padding-right: 1.3em;
  position: relative
}
.l-globalHeader-utility>._item>._cart>._label::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.45em;
  height: 0.45em;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: calc(50% - 0.3em);
  right: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  text-align: center;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media  (max-width: 1280px) {
  [id="en-US"] .l-globalHeader-utility>._item>._cart>._label {
    padding-left: 0;
  }
}
@media screen and (max-width: 1060px) {
  .l-globalHeader-utility>._item>._cart>._label {
    padding-left: 0;
    padding-right: 0;
  }
  .l-globalHeader-utility>._item>._cart>._label::after {
    border-top: 0;
    border-right: 0;
  }
}

.l-globalHeader-utility>._item>._cart:hover>._list {
    display: block
}

.l-globalHeader-utility>._item>._cart>._list {
    background-color: #fff;
    border: 1px solid #e9ecef;
    border-radius: .2rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.075);
    display: none;
    list-style-type: none;
    margin-bottom: 0;
    overflow: hidden;
    padding-left: 0;
    position: absolute;
    right: 0;
    top: 100%;
    width: 200px;
    z-index: 2;
}

.l-globalHeader-utility>._item>._cart>._list li a {
    display: block;
    padding: 0.8em 1.6em;
    position: relative
}

.l-globalHeader-utility>._item>._cart>._list li a:hover {
    background-color: #f8f9fa;
    text-decoration: none
}

.l-globalHeader-utility>._item>._cart>._list li._logout {
    border-top: 1px solid #dee2e6
}

.l-globalHeader-menuButton {
    font-size: 8px;
    height: 0;
    overflow: hidden;
    line-height: 1.2;
    width: 0;
}
.l-globalHeader-menuButton>._button {
    background-color: transparent;
    border: none;
    color: #000;
    display: block;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    min-height: 38px;
    min-width: 48px;
}
.l-globalHeader-menuButton>._button i {
    font-size: 24px;
}

@media screen and (max-width: 767.98px) {
    .l-globalHeader-menuButton._mobile-only {
        margin-left: 0;
        overflow: visible;
        height: auto;
        width: auto;
    }
    .l-globalHeader-menuButton>._button {
        min-width: 18px;
    }
    .l-globalHeader-menuButton>._button i {
        margin-right: 1em;
        margin-left: 1em;
        font-size: 18px;
    }
}


.sticky-wrapper {
    overflow: visible;
    width: 100%;
    z-index: 2020;
}
@media screen and (max-width: 767.98px) {
  .sticky-wrapper {
      position: fixed;
      top: 62px;
  }
  .theme-top .sticky-wrapper + .l-mainContent-wrapper,
  .sticky-wrapper + .l-breadcrumbs-header-wrapper,
   .sticky-wrapper + #pan {
      padding-top: 103px !important;
  }
}
@media screen and (max-width: 767.98px) {
    .sticky-wrapper {
        height: auto !important;
        overflow: visible;
    }
  .theme-top .sticky-wrapper + .l-mainContent-wrapper,
  .sticky-wrapper + .l-breadcrumbs-header-wrapper,
  .sticky-wrapper + #pan {
      padding-top: 62px !important;
  }
}

.l-globalNavigation-wrapper {
    background-color: #00338E;
    border-top: 1px solid #CCD6E8;
    border-bottom: 1px solid #CCD6E8;
    height: auto !important;
    transition: all 0.2s ease-in-out;
    position: relative;
    z-index: 2020;
    width: 100%;
}
@media screen and (max-width: 767.98px) {
    .l-globalNavigation-wrapper {
        border-top: 0;
        border-bottom: 0;
        overflow: visible;
        position: sticky;
    }
}

.sticky-wrapper.is-sticky .l-globalNavigation-wrapper {
    border-top: 0;
    border-bottom: 0;
}
@media screen and (max-width: 1060px) {
    .l-globalNavigation-wrapper.is-active {
        overflow: visible;
        height: auto !important;
        position: sticky;
    }
    .sticky-wrapper.is-sticky .l-globalNavigation-wrapper {
        overflow: visible;
    }
}

.is-sticky .l-globalNavigation-wrapper {
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075)
}

.l-globalNavigation {
    align-items: center;
    display: flex;
    height: 2.8em !important;
    position: relative
}
@media screen and (max-width: 1280px) {
  .l-globalNavigation {
      align-items: flex-start;
  }
  .is-active .l-globalNavigation {
      flex-wrap: wrap;
  }
  .is-sticky .l-globalNavigation {
      flex-wrap: nowrap;
  }
}
@media screen and (max-width: 1060px) {
    .l-globalNavigation.is-active {
         height: auto !important;
         overflow: visible;
         width: auto;
    }
    .l-globalNavigation-wrapper.is-active .l-globalNavigation {
         overflow: visible;
         width: auto;
    }
}
@media screen and (max-width: 767.98px) {
    .l-globalNavigation {
         height: 0 !important;
         overflow: hidden;
         width: 0;
    }
    .l-globalNavigation.is-active {
         height: auto !important;
         overflow: visible;
         width: auto;
    }
    .l-globalNavigation-wrapper.is-active .l-globalNavigation {
         overflow: visible;
         width: auto;
    }
}

.l-globalNavigation-logo {
    height: 2.5rem;
    overflow: hidden;
    transition: width .24s ease-out;
    width: 0;
}

.is-sticky .l-globalNavigation-logo {
    margin-right: 0;
    overflow: visible;
    transition: width .24s ease-out;
    height: 39px;
    width: 120px;
}
@media screen and (max-width: 767.98px) {
    .is-sticky .l-globalNavigation-logo {
        overflow: hidden;
        width: 0;
    }
}

.l-globalNavigation-logo a {
    background-color: #00338E !important;
    border-left: 1px solid #CCD6E8;
    display: block;
    text-align: center;
    vertical-align: middle;
    height: 100%
}

.l-globalNavigation-logo a img {
    -o-object-fit: contain;
    object-fit: contain;
    font-family: 'object-fit: contain;';
    height: 30px;
    margin: 5px auto;
    width: 100px
}
@media screen and (max-width: 1280px) {
    .l-globalNavigation-logo a {
        font-size: clamp(13px, 10.8px + 0.25vw, 14px);
        display: flex
    }
    .l-globalNavigation-logo a img {
        height: 1.875em;
        margin: auto auto;
        width: 6.25em
    }
}
@media screen and (max-width: 1060px) {
    .l-globalNavigation-logo a {
        font-size: clamp(12px, 4.048px + 1.04vw, 13px);
    }
}

.l-globalNavigation-list {
    display: flex;
    list-style-type: none;
    margin-bottom: 0;
    margin-right: auto;
    padding-left: 0;
    width: calc(100% - 25%);
}
@media screen and (max-width: 1220px) {
    .l-globalNavigation-list {
        width: 100%
    }
}
@media screen and (max-width: 767.98px) {
    .l-globalNavigation-wrapper.is-active .l-globalNavigation-list {
        width: 0
    }
}

.is-sticky .l-globalNavigation-list {
    width: calc(100% - 25%);
}
.is-sticky .l-globalNavigation-list {
    width: calc(100% - 120px - 22.5%);
}
@media screen and (max-width: 1280px) {
    .is-sticky .l-globalNavigation-list {
        width: calc(100% - 41px);
    }
}
@media screen and (max-width: 767.98px) {
    .l-globalNavigation-wrapper.is-active .l-globalNavigation-list {
        background-color: #00338E;
        overflow: hidden;
        height: 0;
        top: 0;
        position: sticky;
        width: 0;
    }
    .l-globalNavigation.is-active .l-globalNavigation-list {
        display: flex;
        height: auto;
        overflow: visible;
        width: 100%;
    }
    .is-sticky .l-globalNavigation-list {
        width: 100%;
    }
    .l-globalNavigation-list,
    .l-globalNavigation-wrapper.is-active .l-globalNavigation-list {
        height: 0;
        overflow: hidden;
        width: 0;
    }
    .l-globalNavigation-list,
    .l-globalNavigation.is-active .l-globalNavigation-list {
        height: auto;
        overflow: visible;
        width: 100%;
    }
}
@media screen and (max-width: 600px) {
    [id] .l-globalNavigation-list._list._listLv1{
        flex-wrap: wrap;
    }
}

.l-globalNavigation-list ._itemLv1,
.l-globalNavigation-list ._itemLv1_blank {
    width: 100%;
    border: none;
}


.l-globalNavigation-list ._itemLv1:nth-of-type(1){
  width:19.25%;
}
.l-globalNavigation-list ._itemLv1:nth-of-type(2) {
  width:21.25%;
}
.l-globalNavigation-list ._itemLv1:nth-of-type(3) {
  width:21.25%;
}
.l-globalNavigation-list ._itemLv1_blank,
.l-globalNavigation-list ._itemLv1:nth-of-type(4) {
  width:19.25%;
}
.l-globalNavigation-list ._itemLv1:nth-of-type(5) {
  width:19.25%;
}

.is-pc[id="zh-CN"] .l-globalNavigation-list ._itemLv1:nth-of-type(1),
.is-pc [id="zh-CN"] .l-globalNavigation-list ._itemLv1:nth-of-type(1){
  width:16%;
}
.is-pc[id="zh-CN"] .l-globalNavigation-list ._itemLv1:nth-of-type(2),
.is-pc [id="zh-CN"] .l-globalNavigation-list ._itemLv1:nth-of-type(2) {
  width:20%;
}
.is-pc[id="zh-CN"] .l-globalNavigation-list ._itemLv1:nth-of-type(3),
.is-pc [id="zh-CN"] .l-globalNavigation-list ._itemLv1:nth-of-type(3) {
  width:20%;
}
.is-pc[id="zh-CN"] .l-globalNavigation-list ._itemLv1:nth-of-type(4),
.is-pc [id="zh-CN"] .l-globalNavigation-list ._itemLv1:nth-of-type(4) {
  width:16%;
}
.is-pc[id="zh-CN"] .l-globalNavigation-list ._itemLv1:nth-of-type(5),
.is-pc [id="zh-CN"] .l-globalNavigation-list ._itemLv1:nth-of-type(5) {
  width:16%;
}
.is-pc[id="zh-CN"] .l-globalNavigation-list ._itemLv1:nth-of-type(6),
.is-pc [id="zh-CN"] .l-globalNavigation-list ._itemLv1:nth-of-type(6) {
  width:16%;
}


.is-pc [id="ja-JP"] .l-globalNavigation-list ._itemLv1:nth-of-type(1){
  width:16.15%;
}
.is-pc [id="ja-JP"] .l-globalNavigation-list ._itemLv1:nth-of-type(2) {
  width:16.15%;
}
.is-pc [id="ja-JP"] .l-globalNavigation-list ._itemLv1:nth-of-type(3) {
  width:16.15%;
}
.is-pc [id="ja-JP"] .l-globalNavigation-list ._itemLv1:nth-of-type(4) {
  width:20%;
}
.is-pc [id="ja-JP"] .l-globalNavigation-list ._itemLv1:nth-of-type(5) {
  width:16.15%;
}
.is-pc [id="ja-JP"] .l-globalNavigation-list ._itemLv1_blank,
.is-pc [id="ja-JP"] .l-globalNavigation-list ._itemLv1:nth-of-type(6) {
  width:16.15%;
}
@media screen and (max-width: 1060px) {
  .is-pc [id="ja-JP"] .l-globalNavigation-list ._itemLv1:nth-of-type(1){
    width:13.5%;
  }
  .is-pc [id="ja-JP"] .l-globalNavigation-list ._itemLv1:nth-of-type(2) {
    width:17.5%;
  }
  .is-pc [id="ja-JP"] .l-globalNavigation-list ._itemLv1:nth-of-type(3) {
    width:17.5%;
  }
  .is-pc [id="ja-JP"] .l-globalNavigation-list ._itemLv1:nth-of-type(4) {
    width:22.25%;
  }
  .is-pc [id="ja-JP"] .l-globalNavigation-list ._itemLv1:nth-of-type(5) {
    width:15.5%;
  }
  .is-pc [id="ja-JP"] .l-globalNavigation-list ._itemLv1_blank,
  .is-pc [id="ja-JP"] .l-globalNavigation-list ._itemLv1:nth-of-type(6) {
    width:13.75%;
  }
}
@media screen and (max-width: 600px) {
  .is-pc [id] .l-globalNavigation-list ._itemLv1,
  .is-pc [id] .l-globalNavigation-list ._itemLv1_blank {
    width: 100%;
  }
  .is-pc [id="ja-JP"] .l-globalNavigation-list ._itemLv1:nth-of-type(1),
  .is-pc [id="ja-JP"] .l-globalNavigation-list ._itemLv1:nth-of-type(2),
  .is-pc [id="ja-JP"] .l-globalNavigation-list ._itemLv1:nth-of-type(3) {
    max-width: 33.33%;
    width: 100%;
  }
  .is-pc [id="ja-JP"] .l-globalNavigation-list ._itemLv1:nth-of-type(4),
  .is-pc [id="ja-JP"] .l-globalNavigation-list ._itemLv1:nth-of-type(5),
  .is-pc [id="ja-JP"] .l-globalNavigation-list ._itemLv1:nth-of-type(6),
  .is-pc [id="ja-JP"] .l-globalNavigation-list ._itemLv1_blank {
    border-top: 1px solid #CCD6E8;
    max-width: 33.33%;
    width: 100%;
  }
  .is-pc [id="ja-JP"] .l-globalNavigation-list ._itemLv1:nth-of-type(4) ._btnLv1{
    border-left: 0;
  }
  .is-pc [id="en"] .l-globalNavigation-list ._itemLv1:nth-of-type(1),
  .is-pc [id="en"] .l-globalNavigation-list ._itemLv1:nth-of-type(2) {
    max-width: 50%;
  }
  .is-pc [id="en"] .l-globalNavigation-list ._itemLv1:nth-of-type(3) {
    border-top: 1px solid #CCD6E8;
    max-width:34%;
  }
  .is-pc [id="en"] .l-globalNavigation-list ._itemLv1:nth-of-type(3) ._btnLv1{
    border-left: 0;
  }
  .is-pc [id="en"] .l-globalNavigation-list ._itemLv1:nth-of-type(4),
  .is-pc [id="en"] .l-globalNavigation-list ._itemLv1:nth-of-type(5),
  .is-pc [id="en"] .l-globalNavigation-list ._itemLv1_blank {
    border-top: 1px solid #CCD6E8;
    max-width:33%;
  }
  .is-pc [id="en-US"] .l-globalNavigation-list ._itemLv1:nth-of-type(1),
  .is-pc [id="en-US"] .l-globalNavigation-list ._itemLv1:nth-of-type(2) {
    max-width: 50%;
  }
  .is-pc [id="en-US"] .l-globalNavigation-list ._itemLv1:nth-of-type(3) {
    border-top: 1px solid #CCD6E8;
    max-width:34%;
  }
  .is-pc [id="en-US"] .l-globalNavigation-list ._itemLv1:nth-of-type(3) ._btnLv1{
    border-left: 0;
  }
  .is-pc [id="en-US"] .l-globalNavigation-list ._itemLv1:nth-of-type(4),
  .is-pc [id="en-US"] .l-globalNavigation-list ._itemLv1:nth-of-type(5) {
    border-top: 1px solid #CCD6E8;
    max-width:33%;
  }
  .is-pc[id="zh-CN"] .l-globalNavigation-list ._itemLv1:nth-of-type(1),
  .is-pc[id="zh-CN"] .l-globalNavigation-list ._itemLv1:nth-of-type(2),
  .is-pc[id="zh-CN"] .l-globalNavigation-list ._itemLv1:nth-of-type(3),
  .is-pc [id="zh-CN"] .l-globalNavigation-list ._itemLv1:nth-of-type(1),
  .is-pc [id="zh-CN"] .l-globalNavigation-list ._itemLv1:nth-of-type(2),
  .is-pc [id="zh-CN"] .l-globalNavigation-list ._itemLv1:nth-of-type(3)  {
    max-width: 33.33%;
    width: 100%;
  }
  .is-pc[id="zh-CN"] .l-globalNavigation-list ._itemLv1:nth-of-type(4),
  .is-pc[id="zh-CN"] .l-globalNavigation-list ._itemLv1:nth-of-type(5),
  .is-pc[id="zh-CN"] .l-globalNavigation-list ._itemLv1:nth-of-type(6),
  .is-pc [id="zh-CN"] .l-globalNavigation-list ._itemLv1:nth-of-type(4),
  .is-pc [id="zh-CN"] .l-globalNavigation-list ._itemLv1:nth-of-type(5),
  .is-pc [id="zh-CN"] .l-globalNavigation-list ._itemLv1:nth-of-type(6) {
    border-top: 1px solid #CCD6E8;
    max-width: 33.33%;
    width: 100%;
  }
  .is-pc[id="zh-CN"] .l-globalNavigation-list ._itemLv1:nth-of-type(4) ._btnLv1,
  .is-pc [id="zh-CN"] .l-globalNavigation-list ._itemLv1:nth-of-type(4) ._btnLv1{
    border-left: 0;
  }
  .l-globalNavigation-list ._itemLv1_blank:hover ._btnLv1{
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075)
  }
}

.is-pc [id="ja-JP"] .l-globalNavigation-list a[href="/company/"]>span,
.is-pc [id="en"] .l-globalNavigation-list a[href="/en/company/"]>span,
.is-pc [id="en"] .l-globalNavigation-list a[href="/en/corporate_site/"]>span {
  position: relative;
  padding-right: 1.1em;
}

.is-pc [id="ja-JP"] .l-globalNavigation-list a[href="/company/"]>span::after,
.is-pc [id="en"] .l-globalNavigation-list a[href="/en/company/"]>span::after,
.is-pc [id="en"] .l-globalNavigation-list a[href="/en/corporate_site/"]>span::after {
  content: "";
  display: inline-block;
  font-weight: bold;
  background-image: url('../images/open-icon_bk.svg');
  background-size: 100%;
  background-repeat: no-repeat;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(10deg) brightness(101%) contrast(102%);
  width: 0.825em;
  height: 0.825em;
  position: absolute;
  top: calc(50% - 0.5em);
  right: 0;
  margin-left: 0.275em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.is-pc [id="ja-JP"] .l-globalNavigation-list a[href="/company/"]:hover>span::after,
.is-pc [id="en"] .l-globalNavigation-list a[href="/en/company/"]:hover>span::after,
.is-pc [id="en"] .l-globalNavigation-list a[href="/en/corporate_site/"]:hover>span::after {
  background-image: url('../images/open-icon_bk.svg');
  filter: invert(17%) sepia(37%) saturate(4174%) hue-rotate(206deg) brightness(96%) contrast(113%);
}


.l-globalNavigation-list ._btn {
    border: none
}

.l-globalNavigation-list ._btnLv2,.l-globalNavigation-list ._btnLv3 {
    border: none;
    color: #212529;
    display: block;
    padding: 14px 24px 14px 16px;
    position: relative;
    text-align: left;
    transition: all 0.2s ease-in-out;
    width: 100%
}
@media screen and (max-width: 960px) {
    .l-globalNavigation-list ._btnLv2,.l-globalNavigation-list ._btnLv3 {
        padding: 9.3px 24px 9.3px 10.6px;
    }
}
@media screen and (max-width: 767.98px) {
    .l-globalNavigation-list ._btnLv2,.l-globalNavigation-list ._btnLv3 {
        padding: 7px 24px 7px 8px;
    }
}

.l-globalNavigation-list ._btnLv2:after,.l-globalNavigation-list ._btnLv3:after {
    color: #adb5bd;
    content: "\f105";
    position: absolute;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media screen and (hover: hover) {
  .l-globalNavigation-list ._btnLv2:hover,.l-globalNavigation-list ._btnLv3:hover {
      background-color: #adb5bd;
      text-decoration: none
  }
}

.l-globalNavigation-list ._linkLv2,.l-globalNavigation-list ._linkLv3 {
    color: inherit;
    display: block;
    padding: 14px 16px;
    position: relative;
    transition: all 0.2s ease-in-out;
    width: 100%
}

@media screen and (hover: hover) {
  .l-globalNavigation-list ._linkLv2:hover,.l-globalNavigation-list ._linkLv3:hover {
      background-color: #adb5bd;
      text-decoration: none
  }
  .l-globalNavigation-list ._itemLv1:hover ._btnLv1,
  .l-globalNavigation-list ._itemLv1_blank:hover ._btnLv1 {
      background-color: #fff;
      color: #00338E;
      text-decoration: none
  }
}

.l-globalNavigation-list ._itemLv1.is-current ._btnLv1 {
    border-bottom-color: #0071c5;
    padding-top: 3px
}

.l-globalNavigation-list ._itemLv1.is-active ._wrapLv2 {
    display: block
}
.is-pc [id="en"] .l-globalNavigation-list ._itemLv1.is-active a[href="/en/company/"]+._wrapLv2,
.is-pc [id="en"] .l-globalNavigation-list ._itemLv1.is-active a[href="/en/corporate_site/"]+._wrapLv2,
.is-pc [id="ja-JP"] .l-globalNavigation-list ._itemLv1.is-active a[href="/company/"]+._wrapLv2 {
    display: none
}

.l-globalNavigation-list ._itemLv1.is-active ._btnLv1,
.l-globalNavigation-list ._itemLv1_blank.is-active ._btnLv1 {
    background-color: #fff;
    color: #00338E;
    text-decoration: none
}

.l-globalNavigation-list ._btnLv1 {
    align-items: center;
    background: none;
    border-left: 1px solid #CCD6E8;
    color: #FFF;
    display: inline-flex;
    font-size: 14px;
    font-weight: normal;
    height: 39px;
    letter-spacing: 1px;
    padding: 0;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
}
@media (max-width: 1280px) {
    .l-globalNavigation-list ._btnLv1 {
        letter-spacing: 0.6px;
        font-size: clamp(13px, 10.8px + 0.25vw, 14px);
    }
}
@media (max-width: 1060px) {
    .l-globalNavigation-list,
    .l-globalNavigation-list ._btnLv1 {
        letter-spacing: 0.8px;
        font-size: clamp(12px, 4.048px + 1.04vw, 13px);
        height: 40px;
    }
}
@media screen and (max-width: 767.98px) {
    .l-globalNavigation-list,
    .l-globalNavigation-list ._btnLv1 {
        font-size: clamp(10px, 8.24px + 0.49vw, 12px);
    }
    .l-globalNavigation-list li:first-child ._btnLv1 {
        border-left: 0;
        vertical-align: middle;
    }
}

.l-globalNavigation-list ._btnLv1 span {
    margin: auto
}
.l-globalNavigation-list ._btnLv1 span:after {
    content:"";
    margin-left:0;
}

.l-globalNavigation-list ._wrapLv2 {
    background-color: #fff;
    border-top: solid 2px #adb5bd;
    box-shadow: 0 12px 12px rgba(0,0,0,0.15);
    display: none;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 2020;
}

.l-globalNavigation-list ._listLv2 {
    background-color: #f8f9fa;
    display: block;
    height: 100%;
    list-style-type: none;
    margin: 0;
    max-height: calc(100vh - 140px - 80px);
    overflow-y: auto;
    padding: 0;
    width: 224px
}
@media screen and (max-width: 767.98px) {
   .l-globalNavigation-list ._listLv2 {
       width: 33.33%
   }
   .l-globalNavigation-list ._products ._listLv2 {
       width: 33.33%
   }
   .globalNavigationProductCardList{
       margin-right: 0;
   }
}

.l-globalNavigation-list ._itemLv2._other ._btnLv2 {
    background-color: #ced4da;
    border-color: #dee2e6
}

.l-globalNavigation-list ._itemLv2._other.is-active ._btnLv2 {
    background-color: #adb5bd
}

.l-globalNavigation-list ._itemLv2.is-active ._btnLv2 {
    background-color: #adb5bd
}

.l-globalNavigation-list ._itemLv2.is-active ._btnLv2:after {
    color: inherit
}

.l-globalNavigation-list ._itemLv2.is-active ._wrapLv3 {
    display: flex
}

.l-globalNavigation-list ._btnLv2 {
    background-color: #f8f9fa;
    border-bottom: solid 1px #dee2e6
}

.l-globalNavigation-list ._linkLv2 {
    background-color: #f8f9fa;
    border-bottom: solid 1px #dee2e6
}

.l-globalNavigation-list ._wrapLv3 {
    background-color: #fff;
    display: none;
    left: 224px;
    max-height: calc(100vh - 140px - 80px);
    overflow-y: auto;
    position: absolute;
    top: 0;
    width: calc(100% - 224px)
}
@media screen and (max-width: 767.98px) {
   .l-globalNavigation-list ._wrapLv3,
   .l-globalNavigation-list ._products ._wrapLv3 {
       left: 33.33%;
       width: calc(100% - 33.33%)
   }
}
}

.l-globalNavigation-list ._wrapLv3 ._container {
    height: 100%;
    padding: 24px;
    width: 100%
}
@media screen and (max-width: 767.98px) {
   .l-globalNavigation-list ._wrapLv3 ._container {
     padding: 5px;
   }
}

.l-globalNavigation-list ._wrapLv3 .row {
    margin: 0 -8px;
    width: calc(100% + 16px)
}
@media screen and (max-width: 600px) {
    .l-globalNavigation-list ._wrapLv3 .row {
        margin: 0 auto;
        width: 100%;
    }
}

.l-globalNavigation-list ._wrapLv3 .row+.row {
    border-top: solid 1px #e9ecef;
    padding-top: 16px
}

@media screen and (max-width: 1060px) {
    .l-globalNavigation-list ._wrapLv3 [class^=col] {
        flex: 0 0 50%;
        max-width: 50%;
        width: 100%;
    }
}
@media screen and (max-width: 767.98px) {
    .l-globalNavigation-list ._wrapLv3 [class^=col] {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.l-globalNavigation-list ._listLv3 {
    border-right: solid 1px #e9ecef;
    height: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 246px
}
@media screen and (max-width: 600px) {
    .l-globalNavigation-list ._listLv3 {
        width: 49%
    }
}

.l-globalNavigation-list ._itemLv3.is-active ._btnLv3 {
    background-color: #adb5bd
}

.l-globalNavigation-list ._itemLv3.is-active ._btnLv3:after {
    color: inherit
}

.l-globalNavigation-list ._itemLv3.is-active ._wrapLv4 {
    display: flex
}

.l-globalNavigation-list ._itemLv3._viewAll {
    font-size: 12px;
    text-align: center
}

.l-globalNavigation-list ._itemLv3._viewAll ._linkLv3:before {
    color: #adb5bd;
    content: "\f105";
    margin-right: 4px
}

.l-globalNavigation-list ._btnLv3 {
    background-color: #fff;
    border-bottom: solid 1px #e9ecef;
    border-left: solid 1px #fff
}

.l-globalNavigation-list ._linkLv3 {
    background-color: #fff;
    border-bottom: solid 1px #e9ecef
}

.l-globalNavigation-list ._wrapLv4 {
    background-color: #fff;
    display: none;
    left: 246px;
    min-height: 100%;
    position: absolute;
    top: 0;
    width: calc(100% - 246px)
}
@media screen and (max-width: 600px) {
    .l-globalNavigation-list ._wrapLv4 {
        left: 49%;
        width: calc(100% - 49%)
    }
}

.l-globalNavigation-list ._wrapLv4 ._container {
    height: 100%;
    padding: 24px;
    width: 100%
}
@media screen and (max-width: 767.98px) {
   .l-globalNavigation-list ._wrapLv4 ._container {
     padding: 5px;
   }
}

.l-globalNavigation-list ._wrapLv4 .row {
    margin: 0 -8px
}

.l-globalNavigation-list ._wrapLv4 .row+.row {
    border-top: solid 1px #dee2e6;
    padding-top: 16px
}

.l-globalNavigation-list ._wrapLv4 [class^=col] {
    padding: 0 8px
}

.l-globalNavigation-list ._mobile-only._search-wrap,
.sticky-wrapper.is-sticky .l-globalNavigation-list ._mobile-only._search-wrap {
    overflow: hidden;
    height: 0;
    width: 0;
}

.is-pc [id="en"] .l-globalNavigation-list ._mobile-only._search-wrap,
.is-pc [id="en"] .sticky-wrapper.is-sticky .l-globalNavigation-list ._mobile-only._search-wrap,
.is-pc [id="ja-JP"] .l-globalNavigation-list ._mobile-only._search-wrap,
.is-pc [id="ja-JP"] .sticky-wrapper.is-sticky .l-globalNavigation-list ._mobile-only._search-wrap {
    order: 6;
}
@media screen and (max-width: 1280px) {
  .l-globalNavigation-list ._item._mobile-only._search-wrap {
    border-left: 0;
    overflow: hidden;
    height: 0;
    width: 0;
  }
  .sticky-wrapper.is-sticky .l-globalNavigation-list ._mobile-only._search-wrap {
    border-left: 1px solid #CCD6E8;
    overflow: visible;
    height: auto;
    width: auto;
  }
}
@media screen and (max-width: 1220px) {
  .sticky-wrapper .l-globalNavigation-list ._mobile-only._search-wrap {
    border-left: 1px solid #CCD6E8;
    overflow: visible;
    height: auto;
    width: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .sticky-wrapper .l-globalNavigation-list ._mobile-only._search-wrap {
    border-left: 0;
    overflow: hidden;
    height: 0;
    width: 0;
  }
}

.l-globalNavigation-list ._mobile-only._search-wrap ._button {
    background-color: transparent;
    border: none;
    color: #fff;
    display: block;
    font-size: 1.125rem;
    padding: 6px 4px 4px;
    text-align: center;
    vertical-align: middle;
    min-width: 2.5rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
@media screen and (hover: hover) {
  .l-globalNavigation-list ._mobile-only._search-wrap:hover ._button {
    background-color: #fff;
    color: #00338E;
  }
}
.l-globalNavigation-list ._mobile-only._search-wrap ._button.is-active {
    background-color: #fff;
    color: #00338E;
}

.l-globalNavigation-list ._mobile-only._search-wrap ._button.is-active .icon-search:before {
    content: "\E206"
}


.l-globalNavigation-search {
    flex-grow: 1;
    font-size: 0.875rem;
    height: 2.4375rem;
    margin:0;
    padding-left: 0;
}

@media screen and (max-width: 1280px) {
  .sticky-wrapper.is-sticky .l-globalNavigation-wrapper .l-globalNavigation-search {
      bottom: inherit;
      flex-basis: 0;
      padding: 0;
      top: 100%;
      overflow: hidden;
      height: 0;
      width: 0;
  }
  .sticky-wrapper.is-sticky .l-globalNavigation-wrapper.is-active .l-globalNavigation-search {
      bottom: 0;
      font-size: 1rem;
      flex-basis: 100%;
      left: 0;
      padding:0.5rem;
      position: absolute;
      z-index: 2000;
      background-color: #CCD6E8;
      overflow: visible;
      height: 3.4375rem;
      width: 100%;
  }
}
@media screen and (max-width: 1220px) {
  .l-globalNavigation-search {
      flex-basis: 0;
      padding: 0;
      overflow: hidden;
      height: 0;
      width: 0;
  }
  .l-globalNavigation-wrapper.is-active .l-globalNavigation-search {
      flex-basis: 100%;
      background-color: #CCD6E8;
      overflow: visible;
      height: 3.4375rem;
      padding:0.5rem;
      width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .l-globalNavigation-wrapper.is-active .l-globalNavigation-search {
      flex-basis: 100%;
      background-color: #CCD6E8;
      overflow: visible;
      height: 3.4375rem;
      padding:0.5rem;
      top: 0;
      width: 100%;
  }
  .sticky-wrapper.is-sticky .l-globalNavigation-search,
  .l-globalNavigation-wrapper.is-active .l-globalNavigation-search,
  .sticky-wrapper.is-sticky .l-globalNavigation-wrapper.is-active .l-globalNavigation-search {
      flex-basis: 100%;
      background-color: #CCD6E8;
      overflow: visible;
      height: 3.4375rem;
      padding:0.5rem;
      top: 0;
      width: 100%;
  }
}

.l-globalNavigation-search>._field {
    background-color: #fff;
    box-sizing: border-box;
    display: flex;
    height: 2.4375rem;
    margin-left: auto;
    max-width: 100%;
    width: 100%;
}

@media screen and (max-width: 1280px) {
  .sticky-wrapper.is-sticky .l-globalNavigation-search>._field {
      pointer-events: auto;
  }
  .sticky-wrapper.is-sticky .l-globalNavigation-wrapper.is-active .l-globalNavigation-search>._field {
      top: 0;
      pointer-events: auto;
  }
}

@media screen and (max-width: 1220px) {
  .sticky-wrapper.is-sticky .l-globalNavigation-search>._field {
      pointer-events: auto;
  }
  .l-globalNavigation-wrapper.is-active .l-globalNavigation-search>._field {
      top: 0;
      pointer-events: auto;
  }
}

.l-globalNavigation-search>._field>._control {
    align-items: center;
    background-color: #fff;
    border: 0;
    border-left: 1px solid #CCD6E8;
    border-radius: 0;
    flex-basis: calc(100% - 2.4rem);
    margin: 0;
    padding: 3px 0.79em 3px 1.125em;
    position: relative;
    width: 100%
}

.l-globalNavigation-search>._field>._control>._icon {
    display: none;
}

.l-globalNavigation-search>._field>._control>._input {
    background-color: transparent;
    border: transparent;
    height: calc(2.5rem - 6px);
    outline: none;
    padding: 0;
    width: 100%
}

.l-globalNavigation-search>._field>._control>._input::placeholder {
    color: #646464;
    font-size: 0.75rem;
    letter-spacing: 0.6px;
}

.l-globalNavigation-search>._field>._submit {
    background-color: #646464 !important;
    border: none;
    border-radius: 0.2rem;
    color: #fff;
    font-size: 0;
    flex-basis: 2.3rem;
    display:block;
    margin: 3px 5px 3px 2px;
    padding: .4em .6em;
    position: relative;
}

.l-globalNavigation-search>._field>._submit:before {
  position: absolute;
  content: '';
  width: 9px;
  height: 9px;
  top: calc(50% - 6px);
  right: calc(50% - 6px);
  border-radius: 50%;
  box-shadow: 0 0 0 1px #fff !important;
}

.l-globalNavigation-search>._field>._submit:after {
  position: absolute;
  content: '';
  width: 6px;
  height: 4px;
  top: calc(50% + 3px);
  right: calc(50%);
  border-top: solid 1px #fff;
  transform: rotate(-45deg);
}

#searchAreaOverlay {
  background-color: rgba(108,117,125,0.8);
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 2000
}

@media screen and (max-width: 1280px) {
    .globalNavigationProductList>li>a {
        display: block;
        text-align: center;
    }
    .globalNavigationProductList>li ._image {
        text-align: center;
        margin: auto;
    }
    .globalNavigationProductList>li ._body {
        text-align: center;
        width: 100%;
    }
    .globalNavigationProductCardList .globalNavigationProductCard {
        margin-right: 1.25rem;
        width: calc(33.33% - 1.25rem);
    }
}
@media screen and (max-width: 960px) {
    .globalNavigationProductList>li {
        max-width: 50%;
        width: 100%;
    }
    .globalNavigationProductCardList .globalNavigationProductCard {
        margin-right: .625rem;
        width: calc(50% - 0.625rem);
    }
}
@media screen and (max-width: 600px) {
    .globalNavigationProductList>li {
        max-width: 100%;
    }
    .globalNavigationProductCardList .globalNavigationProductCard {
        margin-right: 10px;
        width: calc(100% - 10px);
    }
}


.l-nextAction-wrapper {
  align-items: center;
  background-color: #F2F5F9;
  border-top: 5px solid #00338E;
}
@media screen and (max-width: 1280px) {
  .com_wrap .l-nextAction-wrapper {
    max-width: 100vw;
  }
}
@media screen and (max-width: 767.98px) {
  .l-nextAction-wrapper {
    border-top: 3px solid #00338E;
    max-width: 780px;
    width: 100%;
  }
  .com_wrap .l-nextAction-wrapper {
    max-width: 100vw;
  }
}

.l-nextAction {
  align-items: center;
  background-color: #F2F5F9;
  margin:auto;
  padding:0;
  width: 100%;
}

.l-nextAction-section {
  background-color: #fff;
  display: block;
  text-align: center;
}
.l-nextAction-feature {
  width:100%;
  padding-right: 0;
  padding-left: 0;
  margin: auto;
  max-width:1260px
}
.l-nextAction-section .l-nextAction-feature {
  max-width: 1260px;
}

.l-nextAction-feature>*:last-child {
    margin-bottom:0
}

.l-nextAction-feature>._leadArea {
  margin-left: 2.125rem;
  margin-right: 2.125rem;
  padding: 1.8rem 0;
  font-weight: bold;
  text-align: center;
  width: auto;
}
@media screen and (max-width: 1280px) {
  .l-nextAction-feature>._leadArea {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 960px) {
  .l-nextAction-feature>._leadArea {
  }
}

@media screen and (max-width: 767.98px) {
  .l-nextAction-feature>._leadArea {
    padding: 1.5rem;
  }
}

.l-nextAction-feature>._leadArea>._lead {
  color: #00338E;
  font-size: 1.2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  letter-spacing: 0.2px;
}
@media screen and (max-width: 767.98px) {
  .l-nextAction-feature>._leadArea>._lead {
    font-size: 1rem;
  }
}

.l-nextAction-feature>._title {
    font-size:24px;
    color:#495057
}

.l-nextAction-contact>._list._list-horizontal {
    display:flex;
    flex-wrap:wrap;
    justify-content: center;
}
.l-nextAction-contact>._list._list-horizontal>li {
    margin-right: 40px;
    list-style: disc;
}
.l-nextAction-contact>._list._list-horizontal>li:last-of-type {
    margin-right: 0;
}
.l-nextAction-contact>._leadArea {
    width:auto;
}
.l-nextAction-contact>._leadArea>._title {
    font-size: 1rem;
    margin-bottom: 0;
    text-align: center;
    letter-spacing: 0.8px;
}
.l-nextAction-contact>._leadArea>._lead {
    font-size: 1rem;
    margin-bottom: 0.25rem;
    text-align: center;
    letter-spacing: 0.8px;
}

.l-nextAction-feature>._leadArea>._lead span{
  display: inline-block;
}


.l-nextAction-contact {
    position: relative;
    width: 100%;
    padding-top: 2.5rem;
    padding-right: 3rem;
    padding-left: 3rem;
    flex: 0 0 100%;
    max-width: 1260px;
    margin: auto;
}
@media screen and (max-width: 1280px) {
  .l-nextAction-contact {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
@media screen and (max-width: 1220px) {
  .l-nextAction-contact {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
@media screen and (max-width: 960px) {
  .l-nextAction-contact {
    padding-top: 3rem;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

.l-nextAction-contact>*:last-child{margin-bottom:0}


.l-nextAction-contact>._label {
    color: #000;
    font-size: 1.1875rem;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    letter-spacing: 1px;
}
@media screen and (max-width: 767.98px) {
  .l-nextAction-contact>._label {
    font-size: 1rem;
  }
}

.l-nextAction-action {
    position: relative;
    width: 100%;
    padding-top: 0.5rem;
    padding-bottom: 2.3rem;
    text-align: center;
    flex:0 0 100%;
    max-width:100%
}
@media screen and (max-width: 767.98px) {
    .l-nextAction-action {
        padding: 0.625rem 1rem 1.25rem;
    }
}

.l-nextAction-contact>._items {
    text-align: center
}

.l-nextAction-contact>._items>._item {
    display: inline-block;
    line-height: 1.2;
    margin-right: 1rem;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 1rem;
    padding: 0 10px;
    vertical-align: middle;
}
@media screen and (max-width: 767.98px) {
  .l-nextAction-contact>._items {
    display: block;
    margin: auto;
    width: 100%;
  }
  .l-nextAction-contact>._items>._item {
    display: block;
  }
}

.l-nextAction-contact>._items>._item>._type {
    color: #00338E;
    text-align: center;
    font-size: 1.125rem;
    font-weight: bold;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    vertical-align: baseline;
}

.l-nextAction-contact>._items>._item>._number {
    color: #00338E !important;
    font-size: 1.4rem;
    color: inherit;
    font-weight: bold
}

.l-nextAction-contact>._items>._item:hover>._type,
.l-nextAction-contact>._items>._item:hover>._number {
    color: #00145F !important;
    text-decoration: none
}

.l-nextAction-contact>._info {
    font-size: 0.9rem;
    color: #000;
    line-height: 1.8;
    margin-bottom: 12px;
    text-align: center
}
@media screen and (max-width: 767.98px) {
  .l-nextAction-contact>._info {
    font-size: 0.75rem;
  }
}

.l-nextAction-contact>._info>a{
   color:#00338E;
}
.l-nextAction-contact>._info>a:hover{
   color:#00145F
}

.l-nextAction-contact>._other {
    font-weight: bold;
    margin-bottom: 0;
    text-align: center
}

.l-nextAction-contact>._other>a {
    color: #0071c5;
    text-decoration: none
}

.l-nextAction-action>._items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-right: auto;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: auto;
    max-width: 630px;
}
@media screen and (max-width: 960px) {
  .l-nextAction-action>._items {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 767.98px) {
  .l-nextAction-action>._items {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin: auto;
  }
}

.l-nextAction-action>._items>._item {
    flex: 0 0 49.4%;
    max-width: 49.4%;
}

.l-nextAction-action>._items>._item._long {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 8px;
}
@media screen and (max-width: 600px) {
  .l-nextAction-action>._items>._item {
      flex: 0 0 100%;
      margin-bottom: 0;
      max-width: 100%;
  }
  .l-nextAction-action>._items>._item + ._item {
      margin-top: .625rem;
  }
}


.l-nextAction-action>._items>._item .btn-block {
    padding: 0.875rem;
    letter-spacing: 1px;
}
@media screen and (max-width: 767.98px) {
  .l-nextAction-action>._items>._item .btn-block {
      padding: 0.875rem 0.25rem;
  }
}

.l-nextAction-action>._items>._item .btn-primary.btn-block {
    background-color: #00338E;
    border-color: #00338E;
}
.l-nextAction-action>._items>._item .btn-primary.btn-block:hover {
    background-color: #00145F;
    border-color: #00145F;
}
.l-nextAction-action>._items>._item .btn-action.btn-block {
    background-color: #fe831c;
    border-color: #fe831c;
}
.l-nextAction-action>._items>._item .btn-action.btn-block:hover {
    background-color: #fd5309;
    border-color: #fd5309;
}

.l-nextAction-action p {
    margin-bottom: 0
}

.l-nextAction-areas {
    display: flex;
    justify-content: center;
    margin: auto;
    max-width: 1220px;
    width: 100%;
}
@media screen and (max-width: 1280px) {
  .l-nextAction-areas {
    display: block;
  }
}

.l-nextAction-areas>.l-nextAction-contact {
    flex-basis: 50%;
    padding-left: 0;
    padding-right: 0;
    margin: auto;
}

[id="en"] .l-nextAction-contact address._items,
[id="en-US"] .l-nextAction-contact address._items {
  margin-bottom:0;
}

[id="en"] .l-nextAction-contact address._items + ._info,
[id="en-US"] .l-nextAction-contact address._items + ._info {
  margin-bottom: 0.5rem;
}


[id="en"] .l-nextAction-contact._items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-right: auto;
    margin-top: 0;
    margin-left: auto;
    padding-bottom: 3rem;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    max-width: 630px;
}
@media screen and (max-width: 767.98px) {
  [id="en"] .l-nextAction-contact._items {
      display: block;
  }
}

[id="en"] .l-nextAction-contact._items>._leadArea {
    width: 49.4%;
}
@media screen and (max-width: 767.98px) {
  [id="en"] .l-nextAction-contact._items>._leadArea {
      margin-top: 2rem;
      display: block;
      width: 100%;
  }
  [id="en"] .l-nextAction-contact._items>._leadArea + ._leadArea {
      margin-top: 3rem;
      margin-bottom: 1.5rem;
  }
}
[id="en"] .l-nextAction-contact._items>._leadArea>._lead {
    line-height: 1.2;
    margin-top: 10px;
    margin-bottom: 0;
    vertical-align: text-bottom;
}
@media screen and (max-width: 1280px) {
    [id="en"] .l-nextAction-contact._items>._leadArea>._lead {
        margin-top: 0.6rem;
    }
}

[id="en"] .l-nextAction-contact._items>._leadArea ._type {
    color: #00338E;
    text-align: center;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 0;
    margin-right: 10px;
}

[id="en"] .l-nextAction-contact._items>._leadArea ._representatives {
    color: #00338E;
    font-size: 1.4rem;
    font-weight: bold;
}

[id="en"] .l-nextAction-contact._items>._leadArea ._representatives:hover ._type,
[id="en"] .l-nextAction-contact._items>._leadArea ._representatives:hover {
    color: #00145F;
    text-decoration: none
}

[id="en"] .l-nextAction-contact._items>._leadArea ._zh-CN {
    display: inline-block;
    margin-top: -3px
}

[id="en"] .l-nextAction-contact._items>._leadArea ._zh-CN>span {
    font-family: "source-han-sans-simplified-c",Arial,Helvetica,sans-serif !important;
}


.l-pageToTopButton>._button {
    height: 2rem;
    background-color: #00338E;
    box-shadow: 0px 2px 20px rgba(255,255,255,0.24);
    border-color: #00338E;
    border-radius: 50%;
    width: 2rem;
    transition: all 0.25s cubic-bezier(.25,.8,.25,1);
}

.l-pageToTopButton>._button:hover {
    background-color: #00145F;
    border-color: #00145F;
}

.l-pageToTopButton>._button>span {
    font-size: 0;
    position: relative;
}

.l-pageToTopButton>._button>span:before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  right: calc(50% - .25rem);
  position: absolute;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  text-align: center;
  -webkit-transition: all 0.3s;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: calc(50% - .5rem);
}

@media screen and (min-width: 1200px) {
  #pushBanner,#catalogRequestBanner {
    right:65px
  }
}

@media screen and (min-width: 1440px) {
  #pushBanner,#catalogRequestBanner {
    right:10px
  }
}

@media screen and (max-width: 960px) {
  #GeneralOverlayModal {
    padding-right: 15px;
  }
}

.modal-dialog {
  width: calc(100vw - 20px);
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""
}

@media screen and (min-width: 576px) {
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media screen and (min-width: 768px) {
    .modal-dialog {
        max-width: 600px;
        margin: 30px auto
    }
}

.modal-dialog.tsuika {
    margin: 100px auto;
    max-width: 850px;
}

#MyListModal .modal-dialog {
    max-width: 500px;
}

@media screen and (min-width: 992px) {
    .modal-lg,.modal-xl {
        max-width: 800px
    }
}

@media screen and (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.generalOverlayModal {
    position: relative
}

.generalOverlayModal>._close {
    position: absolute;
    right: .5rem;
    top: .5rem;
    opacity: .5;
}

.generalOverlayModal>._close:hover {
    opacity: .75;
}

.generalOverlayModal>._item {
    display: block
}

.generalOverlayModal>._item:hover img{
  opacity: 1;
}


@media print {
    *,*::before,*::after {
        text-shadow: none !important;
        box-shadow: none !important;
        -webkit-print-color-adjust: exact; /** for Safari, Chrome */
                print-color-adjust: exact; /** for Firefox */
    }
    a:not(.btn) {
        text-decoration: none
    }
    abbr[title]::after {
        content: " (" attr(title) ")"
    }
    pre {
        white-space: pre-wrap !important
    }
    pre,blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,img {
        page-break-inside: avoid
    }
    p,h2,h3 {
        orphans: 3;
        widows: 3
    }
    h2,h3 {
        page-break-after: avoid
    }
    body, .container {
        min-width: 992px !important;
        width: 100% !important;
        max-width: auto !important;
    }
    .l-fixedAsideMenu, .l-fixedAsideBanner>._close, .l-fixedAsideBanner>._banner, .l-pageToTopButton {
        display: none !important
    }
    .l-globalNavigation-wrapper {
        position: static !important
    }
    .theme-filter .l-mainContent {
        align-items: flex-start !important
    }
    .topMainVisual .swiper-slide {
        width: 100% !important
    }
}

.l-globalHeader-utility>._item>._desktop-only>.login-before,
.l-globalHeader-utility>._item>._cart>._desktop-only>.mypage_style{
    border: 1px solid #000;
    border-radius: 0.2em;
    font-size: 13px;
    padding: 0.15em 0.875em;
    letter-spacing: 1.2px;
    background-color: #00338e;
    color: white;
}
@media screen and (min-width: 768px) {
    .l-globalHeader-utility ._desktop-only ._button i {
        font-size: 27px;
    }
}
.l-globalHeader-utility>._item>._configure a{
    border: none;
}
.l-globalHeader-utility>._item>._cart-icon a{
	overflow:unset;
}
.l-globalHeader-utility>._item>._desktop-only,
.l-globalHeader-utility>._item>._cart>._desktop-only {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.icon-cart {
    position: relative;
}
.l-globalHeader-utility>._item>._cart-icon>._button>.icon-cart>.itemsquantity {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: red;
    color: white;
    border-radius: 50%;
    min-width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 6px;
}
.l-globalHeader-utility>._item>._cart-icon>._button>.icon-cart>.cartcount_0,
.l-globalHeader-utility>._item>._cart>._label::after {
    display: none;
}