@media (max-width: 600px) {
  .innerpage__content .banner-contact-us {
    width: auto;
    max-width: 100%;
    min-height: 0;
    margin: 40px 0;
    border-radius: 24px;
    background-color: #e0f4f8;
    display: block;
    overflow: hidden;
  }

  .innerpage__content .banner-contact-us__left {
    width: 100%;
    padding: 28px 20px;
    position: relative;
    z-index: 2;
  }

  .innerpage__content .banner-contact-us__left .ttl {
    display: block;
    margin-bottom: 18px;
    font-size: 30px;
    line-height: 1.18;
    letter-spacing: 0;
  }

  .innerpage__content .banner-contact-us__left .ttl img {
    width: 30px;
    top: 4px;
    margin: 0 4px;
  }

  .innerpage__content .banner-contact-us__left .ttl .green {
    display: block;
    margin-top: 4px;
  }

  .innerpage__content .banner-contact-us__left .tag {
    width: fit-content;
    height: auto;
    min-height: 38px;
    margin-bottom: 22px;
    padding: 7px 14px;
    font-size: 16px;
    line-height: 1.35;
    letter-spacing: 0;
    white-space: nowrap;
  }

  .innerpage__content .banner-contact-us__left .tel {
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: 0;
    white-space: nowrap;
  }

  .innerpage__content .banner-contact-us__right {
    display: none;
  }
}

@media (max-width: 374px) {
  .innerpage__content .banner-contact-us__left {
    padding: 24px 16px;
  }

  .innerpage__content .banner-contact-us__left .ttl {
    font-size: 27px;
  }

  .innerpage__content .banner-contact-us__left .tel {
    font-size: 24px;
  }
}
