/* header */
.header {
  background-color: #6282d4;
}

.header__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 60px;
  padding: 0 16px;
  margin: auto;
  color: #fff;
}

.header__here {
  padding: 13px 0;
  font-size: 12px;
  line-height: 140%;
}

.header__number {
  display: flex;
  gap: 2px;
  align-items: center;
  font-size: clamp(0.875rem, 0.616rem + 1.1vw, 1.5rem); /* min:14px max:16px viewport-min:375px viewport-max:1280px */
  line-height: 1;
  color: #fff;
}

.header__number span {
  display: block;
  width: 14px;
  height: 14px;
  background-image: url('/webform/smile/assets/icon-phone.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.header__number a[href^='tel:'] {
  color: #fff;
  text-decoration: none;
}

.header__number a[href^='tel:']:hover {
  opacity: 1;
}

@media screen and (min-width: 1025px) {
  .header__wrap {
    gap: 27px;
    justify-content: flex-end;
    max-width: 704px;
    padding: 10px 0;
  }

  .header__here {
    font-size: 16px;
  }

  .header__phone p {
    margin-top: 0;
    font-size: 10px;
    line-height: 140%;
  }

  .header__number {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 24px;
  }

  .header__number span {
    width: 16px;
    height: 16px;
    background-image: url('/webform/smile/assets/icon-phone.svg');
    transform: translateY(2px);
  }

  .header__number a[href^='tel:'] {
    pointer-events: none;
  }
}

/* footer */
.footer {
  padding: 12px 0;
  padding-bottom: 88px;
  font-size: 12px;
  line-height: 1.75;
  color: white;
  background: #363a44;
}

.footer .copyright {
  text-align: center;
}

@media screen and (min-width: 1025px) {
  .footer {
    padding: 16px 0;
    margin-bottom: 0;
  }
}

.listText.-number {
  margin-left: 1.5em;
  list-style: number;
}

/* tags component */
.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tag {
  padding: 4px 10px;
  font-size: 16px;
  font-weight: var(--font-weight-bold);
  line-height: 1.5;
  letter-spacing: 0.04em;
  border-radius: 8px;
}

.tag.ng {
  color: #8e959e;
  background: #efefef;
}

.tag.woman {
  color: rgb(249 92 110 / 100%);
  background: rgb(255 235 238 / 100%);
}

.tag.man {
  color: rgb(100 164 222 / 100%);
  background: rgb(234 245 255 / 100%);
}

.tag.blue {
  background: #dbe5ff;
}

/* button */
.btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 56px;
  padding: 0;
  letter-spacing: 0.04em;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 42px;
  outline: none;
}

.btn-md {
  height: 56px;
}

.btn-ghost-white {
  background-color: #fafafb;
}

.btn-white {
  background-color: white;
}

.btn-lavender {
  color: #565656;
  background-color: #fafafb;
}

.btn-blue {
  color: white;
  background-color: #6282d5;
}

.btn-gray {
  padding-right: 30px;
  color: #dbdfec;
  background-color: #bcc3ce;
}

.btn:disabled {
  padding-right: 30px;
  color: #dbdfec;
  cursor: not-allowed;
  background-color: #bcc3ce;
}

.btn:disabled span {
  position: absolute;
  right: 17px;
  width: 16px;
  height: 16px;
  background-image: url('/webform/smile/assets/icon-arrow-right-gray.svg');
}

.btn-next {
  padding-right: 30px;
}

.btn-next span {
  position: absolute;
  right: 23px;
  width: 16px;
  height: 16px;
  background-image: url('/webform/smile/assets/icon-arrow-right.svg');
}

.btn-back {
  padding-left: 30px;
}

.btn-back span {
  position: absolute;
  left: 23px;
  width: 16px;
  height: 16px;
  background-image: url('/webform/smile/assets/icon-arrow-left.svg');
}

.btnAction {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 56px;
  padding: 0;
  font-weight: 600;
  color: white;
  letter-spacing: 0.04em;
  cursor: pointer;
  background: none;
  background-color: #6282d5;
  border: none;
  border-radius: 42px;
  outline: inherit;
}

