@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/destyle.css@4.0.0/destyle.min.css");
body {
  font-family: "Noto Sans JP", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 1.8px;
  color: #333;
  background-color: #fff;
}
@media all and (max-width: 768px) {
  body {
    font-size: 15px;
    letter-spacing: 1.5px;
  }
}

.header-nav-item:not(:first-child)::before {
  content: "｜";
  margin: 0 0.5em;
  color: #333;
}

.about-outer-tab {
  border-radius: 10px 10px 0 0;
  width: 330px;
  height: 64px;
  position: relative;
  cursor: pointer;
}

.about-outer-tab-active {
  background-color: #fff;
  border: 4px solid #55c1d9;
  border-bottom: 0;
  border-bottom-color: #fff;
  color: #094276;
  z-index: 10;
}
@media all and (max-width: 768px) {
  .about-outer-tab-active {
    border-width: 3px;
    border-bottom-width: 0;
  }
}

.about-outer-tab-inactive {
  background-color: #e0e0e0;
  color: #838383;
  z-index: 0;
}

.about-inner-btn {
  width: 260px;
  height: 60px;
  border-radius: 15px;
  cursor: pointer;
}
@media all and (max-width: 768px) {
  .about-inner-btn {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
    height: 40px;
    border-radius: 10px;
  }
}

.about-inner-btn-active {
  background-color: #e50056;
  color: #fff;
}

.about-inner-btn-inactive {
  background-color: #e0e0e0;
  color: #838383;
}

.available-tab {
  border-radius: 10px 10px 0 0;
  width: 300px;
  height: 64px;
  position: relative;
  cursor: pointer;
}
@media all and (max-width: 768px) {
  .available-tab {
    width: 100%;
    height: 75px;
  }
}

.available-tab-active {
  background-color: #fff;
  border: 4px solid #55c1d9;
  border-bottom: 0;
  border-bottom-color: #fff;
  color: #094276;
  z-index: 10;
}
@media all and (max-width: 768px) {
  .available-tab-active {
    border-width: 3px;
  }
}

.available-tab-inactive {
  background-color: #e0e0e0;
  color: #838383;
  z-index: 0;
}

.flow-section::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 200px;
  width: 4px;
  height: calc(100% - 400px);
  background-color: #ff387a;
  z-index: 0;
}

.menu-button.active .hamburger-line:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(45deg);
          transform: translateY(7px) rotate(45deg);
}
.menu-button.active .hamburger-line:nth-child(2) {
  opacity: 0;
}
.menu-button.active .hamburger-line:nth-child(3) {
  -webkit-transform: translateY(-7px) rotate(-45deg);
          transform: translateY(-7px) rotate(-45deg);
}

.mobile-menu.open {
  max-height: 400px;
}

table th, table td {
  vertical-align: middle;
}

.bullet-list {
  list-style: none;
}
.bullet-list li {
  padding-left: 1em;
}
.bullet-list li::before {
  content: "・";
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.docs-ordered-list li::marker {
  font-weight: bold;
}/*# sourceMappingURL=style.css.map */