@charset "utf-8";

.page-privacy .read {
  margin-bottom: 30px;
}
ol,
.pp-list {
  counter-reset: item;
  margin-bottom: 40px;
}
.pp-list ol {
  padding-left: 1em;
}
.pp-list > li {
  text-indent: -1.9em;
  padding-left: 4em;
  margin-bottom: 20px;
}
.pp-list > li::before {
  counter-increment: item;
  content: "(" counter(item) ")";
  padding-right: 0.65em;
}
.pp-list > li:last-child {
  margin-bottom: 0;
}
.pp-ttl {
  font-size: 24px;
  font-weight: bold;
  /*text-align: center;*/
  margin-bottom: 30px;
}
@media screen and (max-width:767px) {
  .pp-ttl {
    font-size: 5.5vw;
    letter-spacing: 0.5vw;
  }
}

.pp-section > p {
  text-indent: -1.9em;
  padding-left: 1.9em;
  margin-bottom: 20px;
  counter-increment: section;
}
.pp-section > p::before {
  content: counter(section) '.';
  padding-right: 1em;
}

p.indent-1 {
  padding-left: 1em;
}
p.indent-3 {
  padding-left: 3em;
}