<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.subpage section .textbox01 {
  margin-bottom: 100px;
}

.subpage section .textbox01 .text h3 {
  font-weight: 700;
}

.subpage section .textbox01 .text p {
  line-height: 1.8;
}

.subpage section .textbox01 .btn span {
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 740px) {
  .subpage section .textbox01 {
    margin-bottom: 50px;
  }
  .subpage section .textbox01 figure {
    width: 186px;
    margin: 0 auto;
  }
  .subpage section .textbox01 .text h3 {
    font-size: 1.75rem;
  }
}
</pre></body></html>