.btnAction > .btnIcon {
  position: absolute;
  right: 23px;
  width: 16px;
  height: 16px;
  background-image: url('/webform/smile/assets/icon-arrow-right-white.svg');
}

.btnAction:disabled {
  color: #dbdfec;
  cursor: not-allowed;
  background-color: #bcc3ce;
}

.btnAction:disabled > .btnIcon {
  opacity: 0.3;
}

.btnBack {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 56px;
  padding: 0;
  font-weight: 600;
  letter-spacing: 0.04em;
  cursor: pointer;
  background: none;
  background-color: #fff;
  border: none;
  border-radius: 42px;
  outline: inherit;
}

.btnBack > .btnIcon {
  position: absolute;
  left: 23px;
  width: 16px;
  height: 16px;
  background-image: url('/webform/smile/assets/icon-arrow-left.svg');
}

.btnEditBack {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 620px;
  min-height: 56px;
  padding: 0;
  padding: 16px 20px;
  font-weight: 600;
  color: #565656;
  letter-spacing: 0.04em;
  cursor: pointer;
  background: none;
  background-color: #fff;
  border: none;
  border-radius: 42px;
  outline: inherit;
}

.btnEditBack > .label {
  flex: 1;
}

.btnEditBack > .btnIcon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  background-image: url('/webform/smile/assets/icon-arrow-left.svg');
}

.btnEditBack:disabled {
  color: #dbdfec;
  cursor: not-allowed;
  background-color: #bcc3ce;
}

.btnEditBack:disabled > .btnIcon {
  opacity: 0.3;
}

@media (1024px <= width) {
  /* hover */
  .btn:hover,
  .btnAction:hover,
  .btnBack:hover,
  .btnEditBack:hover {
    opacity: 0.5;
  }
}

/* yoyaku_floatbtn  styles */
.yoyaku_floatbtn {
  position: fixed;
  bottom: 0;
  display: flex;
  gap: 12px 20px;
  justify-content: center;
  width: 100%;
  padding: 16px 20px;
  background-color: #d9d9d990;
  border-top: 0;
}

.yoyaku_floatbtn > .btnEditBack,
.yoyaku_floatbtn > .btn,
.yoyaku_floatbtn > a {
  max-width: 620px;
}

@media screen and (min-width: 1025px) {
  .yoyaku_floatbtn {
    position: static;
    gap: 16px;
    padding: 24px 20px 48px;
    background: rgb(255 255 255 / 90%);
    border-top: 1px solid #dbdfec;
  }

  .yoyaku_floatbtn.-multiple > button,
  .yoyaku_floatbtn.-multiple > a {
    max-width: 300px;
  }

  .btnEditBack,
  .btnBack {
    background-color: #fafafb;
  }
}

/* headline H3 */
.headlineH3:where(.astro-NWOIBMQG) {
  display: flex;
  gap: 0 10px;
  font-size: var(--font-size-x-large);
  letter-spacing: 0.04em;
}

.headlineH3:where(.astro-NWOIBMQG) .icon:where(.astro-NWOIBMQG) {
  flex-shrink: 0;
}

.headlineH3:where(.astro-NWOIBMQG) .icon:where(.astro-NWOIBMQG) svg:where(.astro-NWOIBMQG) {
  margin-left: -4px;
  fill: #818796;
}

.headlineH3:where(.astro-NWOIBMQG) .title:where(.astro-NWOIBMQG) {
  font-size: var(--font-size-x-large);
  font-weight: 600;
  line-height: 1.5;
}

.headlineH5:where(.astro-RUIANR7A) {
  display: flex;
  gap: 0 10px;
  height: 100%;
}

.headlineH5:where(.astro-RUIANR7A) .title:where(.astro-RUIANR7A) {
  font-size: var(--font-size-normal);
  font-weight: 600;
  color: var(--color);
  letter-spacing: 0.05em;
}

.list:where(.astro-GT4YJ4LJ) {
  padding: 2.5px 0;
}

.list:where(.astro-GT4YJ4LJ) dl:where(.astro-GT4YJ4LJ) {
  display: flex;
  padding: 10px 24px;
  background: #f0f0f1;
  border-radius: 8px;
}

