.nanairo_park {
  line-height: 1.8;
  color: #333333;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
.nanairo_park h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 4rem;
  margin-bottom: 2rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #eaeaea;
  position: relative;
  color: #111111;
}
.nanairo_park h3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 40px;
  height: 2px;
  background-color: #1a5692;
}
.nanairo_park h4 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 3rem;
  margin-bottom: 1.25rem;
  padding-left: 1rem;
  border-left: 3px solid #1a5692;
  color: #222222;
}
.nanairo_park ol {
  margin-bottom: 2rem;
  padding-left: 1.5rem;
}
.nanairo_park ol h4 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  padding-left: 0;
  border-left: none;
  border-bottom: 1px dashed #eaeaea;
  color: #1a5692;
}
.nanairo_park ol li {
  font-size: 1rem;
  margin-bottom: 0.75rem;
}
.nanairo_park ul {
  margin-bottom: 2rem;
  padding-left: 0;
  list-style: none;
}
.nanairo_park ul li {
  font-size: 1rem;
  margin-bottom: 0.75rem;
  position: relative;
  padding-left: 1.25rem;
}
.nanairo_park ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #1a5692;
}
.nanairo_park table {
  border-collapse: collapse;
  width: 100%;
  max-width: 800px;
  margin-top: 1.5rem;
  margin-bottom: 3rem;
  border-top: 1px solid #eaeaea;
}
.nanairo_park th,
.nanairo_park td {
  font-size: 0.95rem;
  padding: 1.25rem 1rem;
  border: none;
  border-bottom: 1px solid #eaeaea;
  text-align: left;
  box-sizing: border-box;
  vertical-align: top;
}
.nanairo_park th {
  width: 25%;
  background-color: #f9f9f9;
  font-weight: 700;
  color: #444444;
}
@media screen and (max-width: 767px) {
  .nanairo_park h3 {
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
  }
  .nanairo_park h4 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: 1.05rem;
  }
  .nanairo_park table {
    border: none;
    border-top: 2px solid #1a5692;
  }
  .nanairo_park tbody tr {
    display: block;
    border-bottom: 1px solid #eaeaea;
  }
  .nanairo_park th,
  .nanairo_park td {
    display: block;
    width: 100%;
    text-align: left;
    border: none;
    padding: 1rem;
  }
  .nanairo_park th {
    background-color: transparent;
    padding-bottom: 0.25rem;
    color: #1a5692;
  }
  .nanairo_park td {
    padding-top: 0;
    padding-bottom: 1.5rem;
  }
}

/*# sourceMappingURL=nanairo_park.css.map */
