@media screen and (min-width: 768px) {
  .phone .lead__text {
    margin-top: 26px;
  }
  .phone .lead .content__inner {
    padding-bottom: 54px;
    border-bottom: 1px dashed #B3C7D3;
  }
  .phone .content__text {
    margin-top: 28px;
  }
  .phone .point {
    margin-top: 28px;
  }
  .phone .point__layout .point__text:not(:last-of-type) {
    margin-bottom: 18px;
    padding-bottom: 18px;
  }
  .phone .what {
    padding-top: 100px;
  }
  .phone .card__contents {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
  }
  .phone .action {
    padding-top: 100px;
  }
  .phone .action .cards {
    margin-top: 28px;
  }
  .phone .action .card__textbox {
    margin-top: 16px;
  }
  .phone .how {
    padding-block: 100px;
  }
  .phone .how .cards--single {
    grid-template-columns: 531px;
    justify-content: center;
  }
  .phone .how .card__linkbox {
    display: grid;
    row-gap: 14px;
    margin-top: 16px;
    padding-top: 18px;
    border-top: 1px solid #DEDEDE;
  }
  .phone .how .btnbox {
    width: 100%;
  }
  .phone .how .btnbox__note {
    margin-top: 6px;
    text-align: left;
  }
  .phone .measures {
    display: grid;
    row-gap: 28px;
    margin-top: 28px;
  }
  .phone .measure__icon img {
    display: block;
    margin-inline: auto;
    width: 71px;
    height: 71px;
  }
  .phone .measure__ttl {
    margin-top: 17px;
    font-weight: 700;
    font-size: 1.375rem;
    line-height: 1;
    letter-spacing: 0.06em;
    text-align: center;
    color: #0064B2;
  }
  .phone .measure .cards {
    margin-top: 26px;
  }
  .phone .phone-contact {
    padding-block: 100px;
  }
  .phone .phone-contact .content__text {
    color: #fff;
  }
  .phone .phone-contact .contact {
    margin-top: 28px;
  }
  .phone .phone-contact .contact__icons {
    display: flex;
    column-gap: 12px;
    position: relative;
    z-index: 2;
    margin-inline: auto;
    margin-bottom: -30px;
    width: fit-content;
  }
  .phone .phone-contact .contact__icons img {
    display: block;
    width: 71px;
    height: 71px;
  }
  .phone .phone-contact .contact-card {
    grid-template-rows: none;
    padding: 46px 26px 26px;
  }
  .phone .phone-contact .contact-card__lead {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .phone .phone-contact .btnbox {
    width: 100%;
  }
  .phone .caution {
    padding-block: 100px;
  }
  .phone .caution__box {
    position: relative;
    padding: 50px 30px 30px;
    border: 2px solid #D01A1A;
    border-radius: 18px;
  }
  .phone .caution__icon {
    position: absolute;
    top: -32px;
    left: 50%;
    translate: -50% 0;
  }
  .phone .caution__icon img {
    display: block;
    width: 70px;
    height: 70px;
  }
  .phone .caution__ttl {
    font-weight: 800;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 0.12em;
    text-align: center;
    color: #D01A1A;
  }
  .phone .caution__text {
    margin-top: 24px;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
  .phone .caution__note {
    margin-top: 40px;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.6;
    letter-spacing: 0.06em;
    text-align: center;
    color: #D01A1A;
  }
}
@media screen and (max-width: 767px) {
  .phone .lead__text {
    margin-top: 26px;
  }
  .phone .lead .content__inner {
    padding-top: 0;
    padding-bottom: 44px;
    border-bottom: 1px dashed #B3C7D3;
  }
  .phone .content__inner {
    padding-top: 60px;
  }
  .phone .content__text {
    margin-top: 28px;
  }
  .phone .point {
    margin-top: 28px;
  }
  .phone .point__layout .point__text:not(:last-of-type) {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .phone .action .cards {
    margin-top: 28px;
  }
  .phone .action .card__textbox {
    margin-top: 16px;
  }
  .phone .how .cards {
    gap: 18px;
  }
  .phone .how .card__linkbox {
    display: grid;
    row-gap: 14px;
    margin-top: 16px;
    padding-top: 18px;
    border-top: 1px solid #DEDEDE;
  }
  .phone .how .btnbox__note {
    margin-top: 6px;
    text-align: left;
  }
  .phone .measures {
    display: grid;
    row-gap: 28px;
    margin-top: 28px;
  }
  .phone .measure__icon img {
    display: block;
    margin-inline: auto;
    width: 71px;
    height: 71px;
  }
  .phone .measure__ttl {
    margin-top: 17px;
    font-weight: 700;
    font-size: 1.375rem;
    line-height: 1;
    letter-spacing: 0.06em;
    text-align: center;
    color: #0064B2;
  }
  .phone .measure .cards {
    margin-top: 26px;
  }
  .phone .phone-contact {
    margin-top: 60px;
    padding-block: 60px;
  }
  .phone .phone-contact .content__inner {
    padding-top: 0;
  }
  .phone .phone-contact .content__text {
    color: #fff;
  }
  .phone .phone-contact .contact {
    margin-top: 28px;
  }
  .phone .phone-contact .contact__icons {
    display: flex;
    column-gap: 12px;
    position: relative;
    z-index: 2;
    margin-inline: auto;
    margin-bottom: -30px;
    width: fit-content;
  }
  .phone .phone-contact .contact__icons img {
    display: block;
    width: 71px;
    height: 71px;
  }
  .phone .phone-contact .contact-card {
    padding: 46px 26px 26px;
  }
  .phone .phone-contact .contact-card__lead {
    margin-top: 15px;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
  .phone .caution {
    padding-bottom: 60px;
  }
  .phone .caution__box {
    position: relative;
    padding: 50px 26px 26px;
    border: 2px solid #D01A1A;
    border-radius: 18px;
  }
  .phone .caution__icon {
    position: absolute;
    top: -32px;
    left: 50%;
    translate: -50% 0;
  }
  .phone .caution__icon img {
    display: block;
    width: 70px;
    height: 70px;
  }
  .phone .caution__ttl {
    font-weight: 800;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 0.12em;
    text-align: center;
    color: #D01A1A;
  }
  .phone .caution__text {
    margin-top: 24px;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
  .phone .caution__note {
    margin-top: 30px;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.6;
    letter-spacing: 0.06em;
    text-align: center;
    color: #D01A1A;
  }
}

/*# sourceMappingURL=style.css.map */
