/* Keep v83 typography aligned with production: do not use Noto Sans JP here. */
body {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif !important;
}

/* UA-based mobile fallback: keep only logo + hamburger in header. */
.is-mobile-device .l-header__nav {
  display: none !important;
}

.is-mobile-device .l-header__nav-text-size {
  display: none !important;
}

.is-mobile-device .l-mobile-nav-trigger {
  display: block !important;
}

.is-mobile-device .l-global-nav {
  display: none !important;
}

/* Footer DX badge */
.l-footer__nav .menu-item .box {
  display: inline-block;
  border: 1px solid #333333;
  padding: 0 0.4em;
}

/* Keep leave-form action buttons in blue. */
.p-leave-form__action-btn {
  background: #084996 !important;
  border-color: #084996 !important;
}

/* Top news category should be solid blue with white text. */
.p-news-excerpt--top .p-news-excerpt__list-item-category {
  background: #074996 !important;
  border-color: #074996 !important;
  color: #fff !important;
}

@media print, screen and (min-width: 768px) {
  .p-leave-form__action-btn:hover {
    color: #084996 !important;
  }

  .p-leave-form__action-btn:hover:after {
    background-image: url("../images/common/cmn-ico09.svg") !important;
  }
}