.list:where(.astro-GT4YJ4LJ) dl:where(.astro-GT4YJ4LJ) dt:where(.astro-GT4YJ4LJ) {
  width: 20%;
  padding-right: 18px;
  margin-right: 19px;
  font-weight: 600;
  border-right: 1px dashed rgb(219 223 236 / 100%);
}

.list:where(.astro-GT4YJ4LJ) dl:where(.astro-GT4YJ4LJ) dd:where(.astro-GT4YJ4LJ) {
  box-sizing: border-box;
  display: block;
  width: 80%;
  padding-right: 24px;
}

.list:where(.astro-GT4YJ4LJ) a:where(.astro-GT4YJ4LJ) dd:where(.astro-GT4YJ4LJ) {
  background: url('/icon_link.svg') right center no-repeat;
}

@media screen and (max-width: 1024px) {
  .list:where(.astro-GT4YJ4LJ) dl:where(.astro-GT4YJ4LJ) {
    display: flex;
    padding: 10px 16px;
  }

  .list:where(.astro-GT4YJ4LJ) dl:where(.astro-GT4YJ4LJ) dt:where(.astro-GT4YJ4LJ) {
    width: 34%;
    padding-right: 18px;
    margin-right: 19px;
    font-weight: 600;
    border-right: 1px dashed rgb(219 223 236 / 100%);
  }

  .list:where(.astro-GT4YJ4LJ) dl:where(.astro-GT4YJ4LJ) dd:where(.astro-GT4YJ4LJ) {
    box-sizing: border-box;
    display: block;
    width: 66%;
    padding-right: 24px;
  }
}

/* TableStyle1 */
.tableStyle1 {
  width: 100%;
  min-width: 100%;
  overflow: hidden;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: separate;
  border-radius: 16px;
}

.tableStyle1 .initial {
  white-space: initial !important;
}

.tableStyle1 thead tr th {
  color: #fff;
  white-space: nowrap;
  vertical-align: middle;
  border-right: 1px solid #dbdfec;
}

.tableStyle1 thead tr th:first-child {
  width: 23%;
}

.tableStyle1 thead tr th:last-child {
  border-right: none;
}

.tableStyle1 th,
.tableStyle1 td {
  padding: 14px 24px;
  font-size: 16px;
  line-height: 1.75;
  word-break: break-all;
  vertical-align: top;
}

.tableStyle1 th {
  text-align: left;
  background: #fafafb;
}

.tableStyle1 tbody th:first-child {
  background: #fafafb;
}

.tableStyle1 tbody td,
.tableStyle1 tbody th {
  background-color: #fff;
  border: 1px solid #dbdfec;
}

.tableStyle1 tr:last-child th,
.tableStyle1 tr:last-child td {
  border-bottom: none;
}

.tableStyle1.noline tbody td {
  font-size: 24px;
  line-height: 1.5;
}

.tableStyle1.noline th,
.tableStyle1.noline td {
  text-align: center;
  vertical-align: middle;
  background: #fff;
  border: none;
}

.tableStyle1.noline th.first,
.tableStyle1.noline td.first {
  text-align: left;
}

.tableStyle1.noline tbody tr:nth-child(even) td,
.tableStyle1.noline tbody tr:nth-child(even) th {
  background: #fff;
}

.tableStyle1.noline tbody tr:nth-child(odd) td,
.tableStyle1.noline tbody tr:nth-child(odd) th {
  background: #fafafb;
}

@media screen and (max-width: 1024px) {
  .tableStyle1 {
    position: relative;
  }

  .tableStyle1 thead tr th {
    white-space: initial;
  }

  .tableStyle1 th,
  .tableStyle1 td {
    padding: 11px 16px !important;
    font-size: 14px !important;
  }

  .table_container.noline {
    position: relative;
    width: 100%;
    overflow: auto;
  }

  .table_container.noline table {
    width: 1000px;
    overflow: initial !important;
    border: 1px solid #ddd !important;
    border-radius: 0;
  }

  .table_container.noline table thead {
    overflow: hidden;
  }

  .table_container.noline table thead .first {
    position: sticky;
    top: 0;
    left: 0;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
  }

  .table_container.noline table thead th:first-child {
    width: 120px;
    min-width: 120px;
    overflow: hidden;
  }

  .table_container.noline table tbody .first {
    position: sticky;
    top: 0;
    left: 0;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
  }

  .table_container.noline table tbody td:first-child {
    width: 120px;
    min-width: 120px;
  }
}

