@charset "utf-8";

.page-mv {
  background: url(../img/bg_title.webp) center top / cover no-repeat;
}

.step {
  background: #fff;
}

.step .inner {
  width: 1240px;
  margin: 0 auto;
  padding: 40px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.step h2 {
  font-weight: bold;
  font-size: 2.8rem;
}

.step-list {
  width: 580px;
}

.step-list.online {
  width: 410px;
}

.step-list ul {
  display: flex;
  justify-content: space-between;
  text-align: center;
  position: relative;
  color: #ccc;
}

.step-list ul::before {
  content: "";
  position: absolute;
  display: block;
  width: 95%;
  height: 2px;
  background: #d9d9d9;
  top: 46px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}

.step-list ul>* {
  position: relative;
  z-index: 0;
}

.step-list li dt {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: 'Poppins';
  font-size: 1.8rem;
  border: 2px solid #ccc;
  background: #fff;
  position: relative;
  font-weight: 500;
  padding-top: 5px;
  margin: 0 auto 10px;

}

.step-list li dt span {
  font-weight: 500;
  font-size: 3rem;
  padding-top: 3px;
}

.step-list li dd {
  font-weight: bold;
  font-size: 1.6rem;
}

.step-list .on dt {
  border-color: #000;
  background: #000;
  color: #fff;
  font-weight: 600;
}

.step-list .on dt span {
  font-weight: 600;
}

.step-list .on dd {
  color: #000;
}

.entry-body {
  width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.entry-info {
  width: 50%;
  padding: 80px 40px 80px 0;
}

.entry-info .lead .logo {
  width: 300px;
  margin-bottom: 37px;
}

.entry-info .lead dd {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 55px;
}

.entry-info h3 {
  margin-bottom: 30px;
}

.entry-info .speak li {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.entry-info .speak figure {
  width: 80px;
  margin-right: 20px;
  align-self: flex-start;
}

.entry-info .speak dl {
  line-height: 1.5;
}

.entry-info .speak dt {
  font-weight: bold;
}

.entry-info .speak dt span {
  font-size: 1.6em;
  font-weight: bold;
}

.entry-info .speak p {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 70px;
}

.entry-info .outline dl {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.5;
}

.entry-info .outline dt {
  width: 100px;
  margin-bottom: 20px;
}

.entry-info .outline dd {
  width: calc(100% - 100px);
  margin-bottom: 20px;
  font-weight: 500;
}

.entry-info .outline a {
  text-decoration: underline;
  color: #ff4d6a;
}

.entry-info .outline .note {
  margin-top: 1em;
}

.entry-info .outline .note li {
  text-indent: -1em;
  padding-left: 1em;
}

.entry-form {
  width: 50%;
  position: relative;
  padding: 80px 0 80px 52px;
}

.entry-form>* {
  position: relative;
}

.entry-form::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  z-index: 0;
}

.entry-form h3 {
  font-weight: bold;
  font-size: 2rem;
}

.entry-form h3+p {
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 30px 0 35px;
}

.entry-form .error-txt p {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2;
  color: #ff4d6a;
  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: 15px 0 0;
}

.required {
  color: #ff4d6a;
}

.entry-form__box.flbox {
  justify-content: space-between;
}

.entry-form__box.flbox dl {
  width: 48%;
}

.entry-form__check {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -27px -20px 0;
}

.entry-form__check .form-choice {
  margin: 0 27px 20px 0;
}

.entry-form__privacy {
  padding: 20px 25px;
  font-size: 1.2rem;
  line-height: 1.5;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #000;
}

.entry-form__privacy a {
  color: #333;
}

.agree-checkbox {
  margin-top: 20px;
}

.agree-checkbox .form-checkbox {
  display: inline-block;
}

.entry-form .btn button {
  width: 404px;
  margin: 0 auto;
  background: #e6301c;
  box-shadow: -5px 5px 0px 0px #000;
  line-height: 1.3;
}

.entry-form .btn button::before {
  width: 18px;
  height: 10px;
  right: 20px;
}

.entry-form .btn button::after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  inset: 0 auto 0 20px;
  width: 28px;
  height: 29px;
  background: url(../../common/img/ico_offline.svg) center center / contain no-repeat;
}

.entry-form .online.btn button {
  background: #2352dd;
}

.entry-form .online.btn button::after {
  width: 23px;
  height: 27px;
  background-image: url(../../common/img/ico_online.svg);
  left: 25px;
}

.entry-form .btn button:disabled {
  background: #d9d9d9;
  pointer-events: none;
}


/* form
---------------------------------------------------------- */
.form-input input {
  border: 1px solid #000;
  height: 40px;
  padding: 0 10px;
  width: 100%;
  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-weight: 400;
  font-size: 1.4rem;
  border-radius: 3px;
  background: #fff;
}

.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;
  border: 1px solid #000;
  flex-shrink: 0;
  margin-right: 8px;
}

