  .l-footer {
    background-color: #e3e3e3;
    color: #4a4a4a;
    position: relative;
    z-index: 1;
  }

  .l-footer__inner {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 78px 40px 20px 40px;
  }

  @media screen and (max-width: 720px) {
    .l-footer__inner {
      padding: 50px 25px 12px 25px;
    }
  }

  .l-footer__widget {
    display: flex;
    flex-wrap: wrap;
  }

  .l-footer__widget__col {
    width: calc((100% - 100px) / 3);
    margin-right: 50px;
    margin-bottom: 93px;
  }

  .l-footer__widget__col:last-child {
    margin-right: 0;
  }

  @media screen and (max-width: 720px) {
    .l-footer__widget__col {
      width: 100%;
      margin-right: 0;
      margin-bottom: 50px;
    }
  }

  .l-footer__widget__item {
    margin-bottom: 50px;
  }

  .l-footer__widget__item:last-child {
    margin-bottom: 0;
  }

  .l-footer__widget__item>a {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid #005722;
    color: #005722;
    font-weight: 500;
    font-size: 12px;
  }

  .l-footer__widget__item>a span {
    font-size: 16px;
  }

  .l-footer__widget__item>ul li {
    padding-top: 6px;
  }

  .l-footer__widget__item>ul li a {
    font-size: 15px;
    line-height: 1.73;
  }

  .l-footer__sns {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 68px;
  }

  .l-footer__sns a {
    margin-right: 46px;
  }

  .l-footer__sns a:last-child {
    margin-right: 0;
  }

  .l-footer__sns a img {
    width: 32px;
  }

  @media screen and (max-width: 720px) {
    .l-footer__sns {
      margin-bottom: 47px;
    }

    .l-footer__sns a {
      margin-right: 28px;
    }

    .l-footer__sns a img {
      width: 29px;
    }
  }

  .l-footer__telBox {
    max-width: 970px;
    margin: 0 auto 40px;
    color: #005722;
    position: relative;
    border: #005722 1px solid;
    padding: 25px 20px 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .l-footer__telBox h2 {
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    line-height: 1;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
  }

  .l-footer__telBox h2 p {
    display: inline-block;
    background: #e3e3e3;
    padding: 0 0.8em;
    letter-spacing: 0.05em;
  }

  .l-footer__telBox .tel {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 30px;
  }

  .l-footer__telBox .tel span {
    font-size: 14px;
    margin-right: 1em;
    line-height: 1;
  }

  .l-footer__telBox .tel a {
    text-decoration: none;
    color: inherit;
    font-size: 30px;
    line-height: 1;
  }

  .l-footer__telBox .sTxt {
    font-size: 13px;
    line-height: 1.5;
  }

  .l-footer__telBox .nowrap {
    white-space: nowrap;
  }

  @media screen and (max-width: 720px) {
    .l-footer__telBox {
      display: block;
      text-align: center;
      padding: 28px 10px 16px;
    }

    .l-footer__telBox h2 {
      font-size: 17px;
    }

    .l-footer__telBox .tel {
      margin: 0 0 12px;
    }

    .l-footer__telBox .tel span {
      font-size: 12px;
      margin-right: 0.8em;
    }

    .l-footer__telBox .tel a {
      font-size: 26px;
    }
  }

  .l-footer__logo {
    text-align: center;
    margin-bottom: 47px;
  }

  .l-footer__logo a {
    display: inline-block;
    vertical-align: middle;
  }

  .l-footer__logo a img {
    width: 166px;
  }

  @media screen and (max-width: 720px) {
    .l-footer__logo {
      margin-bottom: 33px;
    }
  }

  .l-footer__nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 49px;
  }

  @media screen and (max-width: 720px) {
    .l-footer__nav {
      margin-bottom: 24px;
    }
  }

  .l-footer__nav__item {
    font-size: 14px;
  }

  .l-footer__nav__item::after {
    content: '|';
    padding: 0 15px;
  }

  .l-footer__nav__item:last-child::after {
    content: none;
  }

  .l-footer__nav__item a {
    line-height: 1.86;
  }

  @media screen and (max-width: 720px) {
    .l-footer__nav__item {
      font-size: 12px;
    }
  }

  .l-footer__copyright {
    text-align: center;
    font-size: 12px;
  }
  }

  .l-footer .c-alert_new {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
  }

  .l-footer .c-alert_old {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    transform: translateY(-50%);
  }
