.privacy .wrap .contents h3 {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 1em;
  text-indent: 0.25em;
}
.privacy .wrap .contents h3::after {
  content: "";
  display: block;
  height: 1px;
  background: #DE1557;
  background: linear-gradient(90deg, #de1557 0%, white 80%);
}
.privacy .wrap .contents p:not(:last-child) {
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .privacy .wrap .contents h3 {
    font-size: 1.6rem;
  }
  .privacy .wrap .contents h3::after {
    background: linear-gradient(90deg, #de1557 0%, white 100%);
  }
}
