@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700&family=Noto+Sans+JP:wght@400;500;700&family=Inter:wght@400&display=swap");
:where(html) {
  font-size: 16px;
}

:where(body) {
  color: #425064;
  font-weight: normal;
  font-family: "Inter", "Noto Sans JP", sans-serif;
}

:where(a) {
  color: #FC7C9F;
}
:where(a) img {
  display: block;
}

:where(h2, h3):nth-of-type(n + 2) {
  margin-top: 80px;
}

:where(h4):nth-of-type(n + 2) {
  margin-top: 40px;
}

:where(h5, h6) {
  margin-top: 20px;
}

:where(em) {
  color: #FC7C9F;
  font-weight: "normal";
}

:where(dd) {
  font-weight: 300;
}

:where(hr) {
  margin: 40px auto;
  border: none;
  border-top: 1px solid #707070;
}

[hidden] {
  display: none;
}

:where([type="text"]),
:where([type="email"]),
:where([type="tel"]),
:where([type="password"]) {
  padding: 0 5px;
  width: 100%;
  max-width: 100%;
  height: 30px;
  line-height: 30px;
  border: 1px solid #707070;
  border-radius: 5px;
  background-color: #FFFFFF;
  font-size: 1.0rem;
  color: #425064;
  vertical-align: bottom;
}
:where([type="text"])::placeholder,
:where([type="email"])::placeholder,
:where([type="tel"])::placeholder,
:where([type="password"])::placeholder {
  color: #707070;
}
:where([type="text"]):-webkit-autofill, :where([type="text"]):autofill,
:where([type="email"]):-webkit-autofill,
:where([type="email"]):autofill,
:where([type="tel"]):-webkit-autofill,
:where([type="tel"]):autofill,
:where([type="password"]):-webkit-autofill,
:where([type="password"]):autofill {
  box-shadow: 0 0 0 1000px #FFFFFF inset;
}
:where([type="text"]):focus,
:where([type="email"]):focus,
:where([type="tel"]):focus,
:where([type="password"]):focus {
  border-color: #FC7C9F;
  color: #425064;
  outline: none;
}
:where([type="text"]):disabled,
:where([type="email"]):disabled,
:where([type="tel"]):disabled,
:where([type="password"]):disabled {
  background-color: #F9F4F4;
  color: #FFFFFF;
}
:where([type="text"]) + span:not([class]),
:where([type="email"]) + span:not([class]),
:where([type="tel"]) + span:not([class]),
:where([type="password"]) + span:not([class]) {
  display: inline-block;
  margin-left: 5px;
  margin-right: 10px;
  vertical-align: bottom;
}
:where([type="text"])[readonly],
:where([type="email"])[readonly],
:where([type="tel"])[readonly],
:where([type="password"])[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

:where([type="number"]) {
  padding: 0 0 0 10px;
  width: 100%;
  max-width: 100%;
  height: 30px;
  line-height: 30px;
  border: 1px solid #707070;
  border-radius: 5px;
  background-color: #FFFFFF;
  font-size: 1.0rem;
  color: #425064;
  vertical-align: bottom;
}
:where([type="number"])::placeholder {
  color: #707070;
}
:where([type="number"]):-webkit-autofill, :where([type="number"]):autofill {
  box-shadow: 0 0 0 1000px #FFFFFF inset;
}
:where([type="number"]):focus {
  border-color: #FC7C9F;
  color: #425064;
  outline: none;
}
:where([type="number"]):disabled {
  background-color: #F9F4F4;
  color: #FFFFFF;
}
:where([type="number"]) + span:not([class]) {
  display: inline-block;
  margin-left: 5px;
  margin-right: 10px;
  vertical-align: bottom;
}
:where([type="number"])[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

:where(select) {
  padding: 0 5px;
  width: 100%;
  max-width: 100%;
  height: 30px;
  line-height: 30px;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  background-color: #FFFFFF;
  font-size: 1.0rem;
  color: #000000;
  vertical-align: bottom;
}
:where(select)::placeholder {
  color: #999999;
}
:where(select):-webkit-autofill, :where(select):autofill {
  box-shadow: 0 0 0 1000px #FFFFFF inset;
}
:where(select):focus {
  border-color: #FF0000;
  color: #000000;
  outline: none;
}
:where(select):disabled {
  background-color: #333333;
  color: #FFFFFF;
}
:where(select) + span:not([class]) {
  display: inline-block;
  margin-left: 5px;
  margin-right: 10px;
  vertical-align: bottom;
}
:where(select)[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}
:where(select)[name="SEX"], :where(select)[name="CONSULTATION"], :where(select)[name="TITLE"] {
  width: 100%;
}
:where(select) + span {
  display: inline-block;
  margin-left: 5px;
  margin-right: 10px;
  vertical-align: bottom;
}

:where(textarea) {
  padding: 0 10px;
  width: 100%;
  max-width: 100%;
  height: 10.0em;
  max-height: 100%;
  border: 1px solid #707070;
  border-radius: 5px;
  background-color: #FFFFFF;
  font-size: 1.0rem;
  color: #425064;
  vertical-align: bottom;
}
:where(textarea)::placeholder {
  color: #707070;
}
:where(textarea):-webkit-autofill, :where(textarea):autofill {
  box-shadow: 0 0 0 1000px #FFFFFF inset;
}
:where(textarea):focus {
  border-color: #FC7C9F;
  color: #425064;
  outline: none;
}
:where(textarea):disabled {
  background-color: #F9F4F4;
  color: #FFFFFF;
}
:where(textarea) + span:not([class]) {
  display: inline-block;
  margin-left: 5px;
  margin-right: 10px;
  vertical-align: bottom;
}
:where(textarea)[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

:where(label) {
  cursor: pointer;
}

:where([type="radio"]),
:where([type="checkbox"]) {
  vertical-align: middle;
  cursor: pointer;
}
:where([type="radio"]) + span,
:where([type="checkbox"]) + span {
  transition: 0.1s;
}
:where([type="radio"]):checked + span,
:where([type="checkbox"]):checked + span {
  color: #FC7C9F;
}

.label-button [type="radio"],
.label-button [type="checkbox"] {
  display: none;
}
.label-button [type="radio"] + span,
.label-button [type="checkbox"] + span {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 38px;
  border: 1px solid #FC7C9F;
  border-radius: 5px;
  background: #FFFFFF;
  font-size: 1rem;
  color: #FC7C9F;
  font-weight: 600;
  text-align: center;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  text-decoration: none;
  transition: 0.1s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.label-button [type="radio"] + span span,
.label-button [type="radio"] + span i,
.label-button [type="checkbox"] + span span,
.label-button [type="checkbox"] + span i {
  line-height: 38px;
}
.label-button [type="radio"] + span i,
.label-button [type="checkbox"] + span i {
  margin-right: 2px;
}
.label-button [type="radio"] + span:hover, .label-button [type="radio"] + span.is-active,
.label-button [type="checkbox"] + span:hover,
.label-button [type="checkbox"] + span.is-active {
  border-color: #FC7C9F !important;
  background: #FC7C9F !important;
  color: #FFFFFF !important;
  opacity: 1;
}
.label-button [type="radio"]:checked + span,
.label-button [type="checkbox"]:checked + span {
  border-color: #FC7C9F;
  background: #FC7C9F;
  color: #FFFFFF;
  cursor: default;
}

:where([type="submit"]) {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 28px;
  border: 1px solid #FC7C9F;
  border-radius: 5px;
  background: #FC7C9F;
  font-size: 1rem;
  color: #FFFFFF;
  font-weight: 600;
  text-align: center;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  text-decoration: none;
  transition: 0.1s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
:where([type="submit"]) span,
:where([type="submit"]) i {
  line-height: 28px;
}
:where([type="submit"]) i {
  margin-right: 2px;
}
:where([type="submit"]):hover, :where([type="submit"]).is-active {
  border-color: #FC7C9F !important;
  background: #fa3168 !important;
  color: #FFFFFF !important;
  opacity: 1;
}
:where([type="submit"]):disabled {
  border-color: #707070;
  background: #707070;
  color: #F9F4F4;
}
:where([type="submit"]):disabled:hover {
  border-color: #707070;
  background: #707070;
  color: #F9F4F4;
}

.form-container {
  margin-top: 40px;
  padding: 20px 40px;
  border: 1px solid #bdbdbd;
}
.form-item dd {
  margin-top: 5px;
}
.form-item span {
  margin: 0 5px;
  font-weight: 500;
}
.form-item:nth-of-type(n + 2) {
  margin-top: 10px;
}
.form-button {
  margin: 10px auto 0;
  width: 100%;
  max-width: 280px;
}

.single-form {
  width: 100%;
}
.single-form-input {
  position: relative;
  width: 100%;
  height: 40px;
}
.single-form-input input[type="text"] {
  padding-right: 50px;
}
.single-form-input button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  border-left: 1px solid #707070;
  background-color: transparent;
  font-size: 1.3rem;
  color: #707070;
}

.page-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  gap: 40px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  max-width: 1300px;
}

.main {
  width: calc(100% - 300px);
  order: 2;
}

.aside {
  width: 260px;
  order: 1;
}

.support-banner {
  margin-top: 80px;
}
.support-banner-inner {
  text-align: center !important;
}
.support-banner-inner img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.header-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  max-width: 1300px;
}
.header-logo {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 170px;
  height: 100px;
}
.header-copy {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: calc(100% - 450px);
  height: 100px;
}
.header-copy p {
  font-family: "Inter", "Shippori Mincho", serif;
}
.header-tips {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 200px;
  height: 100px;
}

.global-navigation-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  max-width: 1300px;
}

.global-navigation-parent {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  background: #FFF1EF;
}
.global-navigation-parent > li {
  width: calc(100% / 5);
}
.global-navigation-parent > li a {
  display: block;
  line-height: 40px;
  background: #FFF1EF;
  font-size: 0.9rem;
  color: #425064;
  font-weight: 600;
  text-align: center;
}
.global-navigation-parent > li a:hover {
  background: #ffdbd6;
  text-decoration: none;
}
.global-navigation-parent > li.is-pulldown {
  position: relative;
}
.global-navigation-parent > li.is-pulldown > a::after {
  margin-left: 10px;
  content: "\f107";
  font-weight: 600;
  font-family: "Font Awesome 6 Free";
}
.global-navigation-parent > li.is-pulldown:hover > a::after {
  content: "\f106";
}
.global-navigation-parent > li.is-pulldown:hover .global-navigation-children {
  max-height: 100vh;
  opacity: 1.0;
}
.global-navigation-parent > li.is-operator a {
  background: #E9EAFD;
}
.global-navigation-parent > li.is-operator a:hover {
  background: #d2d4fb;
}

.global-navigation-children {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  max-height: 0;
  background: #FFF1EF;
  overflow: hidden;
  z-index: 9999;
  transition: 0.1s;
  opacity: 0.0;
}

.footer {
  margin-top: 40px;
  background: #FFF1EF;
}
.footer-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  padding: 20px 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  max-width: 1100px;
}
.footer-link {
  order: 2;
}
.footer-link li:nth-of-type(n + 2) {
  margin-top: 10px;
}
.footer-link li a {
  color: #425064;
}
.footer-mainlink dt {
  display: inline-block;
  padding: 0 10px 0 5px;
  border-bottom: 2px solid;
  color: #425064;
  font-weight: 600;
}
.footer-mainlink dd {
  margin-top: 10px;
  padding-left: 25px;
}
.footer-mainlink dd a {
  color: #425064;
}
.footer-mainlink.is-user {
  order: 3;
}
.footer-mainlink.is-user dt {
  border-bottom-color: #FC7C9F;
}
.footer-mainlink.is-operator {
  order: 4;
}
.footer-mainlink.is-operator dt {
  border-bottom-color: #A1A4DE;
}
.footer-sublink {
  order: 5;
}
.footer-sublink li:nth-of-type(n + 2) {
  margin-top: 10px;
}
.footer-sublink li a {
  font-size: 0.9rem;
  color: #425064;
}
.footer-logo {
  width: 170px;
  order: 1;
}
.footer-copyright {
  padding: 10px 0;
  background: #FC7C9F;
  font-size: 0.9rem;
  color: #FFFFFF;
  text-align: center;
}

