@charset "UTF-8";
/* ------------------------------------------------------ */
/* 
 * web interview
 */
.button.-start{
  display: flex;
  align-items: center;
  justify-content: center;
}
.choose_box {
  position: relative;
  width: 100%;
}

.choose_box ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  flex-wrap: wrap;
}
.choose_box ul.choose_box_cheklist {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.choose_box ul > li::before{
  content: none;
}
.choose_box li{
  width: 21%;
}
.choose_box li:nth-child(4n+1) {
  padding-left: 0;
}
.choose_box li:first-child{
  margin-left: 0;
  padding-left: 0;
}

.choose_box ul li a {
  width: 100%;
  color: #fff;
  display: flex;
  padding: 10px 20px;
  text-align: center;
  background-color: #2791d4;
  font-weight: 600;
  font-size: 16px;
  border: 2px solid #2791d4;
  text-decoration: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.choose_box ul li a:hover {
   background-color: #fff;
  color: #2791d4;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}
.choose_box ul.choose_box_cheklist li {
  width: 100%;
  margin-top: 1.75em;
  text-align: center;
}
.choose_box ul.choose_box_cheklist li > span{
  display: block;
  padding-left: 45px;
}
.choose_box ul.choose_box_cheklist li h3{
  position: relative;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  font-size: 20px;
  padding: 5px 45px;
  cursor: pointer;
  letter-spacing: .3em;
}
.choose_box ul.choose_box_cheklist li h3 > span{
  color: #2791d4;
}

.choose_box .choose_box_cheklist_red{
  color: red;
}

.fit {
  width: 100%;
}

.fit .pageQuestion_ttl_en{
  color: #2791d4;
  text-align: center;
  font-family: sans-serif;
  font-weight: 100;
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .2em;
}
.fit .pageQuestion_ttl_en >span{
  display: block;
}

.fit .pageQuestion_ttl {
  font-size: 22px;
  display: block;
  font-weight: 600;
  text-align: center;
}

.fit .pageQuestion_attention{
  color: red;
  font-size: 18px;
  display: block;
  font-weight: 600;
  text-align: center;
}
.fit .pageQuestion_detail{
  font-size: 18px;
  display: block;
  text-align: center;
}

.return-btn {
  margin-top: 5%;
    margin-left: 35%;
    margin-right: 35%;
    width: 30%;
    margin-bottom: 100px;
}
.return {
  display: inline-block;
  text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #2791d4;
    width: 100%;
    padding: 10px 10px;
    border: 1px solid #2791d4 ;
}

.return:hover {
    border: 1px solid #2791d4 ;
    background-color: #fff;
    color: #2791d4;
    transition: 0.5s;
}


/* チェックボックス01 */
input[type=checkbox] {
  display: none;
}
.checkbox01 {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 45px;
  position: relative;
  width: auto;
}
.checkbox01::before {
  background: #fff;
  border: 2px solid #2791d4;
  content: '';
  display: block;
  height: 28px;
  left: 0px;
  margin-top: -17px;
  position: absolute;
  top: 50%;
  width: 28px;
}
.checkbox01::after {
  border-right: 3px solid #2791d4;
  border-bottom: 3px solid #2791d4;
  content: '';
  display: block;
  height: 18px;
  left: 10px;
  margin-top: -14px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 10px;
}
input[type=checkbox]:checked + .checkbox01::after {
  opacity: 1;
}
.pageQuestion_postal_input{
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#error-message{
  font-size: 20px;
  display: block;
  font-weight: 100;
  color: red;
}
#user_postal_code{
  width: 25%;
}
.user_postal_code_btn{
  position: relative;
  min-width: 40px;
  min-height: 60px;
  color: #fff;
  padding: 10px 20px;
  background-color: #2791d4;
  font-weight: 600;
  width: 25%;
  font-size: 16px;
  border: 2px solid #2791d4;
  margin-top: 30px;
  text-decoration: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.user_postal_code_btn:hover{
  background-color: #fff;
  color: #2791d4;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  border: none;
}
.user_postal_code_btn:before{
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid currentColor;
  content: "";
  opacity: 0.5;
  backface-visibility: hidden;
  transition: inherit;
}
.calender_wrapper{
  margin-top: 20px;
}
.calendarChangeButton > label > span:after{
  content: "月";
}
.pageQuestion_txtarea{
  background: #FFF;
  overflow-y: auto;
  height: 200px;
  padding: 20px;
  margin-top: 20px;
}
/* スクロールバーの幅と高さを設定する */
.pageQuestion_txtarea::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.pageQuestion_txtarea::-webkit-scrollbar-track {
  background-color: #999;
}
/* スクロールバーの色を設定する */
.pageQuestion_txtarea::-webkit-scrollbar-thumb {
  --bg-opacity: 1;
  background-color: black;
  border-radius: 0.25rem;
}
.pageQuestion_tbl th{
  white-space: normal;
}
@media (max-width: 767px){
  table.pageQuestion_tbl{
    width: 100%;
  }

}
#booking-package{
  padding: 5px;
}
#booking-package_inputFormPanel label{
  position: relative;
  margin-top: 10px;
}
/* チェックボックスのスタイルを変更 */
#booking-package input[type="checkbox"],
#inputFormPanel input[type="checkbox"] {
    -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #2791d4;
  width: 20px;
  height: 20px;
  outline: none;
  border-radius: unset;
  margin-right: 5px;
  display: inline-flex;
  position: relative;
}

