#privacy .contents {
    width: 90%;
    max-width: 1024px;
    margin: 0 auto;
}

#privacy .contents h2 {
  font-size: 120%;
  font-weight: 700;
  margin-top: 3rem;
  margin-bottom: 1rem;
}

#privacy .contents ol, 
#privacy .contents ul {
  list-style: none;
  margin: 1rem 0;
  padding-left: 0;
}

#privacy .contents li {
  position: relative;
  padding-left: 1.2em;
}

#privacy .contents li::before {
  content: "・";
  position: absolute;
  left: 0;
}

#privacy .contents address {
    margin: 1rem 0;
}