@charset "utf-8";

.timetable .page-mv {
  height: 20vw;
}

.timetable .cont-area::after {
  background-position: right 600px;
}

.step {
  background: #fff;
  padding: 40px 0;
}

.step .inner {
  max-width: 1280px;
  padding: 0 40px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.step h1 {
  font-size: 4rem;
  font-weight: 600;
  position: relative;
  display: flex;
  align-items: center;
  letter-spacing: 0.05em;
}

.step h1::before {
  content: "";
  display: block;
  background: #000;
  width: 20px;
  height: 6px;
  margin: 5px 15px 0 0;
  flex-shrink: 0;
}

.step-list {
  width: 495px;
  margin-right: 15px;
}

.step-list ul {
  display: flex;
  justify-content: space-between;
  text-align: center;
  position: relative;
  align-items: flex-end;
}

.step-list li {
  width: 110px;
  height: 110px;
  background: #d9d9d9;
  text-align: center;
  color: #9c9c9c;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.47;
  position: relative;
}

.step-list li::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 100%;
  margin: auto;
  background: #d9d9d9;
  width: 8px;
  height: 14px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.step-list li:last-child:before {
  display: none;
}

.step-list dt {
  display: inline-block;
  background: #ececec;
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 1.2rem;
  color: #9e9e9e;
  margin-bottom: 5px;
  padding: 0 13px;
}

.step-list dt span {
  font-weight: 600;
  padding-left: 5px;
}

.step-list dd {
  font-weight: 600;
  letter-spacing: 0.05em;
}

.step-list li.on {
  width: 130px;
  height: 130px;
  background: #000;
}

.step-list li.on::before {
  background: #000;
  top: 20px;
}

.step-list li.on dt {
  background: #4d4d4d;
  color: #fff;
  padding: 2px 13px;
}

.step-list li.on dt span {
  font-size: 1.6rem;
}

.step-list li.on dd {
  color: #fff;
  font-size: 2rem;
}

/*session-select
---------------------------------------------------- */
.select-body .select-txt {
  background: #f2f2f2;
  padding: 30px 0;
}

.select-body .error-txt {
  background: #fee5e8;
  padding: 30px 0;
}

.select-body .select-txt .inner,
.select-body .error-txt .inner {
  max-width: 1280px;
  padding: 0 40px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  line-height: 1.6;
}

.select-body .select-txt p {
  font-size: 2.2rem;
  font-weight: 600;
  font-feature-settings: normal;
}

.select-body .select-txt ul {
  display: flex;
  gap: 0 35px;
}

.select-body .select-txt li {
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: 600;
}

.select-body .select-txt img {
  margin-right: 10px;
  width: 20px;
}

.select-body .error-txt p {
  font-weight: 600;
  font-size: 1.8rem;
  color: #fa021b;
  font-feature-settings: normal;
}

.select-body .choice {
  display: flex;
  align-items: center;
  padding: 0 0.8148vw;
  flex-shrink: 0;
  width: auto;
}

.select-body .choice input {
  position: relative;
  width: 1.481vw;
  height: 1.481vw;
  flex-shrink: 0;
  margin-right: 0.8148vw;
  pointer-events: none;
}

.select-body .choice input::before {
  content: '';
  display: block;
  width: 1.481vw;
  height: 1.481vw;
  background: #fff;
}

.select-body .choice input[type='checkbox']:checked::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0.2vw;
  left: 0.45vw;
  margin: auto;
  width: 0.6vw;
  height: 0.9vw;
  border-right: 0.2vw solid #fa021b;
  border-bottom: 0.2vw solid #fa021b;
  transform: rotate(45deg);
}

.select-body .hot .session-time dt {
  background: #fa021b;
}

.select-body .session-time dd {
  align-self: stretch;
  height: auto;
}

.select-body .status {
  border-right: 1px solid #ccc;
  width: 4.444vw;
  justify-content: center;
  padding: 0;
  flex-shrink: 0;
  flex: none;
}