/* チェックボックスがチェックされた状態のスタイルを変更 */
#booking-package input[type="checkbox"]:checked::before,
#inputFormPanel input[type="checkbox"]:checked::before {
    content: '';
  display: block;
  height: 10px;
  left: 5px;
  margin-top: -8px;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
  border-right: 3px solid #2791d4;
  border-bottom: 3px solid #2791d4;
}

#booking-package_inputFormPanel textarea{
  height: 200px;
}
#booking-package_inputFormPanel input[type=text],
#booking-package_inputFormPanel textarea {
  padding: 0.5em!important;
  border: 1px solid #118BE7!important;
}
::placeholder {
  color: #999;
}
.page-center-top .pageBody{
  background: #FFF;
}
#bottomPanel{
  display: flex;
  justify-content: center;
  align-items: center;
}
#booking-package_schedulePage button#returnToCalendarButton,
#booking-package .bookingButton,
#booking-package .returnButton{
  position: relative;
  min-width: 40px;
  min-height: 60px;
  color: #fff;
  padding: 10px 20px;
  background-color: #2791d4;
  font-weight: 600;
  width: 25%;
  font-size: 16px;
  border: 2px solid #2791d4;
  margin-top: 30px;
  text-decoration: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
#booking-package_schedulePage button#returnToCalendarButton:before,
#booking-package .bookingButton::before,
#booking-package .returnButton::before{
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid currentColor;
  content: "";
  opacity: 0.5;
  backface-visibility: hidden;
  transition: inherit;
}
#booking-package_schedulePage button#returnToCalendarButton:hover,
#booking-package .bookingButton:hover,
#booking-package .returnButton:hover{
  background-color: #fff;
  color: #2791d4;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  border: none;
}
#paymentPanel,
#nextAndReturnPanel{
  text-align: center;
}
#booking-package_inputFormPanel button.returnButton{
  width: 25%;
}

#booking-package_inputFormPanel button.returnButton.returnButtonForBookingCmpleted{
  display: none;
}
#booking-package_inputFormPanel .row, #booking-package_myBookingDetails .row, #booking-package_serviceDetails .row, #booking-package_myBookingDetailsFroVisitor .row{
  /* display: flex!important; */
  padding: 20px 10px!important;
  /* border-bottom-width: 0!important; */
}
#booking-package_inputFormPanel .selectedDate, #booking-package_myBookingDetails .selectedDate{
  /* border-bottom-width: 0!important; */
}
#booking-package_inputFormPanel .name, #booking-package_serviceDetails .name, #booking-package_myBookingDetailsFroVisitor .name, #booking-package_myBookingDetails_panel .name{
  /* width: 23%; */
  font-weight: bold!important;
}
#booking-package_inputFormPanel .value, #booking-package_serviceDetails .value, #booking-package_myBookingDetailsFroVisitor .value, #booking-package_myBookingDetails_panel .value{
  /* width: 77%; */
}
/* form */
.page-center-contact .calender_wrapper{
  background: white;
  padding: 10px 0;
  font-size: 20px;
}
#tit_Header{
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 10px 0;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 0;
  text-align: center;
  font-weight: normal;
  font-size: 1.4em;
  vertical-align: middle;
  z-index: 3;
  border-color: #ddd;
  background: #FFF;
}
#inputFormPanel .row{
  padding: 20px 10px;
  margin: 0;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 0;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  border-color: #ddd;
}
#inputFormPanel .regular-tex{
  width: 100%;
}
#inputFormPanel .name{
  display: inline-block;
  font-weight: normal;
  padding-bottom: 5px;
  width: 23%;
}
#inputFormPanel .value{
  width: 77%;
}
#inputFormPanel .required:after {
  position: relative;
  top: 3px;
  content: '*';
  color: #ff1c1c;
  margin-left: 2px;
  display: inline;
}
#inputFormPanel input[type=text],
#inputFormPanel input[type=email],
#inputFormPanel textarea {
  padding: 0.5em!important;
  border: 1px solid #118BE7!important;
  width: 100%;
}
#inputFormPanel .bottomPanel{
  text-align: center;
}

