h2 {
  margin-top: 24px;
  margin-bottom: 8px;
}

ul.depth1 > li > ul > li {
  list-style: circle;
  margin-left: 1.5rem;
}

ul.law-depth2 > li {
  list-style: none !important;
  margin-left: 0 !important;
}

ul.law-depth2 > li::before {
  content: "※ ";
}

.page-term ul.depth1 > li > ul > li {
  list-style: none !important;
}

.page-term ul.depth1 li div,
.page-term ul.depth2 li {
  display: flex;
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 18px;
  }
}
