/* stylelint-disable at-rule-empty-line-before */
:root {
  --margin-section: 2.4em;
}

/* simple clearfix */
/**************************
Compass Text Replacement
*/
/**************************
Inline List
*/
/**************************
Inline Block List
*/
/**************************
horizontal-list
*/
/**************************
Bullets
*/
.form_panel {
  background-color: #f7f7f7;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(192, 192, 192, 0.2);
  box-shadow: 0px 10px 30px 0px rgba(192, 192, 192, 0.2);
  margin-top: clamp(20px, 5vw, 80px);
  overflow: hidden;
  padding: clamp(30px, 3.75vw, 60px) clamp(30px, 5vw, 80px) clamp(30px, 6.87vw, 110px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
}
.form_panel__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: clamp(22px, 3vw, 1.875rem);
  font-weight: 700;
  padding-left: 1em;
  position: relative;
  line-height: 1.3;
  margin-bottom: 25px;
}
.form_panel__title::before {
  display: block;
  content: "";
  width: 5px;
  height: 100%;
  max-height: 40px;
  background-color: #404040;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px), print {
  .form_panel__explanation {
    padding-left: 30px;
  }
}
.form_panel__body {
  padding-top: clamp(20px, 2vw, 30px);
}

.form_progress {
  --outer-point-width: clamp(20px, 2vw, 36px);
  --inner-point-width: clamp(10px, 1.3vw, 16px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin: clamp(24px, 3vw, 40px) 0 clamp(20px, 2vw, 30px);
  position: relative;
}
.form_progress__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: clamp(20px, 4vw, 100px);
  gap: 13px;
}
.form_progress__item .point {
  width: var(--inner-point-width);
  height: var(--inner-point-width);
  position: relative;
  background-color: #e5e5e5;
  border: 2px solid #ffffff;
  border-radius: 100%;
  -webkit-box-shadow: 5px 5px 5px 1px rgba(171, 171, 171, 0.4);
  box-shadow: 5px 5px 5px 1px rgba(171, 171, 171, 0.4);
}
.form_progress__item .text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
}
.form_progress._input .form_progress__item._input .point, .form_progress._confirm .form_progress__item._confirm .point, .form_progress._thanks .form_progress__item._thanks .point {
  background-color: #08a337;
  -webkit-box-shadow: 5px 5px 5px 1px rgba(8, 163, 55, 0.4);
  box-shadow: 5px 5px 5px 1px rgba(8, 163, 55, 0.4);
}
.form_progress__line {
  width: clamp(60px, 10vw, 120px);
  text-align: center;
  height: 100%;
  position: relative;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.form_progress__line::before {
  content: "";
  width: 41px;
  height: 4px;
  background: url("/common/img/icon/progress_line.webp") no-repeat;
  background-size: contain;
  position: absolute;
  top: auto;
  right: 0;
  bottom: calc(var(--inner-point-width) / 2 - 2px);
  left: 0;
  margin: auto;
}

.contact p {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.contact .required {
  width: 40px;
  height: 24px;
  border-radius: 3px;
  line-height: 24px;
  text-align: center;
  font-size: 0.875rem;
  color: #ce4864;
  display: inline-block;
  background: #ebebeb;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.contact .form_btn_wrap {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .contact .form_btn_wrap {
    width: 100%;
    max-width: 320px;
  }
}
.contact__gr {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 2px solid #ececec;
}
@media screen and (min-width: 768px), print {
  .contact__gr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 34px 0 34px 20px;
    min-height: 120px;
  }
}
@media screen and (max-width: 767px) {
  .contact__gr {
    padding: 1.1rem 0;
  }
}
.contact__gr._submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  border-top: none;
}
@media screen and (max-width: 767px) {
  .contact__gr._submit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
  }
}
.contact__gr._submit .btn {
  margin: 0 auto;
}
.contact__gr._submit .back_btn_wrap .back_btn_box {
  position: relative;
  padding-left: 20px;
}
.contact__gr._submit .back_btn_wrap .back_btn_box::before {
  display: block;
  content: "";
  width: 12px;
  height: 9px;
  background: url("/common/img/icon/arrow/gnav_sub.webp") no-repeat;
  background-size: contain;
  position: absolute;
  top: 0.7em;
  left: 0;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.contact__gr._submit .back_btn_wrap .back_btn_box .back_btn {
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.contact__gr._submit .back_btn_wrap .back_btn_box:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px), print {
  .contact__gr._submit .back_btn_wrap {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
.contact__th {
  font-size: 1.125rem;
  font-weight: 500;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px), print {
  .contact__th {
    padding-top: 0.9em;
    -webkit-box-flex: 420px;
    -ms-flex: 420px 0 1;
    flex: 420px 0 1;
    margin-right: 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .contact__th {
    padding-bottom: 0.3rem;
    gap: 10px;
  }
}
.contact__td {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 768px), print {
  .js-form_content._form_confirm .contact__td {
    padding-top: 0.9em;
  }
}
.contact__ex-alert {
  margin-top: 10px;
}
.contact__ex-alert li {
  background-color: #ce4864;
  color: #ffffff;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 0.7em;
  padding-left: 0.7em;
}
.contact__ex-alert li:not(:last-of-type) {
  margin-bottom: 5px;
}

.root .contact.form_area .form-group {
  margin-bottom: 0;
}
.root .contact.form_area input:not(:where(.btn, .back_btn)),
.root .contact.form_area textarea,
.root .contact.form_area select,
.root .contact.form_area option {
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px clamp(0.5em, 1.8vw, 1.3em);
  line-height: 1.7;
  min-height: 50px;
  width: 100%;
  border-radius: 3px;
  border: none;
  outline: none;
  -webkit-box-shadow: inset 0px 3px 3px 0px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 3px 3px 0px rgba(0, 0, 0, 0.05);
}
.root .contact.form_area input:not(:where(.btn, .back_btn))::-webkit-input-placeholder, .root .contact.form_area textarea::-webkit-input-placeholder, .root .contact.form_area select::-webkit-input-placeholder, .root .contact.form_area option::-webkit-input-placeholder {
  color: #a9a9a9;
}
.root .contact.form_area input:not(:where(.btn, .back_btn))::-moz-placeholder, .root .contact.form_area textarea::-moz-placeholder, .root .contact.form_area select::-moz-placeholder, .root .contact.form_area option::-moz-placeholder {
  color: #a9a9a9;
}
.root .contact.form_area input:not(:where(.btn, .back_btn)):-ms-input-placeholder, .root .contact.form_area textarea:-ms-input-placeholder, .root .contact.form_area select:-ms-input-placeholder, .root .contact.form_area option:-ms-input-placeholder {
  color: #a9a9a9;
}
.root .contact.form_area input:not(:where(.btn, .back_btn))::-ms-input-placeholder, .root .contact.form_area textarea::-ms-input-placeholder, .root .contact.form_area select::-ms-input-placeholder, .root .contact.form_area option::-ms-input-placeholder {
  color: #a9a9a9;
}
.root .contact.form_area input:not(:where(.btn, .back_btn))::placeholder,
.root .contact.form_area textarea::placeholder,
.root .contact.form_area select::placeholder,
.root .contact.form_area option::placeholder {
  color: #a9a9a9;
}
@media screen and (max-width: 767px) {
  .root .contact.form_area input:not(:where(.btn, .back_btn)),
  .root .contact.form_area textarea,
  .root .contact.form_area select,
  .root .contact.form_area option {
    padding: 10px 18px;
  }
}
.root .contact.form_area input[type=radio],
.root .contact.form_area input[type=checkbox] {
  -webkit-box-shadow: none;
  box-shadow: none;
  min-height: auto;
}
.root .contact.form_area input[type=radio] {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  -webkit-transform: translateY(0.24em);
  transform: translateY(0.24em);
}
.root .contact.form_area input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.root .contact.form_area .select_frame {
  position: relative;
}
.root .contact.form_area .select_frame::after {
  display: block;
  content: "";
  width: 7px;
  height: 10px;
  background: url("/common/img/icon/arrow/link2.webp") no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  left: auto;
  margin: auto;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.root .contact.form_area select {
  padding-right: 3em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.root .contact.form_area textarea {
  min-height: 160px;
}
.root .contact.form_area .date_input_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.root .contact.form_area .date_input_area select {
  margin-bottom: 0;
}
.root .contact.form_area .date_input_area__year {
  min-width: 150px;
}
.root .contact.form_area .date_input_area__month {
  min-width: 150px;
}
.root .contact.form_area .date_input_area__day {
  min-width: 150px;
}
.root .contact.form_area .input-group {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.root .contact.form_area .input-group-text {
  background-color: transparent;
  border: 0 none;
}
@media screen and (max-width: 575px) {
  .root .contact.form_area .drop_area {
    font-size: 1rem;
  }
  .root .contact.form_area .drop_area > div {
    padding-left: 0;
    padding-right: 0;
  }
  .root .contact.form_area .drop_area .fas {
    font-size: 1.4rem;
  }
}
.root .contact.form_area .alert {
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  line-height: 1.3;
}
.root .contact.form_area .radio_frame {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
}
.root .contact.form_area .radio_frame .horizontal-item:not(:last-of-type),
.root .contact.form_area .radio_frame .vertical-item:not(:last-of-type) {
  margin-right: 10px;
}
.root .contact.form_area .radio_frame .horizontal-item input,
.root .contact.form_area .radio_frame .vertical-item input {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.root .contact.form_area .radio_frame .horizontal-item label,
.root .contact.form_area .radio_frame .vertical-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.125rem;
}
.root .contact.form_area .radio_frame .horizontal-item .label,
.root .contact.form_area .radio_frame .vertical-item .label {
  line-height: 1.5;
}
.root .contact.form_area .radio_frame .horizontal-item {
  display: inline-block;
}
.root .contact.form_area .radio_frame .horizontal-item label {
  margin-bottom: 10px;
}
.root .contact.form_area .option_explanation {
  font-size: 0.938rem;
  color: #808080;
}
.root .contact.form_area .button_area {
  position: relative;
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px), print {
  .root .contact.form_area .button_area {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .root .contact.form_area .button_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .root .contact.form_area .button_area .link-prev {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 3rem;
    width: 100px;
  }
}
.root .contact.form_area .button_area .btn {
  margin: auto;
}
.root .contact.form_area .button_area button.link {
  border: 0 none;
  background-color: transparent;
}

article th, td {
  padding: inherit !important;
}