.select-body .status img {
  width: 1.481vw;
}

.select-body .session-time .time {
  padding: 0.4vw 1.481vw 0;
  flex: 1;
}

.select-body .disable {
  cursor: default;
  position: relative;
}

.select-body .disable::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(204, 204, 204, 0.7);
  z-index: 1;
}

.select-body .disable .choice input {
  cursor: default;
}

.select-body .disable .choice input::before {
  background: #e9e9e9;
  border-color: #e9e9e9;
}

.select-body .col04 .status {
  width: 3.333vw;
}

.select-body .col04 .time {
  padding: 0.4vw 0 0 0.8vw;
}

.js-next {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 999;
  display: none;
  background: rgba(0, 0, 0, 0.6);
  padding: 30px 0;
}

.select-body .next button,
.entry-area .btn button,
.thanks-area .btn a {
  width: 320px;
  height: 70px;
  margin: 60px auto 0;
  font-size: 1.8rem;
  font-weight: 500;
  background: var(--btn01-color);
  letter-spacing: 0.05em;
}

.select-body .next button::before,
.entry-area .btn button::before,
.thanks-area .btn a::before {
  content: "";
  position: absolute;
  display: block;
  background: #fff;
  width: 6px;
  height: 9px;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);

}

.select-body .next button {
  margin-top: 0;
}

/*entry
---------------------------------------------------- */
.entry-body {
  padding: 70px 40px;
}

.entry-body .lead p {
  font-size: 1.8rem;
  line-height: 1.7222;
  font-weight: 600;
  margin: 0 0 50px;
  text-align: center;
}

.entry-form {
  max-width: 1030px;
  padding: 70px 65px 50px;
  background: #fff;
  margin: 0 auto;
}

.entry-form .error-txt p {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2;
  color: #fa021b;
  margin-bottom: 30px;
}

.entry-form__box {
  display: flex;
  margin-bottom: 29px;
}

.entry-form__box dl {
  width: 100%;
}

.entry-form__box dt {
  font-weight: bold;
  line-height: 1.5;
  font-size: 1.6rem;
}

.entry-form__box dd {
  margin: 12px 0 0;
}

.entry-form__box .note {
  margin-top: 10px;
  line-height: 1.5;
}

.entry-form__box .note li {

  text-indent: -1em;
  padding-left: 1em;
}

.required {
  color: #fa021b;
}

.entry-form__box.flbox {
  justify-content: space-between;
}

.entry-form__box.flbox dl {
  width: 48%;
}

.entry-form__check {
  display: flex;
  flex-wrap: wrap;
  margin: 15px -27px -20px 0;
}

.entry-form__check .form-choice {
  margin: 0 27px 20px 0;
  line-height: 20px;
}

.entry-form__privacy {
  padding: 20px 25px;
  font-size: 1.2rem;
  line-height: 1.5;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #000;
  /* font-weight: 300; */
}

.entry-form__privacy a {
  color: #333;
}

.agree-checkbox {
  margin-top: 20px;
  font-size: 1.6rem;
}

.agree-checkbox .form-choice {
  display: inline-block;
}

.agree-checkbox .form-checkbox span {
  font-weight: 400;
}

.entry-body .btn button:disabled {
  background: #d9d9d9;
  pointer-events: none;
}

.entry-area .btn-list ul {
  display: flex;
  justify-content: center;
  gap: 0 30px;
}

.entry-area .btn-list li {
  width: 321px;
}

.entry-area .btn-list .btn button {
  margin-top: 55px;
}

.entry-area .btn.back button {
  background: #000;
  padding-left: 35px;
}

.entry-area .btn.back button::before {
  right: auto;
  left: 35px;
  transform: scale(-1, 1);
}