.form-choice input[type="checkbox"]+span::before {
  height: 18px;
  width: 18px;
  border-radius: 3px;
  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 6px;
  height: 11px;
  width: 6px;
  margin: auto;
  transform: rotate(40deg);
}

.form-choice input[type="radio"]+span::before {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-top: -2px;
}

.form-choice input[type="radio"]:checked+span::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  inset: 0 auto 3px 5px;
  margin: auto;
}

.form-select {
  overflow: hidden;
  position: relative;
  width: 100%;
  border-radius: 3px;
  background: #ffffff;
  border: 1px solid #000;
}

.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: 40px;
  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;
}


/*session-select
---------------------------------------------------- */
.select-body {
  width: 1240px;
  padding: 90px 20px 120px;
  margin: 0 auto;
}

.select-body .lead {
  margin-bottom: 60px;
}

.select-body .lead p {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 15px;
}

.select-body .note li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.3rem;
  line-height: 1.5;
}

.select-body .note li+li {
  margin-top: 10px;
}

.select-body .note a {
  text-decoration: underline;
  color: #ff4d6a;
}

.select-box+.select-box {
  margin-top: 70px;
}

.select-box h2 {
  font-size: 1.5rem;
}

.select-box h2 span {
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 2.5rem;
  position: relative;
  bottom: -3px;
}

.no-session p {
  margin-left: 7px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.no-session .note {
  margin: 10px 0 0 7px;
}

.session-period+.session-period {
  margin-top: 40px;
}

.session-period h3 {
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 2.2rem;
  margin: 0 0 18px 7px;
}

.session-list {
  background: #fff;
}

.session-list table {
  height: 100%;
}

.session-list tr {
  border-bottom: 1px solid #000;
}

.session-list td {
  padding: 30px;
  border-right: 1px solid #000;
  vertical-align: middle;
  height: 100%;
}

.session-list td:last-of-type {
  border-right: none;
}

.session-list tr:last-of-type {
  border-bottom: none;
}

.session-period .session-list td {
  padding: 24px 30px;
}

.session-list .disable td {
  color: #b2b2b2;
}

.session-list .choice input {
  position: relative;
  cursor: pointer;
  width: 24px;
  height: 24px;
}

.session-list .choice input::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #000;
  border-radius: 3px;
  background: #e6e6e6;
}

.session-list .choice input[type='checkbox']:checked::before {
  background: #000;
  border-radius: 5px;
}

.session-list .choice input[type='checkbox']:checked::after {
  content: "";
  position: absolute;
  display: block;
  left: 8px;
  top: 50%;
  width: 8px;
  height: 14px;
  margin-top: -9px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}

.session-list .disable .choice input {
  cursor: default;
}

.session-list .disable .choice input::before {
  background: #fdfdfd;
  border-color: #e0e0e0;
}

.session-list .status {
  padding: 15px;
  width: 151px;
}

.session-list .status span {
  display: block;
  width: 90px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
  line-height: 1.428;
  color: #fff;
}

.session-list .status .few {
  background: #f83370;
}

.session-list .status .full {
  background: #cccccc;
}

.session-list .status .online {
  background: #0e51c0;
}

.session-list .day,
.session-list .time {
  white-space: nowrap;
}

.session-list .day p {
  font-weight: 600;
  font-size: 2.8rem;
  font-family: 'Poppins';
  display: flex;
  align-items: flex-end;
}

.session-list .day span {
  font-weight: bold;
  font-size: 1.68rem;
  padding: 0 0 5px 5px;
  text-align: center;
}

