@charset "UTF-8";
.m-global-site-header {
  position: relative;
  background-color: #fff;
  z-index: 400;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}

.m-global-site-header__region {
  color: #595959;
}

@media print, screen and (min-width: 768px) {
  .m-global-site-header__head {
    height: 5rem;
    border-bottom: 1px solid #dcdcdc;
  }
  .m-global-site-header__head .container {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
  }
  .m-global-site-header__logo {
    margin-right: 1rem;
    min-width: 152px;
  }
  .m-global-site-header__logo img {
    height: 42px;
    width: auto;
  }
  .m-global-site-header__region {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .m-global-site-header .container {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
  }
  .m-global-site-header__head {
    padding-top: 18px;
    height: 4rem;
    z-index: 1;
    position: relative;
    background-color: #fff;
  }
  .m-global-site-header__logo {
    height: 30px;
    display: inline-block;
  }
  .m-global-site-header__logo img {
    width: auto;
    height: 100%;
  }
  .m-global-site-header__region {
    font-size: 12px;
    margin-left: 0.75rem;
  }
}

/** print */
@media print {
  .m-global-site-header {
    box-shadow: none;
  }
}

.media-dtp .m-global-site-header {
  box-shadow: none;
}

/** ↑ print */
.m-global-site-footer__wrap {
  background-color: #333;
  color: #fff;
}

.m-global-site-footer__wrap .c-container > *:not(:last-child) {
  border-bottom: 1px solid #707070;
}

@media print, screen and (min-width: 768px) {
  .m-global-site-footer__wrap .c-container > * {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .m-global-site-footer__wrap .c-container > * {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.m-footer-sns {
  display: flex;
  align-content: center;
}

.m-footer-sns__label {
  margin-bottom: 0;
  margin-right: 1rem;
}

.m-global-site-footer {
  background-color: #000;
}

.m-global-site-footer__body {
  padding-top: 1rem;
  padding-bottom: 2rem;
}

.m-global-site-footer__copyright {
  color: #8c8c8c;
}

.m-global-site-footer__list {
  margin-left: auto;
  margin-bottom: 0;
}

.m-global-site-footer__item {
  display: inline-block;
  padding-right: 0.5rem;
}

.m-global-site-footer__item:not(:last-child):after {
  content: "";
  display: inline-block;
  width: 1px;
  margin-left: 1rem;
  background-color: #707070;
  height: 0.75rem;
}

.m-global-site-footer__item a {
  color: #999999;
  text-decoration: none;
  font-size: 14px;
}

.m-global-site-footer__lang a {
  font-size: 12px;
  border: 1px solid #8c8c8c;
  padding-top: 8px;
  padding-right: 10px;
  padding-bottom: 6px;
  padding-left: 10px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.2);
  color: #8c8c8c;
  text-decoration: none;
}

@media print, screen and (min-width: 768px) {
  .m-global-site-footer__body {
    position: relative;
  }
  .m-global-site-footer__item a:hover {
    color: #fff;
    text-decoration: underline;
  }
  .m-global-site-footer__lang {
    position: absolute;
    top: 1rem;
    right: 0;
  }
  .m-global-site-footer__lang a:hover {
    color: #fff;
    border-color: #fff;
    background-color: rgba(255, 255, 255, 0.4);
  }
}

@media screen and (max-width: 767px) {
  .m-global-site-footer__copyright {
    display: block;
    text-align: center;
    margin-top: 2rem;
  }
  .m-global-site-footer__lang {
    margin-top: 0.5rem;
  }
}

/** print */
@media print {
  .m-global-site-footer {
    color: #000;
    background-color: #fff;
  }
  .m-global-site-footer__wrap > .container {
    display: none;
  }
}

.media-dtp .m-global-site-footer {
  color: #000;
  background-color: #fff;
}

.media-dtp .m-global-site-footer__wrap > .container {
  display: none;
}

/** ↑ print */
#__nuxt {
  min-height: 100vh;
}

.global-site .m-breadcrumb {
  background-color: #f6f6f6;
  border-bottom: 1px solid #dcdcdc;
}

.global-site .m-breadcrumb ul > li {
  margin-right: 0.5rem;
}
