#entryform {
  margin: min(5vw, 60px) auto min(10vw, 120px);
  /*360–834px：400px≈15px、834px≈17px*/
  font-size: clamp(0.926rem, calc(0.822rem + 0.029vw), 1.063rem);
  color: var(--text02-c);
}

#entryform .content-bg-con::before {
  /*background-color: var(--text01-c);*/
  background-color: #FFFFFF;
}

#entryform .block-title {
  margin: 2em 0 1em;
}

.content-intro-part {
  margin: 0 0 4em;
  text-align: center;
}

.intro-text01 {
  display: inline-block;
  text-align: left;
  /*360–834px：400px≈16px、834px≈18px*/
  font-size: clamp(0.988rem, calc(0.885rem + 0.461vw), 1.125rem);
}

.intro-text01 a {
  color: var(--link-c);
}

@media print,
screen and (min-width: 835px) {

  .intro-text01 a:hover {
    text-decoration: underline;
  }
}

.intro-term01 {
  /*width: 100%;
  max-width: 560px;*/
  display: inline-block;
  margin: 1em auto 0;
  padding: 0.5em 1em;
  /*360–834px：400px≈16px、834px≈24px*/
  font-size: clamp(0.954rem, calc(0.539rem + 1.843vw), 1.500rem);
  font-weight: 600;
  text-align: center;
  border: 1px solid var(--text02-c);
}

.form {
  width: 100%;
  /*padding: 2em 0;*/
  margin: 2em auto 0;
  /*background: #fff;
  color: #333;
  border-radius: 0.75em;*/
}

fieldset {
  border: 2px solid #e4e6ea;
  border-radius: 10px;
  /*margin-top: 1rem;*/
}

legend {
  /*padding: 0 0.5rem;
  margin-left: 1rem;*/
  /*360–834px：400px≈15px、834px≈17px*/
  font-size: clamp(0.926rem, calc(0.822rem + 0.461vw), 1.063rem);
  font-weight: 600;
  color: var(--text02-c);
}

legend span {
  margin-left: 1em;
  color: rgba(224, 67, 79, 1);
  /*360–834px：400px≈12px、834px≈14px*/
  font-size: clamp(0.738rem, calc(0.635rem + 0.461vw), 0.875rem);
}

fieldset>div {
  margin: 0.75rem 0.5rem 1rem;
}

.note {
  margin-left: 1em;
  /*360–834px：400px≈14px、834px≈16px*/
  font-size: clamp(0.864rem, calc(0.760rem + 0.461vw), 1.000rem);
}


label {
  /*360–834px：400px≈16px、834px≈18px*/
  font-size: clamp(0.988rem, calc(0.885rem + 0.461vw), 1.125rem);
}

.label {
  margin: 1em 0 0.35em;
  padding-left: 0.5em;
  /*360–834px：400px≈15px、834px≈17px*/
  font-size: clamp(0.926rem, calc(0.822rem + 0.461vw), 1.063rem);
  font-weight: 600;
  color: var(--text02-c);
}

.label span {
  margin-left: 1em;
  color: rgba(224, 67, 79, 1);
  /*360–834px：400px≈12px、834px≈14px*/
  font-size: clamp(0.738rem, calc(0.635rem + 0.461vw), 0.875rem);
}

input[type="text"],
textarea {
  width: 100%;
  padding: 0.5em;
  border: 2px solid #e5e7eb;
  border-radius: 10px;
  /*360–834px：400px≈16px、834px≈18px*/
  font-size: clamp(0.988rem, calc(0.885rem + 0.461vw), 1.125rem);
  background: #fff;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

textarea {
  resize: vertical;
}

input[type="checkbox"] {
  display: none;
}

.checkbox {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}

.checkbox::before {
  background: #fff;
  border: 1px solid #231815;
  content: "";
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}

.checkbox::after {
  border-right: 3px solid #1a10a2;
  border-bottom: 3px solid #1a10a2;
  content: "";
  display: block;
  height: 12px;
  left: 11px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}

input[type="checkbox"]:checked+.checkbox::after {
  opacity: 1;
}



input[type="radio"]+label {
  /*border-radius: 0.5rem;
  background: #ccc;*/
  padding: 0.5rem;
  /*font-size: 80%;*/
}

input[type="radio"] {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

#adultFieldset input[type="radio"] {
  margin: 0;
}

label.radio {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
}


#adultFieldset {
  display: flex;
  gap: 1.5em;
  flex-wrap: wrap;
}

#adultFieldset>div {
  display: flex;
  align-items: center;
  gap: 0.6em;
}

#premiereFieldset>div {
  display: flex;
  align-items: center;
  gap: 0.6em;
}

#count01,
#count02,
#count03,
#count04,
#count05 {
  text-align: right;
}

.agree-block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
}

.agree-block input[type="checkbox"] {
  width: 24px;
  height: 24px;
}

.agree-block label {
  /*360–834px：400px≈18px、834px≈20px*/
  font-size: clamp(1.113rem, calc(1.010rem + 0.461vw), 1.250rem);
  /*font-weight: 600;*/
}



.button-area {
  width: 100%;
  max-width: 640px;
  padding: 2em;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1em;
}