.footer-topback {
  display: none;
  position: fixed;
  right: calc((100vw - 1400px) / 2);
  bottom: 80px;
  width: 60px;
  opacity: 0.9;
  z-index: 9999;
}
.footer-topback a {
  display: block;
  width: 60px;
  max-width: 100%;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  background: #FC7C9F;
  font-size: 1rem;
  color: #FFFFFF;
  font-weight: 600;
  text-align: center;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  text-decoration: none;
  transition: 0.1s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.footer-topback a i {
  margin-right: 2px;
}
.footer-topback a:hover, .footer-topback a.is-active {
  border-color: #707070 !important;
  background: #fa3168 !important;
  color: #FFFFFF !important;
  opacity: 1;
}

@media screen and (max-width: 1440px) {
  .footer-topback {
    right: 20px;
  }
}
.pagination {
  margin: 40px auto 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.pagination li {
  margin: 0 10px 10px 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 10px;
  background: #FC7C9F;
  color: #FFFFFF;
  font-weight: 600;
  text-align: center;
}
.pagination li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #FC7C9F;
  border-radius: 10px;
  background: #FFFFFF;
  color: #FC7C9F;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}
.pagination li a:hover {
  background: #FC7C9F;
  color: #FFFFFF;
}
.pagination li.is-prev, .pagination li.is-next {
  width: 80px;
}
.pagination li.is-prev a, .pagination li.is-next a {
  width: 80px;
}

.button-basic {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  border: 0px solid #FF0046;
  border-width: 0 1px 1px 0;
  border-radius: 30px;
  background: #FC7C9F;
  font-size: 1.5rem;
  color: #FFFFFF;
  font-weight: 600;
  text-align: center;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  text-decoration: none;
  transition: 0.1s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.button-basic span,
.button-basic i {
  line-height: 60px;
}
.button-basic i {
  margin-right: 2px;
}
.button-basic:hover, .button-basic.is-active {
  border-color: #FF0046 !important;
  background: #FC7C9F !important;
  color: #FFFFFF !important;
  opacity: 1;
  border-width: 1px 1px 1px 1px;
}

.button-simple {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 38px;
  border: 1px solid #707070;
  border-width: 1px 2px 2px 1px;
  border-radius: 5px;
  background: #FFFFFF;
  font-size: 1rem;
  color: #425064;
  font-weight: 600;
  text-align: center;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  text-decoration: none;
  transition: 0.1s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.button-simple span,
.button-simple i {
  line-height: 38px;
}
.button-simple i {
  margin-right: 2px;
}
.button-simple:hover, .button-simple.is-active {
  border-color: #707070 !important;
  background: #d9d9d9 !important;
  color: #425064 !important;
  opacity: 1;
  border-width: 2px 1px 1px 2px;
}
.button-simple.is-button-pink {
  border-color: #fa3168;
  background: #FC7C9F;
  color: #FFFFFF;
}
.button-simple.is-button-pink:hover, .button-simple.is-button-pink.is-active {
  border-color: #fa3168 !important;
  background: #fd95b1 !important;
  color: #FFFFFF !important;
}
.button-simple.is-button-green {
  border-color: #3da6b1;
  background: #6DC4CD;
  color: #FFFFFF;
}
.button-simple.is-button-green:hover, .button-simple.is-button-green.is-active {
  border-color: #3da6b1 !important;
  background: #80ccd4 !important;
  color: #FFFFFF !important;
}
.button-simple.is-button-gray {
  border-color: #425064;
  background: #707070;
  color: #FFFFFF;
}
.button-simple.is-button-gray:hover, .button-simple.is-button-gray.is-active {
  border-color: #425064 !important;
  background: #7d7d7d !important;
  color: #FFFFFF !important;
}

.button-anchor {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 38px;
  border: 1px solid #707070;
  border-width: 1px 2px 2px 1px;
  border-radius: 5px;
  background: #FFFFFF;
  font-size: 1rem;
  color: #425064;
  font-weight: 600;
  text-align: center;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  text-decoration: none;
  transition: 0.1s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.button-anchor span,
.button-anchor i {
  line-height: 38px;
}
.button-anchor i {
  margin-right: 2px;
}
.button-anchor::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto;
  text-align: center;
  font-family: "Font Awesome 6 Free";
  width: 2.0em;
  font-size: 1rem;
  font-weight: 600;
  content: "\f107";
}
.button-anchor:hover, .button-anchor.is-active {
  border-color: #707070 !important;
  background: #d9d9d9 !important;
  color: #425064 !important;
  opacity: 1;
  border-width: 2px 1px 1px 2px;
}

.button-condition {
  display: block;
  width: 200px;
  max-width: 100%;
  height: 30px;
  line-height: 28px;
  border: 1px solid #707070;
  border-radius: 15px;
  background: #707070;
  font-size: 1rem;
  color: #FFFFFF;
  font-weight: 500;
  text-align: center;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  text-decoration: none;
  transition: 0.1s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.button-condition span,
.button-condition i {
  line-height: 28px;
}
.button-condition i {
  margin-right: 2px;
}
.button-condition:hover, .button-condition.is-active {
  border-color: #707070 !important;
  background: #707070 !important;
  color: #FFFFFF !important;
  opacity: 1;
}
.button-condition.is-condition-1 {
  border-color: #A1A4DE;
  background: #A1A4DE;
}
.button-condition.is-condition-1:hover, .button-condition.is-condition-1.is-active {
  border-color: #A1A4DE !important;
  background: #b4b6e5 !important;
}
.button-condition.is-condition-2 {
  border-color: #E9EAFD;
  background: #E9EAFD;
  color: #425064;
}
.button-condition.is-condition-2:hover, .button-condition.is-condition-2.is-active {
  border-color: #E9EAFD !important;
  background: #d2d4fb !important;
  color: #425064 !important;
}
.button-condition.is-condition-3 {
  border-color: #FC7C9F;
  background: #FC7C9F;
}
.button-condition.is-condition-3:hover, .button-condition.is-condition-3.is-active {
  border-color: #FC7C9F !important;
  background: #fd95b1 !important;
}
.button-condition.is-condition-9 {
  border-color: #FF0046;
  background: #FF0046;
}
.button-condition.is-condition-9:hover, .button-condition.is-condition-9.is-active {
  border-color: #FF0046 !important;
  background: #ff1a59 !important;
}

.button-set {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  gap: 10px;
}
.button-set.is-1 li {
  margin: 0 auto;
  width: 100%;
}
.button-set.is-1 li:nth-of-type(n + 2) {
  margin-top: 10px;
}
.button-set.is-2 {
  gap: 10px;
}
.button-set.is-2 li {
  width: calc((100% - 10px) / 2);
}
.button-set.is-3 {
  gap: 10px;
}
.button-set.is-3 li {
  width: calc((100% - 20px) / 3);
}
.button-set.is-4 {
  gap: 10px;
}
.button-set.is-4 li {
  width: calc((100% - 30px) / 4);
}
.button-set li.is-end {
  margin-left: auto;
}

.aside-banner {
  margin-top: 40px;
}
.aside-banner-list li {
  text-align: center !important;
}
.aside-banner-list li img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.aside-banner-list li:nth-of-type(n + 2) {
  margin-top: 20px;
}

.aside-entrance {
  margin-top: 10px;
  width: 100%;
}
.aside-entrance.is-login {
  margin-top: 40px;
  padding: 10px 10px;
  background: #FFF1EF;
}
.aside-entrance-subject {
  font-size: 0.9rem;
  font-weight: 600;
  text-align: center;
}
.aside-entrance-subject span {
  margin: 0 5px;
  font-size: 0.7rem;
}
.aside-entrance-subject.is-ashirai::before {
  content: "＼";
  margin-right: 5px;
  font-size: 1.3rem;
}
.aside-entrance-subject.is-ashirai::after {
  content: "／";
  margin-left: 5px;
  font-size: 1.3rem;
}
.aside-entrance-button {
  text-align: center !important;
}
.aside-entrance-button img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.aside-entrance-sns {
  margin-top: 10px;
  width: 100%;
}
.aside-entrance-sns-list li {
  background: #FFFFFF;
}
.aside-entrance-sns-list li a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  padding: 5px 0 5px 40px;
  border-radius: 3px;
}
.aside-entrance-sns-list li a:hover {
  text-decoration: none;
}
.aside-entrance-sns-list li a img {
  width: 20px;
  height: 20px;
}
.aside-entrance-sns-list li a span {
  width: calc(100% - 30px);
  font-size: 0.9rem;
  color: #425064;
  font-weight: 600;
}
.aside-entrance-sns-list li:nth-of-type(n + 2) {
  margin-top: 10px;
}

.contents.is-border-top {
  padding-top: 40px;
  border-top: 2px solid #FC7C9F;
}
.contents:nth-of-type(n + 2) {
  margin-top: 80px;
}
.contents-link {
  margin-top: 10px;
  text-align: center;
}
.contents-link a {
  font-weight: 600;
}

.subject {
  padding: 10px 10px;
  border-top: 2px solid #FC7C9F;
  background: #F9F4F4;
  font-size: 1.5rem;
  color: #FC7C9F;
  text-align: center;
}

.contents-tips {
  margin-top: 50px;
  text-align: center;
}

.qr-code {
  margin: 40px auto;
  width: 100%;
  max-width: 300px;
  text-align: center !important;
}
.qr-code img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

ul.page-list {
  margin: 10px 0;
  list-style: disc;
}
ul.page-list > li {
  width: auto;
  margin-left: 30px;
  text-indent: 0;
}

ol.page-list {
  margin: 10px 0;
  list-style: none;
  counter-reset: num;
}
ol.page-list > li {
  text-indent: -30px;
  padding-left: 30px;
}
ol.page-list > li::before {
  margin-right: 0.25em;
  display: inline-block;
  content: counter(num) ".";
  counter-increment: num;
  width: 30px;
  text-align: right;
  font-family: "Inter", "Noto Sans JP", sans-serif;
}
ol.page-list ol.page-list {
  margin-left: 30px;
}
ol.page-list ol.page-list li::before {
  content: "(" counter(num) ")";
}

ol.maru-list {
  margin: 10px 0;
  list-style: none;
  line-height: 1.5em;
  counter-reset: num;
}
ol.maru-list li {
  position: relative;
  padding-left: 1.75em;
}
ol.maru-list li::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 1.5em;
  height: 1.5em;
  line-height: calc(1.5em - 2px);
  content: counter(num);
  counter-increment: num;
  border: 1px solid;
  border-radius: 50%;
  background: #FFFFFF;
  font-size: 0.9rem;
  text-align: center;
}
ol.maru-list li:nth-of-type(n + 2) {
  margin-top: 5px;
}

table.page-table {
  margin: 20px auto;
  min-width: 50%;
  border-top: 1px solid #707070;
  border-left: 1px solid #707070;
}
table.page-table.is-100 {
  width: 100%;
}
table.page-table caption {
  font-size: 1.3rem;
  color: #FC7C9F;
}
table.page-table tr {
  border-bottom: 1px solid #707070;
}
table.page-table tr.border-bold {
  border-bottom-width: 3px;
}
table.page-table tr.border-none {
  border-bottom: none;
}
table.page-table tr.is-red th {
  background: #FC7C9F;
  color: #FFFFFF;
  text-align: center;
}
table.page-table tr.is-red th:not(:last-of-type) {
  border-color: #FC7C9F;
}
table.page-table th {
  padding: 5px 10px;
  border-right: 1px solid #707070;
  background: #f2f2f2;
  text-align: left;
}
table.page-table th.border-bold {
  border-right-width: 3px;
}
table.page-table th.border-none {
  border-right: none;
}
table.page-table td {
  padding: 5px 10px;
  border-right: 1px solid #707070;
  background: #FFFFFF;
}
table.page-table td.border-bold {
  border-right-width: 3px;
}
table.page-table td.border-none {
  border-right: none;
}
table.page-table .page-list {
  margin: 0 0;
}

.static-container {
  margin-top: 20px;
  padding-left: 30px;
}
.static-container h3:not([class]) {
  position: relative;
  line-height: 30px;
}
.static-container h3:not([class])::before {
  position: absolute;
  top: 0;
  left: -30px;
  width: 30px;
  height: 30px;
  content: "";
  background: url(/public/pc/img/asirai_h3.png) no-repeat center center;
  background-size: 25px 25px;
}
.static-container h4:not([class]) {
  margin-top: 20px;
}
.static-container p:not([class]) {
  margin-top: 10px;
  font-weight: 300;
}
.static-container ul.page-list,
.static-container ol.page-list {
  margin-left: -30px;
}
.static-container ul.page-list ul.page-list,
.static-container ul.page-list ol.page-list,
.static-container ol.page-list ul.page-list,
.static-container ol.page-list ol.page-list {
  margin-left: 0;
}
.static-container dl:not([class]) dt {
  position: relative;
  line-height: 30px;
}
.static-container dl:not([class]) dt::before {
  position: absolute;
  top: 0;
  left: -30px;
  width: 30px;
  content: "・";
  text-align: center;
}
.static-container hr:not([class]) {
  margin-left: -30px;
  border-top: 2px solid #FC7C9F;
}

.static-contents-center {
  margin-right: auto;
  width: calc(100% - 30px);
}

.static-contact {
  margin-top: 20px;
  padding: 40px 40px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  max-width: 680px;
  border: 10px solid #F9F4F4;
}
.static-contact-text1 {
  text-align: center;
}
.static-contact-text2 {
  margin-top: 20px;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}
.static-contact-text3 {
  margin-top: 20px;
  font-size: 0.9rem;
  text-align: center;
}

.static-guide-table-container + .static-guide-table-container {
  margin-top: 60px;
}

.static-guide-table {
  border-collapse: separate;
  border-spacing: 0 0;
  width: 100%;
}
.static-guide-table th {
  padding: 10px 10px;
  border: 2px solid #FC7C9F;
  border-radius: 10px 10px 0 0;
  background: #F9F4F4;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
}
.static-guide-table td {
  border-bottom: 2px solid #FC7C9F;
  font-weight: 300;
}
.static-guide-table td:first-of-type {
  padding: 20px 0 20px 40px;
  border-left: 2px solid #FC7C9F;
  border-radius: 0 0 0 10px;
}
.static-guide-table td:last-of-type {
  padding: 20px 40px;
  border-right: 2px solid #FC7C9F;
  border-radius: 0 0 10px 0;
}
.static-guide-table:first-of-type {
  margin-top: 10px;
}
.static-guide-table:nth-last-of-type(n + 2) {
  position: relative;
  margin-bottom: 60px;
}
.static-guide-table:nth-last-of-type(n + 2)::after {
  position: absolute;
  left: calc(50% - 1.0rem);
  bottom: -40px;
  content: "\f0d7";
  font-size: 2rem;
  color: #FC7C9F;
  font-weight: 600;
  font-family: "Font Awesome 6 Free";
}
.static-guide-table .button-condition {
  margin: 0 auto;
}
.static-guide-table .button-condition:nth-of-type(n + 2) {
  margin-top: 10px;
}

.static-price-box {
  position: relative;
  margin-top: 10px;
  padding: 40px 0;
  border-radius: 10px;
  background: #FFF1EF;
}

.static-price-subbox {
  padding: 10px 40px 20px;
  border: 2px solid #FC7C9F;
  border-radius: 10px;
  background: #FFFFFF;
}
.static-price-subbox.is-top-right {
  position: absolute;
  top: -55px;
  right: 0;
}
.static-price-subbox p:not([class]) {
  margin-top: 0;
  font-size: 1.3rem;
  color: #FC7C9F;
  font-weight: 600;
  text-align: center;
}
.static-price-subbox span:not([class]) {
  font-size: 0.9rem;
  color: #FC7C9F;
  text-align: center;
}
.static-price-subbox hr:not([class]) {
  margin: 20px auto 20px 0;
  border-top: 2px solid #FC7C9F;
}

.static-price-inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 840px;
}

.static-price-table {
  width: 100%;
}
.static-price-table th {
  color: #FC7C9F;
}
.static-price-table:nth-of-type(n + 2) {
  margin-top: 40px;
}

.static-price-subject {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
}
.static-price-subject div {
  font-size: 1.2rem;
  font-weight: 600;
}
.static-price-subject div:first-of-type {
  width: 10.0em;
}

.static-price-tips-table {
  width: calc(100% - 30px);
}
.static-price-tips-table caption {
  padding-bottom: 10px;
  font-weight: 600;
}
.static-price-tips-table tr {
  border-top: 1px solid transparent;
}
.static-price-tips-table th {
  padding-top: 10px;
}
.static-price-tips-table td {
  padding-top: 10px;
  text-align: center;
}
.static-price-tips-table td:last-of-type {
  text-align: right;
}

.subscription-addendum {
  margin: 0 auto;
  max-width: 685px;
}

.static-qa:nth-of-type(n + 2) {
  margin-top: 80px;
}
.static-qa dt {
  position: relative;
  padding-left: 50px;
  padding-bottom: 10px;
  border-bottom: 2px solid #F9F4F4;
  color: #FC7C9F;
  font-weight: 600;
}
.static-qa dt span:not([class]) {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  min-height: 30px;
}
.static-qa dt::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  content: "Q";
  background: #F9F4F4;
  color: #FC7C9F;
  font-weight: 600;
  text-align: center;
}
.static-qa dd {
  padding-left: 50px;
}

.static-help-ankerlink {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  gap: 10px;
}
.static-help-ankerlink li {
  width: calc((100% - 20px) / 3);
}
.static-help-ankerlink li a,
.static-help-ankerlink li span {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 56px;
  border: 2px solid #F9F4F4;
  border-radius: 5px;
  background: #FFFFFF;
  font-size: 1rem;
  color: #425064;
  font-weight: 600;
  text-align: center;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  text-decoration: none;
  transition: 0.1s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.static-help-ankerlink li a span,
.static-help-ankerlink li a i,
.static-help-ankerlink li span span,
.static-help-ankerlink li span i {
  line-height: 56px;
}
.static-help-ankerlink li a i,
.static-help-ankerlink li span i {
  margin-right: 2px;
}
.static-help-ankerlink li a:hover, .static-help-ankerlink li a.is-active,
.static-help-ankerlink li span:hover,
.static-help-ankerlink li span.is-active {
  border-color: #F9F4F4 !important;
  background: #F9F4F4 !important;
  color: #425064 !important;
  opacity: 1;
}
.static-help-ankerlink + * {
  margin-top: 80px;
}

.static-help-subject {
  padding: 10px 0;
  border-bottom: 2px solid #F9F4F4;
  text-indent: 30px;
}

.static-help:nth-of-type(n + 2) {
  margin-top: 40px;
}
.static-help dt {
  position: relative;
  padding-left: 30px;
}
.static-help dt span:not([class]) {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  min-height: 30px;
}
.static-help dt::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 10px;
  height: 30px;
  content: "";
  background: #FFF1EF;
}
.static-help dd {
  padding-left: 30px;
}

.static-box-message {
  margin-top: 40px;
  width: 100%;
  border: 2px solid #FC7C9F;
}
.static-box-subject {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 10px 10px;
  background: #FC7C9F;
  font-size: 1.3rem;
  color: #FFFFFF;
  text-align: center;
}
.static-box-subject::before, .static-box-subject::after {
  width: 100px;
  height: 1px;
  content: "";
  background-color: #FFFFFF;
}
.static-box-subject::before {
  margin-right: 10px;
}
.static-box-subject::after {
  margin-left: 10px;
}
.static-box-text {
  padding: 20px 20px;
  background: #FFF1EF;
}
.static-box-text p {
  color: #FC7C9F;
  font-weight: 600;
  text-align: center;
}

.static-flow {
  margin: 40px auto;
  width: 100%;
  max-width: 700px;
  border: 2px solid #FC7C9F;
  border-radius: 10px;
}
.static-flow dl {
  margin: 0 0;
}
.static-flow dl dt {
  padding: 10px 10px;
  border-radius: 10px 10px 0 0;
  background: #F9F4F4;
  font-weight: 600;
  text-align: center;
}
.static-flow dl dt::before {
  display: none;
}
.static-flow dl dd {
  padding: 10px 10px;
  border-top: 2px solid #FC7C9F;
  font-weight: 300;
}
.static-flow.is-active dt {
  background: #FC7C9F;
  color: #FFFFFF;
}
.static-flow:nth-last-of-type(n + 2) {
  position: relative;
  margin-bottom: 80px;
}
.static-flow:nth-last-of-type(n + 2)::after {
  position: absolute;
  left: calc(50% - 1.0rem);
  bottom: -50px;
  content: "\f0d7";
  font-size: 2rem;
  color: #FC7C9F;
  font-weight: 600;
  font-family: "Font Awesome 6 Free";
}

.fixed-banner {
  position: fixed;
  top: 100px;
  right: calc((100vw - 1500px) / 2);
  text-align: center !important;
}
.fixed-banner img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1540px) {
  .fixed-banner {
    right: 20px;
  }
}
.profile-detail {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}

