@charset "UTF-8";

:root {
  --viewport: 750;
}


.header01 .h_nav, #ft_breadcrumb .inner, #ft_tel , .ft_nav, .ft_home, .ft_sns {
  display: none;
}
@media screen and (max-width: 767px) {
  #ft_breadcrumb {
    border-bottom: none!important;
  }
  .newMenu {
    display: none;
  }
}


@media screen and (min-width: 769px) {
  .privacy-h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .privacy-dl p, .privacy-dl dt, .privacy-dl dd {
    font-size: 15px;
  }

  .privacy {
    width: 552px;
    height: 257px;
    padding: 19.5px 28px;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .form_group.last {
    margin-bottom: 45px!important;
  }
}

@media screen and (max-width: 768px) {
  .privacy {
    margin: 0 40px;
    padding: 9.5px 14px;
    height: calc(100vw / var(--viewport)* 300);
  }
  .privacy-h3 {
    font-size: 13px;
    margin-bottom: calc(100vw / var(--viewport)* 26);
  }
  .privacy > .privacy-dl > dd > p > a,.privacy-p, .privacy-dl dt, .privacy-dl dd {
    font-size: 13px;
  }
  .agree_checkbox-p__span {
    display: block;
  }
}
.agree_checkbox-p {
  margin-bottom: 10px;
  color: #333;
}
.agree_checkbox span {
  color: #333;
}

.privacy {
  background: #F2F2F2;
  border: 1px solid #707070;
  overflow-y: scroll;
}

.privacy-h3 {
  color: #909090;
}
.privacy > .privacy-dl > dd > p > a,.privacy-p, .privacy-dl dt, .privacy-dl dd {
  color: #909090;
  line-height: 1.9;
}

.privacy-dl dt {
  margin-top: 1.5em;
}

.annex_head {
  text-align: center;
}
.annex_head table {
  margin: 0 auto;
  background-color: #e1e2e1;
  padding: 20px 0;
  margin: 15px 0;
}
.annex_table th {
  width: 266px;
  font-size: 17px;
  font-weight: 500;
}
.annex_table td {
  width: 266px;
  font-size: 17px;
}
.annex_p {
  margin-top: 15px;
}
.annex_p2 {
  text-align: left;
}
:root {
  --viewport: 750;
}

@media screen and (max-width: 767px) {
  .annex_p {
    margin-top: 10px;
  }
  .annex_p, .annex_p2 {
    font-size: 10px;
  }
  .annex_table th {
    width: calc(100vw / var(--viewport) * 300);
    font-size: 12px;
    font-weight: 500;
  }
  .annex_table td {
    width: calc(100vw / var(--viewport) * 300);
    font-size: 12px;
  }
  .annex_head table {

    padding:  20px;
    margin: 10px 0;
  }
}

.btn-toggle-menu {
  display: none;
}
.logo_mark {
  display: none;
}
.head_logo {
  display: none;
}

.mb-25 {
  margin-bottom: 2.5em !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.alert_box {
  padding: 22.5px 0;
  text-align: center;
  background-color: #f0f1f1;
}

.alert_box a {
  display: block;
  color: #595757;
  font-size: 16px;
  text-decoration: underline;
}

.alert_box a::before {
  position: relative;
  display: inline-block;
  width: 19px;
  height: 16px;
  margin-right: 6px;
  vertical-align: middle;
  background: url(/operation/skincare/contact/img/ico_alert.png) no-repeat;
  background-size: 18px auto;
  content: '';
}

/*--------------------------------------------------------------
## 入力
--------------------------------------------------------------*/

.form_wrap {
  width: 868px;
  margin: 0 auto;
}

.form_step {
  width: 552px;
  margin: 17px auto 50px;
}

.form_step li {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  float: left;
  width: 173px;
  height: 46px;
  font-size: 18px;
  background-color: #cecece;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.form_step li::after {
  position: absolute;
  top: 0;
  right: -13px;
  z-index: 1;
  width: 0;
  height: 0;
  background-color: transparent;
  border-color: transparent transparent transparent #cecece;
  border-style: solid;
  border-width: 23px 0 23px 13px;
  content: '';
}

.form_step li.active_step::after {
  border-color: transparent transparent transparent #333;
}

.form_step li.finish_step:first-child::before {
  background-color: #e6e6e6;
}

.form_step li:first-child {
  width: 192px;
}

.form_step li:first-child::before {
  position: absolute;
  top: 0;
  left: -50vw;
  z-index: 1;
  width: 50vw;
  height: 46px;
  background-color: #cecece;
  content: '';
}

.form_step li.active_step:first-child::before {
  background-color: #333;
}

.form_step .active_step {
  color: #fff;
  background-color: #333;
}

.form_step .finish_step {
  background-color: #e6e6e6;
}

.form_step li.finish_step::after {
  border-color: transparent transparent transparent #e6e6e6;
}

/* .form_group {
    margin: 0 auto;
    width: 552px;
} */

.form_group {
  margin: 0 0 90px;
  font-size: 20px;
}

.form_title {
  position: relative;
  width: 100%;
  height: 60px;
  margin-bottom: 45px;
  padding: 14px 26px;
  font-weight: 500;
  font-size: 20px;
  background-color: #e1e2e1;
}

.form_group .caution {
  position: absolute;
  top: 50%;
  right: 20px;
  display: inline-block;
  width: 54px;
  height: 24px;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  background-color: #d04d4d;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sk_form li label {
  display: block;
}

.sk_form label input {
  display: none;
}

.form_in {
  position: relative;
  width: 552px;
  margin: 0 auto;
}

ul.option-block {
  position: relative;
}

.form_group ul.option-block.vertical > li {
  margin-top: 30px;
}

.form-btn,
.submit,
.btn-top a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: 70px;
  padding: 0 43px;
  color: #fff;
  font-size: 22px;
  background-color: #939393;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.submit:hover {
  opacity: 0.75;
}

ul.option-block li label > input:checked + span {
  background-color: #1A78E6;
}

.form_group .dis-option {
  display: none;
}

.form_group .dis-option.show {
  display: block;
}

.form_group .lead_sm {
  margin-top: 35px;
  margin-bottom: 20px;
}

.form-btn.rounded,
.submit.rounded,
.btn-top.rounded a {
  justify-content: center;
  width: 259px;
  height: 56px;
  text-align: center;
  border-radius: 50px;
}

.option-block:not(.vertical) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.option-block:not(.vertical) li {
  margin: 0 0 27px;
}

.form_group input[type='text'],
.form_group input[type='tel'],
.form_group select,
.form_group textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 19.5px 28px;
  color: #727171;
  font-weight: normal;
  font-size: 22px;
  font-family: inherit;
  letter-spacing: -1px;
  border: 1px solid #707070;
  -webkit-appearance: none;
  appearance: none;
}

