.privacyList {
  margin-top: 40px;
}

.privacyList-item + .privacyList-item {
  margin-top: 40px;
}

.privacyList-item-title {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.875;
  text-align: justify;
  text-justify: inter-ideograph;
  color: #A82521;
}

.privacyList-item-text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.875;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .privacyList-item + .privacyList-item {
    margin-top: 30px;
  }
  .privacyList-item-text {
    letter-spacing: 0.01em;
  }
}