.button-area .btn-apply.apply-submit {
  --btn-apply-width: 420px;
  width: min(100%, var(--btn-apply-width));
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
  display: inline-block;
}

.button-area .btn-apply.apply-submit#editBtn {
  --btn-apply-face-color: #1f3a56;
  --btn-apply-rail-color: #8ca4be;
}

@media screen and (max-width: 767px) {
  .button-area .btn-apply.apply-submit {
    --btn-apply-width: 480px;
  }
}

.button-area .btn-apply.apply-submit .btn-apply__face,
.button-area .btn-apply.apply-submit .btn-apply__rail {
  border-radius: 0;
}

.button-area .btn-apply.apply-submit .btn-apply__label {
  color: #ffffff;
}

.button-area .btn-apply.apply-submit .btn-apply__arrow {
  filter: brightness(0) invert(1);
}

.button-area .btn-apply.apply-submit.disabled {
  --btn-apply-face-color: #cfcfcf;
  --btn-apply-rail-color: #e6e6e6;
  color: #666;
  pointer-events: none;
}

.button-area .btn-apply.apply-submit.disabled .btn-apply__face {
  filter: grayscale(0.15);
}



/*h3 {
  font-weight: bold;
  font-size: 150%;
}*/



/* 確認画面 */
/*#confirmSection {
  color: #333;
}*/

.confirm {
  background: #fff;
  border-radius: 0.75em;
  /*padding: 2em;*/
  margin-top: 2em;
}

.confirm-title {
  margin: 0 auto 1.25rem;
  padding: 2em;
  /*360–834px：400px≈16px、834px≈18px*/
  font-size: clamp(0.988rem, calc(0.885rem + 0.461vw), 1.125rem);
  font-weight: 600;
  /*color: rgba(224, 67, 79, 1);*/
  text-align: center;
  border: 1px solid var(--text02-c);
}

/*.confirm-table h4 {
  font-weight: 700;
  font-size: 120%;
  margin: 1.25rem 0 0.5rem;
  border-left: 6px solid #ef7992;
  padding-left: 0.5rem;
}*/

.confirm-table dl {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 0.5rem 1rem;
  padding: 0.5rem 0 1rem;
  /*border-bottom: 1px dashed #e5e7eb;*/
}

.confirm-table dt {
  /*360–834px：400px≈15px、834px≈17px*/
  font-size: clamp(0.926rem, calc(0.822rem + 0.461vw), 1.063rem);
  font-weight: 600;
}

.confirm-table dd {
  /*360–834px：400px≈16px、834px≈18px*/
  font-size: clamp(0.988rem, calc(0.885rem + 0.461vw), 1.125rem);
  /*color: #111827;
  min-height: 1.5em;*/
}

@media screen and (max-width: 767px) {
  .confirm-table dl {
    grid-template-columns: 1fr;
    gap: 0.25rem 0;
  }

  .confirm-table dt {
    margin-top: 0.5rem;
  }
}

.prewrap {
  white-space: pre-wrap;
  word-wrap: break-word;
}

#editBtn {
  background: #6b7280;
}

#finalSubmitBtn {
  margin-top: 1rem;
}




.mt0 {
  margin-top: 0;
}

.mt1 {
  margin-top: 1rem;
}

.mt2 {
  margin-top: 2rem;
}

.mt3 {
  margin-top: 3rem;
}

.mt4 {
  margin-top: 4rem;
}

.mt5 {
  margin-top: 5rem;
}

.pd {
  padding: 0 0.5rem;
}

.flex {
  display: flex;
}

.none {
  display: none;
}






/* 完了画面 */
/*.page-finish .section {
  padding: 2rem 1.25rem;
}*/

/*.page-finish .content-bg-con {
  background: #fff;
  border-radius: 14px;
  padding: 2rem 1.5rem;
}

.finish-section {
  padding: 2rem 1rem 3rem;
}

.finish-card {
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  border-radius: 14px;
  padding: 2rem 1.5rem 2.5rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}*/

.finish-table {
  padding: 1.5rem;
  background: #f7f7f7;
  border-radius: 10px;
}

@media screen and (min-width: 768px) {
  .finish-table {
    max-width: 720px;
    margin: 0 auto;
    padding: 2em 4em;
  }
}

.finish-text {
  max-width: 720px;
  margin: 2em auto 2em;
  /*360–834px：400px≈15px、834px≈17px*/
  font-size: clamp(0.926rem, calc(0.822rem + 0.461vw), 1.063rem);
}

/*.page-finish .content {
  background: transparent;
  padding-top: 40px;
  padding-bottom: 60px;
}

.finish-main {
  position: relative;
  z-index: 1;
}

.page-finish .form-wrapper {
  margin-top: 0;
}

.page-finish .confirm-table {
  background: #f7f7f7;
  border-radius: 10px;
  padding: 1.5rem;
}

.page-finish .button-area {
  text-align: center;
}

.page-finish .button-like {
  display: inline-block;
  padding: 0.9em 2em;
  border-radius: 10px;
  background: linear-gradient(180deg, #e05a5a 0%, #c13d3d 100%);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}*/