<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
section + section {
  /*margin-top: 100px;*/
  padding-top: 50px; }

#page-link-section {
  padding: 15px 0; }

.block__col2 + p {
  margin-top: 20px; }
.block__text-inner .block__title {
  font-size: 1.6rem;
  font-weight: 600; }
.block__text-inner + .block__text-inner {
  margin-top: 1.5em; }

p + .block__col2 {
  margin-top: 50px; }

.orange-border {
  border: 5px solid #FFCF76;
  border-radius: 20px;
  padding: 5%;
  text-align: center;
  background: #fff;
  margin: 30px auto 0; }
  .orange-border .section__sub-title {
    font-size: 2.2rem; }

.number-list {
  padding-left: 0; }
  .number-list__item {
    list-style: decimal;
    list-style-position: inside;
    margin-bottom: 1.5em; }

#visit-section .btn {
  font-size: 2.0rem;
  font-weight: 700;
  max-width: inherit;
  line-height: 1.4;
  padding: 6px 10px;
  border-radius: 20px; }
#visit-section .block__col2 .block__text {
  width: 100%; }

.step-circle-list__item {
  padding-left: 1.2em;
  text-indent: -1.0em; }
  .step-circle-list__item::before {
    content: "● "; }

.step-inner {
  margin-top: 30px; }
  .step-inner .step__title {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: .5em;
    text-align: center; }
  .step-inner .step-list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto; }
    .step-inner .step-list__item {
      width: 20vw;
      height: 20vw;
      border: 2px solid #60B9E4;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      line-height: 1.4;
      text-align: center;
      position: relative;
      font-size: 3.4vw; }
      .step-inner .step-list__item::before {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        content: "";
        vertical-align: middle;
        box-sizing: border-box;
        width: 2.0vw;
        height: 2.0vw;
        border: 2.0vw solid transparent;
        border-left: 2.0vw solid #60B9E4;
        transform: translateX(calc(100% + 1.5vw)); }
      .step-inner .step-list__item:last-child::before {
        content: none; }

</pre></body></html>