/* form
---------------------------------------------------------- */
.form-input input {
  height: 50px;
  padding: 0 10px;
  width: 100%;
  font-weight: 500;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "M+ 1p", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  background: #f2f2f2;
}

.form-input input::placeholder {
  color: #b3b3b3;
}

.form-choice input {
  display: none;
}

.form-choice span {
  display: flex;
  position: relative;
  cursor: pointer;
  align-items: center;

}

.form-choice span::before {
  content: "";
  display: block;
  background-color: #e5e5e5;
  flex-shrink: 0;
  margin-right: 8px;
}

.form-choice input[type="checkbox"]+span::before {
  height: 24px;
  width: 24px;
  flex-shrink: 0;
}

.form-choice input:checked+span::before {
  background-color: #000;
}

.form-choice input[type="checkbox"]:checked+span::after {
  border-bottom: 2px solid white;
  border-right: 2px solid white;
  content: "";
  display: block;
  position: absolute;
  inset: 0 auto 3px 9px;
  height: 11px;
  width: 6px;
  margin: auto;
  transform: rotate(40deg);
}

.form-choice input[type="radio"]+span::before {
  width: 26px;
  height: 26px;
  border-radius: 50%;
}

.form-choice input[type="radio"]:checked+span::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  inset: 3px auto 3px 8px;
  margin: auto;
}

.form-select {
  overflow: hidden;
  position: relative;
  width: 100%;
  background: #f2f2f2;
}

.form-select select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 0 38px 2px 20px;
  height: 50px;
  font-size: 1.4rem;
  color: #000;
}

.form-select select::-ms-expand {
  display: none;
}

.form-select::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.9em;
  width: 0;
  height: 0;
  margin: auto;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 9px solid #000;
  pointer-events: none;
}

.form-error input,
.form-error select {
  background: #fddddd;
}

/*confirm
---------------------------------------------------- */
.confirm-area {
  padding: 70px 40px;
}

.confirm-box {
  margin: 0 auto;
  max-width: 1030px;
}

.confirm-box .lead p {
  text-align: center;
  font-weight: 600;
  font-size: 2.8rem;
  margin-bottom: 50px;
}

.confirm-box .lead p span {
  display: block;
  font-weight: 600;
  font-size: 1.8rem;
  margin-top: 15px;
  color: #e52d58;
}

.confirm-box h2 {
  font-size: 2.5rem;
  font-weight: 600;
  border-bottom: 1px solid #b3b3b3;
  letter-spacing: 0.05em;
  padding: 35px 40px 25px;
}

.session-list {
  background: #fff;
}

.session-list li {
  display: flex;
  align-items: stretch;

}

.session-list li p {
  display: flex;
  align-items: center;
  padding: 0 30px;
}

.session-list li+li {
  border-top: 1px solid #b3b3b3;
}

.session-list .date {
  flex-shrink: 0;
  white-space: nowrap;
  white-space: nowrap;
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-weight: 600;
  padding: 15px 0 10px;
  min-width: 220px;
}

.session-list .date p {
  padding: 0 40px;
}

.session-list .day {
  font-size: 1.4rem;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 6px;
}

.session-list .day span {
  font-family: 'Poppins';
  font-size: 2.5rem;
  font-weight: 600;
}

.session-list .time {
  font-weight: 600;
  font-family: 'Poppins';
  font-size: 2rem;

}

.session-list .time span {
  font-weight: 600;
  font-size: 2.5rem;
}

.session-list .session {
  flex-shrink: 0;
  min-width: 150px;
  font-size: 1.6rem;
  font-weight: 600;
  border-left: 1px solid #b3b3b3;
  border-right: 1px solid #b3b3b3;
  font-family: 'Poppins';
  justify-content: center;
}

.session-list .txt {
  font-weight: 600;
  line-height: 1.57;
  padding: 15px 30px;
}

.confirm-box .form-txt {
  margin-top: 50px;
  background: #fff;
}

.confirm-box .form-txt dl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 40px;
  line-height: 1.6;
}

