.privacy-policy__container {
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .privacy-policy__container {
    margin-bottom: 70px;
  }
}

.description--between-lines {
  margin-bottom: 16px;
}

.privacy-policy__item:not(:last-child) {
  margin-bottom: 36px;
}

.privacy-policy__item-title {
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  border-bottom: 1px solid #F0853C;
}
@media screen and (max-width: 767px) {
  .privacy-policy__item-title {
    font-size: 16px;
  }
}

.privacy-policy__item-description,
.privacy-policy__item-description-detail {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .privacy-policy__item-description,
.privacy-policy__item-description-detail {
    font-size: 14px;
  }
}

.privacy-policy__item-description-title {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .privacy-policy__item-description-title {
    font-size: 14px;
  }
}

.privacy-policy__item-description-menu {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .privacy-policy__item-description-menu {
    padding-left: 5px;
  }
}

.privacy-policy__item-description-item:not(:last-child) {
  margin-bottom: 20px;
}/*# sourceMappingURL=privacy_policy.css.map */