/* Sass Document */
.p-policy-content {
  padding: 85px 0 140px;
}
@media screen and (max-width: 767.98px) {
  .p-policy-content {
    padding: 4rem 0 7rem;
  }
}
.p-policy-content h4 {
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .p-policy-content h4 {
    font-size: 1.34rem;
    line-height: 1.8805970149;
  }
}
.p-policy-content li {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
@media screen and (max-width: 767.98px) {
  .p-policy-content li {
    font-size: 1.34rem;
    line-height: 1.8805970149;
  }
}

.p-section__block {
  padding-bottom: 70px;
  padding-top: 20px;
}
.p-section__block:first-of-type {
  padding-top: 0;
}
@media screen and (max-width: 767.98px) {
  .p-section__block {
    padding-bottom: 2.5rem;
    padding-top: 2rem;
  }
  .p-section__block:first-of-type {
    padding-top: 0;
  }
}
.p-section__block:last-of-type {
  padding-bottom: 0;
}
.p-section__block a {
  color: currentColor;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .p-section__block a:hover {
    text-decoration: none;
  }
}
.p-section__block a[href*="tel:"] {
  text-decoration: none;
}

.c-section__ttl {
  font-size: 3rem;
  font-weight: 700;
  background-color: #d4152d;
  border-radius: 10px;
  padding: 18px 33px 22px;
  color: #fff;
  margin-bottom: 50px;
  text-align: left;
}
@media screen and (max-width: 767.98px) {
  .c-section__ttl {
    font-size: 1.92rem;
    padding: 1.7rem 1.2rem;
    margin-bottom: 2.8rem;
    border-radius: 0.5rem;
  }
}

.c-block__ttl {
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 767.98px) {
  .c-block__ttl {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}

.c-txt {
  font-weight: 500;
  letter-spacing: 0;
}

.p-block {
  border-top: 1.5px dashed #000;
  padding: 70px 0 70px;
}
@media screen and (max-width: 767.98px) {
  .p-block {
    padding: 3rem 0;
    border-top-width: 1px;
  }
}
.p-block:first-of-type {
  padding-top: 0;
  border-top: none;
}
.p-block:last-of-type {
  padding-bottom: 0;
}

.p-contact {
  margin-top: 36px;
}
@media screen and (max-width: 767.98px) {
  .p-contact {
    margin-top: 1.8rem;
  }
}
/*# sourceMappingURL=policy.css.map */