.now .page-content__first ul,
.now .page-content__second ul {
  margin-block-start: 1rem;
  margin-block-end: 0;
  list-style-type: circle;
  padding-inline-start: 1rem;
}

.now .page-content__first ul li {
  line-height: 2;
  margin-block-end: 0.5rem;
}

@media (min-width: 1024px) {
  .now .page-content__first ul li {
    line-height: 1.4;
  }
}

.now .page-content__first ul li ul {
  margin-block-start: 0.5rem;
  list-style-type: square;
}

.now h3 + p {
  margin-block-start: 2rem;
}