body#privacy .section .contents {
  width: 50rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  body#privacy .section .contents {
    width: 100%;
  }
}
body#privacy .section .contents h3 {
  counter-increment: item;
  position: relative;
  margin-top: 2.5rem;
  padding: 0.3125em 0;
  font-size: 1.5rem;
  text-align: left;
  line-height: 1.5;
}
@media (max-width: 768px) {
  body#privacy .section .contents h3 {
    margin-top: 6.25vw;
    margin-left: 2.5em;
    font-size: 3.75vw;
  }
}
body#privacy .section .contents h3::before {
  content: counter(item, decimal-leading-zero);
  position: absolute;
  top: 0.25em;
  left: -2.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.75em;
  height: 1.75em;
  border-radius: 0.625rem;
  color: var(--wh);
  font-family: "Staatliches", sans-serif;
  background-color: var(--key);
}
@media (max-width: 768px) {
  body#privacy .section .contents h3::before {
    border-radius: 2.0833333333vw;
  }
}
body#privacy .section .contents p, body#privacy .section .contents ol.list {
  margin-top: 1.25rem;
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  body#privacy .section .contents p, body#privacy .section .contents ol.list {
    margin-top: 2.0833333333vw;
    font-size: 2.9166666667vw;
  }
}