.privacy-head {
  margin-bottom: 30px;
}
@media screen and (min-width: 800px) {
  .privacy-head {
    /* pc */
    margin-bottom: 60px;
  }
}
.privacy-head__heading {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 800px) {
  .privacy-head__heading {
    /* pc */
    font-size: 4rem;
    line-height: 1.2;
    margin-bottom: 47px;
  }
}
.privacy-head__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (min-width: 800px) {
  .privacy-head__text {
    /* pc */
    font-size: 2rem;
  }
}

.privacy__content {
  margin-bottom: 25px;
}
@media screen and (min-width: 800px) {
  .privacy__content {
    /* pc */
    margin-bottom: 47px;
  }
}
.privacy__section:not(:last-of-type) {
  margin-bottom: 32px;
}
@media screen and (min-width: 800px) {
  .privacy__section:not(:last-of-type) {
    /* pc */
    margin-bottom: 64px;
  }
}
.privacy__heading {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
  border-bottom: 3px solid #F0F0F0;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
@media screen and (min-width: 800px) {
  .privacy__heading {
    /* pc */
    font-size: 3rem;
    padding-bottom: 15px;
    margin-bottom: 28px;
  }
}
.privacy__text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (min-width: 800px) {
  .privacy__text {
    /* pc */
    font-size: 2rem;
  }
}
.privacy__text p:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (min-width: 800px) {
  .privacy__text p:not(:last-child) {
    /* pc */
    margin-bottom: 28px;
  }
}
.privacy__list {
  padding-left: 30px;
  margin-bottom: 20px;
}
@media screen and (min-width: 800px) {
  .privacy__list {
    /* pc */
    padding-left: 50px;
    margin-bottom: 28px;
  }
}
.privacy__button {
  max-width: 497px;
  margin-left: auto;
  margin-right: auto;
}
/*# sourceMappingURL=privacy.css.map */