.table:where(.astro-BNG4MEKN) {
  width: 100%;
  min-width: 100%;
  overflow: hidden;
  border-spacing: 0;
  border-collapse: separate;
  border-radius: 16px;
}

.table:where(.astro-BNG4MEKN) tr:where(.astro-BNG4MEKN) th:where(.astro-BNG4MEKN) {
  padding: 5px;
  color: #fff;
  border-bottom: 1px solid rgb(219 223 236 / 100%);
}

.table:where(.astro-BNG4MEKN) tr:where(.astro-BNG4MEKN) td:where(.astro-BNG4MEKN) {
  padding: 5px;
  text-align: center;
  background: #fff;
  border-bottom: 1px solid rgb(219 223 236 / 100%);
}

.table:where(.astro-BNG4MEKN) tr:where(.astro-BNG4MEKN) td:where(.astro-BNG4MEKN):first-child {
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}

@media (min-width: 1280px) {
  .table:where(.astro-BNG4MEKN) tr:where(.astro-BNG4MEKN) td:where(.astro-BNG4MEKN):first-child {
    padding-left: 24px;
  }
}

.table:where(.astro-BNG4MEKN) tr:where(.astro-BNG4MEKN):first-child th:where(.astro-BNG4MEKN):first-child {
  border-top-left-radius: 16px;
}

.table:where(.astro-BNG4MEKN) tr:where(.astro-BNG4MEKN):first-child th:where(.astro-BNG4MEKN):last-child {
  border-top-right-radius: 16px;
}

.table:where(.astro-BNG4MEKN) tr:where(.astro-BNG4MEKN):last-child td:where(.astro-BNG4MEKN):first-child {
  border-bottom-left-radius: 16px;
}

.table:where(.astro-BNG4MEKN) tr:where(.astro-BNG4MEKN):last-child td:where(.astro-BNG4MEKN):last-child {
  border-bottom-right-radius: 16px;
}

.table:where(.astro-BNG4MEKN) tr:where(.astro-BNG4MEKN):nth-child(n + 1) td:where(.astro-BNG4MEKN):first-child {
  width: 140px;
  padding: 5px 24px;
  background-color: #fafafb;
}

@media screen and (max-width: 1024px) {
  .table:where(.astro-BNG4MEKN) tr:where(.astro-BNG4MEKN):nth-child(n + 1) td:where(.astro-BNG4MEKN):first-child {
    width: 70px !important;
    padding: 10px !important;
    text-align: center;
  }

  .table:where(.astro-BNG4MEKN) th:where(.astro-BNG4MEKN),
  .table:where(.astro-BNG4MEKN) td:where(.astro-BNG4MEKN) {
    font-size: 14px;
    line-height: 1.5;
  }
}

/* .TableStyleSlot */
.slot_table {
  width: 100%;
  min-width: 100%;
  overflow: hidden;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: separate;
  border-radius: 16px;
}

.slot_table thead tr th {
  color: #fff;
  white-space: nowrap;
  vertical-align: middle;
  background-color: inherit;
  border-right: 1px solid #dbdfec;
}

.slot_table thead tr th:first-child {
  width: 23%;
}

.slot_table thead tr th:last-child {
  border-right: none;
}

.slot_table th,
.slot_table td {
  padding: 14px 24px;
  font-size: 16px;
  line-height: 1.75;
  vertical-align: top;
}

.slot_table th {
  text-align: left;
  background: #fafafb;
}

.slot_table tbody th:first-child {
  background: #fafafb;
}

.slot_table tbody td,
.slot_table tbody th {
  background-color: #fff;
  border: 1px solid #dbdfec;
}

.slot_table tr:last-child th,
.slot_table tr:last-child td {
  border-bottom: none;
}

@media screen and (max-width: 1024px) {
  .slot_table th,
  .slot_table td {
    padding: 11px 16px 9px !important;
    font-size: 14px !important;
  }

  .slot_table td {
    width: 75%;
    background-color: #fff;
  }
}

/* tab */
.tab {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  cursor: pointer;
  border-radius: 100px;
}