.session-list .time p {
  font-size: 1.8rem;
  text-align: center;
  font-family: 'Poppins';
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.session-list .time span {
  font-weight: 600;
  font-size: 2.6rem;
  margin-right: 5px;
}

.session-list td.txt {
  padding: 0;
}

.session-period .session-list .txt-box {
  display: flex;
  align-items: center;
  height: 100%;
}

.session-list .txt dl {
  display: flex;
  flex: 1;
  height: 100%;
}

.session-list .txt dt {
  flex-shrink: 0;
  font-family: 'Poppins';
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 105px;
  font-size: 1.6rem;
  border-right: 1px solid #000;
}

.session-list .txt dd {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.5;
  display: flex;
  align-items: center;
  padding: 20px 30px;
}

.session-period .detail {
  flex-shrink: 0;
  padding: 20px 30px 20px 0;
}

.session-period .detail a {
  display: block;
  width: 100px;
  height: 40px;
  display: flex;
  align-items: center;
  background: #000;
  border-radius: 8px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  padding-left: 25px;
  position: relative;
}

.session-period .detail a::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 13px;
  width: 13px;
  height: 13px;
  margin: auto;
  background: url(../img/ico_detail.svg) 0 0 / cover no-repeat;
}

.select-body .next button {
  width: 404px;
  margin: 90px auto 0;
}

.select-body .next button:disabled {
  background: #ccc;
  pointer-events: none;
}

.conference-main {
  padding-bottom: 0;
}

.conference-main .entry-area,
.conference-share {
  display: none;
}


/*confirm
---------------------------------------------------- */
.confirm-box {
  margin: 0 auto;
  width: 1240px;
  padding: 100px 20px 120px;
}

.confirm-box .lead p {
  text-align: center;
  font-weight: bold;
  font-size: 2.8rem;
  margin-bottom: 75px;
}

.confirm-box .lead p span {
  display: block;
  font-size: 2rem;
  margin-top: 35px;
}

.confirm-box h3 span {
  font-size: 1.7rem;
}

.confirm-box .form-txt {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}

.confirm-box .form-txt dl {
  width: 48.7%;
  line-height: 1.6;
}

.confirm-box .form-txt dt {
  font-weight: bold;
  letter-spacing: 0.03em;
}

.confirm-box .form-txt dd+dt {
  margin-top: 15px;
}

.confirm-box .form-txt dd {
  padding: 10px 0 15px 10px;
  border-bottom: 1px solid #000;
}

.confirm-box .btn-list ul {
  width: 840px;
  margin: 60px auto 0;
  display: flex;
  justify-content: space-between;
}

.confirm-box .btn-list li {
  width: 404px;
}

.confirm-box .btn.back button::before {
  right: auto;
  left: 24px;
  transform: scale(-1, 1);
}


/*thanks
---------------------------------------------------- */
.thanks-box {
  width: 1240px;
  padding: 100px 20px 120px;
  margin: 0 auto;
  text-align: center;
}

.thanks-box .lead p {
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1.7;
}

.thanks-box .lead p span {
  display: block;
  font-weight: bold;
  font-size: 2rem;
  margin: 45px 0;
}

.thanks-box .lead p a {
  text-decoration: underline;
  color: #ff4d6a;
  font-weight: bold;
}

.thanks-box .txt p {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 30px;
}

.thanks-box .btn a {
  width: 404px;
  margin: 70px auto 0;
}



/* ----------------------------------------------------
hover
---------------------------------------------------- */
@media (hover: hover) {

  .entry-form__bt button,
  .session-period .detail a {
    transition: .3s;
  }

  .entry-form__bt button:hover,
  .session-period .detail a:hover {
    opacity: 0.7;
  }
}


