@charset "utf-8";
#offer_box .pc_none {
  display: none;
}
#offer_box .flex_center {
  display: flex;
  justify-content: center;
}
#offer_box .flex_between {
  display: flex;
  justify-content: space-between;
}
#offer_box {
  width: 960px;
  margin: 40px auto;
}
#offer_box .offer_area {
  border-bottom: none;
}
#offer_box .offer_area .left_box {
  width: 468px;
  margin-right: 24px;
  border-bottom: none;
}
#offer_box .offer_area .left_box .tel_box {
  width: 468px;
  border: 4px solid #00a59a;
  border-radius: 16px;
  padding: 16px 0;
  margin-bottom: 16px;
  box-sizing: border-box;
}
#offer_box .offer_area .left_box .right_now {
  font-size: 24px;
  font-weight: 600;
  color: #566d77;
  text-align: center;
}
#offer_box .offer_area .left_box .right_now .hide_pc {
  display: none;
}
#offer_box .offer_area .left_box .tel {
  font-family: "Oswald";
  font-size: 64px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #00a59a;
}
#offer_box .offer_area .hours {
  color: #607d8b;
  text-align: center;
}
#offer_box .offer_area .isms {
  color: #566d77;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  margin-bottom: 8px;
}
#offer_box .offer_area .isms_box {
  width: 128px;
  margin-right: 16px;
  margin-bottom: 6px;
}
#offer_box .offer_area .isms_box img {
  width: 100%;
}
#offer_box .offer_area .authentication {
  width: 324px;
  color: #455a64;
  font-size: 12px;
}
#offer_box .offer_area .about_isms {
  font-size: 10px;
  color: #455a64;
  line-height: 1.25;
  margin-top: 6px;
}
#offer_box .right_box {
  border-bottom: none;
}
#offer_box .right_box section#sub-register {
  background-color: #fff;
  border-bottom: none;
  width: auto;
}
#offer_box .right_box section#sub-register .contents >form {
  text-align: center;
  line-height: 1;
}
#offer_box .right_box section#sub-register .contents >form .form_inline-maintext {
  font-size: 24px;
  font-weight: 600;
  color: #566d77;
  margin: 0 auto 8px;
}
#offer_box .right_box section#sub-register .contents >form .subregist_br {
  display: none;
}
#offer_box .right_box section#sub-register .contents >form .form_inline-subtext {
  font-size: 12px;
  color: #607d8b;
}
#offer_box .right_box section#sub-register .contents >form .subregist_link-treaty {
  text-decoration: underline;
  color: #009688;
}
#offer_box .right_box section#sub-register .contents >form .subregist_form-input {
  width: 280px;
  font-weight: 600;
  position: relative;
  text-align: left;
  margin-top: 14px;
}
#offer_box .right_box section#sub-register .contents >form .subregist_form-input.subregist_input-mail {
  display: flex;
  flex-direction: column;
}
#offer_box .right_box section#sub-register .contents >form .subregist_form-input.subregist_input-mail:has(.error)+ .subregist_input-phone {
  margin-top: 15px;
}
#offer_box .right_box section#sub-register .contents >form .subregist_form-input.subregist_input-mail:has(.error[style="display: none;"])+ .subregist_input-phone {
  margin-top: 0;
}
#offer_box .right_box section#sub-register .contents >form .subregist_form-input.subregist_input-phone {
  margin-top: 0;
}
#offer_box .right_box section#sub-register .contents >form >div {
  margin: auto;
  position: relative;
}
#offer_box .right_box section#sub-register .contents >form .subregist_br {
  display: none;
}
#offer_box .right_box section#sub-register .contents >form .subregist_form-title {
  font-size: 12px;
  color: #607d8b;
}
#offer_box .right_box section#sub-register .contents >form .subregist_form-required {
  font-size: 12px;
  color: #ff5252;
  font-weight: bold;
  position: relative;
  left: -5px;
}
#offer_box .right_box section#sub-register .contents >form .subregist_input-text {
  box-sizing: border-box;
  width: 280px;
  height: 32px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: inset 0 2px 2px 0 rgba(0,0,0,0.3);
  border: solid 2px #becad0;
  margin-top: 4px;
}
#offer_box .right_box section#sub-register .contents >form .subregist_input-text.error {
  border: solid 2px #ff8a80;
  background-color: #ffebee;
}
#offer_box .right_box section#sub-register .contents >form .subregist_input-text.error+ .input_email_attention {
  display: none;
}
#offer_box .right_box section#sub-register .contents >form .subregist_input-text.error[style="display: none;"]+ .input_email_attention {
  display: inline-block;
}
#offer_box .right_box section#sub-register .contents >form .form-register-name {
  display: flex;
}
#offer_box .right_box section#sub-register .contents >form .form-register-name .lastname {
  width: 48%;
  margin-right: 3%;
}
#offer_box .right_box section#sub-register .contents >form .form-register-name .firstname {
  width: 48%;
}
#offer_box .right_box input[type=text],
#offer_box .right_box input[type=email],
#offer_box .right_box input[type=tel],
#offer_box .right_box input[type=password] {
  text-indent: 10px;
}
#offer_box .right_box section#sub-register .contents >form >button.form_button {
  font-size: 16px;
  font-weight: bold;
  width: 246px;
  height: 40px;
  border: none;
  border-radius: 28px;
  margin: 16px auto 0;
  background-color: #ffd600;
  box-shadow: 0 3px 0 #fbc02d;
  cursor: pointer;
}
#offer_box .right_box section#sub-register .contents >form >button.form_button:hover {
  background-color: #ffea60;
}
#offer_box .right_box section#sub-register .contents >form >button.form_button:active {
  background-color: #fbc02d;
  box-shadow: 0 0 0;
  position: relative;
  top: 3px;
}
#offer_box .right_box section#sub-register .contents >form >button.form_button[disabled] {
  color: #455a64;
}
@media screen and (max-width: 720px) {
  #offer_box .pc_none {
    display: block;
  }
  #offer_box .sp_none {
    display: none;
  }
  #offer_box .column {
    flex-direction: column;
  }
  #offer_box .column_reverse {
    flex-direction: column-reverse;
  }
  #offer_box {
    width: auto;
    padding: 0 32px;
    margin: 24px auto;
  }
  #offer_box .tel_box.pc_none {
    width: auto;
    margin-bottom: 24px;
    border: 4px solid #00a59a;
    line-height: 1;
    border-radius: 16px;
    padding: 24px 22px;
  }
  #offer_box .tel_box.pc_none .right_now {
    font-size: 24px;
    font-weight: 600;
    color: #566d77;
    line-height: 1.33;
    margin-bottom: 10px;
    text-align: center;
  }
  #offer_box .tel_box.pc_none .tel {
    margin-bottom: 14px;
    line-height: 1;
    text-align: center;
  }
  #offer_box .tel_box.pc_none .tel a {
    font-family: "Oswald";
    font-size: 34px;
    font-weight: bold;
    color: #26a69a;
  }
  #offer_box .tel_box.pc_none .hours {
    font-weight: 600;
    color: #00a59a;
    line-height: 1;
    text-align: center;
  }
  #offer_box .offer_area .left_box {
    width: auto;
    margin-right: 0;
  }
  #offer_box .offer_area .isms {
    line-height: 1.5;
  }
  #offer_box .offer_area .isms_box {
    margin: 0 auto;
  }
  #offer_box .offer_area .authentication {
    width: auto;
    margin-bottom: 8px;
  }
  #offer_box .offer_area .about_isms {
    margin-top: 0;
  }
  #offer_box .offer_area .right_box {
    margin-bottom: 24px;
  }
  #offer_box .offer_area .right_box section#sub-register {
    margin-bottom: 0;
  }
  #offer_box .offer_area .right_box section#sub-register .contents >form .form_inline-maintext {
    line-height: 1.25;
  }
  #offer_box .offer_area .right_box section#sub-register .contents >form .subregist_br {
    display: inline;
  }
  #offer_box .offer_area .right_box section#sub-register .contents >form .form_inline-subtext {
    line-height: 1.5;
    margin-bottom: 0;
  }
}