#inputFormPanel button.bookingButton{
  position: relative;
  min-width: 40px;
  min-height: 60px;
  color: #fff;
  padding: 10px 20px;
  background-color: #2791d4;
  font-weight: 600;
  width: 25%;
  font-size: 16px;
  border: 2px solid #2791d4;
  margin-top: 30px;
  text-decoration: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
#inputFormPanel button.bookingButton::before{
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid currentColor;
  content: "";
  opacity: 0.5;
  backface-visibility: hidden;
  transition: inherit;
}
#inputFormPanel button.bookingButton:hover{
  background-color: #fff;
  color: #2791d4;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  border: none;
}
.mw_wp_form .bottomPanel .bookingButton{
  position: relative;
  min-width: 40px;
  min-height: 60px;
  color: #fff;
  padding: 10px 20px;
  background-color: #2791d4;
  font-weight: 600;
  width: 25%;
  font-size: 16px;
  border: 2px solid #2791d4;
  margin-top: 30px;
  text-decoration: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.mw_wp_form .bottomPanel .bookingButton::before{
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid currentColor;
  content: "";
  opacity: 0.5;
  backface-visibility: hidden;
  transition: inherit;
}
.mw_wp_form .bottomPanel .bookingButton:hover{
  background-color: #fff;
  color: #2791d4;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}



@media all and (max-width: 767px) {
  .pageBody{
    --right-margin: 20px;
    grid-row: 2;
    grid-column: 2;
    width: 100%;
    margin-top: 60px;
    background: #FFF;
    padding: 0;
  }
  .c-section--border{
    padding: 10px;
  }
  .user_postal_code_btn{
    width: 100%;
  }
  .choose_box ul{
    flex-direction: column;
  }
  .choose_box li{
    width: 100%;
    padding: 0;
  }
  .choose_box ul.choose_box_cheklist li h3{
    padding: 0;
  }
  .choose_box ul.choose_box_cheklist li > span{
    padding: 0;
  }
  .pageQuestion_txtarea{
    padding: 10px;
  }
  #user_postal_code{
    width: 100%;
  }
  #booking-package_schedulePage button#returnToCalendarButton, #booking-package .bookingButton, #booking-package .returnButton{
    width: 100%;
  }
  #booking-package_inputFormPanel button.returnButton{
    width: 100%;
  }
  #booking-package_inputFormPanel .row, #booking-package_myBookingDetails .row, #booking-package_serviceDetails .row, #booking-package_myBookingDetailsFroVisitor .row{
    display: block;
    padding: 10px;
  }
  #booking-package_inputFormPanel .name, #booking-package_serviceDetails .name, #booking-package_myBookingDetailsFroVisitor .name, #booking-package_myBookingDetails_panel .name{
    width: 100%;
  }
  #booking-package_inputFormPanel .value, #booking-package_serviceDetails .value, #booking-package_myBookingDetailsFroVisitor .value, #booking-package_myBookingDetails_panel .value{
    width: 100%;
  }
  #inputFormPanel .row{
    display: block;
    padding: 10px;
  }
  #inputFormPanel .name,
  #inputFormPanel .value{
    width: 100%;
  }
  #inputFormPanel button.bookingButton{
    width: 100%;
  }
  

}
