@media screen and (max-width: 1024px) {

  .side-tel {
    display: none;
  }
  .foot-tel {
    display: block;
  }
  header {
    padding: 10px 15px 20px;
  }

  .header-icon {
    max-width: 25px;
  }

  .site-ttl {
    font-size: 16px !important;
    margin-top: 10px !important;
  }

  .ttl-en {
    font-size: 12px;
  }

  .ttl-ja {
    font-size: 22px !important;
  }

  .greeting-txt {
    font-size: 14px !important;
  }

  .voice-section {
    margin-top: 60px;
  }

  .voice-list li {
    padding: 30px 20px;
  }

  .an-title-img {
    width: 65px;
  }

  .an-title-wrap h2 {
    font-size: 14px;
    width: calc(100% - 80px);
  }

  .an-title-wrap h2:before {
    top: 10px;
    left: -20px;
    border: 10px solid transparent;
    border-right: 20px solid #ffe2ef;
  }

  .uk-form-controls {
    padding: 20px;
  }

  .uk-button {
    font-size: 18px !important;
  }

  .uk-form-controls label {
    font-size: 14px;
  }

  .uk-form-controls input[type="radio"] {
    width: 18px !important;
    height: 18px !important;
  }

  .uk-form-controls input[type="radio"]:checked:before {
    width: 12px !important;
    height: 12px !important;
    left: 2px !important;
    top: 2px !important;
  }

  .uk-alert-danger {
    font-size: 14px !important;
  }

  .thanks-img {
    max-width: 50px;
    margin: 0 auto 15px;
  }

  .footer-address,
  .privacy-link,
  .copyright p {
    font-size: 12px;
  }

  .privacy-policy .first {
    padding-top: 40px;
  }
}

@media screen and (max-width: 900px) {
  .inner01 {
    padding: 0 15px;
  }
}

@media screen and (max-width: 700px) {
  .uk-modal {
    border-radius: 60px;
    box-shadow: 0 0 20px rgba(104, 104, 104, 0.2);
    margin: 0 auto !important;
    padding: 40px 20px !important;
    width: 95% !important;
  }

  .thanks_msg {
    font-size: 16px !important;
  }

  .recommend-txt {
    font-size: 14px !important;
    text-align: left;
  }

  .recommend-txt span {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 820px) {
  .voice-list {
    grid-template-columns: repeat(1, 1fr);
    column-gap: 0;
    row-gap: 30px;
  }
}

@media screen and (max-width: 600px) {
  .mv img {
    aspect-ratio: 1 / 1;
  }
}
