@charset "utf-8";
/*** フッター ***/
.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: 14px;
    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: 14px;
    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;
  }
}