/* ----------------------------------------------------
メディアクエリ設定 (smartPhone only)   0～768px
---------------------------------------------------- */
@media screen and (max-width: 768px) {
  .page-mv {
    background: url(../img/bg_title_sp.webp) center top / cover no-repeat;
  }

  .page-mv .tit-area {
    filter: drop-shadow(0px 0px 10vw #7e6e00);
  }

  .step .inner,
  .entry-body {
    width: 100%;
  }

  .step .inner {
    display: block;
    padding: 7.8125vw 4.6875vw;
  }

  .step h2 {
    font-size: 4.375vw;
    margin: 0 0 6.25vw 1.5625vw;
  }

  .step-list {
    width: 100%;
  }

  .step-list.online {
    width: 63.75vw;
    margin: 0 auto;
  }

  .step-list ul::before {
    height: 0.3125vw;
    top: 40%;
    width: 80%;
  }

  .step-list li {
    width: 23%;
    display: block;
    font-size: 2.85vw;
  }

  .step-list li dt {
    width: 15.625vw;
    height: 15.625vw;
    font-size: 3.164vw;
    margin-bottom: 2.34375vw;
    border-width: 0.3125vw;
  }

  .step-list li dt span {
    font-size: 5.273vw;
  }

  .step-list li dd {
    font-size: 2.8125vw;
  }

  .entry-form__bt {
    margin-top: 20px;
    width: 100%;
  }

  .entry-body {
    display: block;
    padding: 0 6.25vw;
  }

  .entry-info {
    width: 100%;
    padding: 12.5vw 0 0 0;
  }

  .entry-info .lead .logo {
    width: 56.25vw;
    margin-bottom: 7.5vw;
  }

  .entry-info .lead .logo img {
    max-width: none;
    width: 100%;
  }

  .entry-info .lead dd {
    font-size: 5vw;
    margin-bottom: 10.9375vw;
  }

  .entry-info h3 {
    margin-bottom: 6.25vw;
  }

  .entry-info .speak li {
    margin-bottom: 5.46875vw;
  }

  .entry-info .speak figure {
    width: 15vw;
    margin-right: 4.6875vw;
  }

  .entry-info .speak dl {
    font-size: 3.125vw;
  }

  .entry-info .speak dt span {
    font-size: 4.375vw;
  }

  .entry-info .speak p {
    font-size: 5vw;
    margin: 0 0 10.9375vw;
  }

  .entry-info .outline dl {
    font-size: 3.75vw;
  }

  .entry-info .outline dt {
    margin-bottom: 6.25vw;
    width: 21.875vw;
  }

  .entry-info .outline dd {
    margin-bottom: 6.25vw;
    width: calc(100% - 21.875vw);
  }

  .entry-form {
    width: 100%;
    padding: 10.9375vw 0 14.84375vw;
    margin-top: 4.6875vw;
  }

  .entry-form::before {
    left: -6.25vw;
  }

  .entry-form h3 {
    font-size: 5vw;
  }

  .entry-form h3+p {
    font-size: 3.75vw;
    margin: 6.25vw 0 4.6785vw;
  }

  .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__check .form-choice {
    margin: 0 6.25vw 3.90625vw 0;
  }

  .entry-form__check {
    margin: 0 -6.25vw -3.90625vw 0;
  }

  .entry-form__privacy {
    font-size: 3.125vw;
    padding: 4.6875vw;
  }

  .agree-checkbox {
    margin: 3.125vw 0;
  }

  .entry-form .btn button {
    width: 75vw;
    font-size: 3.75vw;
    box-shadow: -0.9375vw 0.9375vw 0px 0px #000;
  }

  .entry-form .btn button::before {
    width: 3.4375vw;
    height: 2.34375vw;
    right: 4vw;
  }

  .entry-form .btn button::after {
    width: 5.78125vw;
    height: 6.25vw;
    left: 3vw;
  }

  .entry-form .online.btn button::after {
    width: 5vw;
    height: 5.9375vw;
    left: 4vw;
  }

  /* 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 1vw;
  }

  .form-select select {
    font-size: 3.75vw;
    height: 12.5vw;
    padding: 0 0 0 4.6875vw;

  }

  /*session
---------------------------------------------------- */
  .select-body {
    width: 100%;
    padding: 9.375vw 6.25vw 15.625vw;
  }

  .select-body .lead {
    margin-bottom: 9.375vw;
  }

  .select-box+.select-box {
    margin-top: 9.5vw;
  }

  .select-body .lead p {
    font-size: 3.75vw;
    margin-bottom: 5.46785vw;
  }

  .select-body .note li {
    font-size: 3.125vw;
  }

  .select-body .note li+li {
    margin-top: 2.8125vw;
  }

  .select-box h2 {
    font-size: 3.125vw;
    display: flex;
    align-items: center;
  }

  .select-box h2 span {
    font-size: 5.625vw;
    padding-right: 1vw;
    bottom: 0vw;
  }

  .no-session h2 {
    margin-bottom: 4vw;
  }

  .no-session p {
    font-size: 4.375vw;
    margin-left: 0;
  }

  .select-body .note {
    margin: 2.5vw 0 0 0;
  }

  .session-period+.session-period {
    margin-top: 8.59375vw;
  }

  .session-period h3 {
    font-size: 4.6875vw;
    margin: 0 0 3.90625vw;
  }

  .session-list td, .session-period .session-list td {
    padding: 0 4.6875vw;
    vertical-align: top;
    height: auto;
  }


  .session-list .day {
    text-align: center;
    width: 26.25vw;
    padding-top: 6vw;
    padding-bottom: 6vw;
  }

  .session-list .day p {
    font-size: 4.7vw;
  }

  .session-list .day span {
    font-size: 2.82vw;
    padding: 0 0 0.7vw 0.7vw;
  }

  .session-list .status {
    display: block;
    width: auto;
    border: none;
  }

  .session-list .status span {
    width: 31.25vw;
    height: 7.8125vw;
    font-size: 3.4375vw;
    padding: 0 0 0.8vw;
    margin-top: 6.25vw;
  }

  .session-list .status span br {
    display: none;
  }

  .session-list .time {
    display: block;
    border: none;
    padding-top: 6vw;
  }

  .session-list td.txt {
    display: block;
    padding: 0 4.6875vw 6vw;
  }

  .session-list .time p {
    font-size: 4.0625vw;
  }

  .session-list .time span {
    font-size: 5.625vw;
    margin-right: 0.8vw;
    bottom: 0.4vw;
    position: relative;
  }

  .session-list .txt dl {
    display: block;
  }

  .session-list .txt dt {
    font-size: 4.375vw;
    margin: 3.125vw 0 0 0;
    text-align: left;
    display: block;
    border: none;
    font-weight: 500;
  }

  .session-list .txt dd {
    font-size: 4.0625vw;
    padding: 2.34375vw 0 0;
  }

  .session-period .session-list .choice {
    padding: 6.25vw 4.6875vw;
    text-align: center;
  }

  .session-list .choice input::before,
  .session-list .choice input {
    width: 5.625vw;
    height: 5.625vw;
  }

  .session-list .choice input::before {
    border-width: 0.3125vw;
    border-radius: 0.9375vw;
  }

  .session-list .choice input[type='checkbox']:checked::after {
    width: 1.8vw;
    height: 3vw;
    top: 2vw;
    left: 1.9vw;
    margin-top: -1.2vw;
    border-width: 0.6vw;
  }

  .session-period .session-list .time {
    padding: 6.25vw 4.6875vw 0;
  }

  .session-period .session-list .status+.time {
    padding-top: 4.6875vw;
  }


  .session-period .session-list .txt-box {
    display: block;
  }

  .session-period .detail {
    padding: 5.46875vw 0 0;
  }

  .session-period .detail a {
    margin: 0;
    width: 23.4375vw;
    height: 9.375vw;
    font-size: 3.28125vw;
    padding-left: 5.78125vw;
    border-radius: 1.875vw;
  }

  .session-period .detail a::before {
    width: 3.28125vw;
    height: 3.28125vw;
    right: 3.28125vw;
  }

  .select-body .next button {
    width: 75vw;
    height: 15.625vw;
    font-size: 4.375vw;
    margin-top: 10.9375vw;
  }


  /*confirm
---------------------------------------------------- */
  .confirm-box {
    width: 100%;
    padding: 12.5vw 6.25vw 14.0625vw;
  }

  .confirm-box .lead p {
    font-size: 4.4vw;
    margin-bottom: 13%;
  }

  .confirm-box .lead p span {
    font-size: 3.5vw;
    margin-top: 7%;
  }

  .confirm-box h3 span {
    display: block;
    font-size: 3.125vw;
    margin-top: 2.34375vw;
  }

  .confirm-box .form-txt {
    display: block;
    margin-top: 8%;
  }

  .confirm-box .form-txt dl {
    width: 100%;
    font-size: 3.85vw;
  }

  .confirm-box .form-txt dl+dl {
    margin-top: 5.8vw;
  }

  .confirm-box .form-txt dd+dt {
    padding-top: 1.6vw;
  }

  .confirm-box .form-txt dd {
    padding: 1.6vw 0 4.5vw 1em;
  }

  .confirm-box .btn-list ul {
    width: 100%;
    flex-direction: column-reverse;
    margin-top: 12.5vw;
  }

  .confirm-box .btn-list li {
    width: 92%;
    margin: 0 auto;
  }

  .confirm-box .btn-list li+li {
    margin-bottom: 3.75vw;
  }

  .confirm-box .btn.back button::before {
    left: 6%;
  }

  /*thanks
---------------------------------------------------- */
  .thanks-box {
    width: 100%;
    padding: 12.5vw 6.25vw 15.625vw;
  }

  .thanks-box .lead p {
    font-size: 5vw;
  }

  .thanks-box .lead p span {
    font-size: 4.375vw;
    margin: 6.25vw 0 8.59375vw;
    letter-spacing: 0;
  }

  .thanks-box .txt p {
    font-size: 3.75vw;
    margin-bottom: 6.25vw;
  }

  .thanks-box .btn a {
    width: 75vw;
    margin-top: 10.9375vw;
  }

}