.tab p {
  padding: 16px 0;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.tab.on {
  color: #fff;
  background: #7994d8;
}

.tab.on::before {
  position: absolute;
  bottom: -5px;
  left: 50%;
  display: block;
  width: 14px;
  height: 14px;
  margin-left: -5px;
  content: '';
  background: #7994d8;
  transform: rotate(45deg);
}

.tab.off {
  color: #7994d8;
  background: #fff;
  border: 1px solid #7994d8;
}

.tabs {
}

.tabs-bar {
  display: flex;
  width: 508px;
}

.tabs-bar-item {
  display: flex;
  flex: 1;
  width: calc((100% - 24px - 1px) / 2);
  padding-right: 24px;
}

.tabs-bar-item + .tabs-bar-item {
  padding-right: 0;
  padding-left: 24px;
  border-left: 1px dashed #b9c2d7;
}

.tabs-container {
  margin-top: 40px;
}

.tab-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.tab-content:not(.is-active) {
  display: none;
}

@media screen and (max-width: 1024px) {
  .tabs {
  }

  .tabs-bar {
    display: flex;
    width: 100%;
  }

  .tabs-bar-item {
    width: calc((100%) / 2);
    padding-right: 12px;
  }

  .tabs-bar-item + .tabs-bar-item {
    padding-right: 0;
    padding-left: 12px;
    border-left: 1px dashed #b9c2d7;
  }

  .tab-contents {
    gap: 10px;
  }
}

/* cardCourse */
.cardCourse {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 32px;
  background: #fff;
  border: 1px solid #b9c2d7;
  border-radius: 30px;
}

.cardCourse .itemBlock {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cardCourse .itemBlock .note {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.cardCourse__forWoman {
  padding: 5px 20px;
  font-weight: var(--font-weight-bold);
  color: #fff;
  background: var(--category-color-woman-middle);
  border-radius: 20px;
}

.cardCourse__head {
  display: flex;
  gap: 0 25px;
  justify-content: space-between;
}

.cardCourse__title {
  display: flex;
  align-items: center;
  font-size: 28px;
  font-weight: var(--font-weight-bold);
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.cardCourse__title .svg {
  flex-shrink: 0;
  width: 36px;
  margin-right: 10px;
}

.cardCourse__price {
  flex-shrink: 0;
  font-size: 28px;
  font-weight: var(--font-weight-bold);
  line-height: 1.5;
}

.cardCourse__price span {
  font-size: 20px;
}

.cardCourse__schedule {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 0;
  align-items: center;
}

.cardCourse__schedule .svg {
  flex-shrink: 0;
  margin-right: 8px;
}

.cardCourse__schedule .-time {
  margin-right: 12px;
  font-weight: var(--font-weight-bold);
}

.cardCourse__schedule .cardCourseTags {
  width: 100%;
}

.cardCourse__btnGroup {
  display: flex;
  gap: 24px;
  justify-content: center;
}

.cardCourse__btnGroup div {
  flex: 1;
  max-width: 375px;
}

.cardCourse__btnGroup .btnLink {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  text-decoration: none;
  border-radius: 42px;
  transition: opacity 0.3s var(--ease-out-sine);
}

.cardCourse__btnGroup .btnLink .label {
  flex: 1;
  padding-left: 16px;
  font-size: var(--font-size-normal);
  font-weight: 600;
  line-height: 1.5;
  color: var(--font-color-base);
  text-align: center;
}

.cardCourse__btnGroup .btnLink.-default {
  background-color: #f0f0f1;
}

.cardCourse__btnGroup .btnLink:not(.-default) .label {
  color: #fff;
}

.cardCourse__btnGroup .btnLink:hover {
  text-decoration: none;
  opacity: 0.8;
}

@media screen and (max-width: 1024px) {
  .cardCourse__btnGroup .btnLink {
    padding: 12px 16px;
  }

  .cardCourse__btnGroup .btnLink .label {
    padding-left: 20px;
  }
}

/* cardCourseWithCheckbox */
.cardCourseWithCheckbox {
  position: relative;
}

/* Overwrite style cardCourse  */
.cardCourseWithCheckbox .cardCourse {
  padding-left: 48px;
  background-color: transparent;
  border: transparent;
}

.cardCourseWithCheckbox .cardCourse__head {
  align-items: unset;
  justify-items: unset;
  padding-bottom: 16px;
  border-bottom: 2px dashed #b9c2d7;
}

.cardCourseWithCheckbox .cardCourse__title .text {
  text-align: left;
}

/* checkbox */
.cardCourseWithCheckbox > label {
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #bcc3ce;
  border-radius: 30px;
  outline: 2px solid transparent;
  transition: all 0.2s ease;
}

.cardCourseWithCheckbox input[type='checkbox']:checked,
.cardCourseWithCheckbox input[type='checkbox']:not(:checked) {
  display: none;
}

.cardCourseWithCheckbox input[type='checkbox']:checked + label,
.cardCourseWithCheckbox input[type='checkbox']:not(:checked) + label {
  position: relative;
  display: block;
  line-height: 24px;
  cursor: pointer;
}

.cardCourseWithCheckbox input[type='checkbox']:checked + label {
  border: 2px solid #88acf1;
  box-shadow: 0 0 0 2px #88acf1 inset;
}

.cardCourseWithCheckbox input[type='checkbox']:checked + label::before,
.cardCourseWithCheckbox input[type='checkbox']:not(:checked) + label::before {
  position: absolute;
  top: 42px;
  left: 14px;
  width: 24px;
  height: 24px;
  content: '';
  background: #fff;
  border: 2px solid #bcc3ce;
  border-radius: 8px;
}

.cardCourseWithCheckbox input[type='checkbox']:checked + label::before {
  border: 2px solid #6282d4;
}

.cardCourseWithCheckbox input[type='checkbox']:checked + label::after,
.cardCourseWithCheckbox input[type='checkbox']:not(:checked) + label::after {
  position: absolute;
  top: 46px;
  left: 18px;
  width: 16px;
  height: 16px;
  content: '';
  background-color: transparent;
  background-image: url('/webform/smile/assets/icon-check.svg');
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 5px;
  transition: all 0.2s ease;
}

.cardCourseWithCheckbox input[type='checkbox']:not(:checked) + label::after {
  opacity: 0;
  transform: scale(0);
}

.cardCourseWithCheckbox input[type='checkbox']:checked + label::after {
  opacity: 1;
  transform: scale(1);
}

.cardCourseWithCheckbox input[type='checkbox']:disabled + label {
  cursor: not-allowed;
  background-color: #fafafb;
  filter: grayscale(1);
  opacity: 0.7;
}

@media screen and (max-width: 1024px) {
  .cardCourse {
    gap: 20px;
    padding: 24px 24px 32px;
  }

  .cardCourse .itemBlock {
    gap: 10px;
  }

  .cardCourse__head {
    flex-direction: column;
    gap: 4px 0;
    align-items: center;
    justify-items: center;
  }

  .cardCourse__title {
    font-size: 24px;
  }

  .cardCourse__title .svg {
    width: 36px;
    margin-right: 8px;
  }

  .cardCourse__price {
    font-size: 24px;
  }

  .cardCourse__price span {
    font-size: 16px;
  }

  .cardCourse__btnGroup {
    flex-direction: column;
    gap: 12px 0;
    align-items: center;
  }

  .cardCourse__btnGroup div {
    width: 100%;
    max-width: none;
  }

  .cardCourseWithCheckbox input[type='checkbox']:checked + label::before,
  .cardCourseWithCheckbox input[type='checkbox']:not(:checked) + label::before {
    position: absolute;
    top: 32px;
    left: 14px;
    width: 24px;
    height: 24px;
    content: '';
    background: #fff;
    border: 2px solid #bcc3ce;
    border-radius: 8px;
  }

  .cardCourseWithCheckbox input[type='checkbox']:checked + label::before {
    border: 2px solid #6282d4;
  }

  .cardCourseWithCheckbox input[type='checkbox']:checked + label::after,
  .cardCourseWithCheckbox input[type='checkbox']:not(:checked) + label::after {
    position: absolute;
    top: 36px;
    left: 18px;
    width: 16px;
    height: 16px;
    content: '';
    background-color: transparent;
    background-image: url('/webform/smile/assets/icon-check.svg');
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
    transition: all 0.2s ease;
  }
}

/* 受付終了告知スタイル */
.reception-closed-message {
  color: #d20000;
  padding: 10px 20px;
  border-radius: 5px;
  background: #eee;
  filter: unset;
}

/* accordionWithSlot */
.accordionWithSlot {
  padding: 23px 32px;
  background: #fafafb;
  border-radius: 16px;
}

.accordionWithSlot .accordion__title {
  position: relative;
  padding-right: 28px;
  font-size: 16px;
  cursor: pointer;
}

.accordionWithSlot .accordion__title::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 12px;
  height: 2px;
  margin-top: -2px;
  content: '';
  background: #303644;
}

.accordionWithSlot .accordion__title::before {
  position: absolute;
  top: 50%;
  right: 5px;
  display: none;
  width: 2px;
  height: 12px;
  margin-top: -7px;
  content: '';
  background: #303644;
}

.js-accordion-trigger.is-active .accordion__title::before {
  display: block;
}

.accordionWithSlot .accordion__content {
  display: block;
  padding-top: 23px;
  padding-bottom: 9px;
}

:not(.js-accordion-trigger.is-active) .accordion__content {
  display: none;
  padding-bottom: 0;
}

.accordion__title + .slot-accordion-item,
.accordion__title + .slot-item {
  margin-top: 24px;
}

.accordion__content .accordion-slot-item + .accordion-slot-item,
.accordion__content .slot-accordion-item + .slot-accordion-item {
  margin-top: 24px;
}

.accordionWithSlot .is-open {
  display: block;
}

@media screen and (max-width: 1024px) {
  .accordionWithSlot {
    padding: 21px 16px;
    background: #fafafb;
    border-radius: 16px;
  }

  .accordionWithSlot .accordion__content {
    display: none;
    padding-bottom: 0;
  }

  .accordion__title + .slot-accordion-item,
  .accordion__title + .slot-item {
    margin-top: 10px;
  }

  .accordion__content .accordion-slot-item + .accordion-slot-item,
  .accordion__content .slot-accordion-item + .slot-accordion-item {
    margin-top: 10px;
  }

  .accordionWithSlot .is-open {
    display: block;
  }
}

/* Anchor */
.anchor {
  display: flex;
  width: 100%;
}

.anchor a {
  box-sizing: border-box;
  display: flex;
  flex: 1;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px 18px;
  color: #303644;
  text-decoration: none;
  background: #fafafb;
  border-radius: 20px;
  transition: 0.5s;
}

.anchor a:hover {
  text-decoration: none;
  opacity: 0.5;
}

.anchor a .label {
  font-size: 15px;
  font-weight: 600;
}

.anchor a .icon {
  flex-shrink: 0;
}

.courseDetailModal {
  position: fixed;
  bottom: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 16px;
  padding-bottom: 0;
  visibility: hidden;
  background-color: #0000007f;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.courseDetailModal.is-courseDetailModal-open {
  pointer-events: all;
  visibility: visible;
  opacity: 1;
}

.courseDetailModal .cardCourse {
  border: 0;
  border-radius: 30px;
}

.courseDetailModal-dialog {
  width: 100%;
  max-width: 838px;
  height: 100%;
  max-height: 100%;
  background-color: #fff;
  border-radius: 30px;
}

.courseDetailModal-content {
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
}

.courseDetailModal .close-button {
  position: absolute;
  top: 8px;
  right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  cursor: pointer;
  background: #7fbcf5;
  border: none;
  border-radius: 100px;
  outline: none;
}

.courseDetailModal .close-button span {
  display: block;
  width: 24px;
  height: 24px;
  padding: 2px;
  background-image: url('/webform/smile/assets/icon-close-white.svg');
  background-size: cover;
}

@media screen and (min-width: 1025px) {
  .courseDetailModal {
    padding: 48px;
  }

  .courseDetailModal-dialog {
    position: relative;
  }

  .courseDetailModal-content {
  }

  .courseDetailModal .close-button {
    position: absolute;
    top: -4px;
    right: -6px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    cursor: pointer;
    background: #7fbcf5;
    border: none;
    border-radius: 100px;
    outline: none;
  }
}

body.is-courseDetailModal-open {
  overflow: hidden;
}