.confirm-box .form-txt dl+dl {
  border-top: 1px solid #cccccc;
}

.confirm-box .form-txt dt {
  font-weight: 600;
  flex-shrink: 0;
  width: 35%;
  margin-right: 5%;
}


/*thanks
---------------------------------------------------- */
.thanks-area {
  padding: 70px 40px;
}

.thanks-area .lead p {
  font-weight: 600;
  text-align: center;
  font-size: 2.8rem;
}

.thanks-box {
  max-width: 1030px;
  margin: 60px auto 0;
  text-align: center;
  background: #fff;
  padding: 60px 10px;
}

.thanks-box .txt p {
  font-size: 1.8rem;
  line-height: 1.888;
  margin-bottom: 30px;

}

.thanks-box .txt .hot {
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 0.05em;
}

.thanks-box .txt .hot a {
  text-decoration: underline;
  color: #fa021b;
  font-weight: 600;
}

.thanks-box .cal-btn ul {
  display: flex;
  justify-content: space-between;
  max-width: 692px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.thanks-box .cal-btn .btn {
  height: auto;
  width: 49%;
}

.thanks-box .cal-btn .btn a {
  display: block;
  background: #000;
  width: 100%;
  height: auto;
  margin-top: 0;
  font-size: 1.5rem;
  padding: 15px 20px 18px;
}


/* ----------------------------------------------------
hover
---------------------------------------------------- */
@media (hover: hover) {
  .select-body .pickup:hover {
    opacity: 1;
  }

  .entry-form__bt button,
  .session-period .detail a {
    transition: .3s;
  }

  .entry-form__bt button:hover,
  .session-period .detail a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 1000px) {
  .step .inner {
    display: block;
  }

  .step h1 {
    margin-bottom: 30px;
  }

  .select-body .select-txt .inner,
  .select-body .error-txt .inner {
    display: block;
  }
}


/* ----------------------------------------------------
メディアクエリ設定 (smartPhone only)   0～960px
---------------------------------------------------- */
@media screen and (max-width:960px) {


  .timetable .page-mv {
    height: 48.4375vw;
  }

  .step {
    padding: 9.375vw 0;
  }

  .step .inner {
    min-width: 1px;
    padding: 0 4.6875vw;
  }

  .step h1 {
    font-size: 6.875vw;
    margin-bottom: 5.625vw;
  }

  .step h1::before {
    width: 3.75vw;
    height: 1.25vw;
    margin: 1vw 3.125vw 0 0;
  }

  .step-list {
    width: 100%;
    margin-right: 0;
  }

  .step-list li {
    width: 20.3125vw;
    height: 20.3125vw;
    line-height: 1.5;
  }

  .step-list li::before {
    width: 1.25vw;
    height: 2.1875vw;
  }

  .step-list dt {
    font-size: 2.5vw;
    padding: 0 2.0313vw;
    margin-bottom: 1vw;
  }

  .step-list dt span {
    padding-left: 0.5vw;
  }

  .step-list dd {
    font-size: 3.125vw;
  }

  .step-list li.on {
    width: 24.0625vw;
    height: 24.0625vw;
  }

  .step-list li.on::before {
    top: 3.75vw;
  }

  .step-list li.on dt {
    padding: 0.3vw 2.0313vw;

  }

  .step-list li.on dt span {
    font-size: 3.4375vw;

  }

  .step-list li.on dd {
    font-size: 3.75vw;
  }

  /*session-select
---------------------------------------------------- */
  .select-body .select-txt,
  .select-body .error-txt {
    padding: 4.6875vw 0;
  }

  .select-body .select-txt .inner,
  .select-body .error-txt .inner {
    display: block;
    padding: 0 4.6875vw;
  }

  .select-body .select-txt p {
    font-size: 4.6875vw;
    font-weight: 500;
    margin-bottom: 2.5vw;
  }

  .select-body .select-txt ul {
    gap: 0 5.46875vw;
  }

  .select-body .select-txt li {
    font-size: 3.75vw;
  }

  .select-body .select-txt img {
    width: 3.75vw;
    margin-right: 1.5625vw;
  }

  .select-body .error-txt p {
    font-size: 3.75vw;
  }

  .select-body .choice {
    padding: 0 3.75vw;
  }

  .select-body .choice input {
    margin-right: 2.5vw;
  }

  .select-body .choice input::before,
  .select-body .choice input {
    width: 5.625vw;
    height: 5.625vw;
  }

  .select-body .choice input::before {
    border-width: 0.3125vw;
  }

  .select-body .choice input[type='checkbox']:checked::after {
    width: 1.8vw;
    height: 3vw;
    top: 2vw;
    left: 1.9vw;
    margin-top: -1.2vw;
    border-width: 0.6vw;
  }


  .select-body .status {
    width: 12.5vw !important;

  }

  .select-body .status img {
    width: 5.625vw;
  }

  .select-body .session-time .time {
    padding: 1vw 5.625vw 0 5.625vw !important;
  }

  .session-list td, .session-period .session-list td {
    padding: 0 4.6875vw;
    vertical-align: top;
    height: auto;
  }

  .js-next {
    padding: 3.75vw 0;
  }

  .select-body .next button,
  .entry-area .btn button,
  .thanks-area .btn a {
    width: 62.5vw;
    height: 13.75vw;
    font-size: 4.375vw;
  }

  .select-body .next button::before,
  .entry-area .btn button::before,
  .thanks-area .btn a::before {
    width: 1.25vw;
    height: 2.1875vw;
    right: 4.6875vw;
  }


  /*entry
---------------------------------------------------- */
  .entry-body {
    width: 100%;
    padding: 9.375vw 4.6875vw;
  }

  .entry-body .lead p {
    font-size: 3.75vw;
    margin: 0 0 4.6785vw;
    line-height: 1.8;
    text-align: left;
  }

  .entry-form {
    padding: 7.8125vw 4.6875vw 4.6875vw;

  }

  .entry-form .error-txt p {
    font-size: 3.75vw;
    margin-bottom: 4.6785vw;
  }

  .entry-form__box {
    margin-bottom: 4.6785vw;
  }

  .entry-form__box dt {
    font-size: 3.75vw;
  }

  .entry-form__box dd {
    margin: 2.34375vw 0 0 0;
  }

  .entry-form__box .note {
    font-size: 3.125vw;
    margin-top: 1.5vw;
  }

  .entry-form__check .form-choice {
    margin: 0 6.25vw 3.90625vw 0;
  }

  .entry-form__check {
    margin: 0 -6.25vw -3.90625vw 0;
    display: block;
  }

  .entry-form__privacy {
    font-size: 3.125vw;
    padding: 4.6875vw;
  }

  .agree-checkbox {
    margin: 7vw 0 0;
    text-align: center;
  }


  .entry-area .btn-list ul {
    width: 100%;
    flex-direction: column-reverse;
    gap: 0;
    margin-top: 9.375vw;
  }

  .entry-area .btn-list li {
    width: 100%;
    margin: 0 auto;
  }

  .entry-area .btn-list li+li {
    margin-bottom: 3vw;
  }

  .entry-area .btn-list .btn button {
    margin-top: 0;
  }

  .entry-area .btn.back button {
    padding-left: 7vw;
  }

  .entry-area .btn.back button::before {
    left: 5.625vw;
  }

  /* form
---------------------------------------------------------- */
  .form-input input {
    height: 12.5vw;
    font-size: 3.75vw;
  }

  .form-choice span {
    font-size: 3.4375vw;
  }

  .form-choice span::before {
    margin-right: 1.875vw;
  }

  .form-choice input[type="checkbox"]+span::before {
    width: 3.75vw;
    height: 3.75vw;
  }

  .form-choice input[type="checkbox"]:checked+span::after {
    border-width: 0.3125vw;
    width: 1vw;
    height: 2vw;
    inset: 0 auto 0.5vw 1.4vw;
  }

  .form-choice input[type="radio"]+span::before {
    width: 4.0625vw;
    height: 4.0625vw;
    margin-top: 0;
  }

  .form-choice input[type="radio"]:checked+span::after {
    width: 2.03125vw;
    height: 2.03125vw;
    inset: 0 auto 0 1.05vw;
  }

  .form-select select {
    font-size: 3.75vw;
    height: 12.5vw;
    padding: 0 0 0 4.6875vw;
  }


  /*confirm
---------------------------------------------------- */
  .confirm-area {
    padding: 9.375vw 4.6875vw;
  }

  .confirm-box {
    width: 100%;
  }

  .confirm-box .lead p {
    font-size: 5.625vw;
    margin-bottom: 10.9375vw;
  }

  .confirm-box .lead p span {
    font-size: 4.0625vw;
    margin-top: 6.25vw;
  }

  .confirm-box h2 {
    font-size: 5vw;
    padding-bottom: 3.125vw;
    padding-bottom: 4.6875vw;
    margin-bottom: 0;
  }

  .session-list li {
    display: grid;
    grid-template-columns: 0.8fr 1fr;
    grid-template-rows: 0.5fr auto;
  }

  .session-list li p {
    padding: 0;
  }

  .session-list .date {
    grid-area: 1 / 1 / 2 / 2;
    padding: 2.5vw 4.6875vw;
    border-bottom: 1px solid #b3b3b3;
    border-right: 1px solid #b3b3b3;
    min-width: 0;
  }

  .session-list .date p {
    padding: 0;
  }

  .session-list .day {
    font-size: 3.125vw;
    margin-bottom: 1vw;
  }

  .session-list .day span {
    font-size: 5.625vw;
  }

  .session-list .time {
    font-size: 4.0625vw;
  }

  .session-list .time span {
    font-size: 5.625vw;
  }

  .session-list .session {
    grid-area: 1 / 2 / 2 / 3;
    border: none;
    border-bottom: 1px solid #b3b3b3;
    font-size: 4.0625vw;
    place-items: center;
    padding: 2.5vw 4.6875vw;
    justify-content: flex-start;
    min-width: 0;
  }

  .session-list .txt {
    grid-area: 2 / 1 / 3 / 3;
    font-size: 3.75vw;
    padding: 4.6875vw;
  }

  .confirm-box .form-txt {
    margin-top: 12.5vw;
  }

  .confirm-box .form-txt dl {
    display: block;
    padding: 0;
    font-size: 3.75vw;
    padding: 4vw 4.6875vw 2vw;

  }

  .confirm-box .form-txt dt {
    width: 100%;
    margin-right: 0;
  }

  .confirm-box .form-txt dd {
    padding: 2vw 0 3vw;
  }



  /*thanks
---------------------------------------------------- */
  .thanks-area {
    padding: 9.375vw 4.6875vw;
  }

  .thanks-area .lead p {
    font-size: 5.625vw;
  }

  .thanks-box {
    width: 100%;
    padding: 4vw 6.25vw 8vw;
    margin-top: 6.25vw;
  }

  .thanks-box .txt .hot {
    font-size: 4.375vw;
  }

  .thanks-box .txt p {
    font-size: 3.75vw;
    margin-bottom: 1em;
  }

  .thanks-box .btn a {
    margin-top: 8vw;
  }

  .thanks-box .cal-btn ul {
    margin-top: 2em;
    gap: 3.125vw 0;
  }

  .thanks-box .cal-btn .btn {
    width: 100%;
  }

  .thanks-box .cal-btn .btn a {
    font-size: 3.4375vw;
    padding: 3.125vw;
  }
}