@charset "UTF-8";

.wrap_privacy .introduction {
  margin-bottom: 2em;
}

.wrap_privacy h2 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 2.2em;
  margin-bottom: 0.6em;
}
.wrap_privacy h2:first-of-type {
  margin-top: 0;
}
.wrap_privacy ul {
  margin-left: 1.8em;
}
.wrap_privacy p,
.wrap_privacy ul {
  margin-bottom: 1em;
}
.wrap_privacy p:last-child,
.wrap_privacy ul:last-child {
  margin-bottom: 1em;
}

@media (max-width: 767px) {
  .wrap_privacy h2 {
    font-size: 1.7rem;
    margin-top: 2.0em;
  }
}
