#privacy_policy section {
  margin: 75px auto;
  width: 100%;
  max-width: 760px;
}
#privacy_policy section p {
  font-family: 'Noto Serif JP';
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 2em;
  line-height: 1.6em;
  word-break: break-all;
}
#privacy_policy section .center {
  text-align: center;
  margin-bottom: 0;
}
#privacy_policy section dl {
  margin-bottom: 2em;
}
#privacy_policy section dt, #privacy_policy section dd {
  font-family: 'Noto Serif JP';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
}
#privacy_policy section dd {
  padding-left: 1rem;
}
#privacy_policy section dd ul {
  margin-left: -1rem;
}
#privacy_policy section .indent {
  display: inline-block;
  width: 1rem;
}
#privacy_policy h2 {
  margin-bottom: 45px;
}