.form_group select {
  border-radius: 4px;
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.form_group .alert {
  position: absolute;
  bottom: -30px;
  padding: 18px 19px;
  color: #fff;
  font-weight: 500;
  font-size: 17px;
  background-color: rgba(208, 77, 77, 0.9);
  border: 1px solid #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

ul.option-block.sm li {
  width: 181px;
  margin-bottom: 5px;
}

ul.option-block.sm .form-btn {
  justify-content: center;
  height: 81px;
  padding: 0;
}

ul.option-block.md li {
  width: 271px;
  margin-bottom: 5px;
}

ul.option-block.md .form-btn {
  justify-content: center;
  padding: 0;
}

.arrow_btm {
  position: relative;
}

.arrow_btm:after {
  position: absolute;
  top: 50%;
  right: 28px;
  display: block;
  color: #939393;
  font-weight: normal;
  font-size: 0.9rem;
  font-family: 'icomoon' !important;
  font-style: normal;
  font-variant: normal;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '\e900';
}

.arrow_btm input {
  border-radius: 4px;
  cursor: pointer;
}

.form_group .cap {
  margin-top: 20px;
  font-size: 16px;
}

.center {
  text-align: center;
}

.select_result_box {
  display: none;
  width: 100%;
  height: 70px;
  margin-top: 20px;
  border: 1px solid #707070;
}

.select_result_box.show {
  display: table;
}

.select_result_box dt,
.select_result_box dd {
  display: table-cell;
  vertical-align: middle;
}

.select_result_box dt {
  width: 35%;
  color: #fff;
  text-align: center;
  background-color: #1A78E6;
}

.select_result_box dd {
  padding-left: 20px;
}

.select_result_box .select_tit {
  font-size: 16px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.popup_box {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1001;
  display: none;
  align-items: center;
  width: 570px;
  height: calc(100% - 100px);
  margin: 50px auto;
  pointer-events: none;
}

.popup_box * {
  pointer-events: all;
}

.popup_inner {
  width: 100%;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.popup_btn {
  width: 276px;
  margin: 64px auto 0;
}

.popup_btn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: 68px;
  margin-bottom: 37px;
  color: #c8c8c8;
  font-size: 24px;
  text-align: center;
  border: 3px solid #c8c8c8;
  border-radius: 34px;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.popup_btn a.decide {
  color: #1A78E6;
  background-color: #fff;
}

.popup_option {
  width: 570px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px;
}

.popup_option > ul {
  margin: 2px;
  padding: 2px 0;
}

.popup_option .t_sub_menu {
  display: none;
}

.popup_option .t_sub_menu.show {
  display: block;
}

.popup_option > ul > li {
  margin-bottom: 2px;
}

.popup_option > ul > li:last-child {
  margin-bottom: 0;
}

.popup_option > ul > li:last-child > {
  margin-bottom: 0;
}

.popup_option > ul > li > p > label > .form-btn {
  position: relative;
  width: 566px;
  height: 85px;
  padding: 0 36px;
  color: #595757;
  font-size: 21px;
  background: url(/operation/skincare/contact/img/btn_bg.png) no-repeat top left;
  background-size: 566px auto;
  border: none;
  border-radius: 8px;
}

.popup_option > ul > li.t-dropdown > p > label > .form-btn::after {
  position: absolute;
  top: 50%;
  right: 28px;
  display: block;
  color: #707070;
  font-weight: normal;
  font-size: 1.1rem;
  font-family: 'icomoon' !important;
  font-style: normal;
  font-variant: normal;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  content: '\e902';
}

.popup_option > ul > li.t-dropdown > p > label.selected > .form-btn::after {
  color: #1A78E6;
  font-size: 1.3rem;
}

.popup_option > ul > li.t-dropdown > p > label.selected > .form-btn::after {
  -webkit-transform: translateY(-50%) rotate(270deg);
  transform: translateY(-50%) rotate(270deg);
}

.popup_option > ul > li > p > label > input:checked + span {
  color: #1A78E6;
}

.popup_option > ul > li > ul > li > label > .form-btn {
  height: 90px;
  margin-bottom: 1px;
  border-radius: 0;
}

.popup_option > ul > li > ul > li > label > input:checked + span {
  background-color: #1A78E6;
}

.form_group .date_time_wrp {
  margin-top: 23px;
}

.form_group .date_time_wrp .lead_sm {
  margin: 0 0 15px;
  text-align: left;
}

.form_group .date_time .date {
  width: 266px;
}

.form_group .date_time .time {
  width: 263px;
}

.danger {
  color: #d04d4d;
}

.form_group .danger {
  font-size: 20px;
}

.btn-outline.external a {
  height: 73px;
  font-size: 26px;
}

.btn-outline.external a::after {
  font-size: 2rem;
  content: '\ea7e';
}

.form_group .date_time_caution {
  margin: 45px 0 120px;
}

.form_group .date_time_caution .danger {
  margin-bottom: 12px;
}

.form_group .btn-outline {
  margin-bottom: 35px;
}

.form_group .date_time_caution .copy_lg {
  margin-bottom: 65px;
}


@media screen and (min-width: 768px) {
  .birth_date .fl_box select[name="birthdate_y"] {
    width: 140px;
  }

  /* birthdate_m（月）のselectにスタイルを適用 */
  .birth_date .fl_box select[name="birthdate_m"] {
    width: 120px; /* 必要なスタイルを追加 */
  }

  /* birthdate_d（日）のselectにスタイルを適用 */
  .birth_date .fl_box select[name="birthdate_d"] {
    width: 120px; /* 必要なスタイルを追加 */
  }

  .fl_box > .fl_box__age {
    font-size: 20px;
    color: #333;
  }
}


.birth_date span {
  margin-left: 10px;
}

.birth_date .arrow_btm:after {
  right: 56px;
}

.form_group .caution.black {
  background-color: #333;
}

.pair {
  margin-top: 30px;
  text-align: center;
}

.pair_title {
  position: relative;
  left: -41px;
  display: inline-block;
}

.pair_title .caution {
  right: -82px;
}

.caution__pair {
  position: absolute;
  top: 50%;
  right: 20px;
  display: inline-block;
  width: 54px;
  height: 24px;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  background-color: #d04d4d;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pair_tbl {
  width: 100%;
  text-align: left;
}

.pair_tbl th,
.pair_tbl td {
  display: block;
}

.pair_tbl .pair_age input {
  width: 202px;
  margin-right: 16px;
}

.bg_scroll {
  width: 100%;
  height: 192px;
  margin-bottom: 46px;
  padding: 22px 28px;
  overflow-y: scroll;
  background-color: #f0f1f1;
}

.bg_scroll .copy_lg {
  font-size: 18px;
}

.bg_scroll p,
.bg_scroll ul,
.bg_scroll ol {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 2;
}

.form_group:last-of-type {
  margin-bottom: 66px;
}

.form_group textarea {
  min-height: 252px;
  letter-spacing: inherit;
}

.switch-btn {
  margin-top: 80px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 168px;
  height: 50px;
}

.switch input {
  width: 0;
  height: 0;
  opacity: 0;
}

.switch input[type='checkbox']:disabled ~ .switch-slide {
  cursor: auto;
  opacity: 0.6;
}

.switch-slide {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ccc;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.switch-slide:before {
  position: absolute;
  bottom: 2px;
  left: 2px;
  width: 46px;
  height: 46px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  content: '';
}

.switch-slide:after {
  position: absolute;
  top: 50%;
  left: 78px;
  font-weight: bold;
  font-size: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: 'いいえ';
}

input:checked + .switch-slide {
  background-color: #1A78E6;
}

input:focus + .switch-slide {
  box-shadow: 0 0 1px #1A78E6;
}

input:checked + .switch-slide:before {
  -webkit-transform: translateX(118px);
  -ms-transform: translateX(118px);
  transform: translateX(118px);
}

input:checked + .switch-slide:after {
  left: 50px;
  color: #fff;
  content: 'はい';
}

.switch-slide.round {
  border-radius: 34px;
}

.switch-slide.round:before {
  border-radius: 50%;
}

.submit {
  margin-top: 40px;
  font-weight: bold;
  font-size: 16px;
  font-family: inherit;
  border: none;
  outline: none;
  box-shadow: none;
}

.submit.rounded {
  width: 250px;
  height: 50px;
}

.submit.on {
  background-color: #1A78E6;
}

.agree_checkbox {
  margin-top: -55px;
  text-align: center;
}

.agree_checkbox > span > a {
  color: #1A78E6;
}

.agree_checkbox > label {
  display: inline-block;
}

.agree_checkbox > label > span {
  position: relative;
  top: 5px;
  display: block;
  width: 26px;
  height: 26px;
  border: solid 2px #333;
  cursor: pointer;
}

.agree_checkbox > label > span::before {
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 1;
  box-sizing: border-box;
  width: 14px;
  height: 9px;
  border: 2px solid #1A78E6;
  border-top-style: none;
  border-right-style: none;
  transform: rotate(-45deg) scale(0, 0);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  content: '';
}

.agree_checkbox > label > input:checked + span::before {
  transform: rotate(-45deg) scale(1, 1);
}

.agree_checkbox > label > input:checked + span::before {
  border-color: #1A78E6;
}

.plan input,
.consult_list input {
  pointer-events: none;
}

.bui_all {
  position: relative;
  z-index: 1;
  margin: -25px 0 -33px;
  text-align: right;
}
.bui_all > input {
  display: none;
}
.bui_all > span {
  display: inline-flex;
  width: auto;
  height: 43px;
  padding: 0 20px;
  font-size: 14px;
  border-radius: 4px;
}
.bui_all > input:checked + span {
  background-color: #1A78E6;
}

/*--------------------------------------------------------------
## 確認
--------------------------------------------------------------*/

.form_bg {
  margin-bottom: 3px;
  background-color: #f7f8f8;
}

.confirm_content dl {
  padding-bottom: 38px;
}

.confirm_content dt {
  padding-top: 43px;
  color: #1A78E6;
  font-weight: 500;
  font-size: 16px;
}

.confirm_content dl dt:not(:first-of-type) {
  padding-top: 30px;
}

.confirm_content dd {
  color: #333;
  font-weight: 700;
  font-size: 28px;
}

.confirm_content .plan_tit {
  display: block;
  margin-top: 7px;
  font-size: 22px;
}

.confirm_content .plan_tbl {
  display: table;
  width: 100%;
  margin-top: 10px;
}

.confirm_content .plan_tbl th,
.confirm_content .plan_tbl td {
  padding: 7px 0;
  text-align: left;
  vertical-align: middle;
}

.confirm_content .plan_tbl th {
  width: 70px;
  color: #1A78E6;
  font-size: 16px;
}

.confirm_content .plan_tbl td {
  width: 120px;
  font-weight: 700;
  font-size: 28px;
  text-align: right;
}

.confirm_content .plan_tbl td:last-child {
  width: 62%;
  padding-left: 10px;
  text-align: left;
}

.confirm_content .identification_tbl {
  display: table;
  width: 100%;
  margin-top: 10px;
}

.confirm_content .identification_tbl th,
.confirm_content .identification_tbl td {
  padding: 7px 0;
  text-align: left;
  vertical-align: middle;
}

.confirm_content .identification_tbl th {
  width: 110px;
  color: #1A78E6;
  font-size: 16px;
}

.confirm_content .identification_tbl td {
  width: calc(100% - 90px);
  font-weight: 700;
  font-size: 28px;
}

.confirm_content .btn-submit {
  margin-top: 45px;
}

.submit.back {
  width: 164px;
  margin-top: 38px;
  color: #fff;
  background-color: #cecece;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999999;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.modal.show {
  opacity: 1;
  visibility: visible;
}
.modal_container {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  background-color: #ffffff;
  padding: 80px 100px;
  width: 90%;
  max-width: 1000px;
  max-height: 95%;
  color: #000;
  overflow-y: auto;
}
.modal_close {
  position: absolute;
  z-index: 3;
  top: 30px;
  right: 30px;
  width: 30px;
  cursor: pointer;
}
.modal_text {
  line-height: calc(40 / 22);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.modal_text .red {
  color: #D00505;
}
.modal_submit {
  display: block;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: none;
  outline: none;
  background: #1A78E6;
  border-radius: 60px;
  border: none;
  padding: 14px;
  width: 343px;
  text-align: center;
  line-height: calc(33 / 19);
  font-size: 19px;
  font-weight: 600;
  color: #FFF;
  cursor: pointer;
}

/*--------------------------------------------------------------
## 完了
--------------------------------------------------------------*/

.sec_thanks {
  width: 680px;
  margin: 0 auto;
}

.bold {
  font-weight: 700;
}

.sec_thanks p {
  margin-bottom: 25px;
  line-height: 2;
}

.title_lg {
  margin: 90px 0 30px;
  color: #1A78E6;
  font-weight: bold;
  font-size: 36px;
}

.sec_thanks .lead {
  margin-bottom: 10px;
}

.sec_thanks .tel_col {
  display: table;
  float: left;
  min-height: 88px;
}

.sec_thanks .tel_copy {
  padding-top: 32px;
  padding-right: 36px;
  font-size: 19px;
  vertical-align: top;
}

.sec_thanks li {
  display: table-cell;
  vertical-align: middle;
}

.sec_thanks .tel {
  display: inline-block;
  color: #bba170;
  font-weight: 500;
  font-size: 54px;
  line-height: 1.6;
}

.sec_thanks .tel .time {
  display: block;
  color: #040000;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
}

.sec_thanks .btn-top {
  clear: both;
  margin-bottom: 0;
  padding-top: 59px;
  text-align: center;
}

.sec_thanks .btn-top.rounded a {
  width: 250px;
  height: 50px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  background-color: #1A78E6;
}

ol {
  list-style-type: none;
}

ul.place::after {
  content: none;
}

@media only screen and (min-width: 769px) {
  .mb-md-25 {
    margin-bottom: 2.5em !important;
  }
}

@media only screen and (max-width: 768px) {
  .mb-sp-0 {
    margin-bottom: 0 !important;
  }

  .mb-sp-1 {
    margin-bottom: 1em !important;
  }

  .mb-sp-15 {
    margin-bottom: 1.5em !important;
  }

  .mb-sp-25 {
    margin-bottom: 2.5em !important;
  }

  .mb-sp-35 {
    margin-bottom: 3.5em !important;
  }

  .pb-sp-2 {
    padding-bottom: 2em !important;
  }
  .alert_box {
    padding: 15.5px 0;
  }

  .alert_box a {
    font-size: 14px;
    line-height: 1;
  }

  /*--------------------------------------------------------------
        ## form
    --------------------------------------------------------------*/

  .form_wrap,
  .form_step {
    width: 100%;
    max-width: 100%;
  }

  .form_step {
    margin: 20px 0 21px;
  }

  .form_step li {
    width: 32%;
    height: 32px;
    font-size: 14px;
  }

  .form_step li:first-child {
    width: 32%;
  }

  .form_step li::after {
    right: -8px;
    border-width: 16px 0 16px 8.5px;
  }

  .form_title {
    height: 45px;
    margin-bottom: 25px;
    padding: 11px 18px;
    font-size: 14px;
  }

  .form_group .caution {
    width: 40px;
    height: 18px;
    font-size: 12px;
  }

  .form_group {
    margin-bottom: 40px;
  }

  .form_in {
    width: auto;
    padding: 0 40px;
  }

  .form_group ul.option-block.vertical > li {
    margin-top: 15px;
  }

  .form-btn {
    height: 43px;
    padding: 0 20px;
    font-size: 14px;
    border-radius: 4px;
  }

  .form-btn.rounded,
  .btn-top.rounded a {
    width: 100%;
    height: 34px;
    font-size: 12px;
    border-radius: 30px;
  }

  .option-block.yes-no {
    justify-content: center;
    max-width: 295px;
    margin: 0 auto;
  }

  .dis-option.yes {
    margin-top: 18px;
  }

  .option-block.yes-no li {
    width: calc(50% - 10px);
    margin-right: 20px;
    margin-bottom: 0;
  }

  .option-block:not(.vertical) li:nth-child(2n) {
    margin-right: 0;
  }

  .form_group .ticket .lead_sm {
    margin-bottom: 15px;
  }

  .form_group .lead_sm {
    margin: 12px 0;
    font-size: 14px;
  }

  .form_group input[type='text'],
  .form_group input[type='tel'],
  .form_group select,
  .form_group textarea {
    height: 41px;
    padding: 9.5px 14px;
    font-size: 13px;
    border-color: #8c8c8c;
    border-radius: 0;
  }

  .form_group .alert {
    right: 0;
    bottom: -32px;
    left: 0;
    width: auto;
    margin: 0 11px;
    padding: 11px 14px;
    font-size: 10px;
  }

  ul.option-block.sm li {
    width: 32.6%;
    margin-bottom: 1%;
  }

  ul.option-block.sm .form-btn {
    width: 100%;
    height: 41px;
    font-size: 13px;
  }

  ul.option-block.md li {
    width: 49%;
    margin-bottom: 1%;
  }

  ul.option-block.md .form-btn {
    width: 100%;
    height: 41px;
    font-size: 13px;
  }

  .arrow_btm:after {
    right: 17px;
    font-size: 0.8rem;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    content: '\e902';
  }

  .arrow_btm input[type='text'] {
    color: #cecece;
  }

  .form_group .cap {
    margin-top: 10px;
    font-size: 10px;
    text-align: left;
  }

  .form_group .date_time_wrp {
    margin-top: 15px;
  }

  .form_group .date_time_wrp .lead_sm {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .form_group .date_time .time {
    margin-left: 13px;
  }

  .form_group .date_time .date,
  .form_group .date_time .time {
    width: calc(50% - 6.5px);
  }

  .form_group .date_time .arrow_btm:after {
    right: 13px;
  }

  .form_group .date_time_caution {
    margin: 15px 0 55px;
  }

  .form_group .date_time_caution .danger {
    font-size: 12px;
  }

  .form_group .date_time_caution .copy_lg {
    margin-bottom: 10px;
    font-size: 11px;
  }

  .form_group .btn-outline {
    margin-bottom: 20px;
    text-align: center;
  }

  .btn-outline.external a {
    width: 295px;
    max-width: 100%;
    height: 37px;
    font-size: 13px;
  }

  .btn-outline.external a:after {
    font-size: 1rem;
  }

  .birth_date {
    max-width: 295px;
    margin: 0 auto;
  }

  .birth_date .fl_box {
    flex-wrap: nowrap;
  }

  .birth_date .year {
    width: 32%;
  }

  .birth_date .month,
  .birth_date .day {
    width: 26%;
  }

  .birth_date select {
    width: 100%;
    padding: 9.5px 12px;
  }

  .birth_date span {
    margin-left: 5px;
    font-size: 14px;
  }


  .ui-widget.ui-widget-content {
    z-index: 5;
  }

  .birth_date .year.arrow_btm:after {
    right: 30%;
  }

  .birth_date .month.arrow_btm:after,
  .birth_date .day.arrow_btm:after {
    right: 35%;
  }
  .pair {
    margin-top: 10px;
  }

  .pair .pair_title {
    margin-bottom: 0;
  }

  .form_group .pair_tbl th {
    margin-bottom: 8px;
  }

  .form_group .pair_tbl td {
    margin-bottom: 6px;
    font-size: 13px;
  }

  .form_group textarea {
    min-height: 124px;
  }

  .bg_scroll {
    height: 124px;
    margin-bottom: 26px;
    padding: 11px 14px;
  }

  .bg_scroll .copy_lg,
  .bg_scroll p,
  .bg_scroll ul,
  .bg_scroll ol {
    margin-bottom: 8px;
    font-size: 11px;
  }

  .form_group.last {
    margin-bottom: 32px;
  }

  .privacy_txt {
    font-size: 10px;
  }

  .switch-btn {
    margin-top: 14px;
  }

  .switch {
    width: 125px;
    height: 37px;
  }

  .switch-slide:before {
    width: 33.5px;
    height: 33.5px;
  }

  input:checked + .switch-slide:before {
    -webkit-transform: translateX(88px);
    -ms-transform: translateX(88px);
    transform: translateX(88px);
  }

  .switch-slide:after {
    left: 48px;
    font-size: 14px;
  }

  input:checked + .switch-slide:after {
    left: 38px;
  }

  .submit.rounded {
    max-width: 100%;
    height: 45px;
  }

  .popup_box {
    width: 285px;
    max-width: 100%;
    height: calc(100% - 70px);
    margin: 50px auto 20px;
  }

  .popup_option {
    max-width: 100%;
    border-radius: 5px;
  }

  .popup_btn {
    width: 138px;
    margin: 52px auto 0;
  }

  .popup_btn a {
    height: 34px;
    margin-bottom: 17px;
    font-size: 12px;
    border-width: 1.5px;
  }

  .popup_option > ul {
    margin: 1px;
    padding: 1px 0;
  }

  .popup_option > ul > li {
    margin-bottom: 1px;
  }

  .popup_option > ul > li > p > label > .form-btn {
    width: 283px;
    max-width: 100%;
    height: 42.5px;
    padding: 0 18px;
    font-size: 13px;
    background-size: 283px auto;
    border-radius: 0;
  }

  .popup_option > ul > li.t-dropdown > p > label > .form-btn::after {
    right: 17px;
    font-size: 0.7rem;
  }

  .popup_option > ul > li.t-dropdown > p > label.selected > .form-btn::after {
    font-size: 0.8rem;
  }

  .popup_option > ul > li > ul > li > label > .form-btn {
    height: 45px;
    padding: 0 30px;
    font-size: 13px;
  }

  .select_result_box {
    height: 11.1vw;
  }

  .select_result_box dt,
  .select_result_box dd {
    font-size: 56%;
    font-size: 3.2vw;
  }

  .select_result_box dd {
    padding-left: 10px;
  }

  .select_result_box .select_tit {
    font-size: 90%;
  }

  .select_result_box .course_txt {
    font-size: 90%;
  }

  .agree_checkbox {
    margin-top: -10px;
  }

  .agree_checkbox > span {
    font-size: 15px;
  }

  .agree_checkbox > label > span {
    top: 3px;
    width: 18px;
    height: 18px;
  }

  .agree_checkbox > label > span::before {
    top: 3px;
    left: 3px;
    width: 8px;
    height: 6px;
  }

  .bui_all {
    margin: -15px -30px -25px;
  }

  .bui_all > span {
    height: 32px;
    padding: 0 15px;
    font-size: 12px;
  }

  /*--------------------------------------------------------------
    ## 確認
    --------------------------------------------------------------*/
  .form_bg {
    margin-bottom: 1.5px;
  }

  .confirm_content dl {
    padding-bottom: 20px;
  }

  .confirm_content dt {
    padding-top: 23px;
    padding-bottom: 7px;
    font-weight: 400;
    font-size: 12px;
  }

  .confirm_content dl dt:not(:first-of-type) {
    padding-top: 17px;
  }

  .confirm_content dd {
    font-size: 18px;
  }

  .confirm_content .plan_tit {
    font-size: 14px;
  }

  .confirm_content .plan_tbl {
    margin-top: 2px;
  }

  .confirm_content .plan_tbl th,
  .confirm_content .plan_tbl td {
    padding: 5px 0;
  }

  .confirm_content .plan_tbl th {
    width: 20%;
    font-size: 11px;
  }

  .confirm_content .plan_tbl td {
    width: 28%;
    font-size: 18px;
  }

  .confirm_content .identification_tbl {
    margin-top: 2px;
  }

  .confirm_content .identification_tbl th,
  .confirm_content .identification_tbl td {
    padding: 5px 0;
  }

  .confirm_content .identification_tbl th {
    width: 90px;
    font-size: 11px;
  }

  .confirm_content .identification_tbl td {
    font-size: 18px;
  }

  .confirm_content .btn-submit {
    margin-top: 5px;
  }

  .modal_container {
    padding: 45px 30px;
    width: 80%;
  }

  .modal_close {
    top: 15px;
    right: 15px;
    width: 15px;
  }

  .modal_text {
    line-height: calc(46 / 26);
    font-size: 13px;
  }

  .modal_submit {
    margin-top: 60px;
    border-radius: 30px;
    padding: 9px;
    width: 199.5px;
    line-height: calc(36 / 21);
    font-size: 10.5px;
  }

  /*--------------------------------------------------------------
    ## 完了
    --------------------------------------------------------------*/

  .sec_thanks {
    width: 100%;
  }

  .title_lg {
    margin: 15px 0 15px;
    font-size: 23px;
  }

  .sec_thanks .lead {
    margin-bottom: 5px;
    font-size: 13px;
  }

  .sec_thanks .copy_lg {
    font-size: 11px;
  }

  .sec_thanks .tel_copy {
    padding-top: 17px;
    padding-right: 18px;
    font-size: 10px;
  }

  .sec_thanks .tel {
    font-size: 27px;
  }

  .sec_thanks .tel .time {
    font-size: 9px;
  }

  .sec_thanks .btn-top {
    padding-top: 20px;
  }

  .sec_thanks .btn-top.rounded a {
    width: 225px;
    max-width: 100%;
    height: 40px;
  }
}

@media screen and (max-width: 480px) {
  .form_group .lead_sm {
    font-size: 12px;
  }
}

@media screen and (max-width: 320px) {
  ul.option-block.sm .form-btn {
    font-size: 12px;
  }

  .form_group .alert {
    bottom: -24px;
    padding: 7px 14px;
  }

  .form_group .date_time input[type='text'],
  .form_group select {
    font-size: 11px;
  }

  .form_group .date_time .arrow_btm:after {
    right: 8px;
    font-size: 0.4rem;
  }

  .birth_date select {
    width: 100%;
    padding: 9.5px 8px;
  }

  .birth_date .year.arrow_btm:after {
    right: 31%;
  }

  .birth_date .month.arrow_btm:after,
  .birth_date .day.arrow_btm:after {
    right: 37%;
  }
}

.emergency {
  margin-top: 40px;
  font-size: 0.875rem;
}
.emergency-subject {
  padding-bottom: 0.5em !important;
  color: #c33;
  font-size: 0.875rem !important;
}

.emergency-desc {
  padding-bottom: 0 !important;
  border-bottom-width: 0 !important;
}

/*.option-block.sm.place {
  justify-content: space-between !important;
}
.option-block.sm.place li {
  margin-right: 0 !important;
}*/
@media screen and (max-width:767px) {
  ul.option-block.sm .form-btn {
    display: flex;
  }
}


/* 251223 add */
.popup_option .category1 .under-arrow {
  position: relative;
  display: flex;
  align-items: center;
  height: 85px;
  padding: 0 34px;
  border: 1px solid #A5A5A6;
  border-radius: 8px;
  background-image: linear-gradient(to bottom, #ffffff, #f5f5f5, #eaeaea, #e0e0e0, #d6d6d6);
  font-size: 26px;
  color: #595757;
}

.popup_option .category1 .under-arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 34px;
  transform: translateY(-50%);
  width: 18px;
  height: 12px;
  background: url(../img/ico_under_arrow.svg) no-repeat center center;
  background-size: cover;
}

.popup_option .category1 .under-arrow.selected {
  color: #1A78E6;
}

.popup_option .category1 .under-arrow.selected:after {
  transform: translateY(-50%) rotate(180deg);
}

.popup_option .category2 {
  visibility: hidden;
  height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #939393;
}

.popup_option .category1 .under-arrow.selected + .category2 {
  margin-top: -4px;
  visibility: visible;
  height: 100%;
}

.popup_option .category2 label {
  display: flex;
  align-items: center;
  padding: 0 60px;
  height: 90px;
  font-size: 26px;
  color: #FFF;
  border-bottom: 1px solid #FFF;
}

.popup_option .category2 label:has(input:checked) {
  background: #1A78E6;
  color: #FFF;
}

.popup_option .category2.option-block:not(.vertical) li {
  margin-bottom: 0;
}

@media screen and (max-width:767px) {
  .popup_option .category1 .under-arrow {
  position: relative;
  display: flex;
  align-items: center;
  height: 11.333vw;
  padding: 0 4.533vw;
  border: 1px solid #A5A5A6;
  border-radius: 1.067vw;
  background-image: linear-gradient(to bottom, #ffffff, #f5f5f5, #eaeaea, #e0e0e0, #d6d6d6);
  font-size: 3.467vw;
  color: #595757;
}

.popup_option .category1 .under-arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4.533vw;
  transform: translateY(-50%);
  width: 2.4vw;
  height: 1.6vw;
  background: url(../img/ico_under_arrow.svg) no-repeat center center;
  background-size: cover;
}

.popup_option .category1 .under-arrow.selected {
  color: #1A78E6;
}

.popup_option .category1 .under-arrow.selected:after {
  transform: translateY(-50%) rotate(180deg);
}

.popup_option .category2 {
  visibility: hidden;
  height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #939393;
}

.popup_option .category1 .under-arrow.selected + .category2 {
  margin-top: -0.533vw;
  visibility: visible;
  height: 100%;
}

.popup_option .category2 label {
  display: flex;
  align-items: center;
  padding: 0 8vw;
  height: 12vw;
  font-size: 3.467vw;
  color: #FFF;
  border-bottom: 1px solid #FFF;
}

.popup_option .category2 label:has(input:checked) {
  background: #1A78E6;
  color: #FFF;
}

.popup_option .category2.option-block:not(.vertical) li {
  margin-bottom: 0;
}
}
