@media (min-width: 768px) {
  .footer__en {
    font-size: initial;
    color: #000;
  }
  .sitemenu__subitem {
    line-height: 2.85714;
    font-size: 1.4rem;
    font-weight: 500;
  }
}
@media (max-width: 767px) {
  .sitemenu__subitem {
    line-height: 2.5;
  }
}

.contents_top a.icon-blank:not(.icon-pdf):after {
  content: none;
}
.main .contents_top .m_btn_main a:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2.5rem;
  width: 2rem;
  height: 1rem;
  margin: auto;
  background: url(../img/i_arr.webp) center no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .main .contents_top .m_btn_main a:after {
      right: 3rem;
      width: 3.4rem;
      height: 1.8rem;
  }
}

.megamenu a {
    color: #004098;
    line-height: 2.5;
}
.megamenu .megamenu__underlayeritem a {
    line-height: 1.42857;
}
header,footer {
  font-family: "游ゴシック", YuGothic, "游ゴシック体", "Yu Gothic", sans-serif;
}
.globalnav__list .globalnav__linktext,
.globalnav__link,
.accordion__head.megamenu__head > p {
  font-weight: 700;
}
.icon-globe {
  font-size: 1.6rem;
}
.sitemenu__sublink {
  color: #000;
}

@media (max-width: 767px) {
    .underlayer {
        padding-top: 0;
    }
}


@media (max-width: 767px) {
    body, button, textarea, select, pre, code {
        font-size: 1.4rem;
    }
}


.main .accordion {
    display: block;
    width: 100%;
    padding: 0;
    font-size: inherit;
    background-color: inherit;
    font-weight: inherit;
}
.main .inner {
  width: 100%;
}

.movie {
  max-width: none;
}
.movie iframe {
  position: static;
}

.main .accordion:not(:last-child) {
    margin: 0 auto 0;
}

ul.btn_wrap li a.icon-blank:not(.icon-pdf):after {
    content: '';
    width: 10px;
    height: 18px;
    background: url(../img/mv_arrow.svg) center no-repeat;
    background-size: contain;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
}
.footer .pagetop {
    align-items: flex-end;
    height: 81px;
    font-family: "GeneralSans-Regular", "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    color: #004098;
    flex-flow: row;
    line-height: inherit;
}
.globalnav__contact {
  display: none;
}
.header nav,
.header nav ul,
.header .globalnav__inner,
.header .globalnav,
.header nav li,
.footer .footer__inner,
.footer .footer__logoarea,
.sec08 h3 .logo {
  position: static;
}
@media (max-width: 767px) {
  .main {
      padding-top: 25vw;
  }
  .logo.open {
    padding: 0;
  }
}
.submenu__en {
  letter-spacing: 0;
}
.main a.icon-blank:not(.icon-pdf)::after {
  content: none;
}
.underlayer {
    padding-bottom: 0;
    margin-bottom: 30px;
    background-color: #fff;
}
@media only screen and (max-width: 768px) {
    .sec08 h3 .logo {
        display: inline;
        height: auto;
        padding: 0;
    }
}