.profile-detail-left {
  width: 33.33%;
  max-width: 300px;
}

.profile-detail-right {
  width: 62.22%;
  max-width: 560px;
}

.profile-detail-name {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 10px;
  width: 37.78%;
  max-width: 340px;
}

.profile-detail-gender {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
  width: 6.67%;
  max-width: 60px;
}

.profile-detail-button {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 55.56%;
  max-width: 500px;
}

.profile-name {
  line-height: 1.2;
}
.profile-name-nickname {
  width: 100%;
  font-size: 2.4rem;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.profile-name-sensei {
  width: 100%;
}
.profile-name-kana {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.profile-name-gender {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-top: auto;
  width: 100%;
  font-size: 1.2rem;
  text-align: center;
}

.profile-main-button {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.profile-main-button:nth-of-type(n + 2) {
  margin-top: 20px;
}

.profile-evaluate-button {
  width: 17.35%;
  max-width: 85px;
  text-align: center !important;
}
.profile-evaluate-button img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.profile-reserve {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 61.22%;
  max-width: 300px;
  text-align: center !important;
}
.profile-reserve img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.profile-divination {
  width: calc(100% - (50px + 20px));
}
.profile-divination span {
  display: block;
  padding: 5px 10px;
  border-radius: 5px;
  background: #F9F4F4;
  font-size: 1.3rem;
  text-align: center;
}
.profile-divination span:nth-of-type(n + 2) {
  margin-top: 10px;
}

.profile-image {
  margin: 0 auto;
  width: 100%;
  max-width: 300px;
  text-align: center !important;
}
.profile-image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.profile-tip,
.profile-favolate {
  width: 49.04%;
  max-width: 255px;
  text-align: center !important;
}
.profile-tip img,
.profile-favolate img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.profile-condition-table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #FC7C9F;
  border-radius: 5px;
  overflow: hidden;
}
.profile-condition-table tr:nth-of-type(2n + 2) {
  background: #F9F4F4;
}
.profile-condition-table th {
  padding: 10px 20px;
  border-right: 1px solid #FC7C9F;
  text-align: left;
}
.profile-condition-table td {
  padding: 10px 20px;
  vertical-align: middle;
}
.profile-condition-table td ul,
.profile-condition-table td p {
  margin: 0 0;
}

.profile-detail-data {
  width: 100%;
}
.profile-detail-data h4,
.profile-detail-data dt {
  padding: 10px 10px;
  border: 2px solid #FC7C9F;
  border-radius: 10px;
  font-size: 1.5rem;
  color: #FC7C9F;
  font-weight: 600;
  text-align: center;
}
.profile-detail-data dl {
  margin: 0 0;
  width: 100%;
}
.profile-detail-data dl:nth-of-type(n + 2) {
  margin-top: 40px;
}
.profile-detail-data dl dd {
  margin-top: 20px;
  padding: 0 20px;
}

.operator-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  gap: 20px;
  margin-top: 20px;
}
.operator-list.is-1 .operator-list-item {
  margin: 0 auto;
  width: 100%;
}
.operator-list.is-1 .operator-list-item:nth-of-type(n + 2) {
  margin-top: 20px;
}
.operator-list.is-2 {
  gap: 20px;
}
.operator-list.is-2 .operator-list-item {
  width: calc((100% - 20px) / 2);
}
.operator-list.is-3 {
  gap: 20px;
}
.operator-list.is-3 .operator-list-item {
  width: calc((100% - 40px) / 3);
}
.operator-list.is-4 {
  gap: 20px;
}
.operator-list.is-4 .operator-list-item {
  width: calc((100% - 60px) / 4);
}
.operator-list-item {
  background: #F9F4F4;
}
.operator-list-link {
  display: block;
}
.operator-list-link:hover {
  text-decoration: none;
}
.operator-list-name {
  padding: 5px 10px;
  border-bottom: 2px solid #bdbdbd;
  color: #707070;
  font-weight: 600;
  text-align: center;
}
.operator-list-image {
  padding: 10px 10px;
}
.operator-list-image img {
  text-align: center !important;
}
.operator-list-image img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.operator-list-divination {
  padding: 0 10px;
  font-size: 0.8rem;
  color: #707070;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.operator-list-divination span {
  display: inline-block;
}
.operator-list-divination span:nth-of-type(n + 2)::before {
  content: "・";
}
.operator-list-consultation {
  padding: 0 10px;
  font-size: 0.7rem;
  color: #707070;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.operator-list-condition {
  margin-top: 5px;
  padding: 0 10px 10px;
}

.operator-search {
  margin-top: 20px;
  margin-bottom: 40px;
}
.operator-search .label-button [type="radio"] + span {
  margin: 0 0;
}
.operator-search .button-set {
  margin-top: 0;
}

.schedule-search {
  margin: 20px auto 0;
  width: 100%;
}
.schedule-search-form {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.schedule-search-form dt {
  line-height: 40px;
}
.schedule-search-form dd {
  margin-left: 20px;
}

.schedule-table-container {
  margin: 40px auto 0;
}

.schedule-table {
  width: 100%;
  border-top: 1px solid #707070;
  border-left: 1px solid #707070;
}
.schedule-table tr {
  border-bottom: 1px solid #707070;
}
.schedule-table th,
.schedule-table td {
  border-right: 1px solid #707070;
}
.schedule-table-header th {
  text-align: center;
}
.schedule-table-header th:first-of-type {
  background: #bdbdbd;
}
.schedule-table-header th:nth-of-type(n + 2) {
  width: 3.33%;
  line-height: 1.0;
  background: #f2f2f2;
}
.schedule-table-header th a {
  display: block;
  padding: 10px 0;
  line-height: 1.0;
  color: #425064;
}
.schedule-table-header th a:hover {
  background: #FC7C9F;
  color: #FFFFFF;
  text-decoration: none;
}
.schedule-table-header th span {
  display: block;
  padding: 10px 0;
  line-height: 1.0;
  color: #425064;
}
.schedule-table-header th.is-active {
  background: #FC7C9F;
}
.schedule-table-header th.is-active a,
.schedule-table-header th.is-active span {
  color: #FFFFFF;
}
.schedule-table-operator th {
  background: #FFFFFF;
  text-align: left;
}
.schedule-table-operator th a {
  display: block;
  padding: 5px;
}
.schedule-table-operator th a::after {
  content: "";
  display: block;
  clear: both;
}
.schedule-table-operator th a:hover {
  text-decoration: none;
}
.schedule-table-operator th img {
  float: left;
  width: 40px;
}
.schedule-table-operator th p:not([class]) {
  margin: 0 0 0 50px;
  line-height: 40px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.schedule-table-operator td {
  width: 3.33%;
  background: #FFFFFF;
  text-align: center;
  vertical-align: middle;
}
.schedule-table-operator td.is-active {
  background: #FFF1EF;
}
.schedule-table-operator:hover th,
.schedule-table-operator:hover td {
  background: #FFF1EF;
}
.schedule-table-operator:hover th.is-active,
.schedule-table-operator:hover td.is-active {
  background: #ffaea3;
}

.schedule-table-container.is-profile .schedule-table-weekly th {
  width: 6.5rem;
  height: 29px;
  line-height: 29px;
  text-align: center;
  vertical-align: middle;
}
.schedule-table-container.is-profile .schedule-table-weekly td {
  width: 29px;
  height: 29px;
  line-height: 29px;
  text-align: center;
  vertical-align: middle;
}
.schedule-table-container.is-profile .schedule-table-weekly td.is-active {
  background: #FFF1EF;
}
.schedule-table-container.is-profile .schedule-table-weekly.saturday th {
  color: #A1A4DE;
}
.schedule-table-container.is-profile .schedule-table-weekly.sunday th {
  color: #FC7C9F;
}
.schedule-table-container.is-profile .schedule-table-weekly:hover th,
.schedule-table-container.is-profile .schedule-table-weekly:hover td {
  background: #FFF1EF;
}
.schedule-table-container.is-profile .schedule-table-weekly:hover th.is-active,
.schedule-table-container.is-profile .schedule-table-weekly:hover td.is-active {
  background: #ffaea3;
}
.schedule-table-container.is-profile .schedule-table-days,
.schedule-table-container.is-profile .schedule-table-absolute {
  width: 6.5rem;
}
.schedule-table-container.is-profile th.schedule-table-datetime,
.schedule-table-container.is-profile td.schedule-table-datetime {
  width: 8.5em;
}

.top-message {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 640px;
}

.top-contents {
  margin-top: 40px;
}

.top-concept-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  margin-top: 40px;
  padding: 0 20px;
}

.top-concept {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  width: calc((100% - 40px) / 3);
  padding: 10px 20px 20px;
  border: 2px solid #FC7C9F;
  border-radius: 10px;
}
.top-concept h3 {
  position: relative;
  width: 100%;
  font-size: 1.2rem;
  text-align: center;
}
.top-concept h3::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  content: "";
  border-bottom: 2px solid #FC7C9F;
}
.top-concept h3 + * {
  margin-top: 10px;
}
.top-concept p {
  width: 100%;
  line-height: 1.75;
}
.top-concept-bold {
  font-weight: 600;
  text-align: center;
}
.top-concept-bold + * {
  font-weight: 300;
}
.top-concept-button {
  margin-top: auto;
  width: 100%;
}

.regist-flow-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  gap: 40px;
}

