.page-privacy .page-top {
  padding: 0 0 10rem;
}
.page-privacy .page-top h1 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 4rem;
  padding-bottom: 1.6rem;
  border-bottom: 0.2rem solid #333;
}
.page-privacy .page-top .wp-block-paragraph {
  font-size: 1.5rem;
  line-height: 2;
  margin-bottom: 2.4rem;
}
.page-privacy .page-top .wp-block-heading {
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 4.8rem;
  margin-bottom: 1.6rem;
  padding-left: 1.2rem;
  border-left: 0.4rem solid #333;
}
.page-privacy .page-top .wp-block-heading strong {
  font-weight: inherit;
}
.page-privacy .page-top .wp-block-list {
  margin-bottom: 2.4rem;
  padding-left: 0;
  list-style: none;
}
.page-privacy .page-top .wp-block-list li {
  font-size: 1.5rem;
  line-height: 2;
  padding: 0.8rem 0 0.8rem 1.6rem;
  border-bottom: 0.1rem solid #e0e0e0;
  position: relative;
}
.page-privacy .page-top .wp-block-list li::before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #333;
  position: absolute;
  left: 0;
  top: 1.6rem;
}