#page_container {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: "BIZ UDGothic", sans-serif;
}
@media screen and (max-width: 600px) {
  #page_container {
    padding: 20px;
  }
}

.page_header {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .page_header {
    margin-bottom: 40px;
  }
}

.logo {
  width: 150px;
  height: auto;
}

.page_title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}

.content h2 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 20px;
}
.content h3 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 15px;
}
.content p {
  line-height: 1.8;
  font-size: 14px;
  margin-bottom: 20px;
}
.content ul {
  margin-bottom: 20px;
  padding-left: 0;
  list-style: none;
}
.content ul li {
  font-size: 14px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 1.5em;
}
.content ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.6em;
  left: 0.4em;
  width: 6px;
  height: 6px;
  background-color: #333;
  border-radius: 50%;
}
.content ol {
  margin-bottom: 20px;
  padding-left: 20px;
}
.content ol li {
  margin-bottom: 10px;
}
/*# sourceMappingURL=page.css.map */