.regist-flow {
  width: calc((100% - 80px) / 3);
  border: 2px solid #FC7C9F;
  border-radius: 10px;
}
.regist-flow dl {
  margin: 0 0;
}
.regist-flow dl dt {
  padding: 10px 10px;
  border-radius: 10px 10px 0 0;
  background: #F9F4F4;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
}
.regist-flow dl dt::before {
  display: none;
}
.regist-flow dl dd {
  padding: 10px 10px;
  border-top: 2px solid #FC7C9F;
  font-size: 0.9rem;
  font-weight: 300;
}
.regist-flow.is-active dt {
  background: #FC7C9F;
  color: #FFFFFF;
}
.regist-flow:nth-last-of-type(n + 2) {
  position: relative;
}
.regist-flow:nth-last-of-type(n + 2)::after {
  position: absolute;
  top: calc(50% - 0.5rem);
  right: -28px;
  content: "\f0da";
  font-size: 2rem;
  color: #FC7C9F;
  font-weight: 600;
  font-family: "Font Awesome 6 Free";
}

.support-list {
  margin-top: 20px;
  border-top: 1px solid #707070;
}
.support-list-item {
  padding: 20px 0;
  border-bottom: 1px solid #707070;
}
.support-list-datetime {
  margin-top: 10px;
  font-size: 0.9rem;
  color: #707070;
  text-align: right;
}
