@media screen and (min-width: 769px), print {
  .area img {
    width: 100%;
  }
  p {
    font-size: 1.6rem;
    line-height: 38px;
  }
  .ttl_box {
    text-align: center;
    margin-top: 43px;
  }
  .ttl_box p {
    font-size: 1.8rem;
    color: #c23b26;
  }
  .privacy {
    counter-reset: number;
    margin-top: 30px;
    padding-bottom: 72px;
  }
  .privacy dl:not(:nth-of-type(1)) {
    margin-top: 40px;
  }
  .privacy_title {
    font-size: 2.4rem;
    font-weight: bold;
    padding: 0 0 9px 28px;
    border-bottom: 1px solid #cfcfcf;
  }
  .privacy_title:before {
    counter-increment: number;
    content: counter(number) ".";
  }
  .privacy_des {
    font-size: 1.6rem;
    padding: 0 0 0 30px;
    margin-top: 6px;
    line-height: 38px;
  }
  .privacy_des a[href^="tel"] {
    display: inline-block;
    pointer-events: none;
  }
  .lead {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .area img {
    max-width: 100%;
  }
  p {
    font-size: 3.64583vw;
    line-height: 4.94792vw;
  }
  .ttl_box {
    margin-top: 5.20833vw;
  }
  .ttl_box img {
    width: 43.88021vw;
  }
  .ttl_box p {
    font-size: 3.64583vw;
    color: #c23b26;
  }
  .privacy {
    counter-reset: number;
    margin-top: 5.20833vw;
    padding-bottom: 15.625vw;
  }
  .privacy dl:not(:nth-of-type(1)) {
    margin-top: 10.41667vw;
  }
  .privacy_title {
    font-size: 4.16667vw;
    font-weight: bold;
    line-height: 1.5;
    padding: 0 0 1.95312vw 3.90625vw;
    border-bottom: 1px solid #cfcfcf;
  }
  .privacy_title:before {
    counter-increment: number;
    content: counter(number) ".";
  }
  .privacy_des {
    font-size: 3.64583vw;
    padding: 0 0 0 3.90625vw;
    margin-top: 1.5625vw;
    line-height: 4.94792vw;
  }
  .lead {
    margin-bottom: 10.41667vw;
  }
}
