/*** body overwrite ***/
body {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
}

/*** header ***/
.l-header__global {
  justify-content: flex-end;
}

.l-header__global > li {
  flex: 0 1 auto;
}

@media print, (min-width: 768px) {
  .header_newsitem-display-sp {
    display: none;
  }
  .l-header__global__bottom{
    display: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .header_newsitem-display-sp {
    display: flex;
  }
  .l-header__global__bottom {
    margin: 15px 0 15px;
    padding: 0;
    display: block;
    font-size: 13px;
  }

  .l-header__global__bottom li {
    border-bottom: 1px solid #d9d9d6;
  }

  .l-header__global__bottom li a {
    color: #777777;
    display: flex;
    align-items: center;
    height: 40px;
    padding-left: 25px;
  }
}


/*** フッター ***/
.l-site-footer__logo {
    margin: 0 0 45px;
}

.l-site-footer_top {
    display: flex;
    justify-content: flex-start;
    flex-flow: row wrap;
    gap: 30px;
    border-bottom: 1px solid #7d7d7d;
    padding: 0 0 22px;
    font-weight: bold;
}

.l-site-footer_bottom {
    display: flex;
    justify-content: flex-start;
    gap: 30px;
    padding: 22px 0 75px;
    font-weight: bold;
}

.l-footer-contacts__container {
    justify-content: flex-start;
    grid-gap: 30px;
    gap: 30px;
}

.l-footer-contacts__contact a img {
    width: auto;
}

@media screen and (max-width: 767px) {
    .l-site-footer_top {
        font-size: 1.4rem;
        font-weight: 500;
        flex-direction: column;
        flex-wrap: wrap;
        grid-gap: 10px 0;
        gap: 10px 0;
        min-width: 0;
        padding: 0 0 30px;
    }

    .l-site-footer_bottom {
        font-size: 1.4rem;
        font-weight: 500;
        flex-direction: column;
        flex-wrap: wrap;
        grid-gap: 10px 0;
        gap: 10px 0;
        min-width: 0;
        border-bottom: 1px solid #7d7d7d;
        padding: 30px 0;
        margin-bottom: 50px;
    }
}

/*** parts ***/

.hidden {
  display: none;
}
.trans {
  transition: opacity 0.26s ease;
  opacity: 1;
  text-decoration: none;
}
.trans:hover {
  opacity: 0.8;
}
@media print, (min-width: 768px) {
  .wrapper {
    width: 1174px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 33px;
    padding-left: 33px;
  }
  .sm {
    display: none !important;
  }
}
@media only screen and (max-width: 767.98px) {
  .wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .md {
    display: none !important;
  }
}




