
/*---------------------------
  共通
  ---------------------------*/
  body {
    font-family: Arial, sans-serif;
  }
  
  body.no_scroll {
    overflow: hidden;
  }
  
  a {
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    color: #222;
  }
  
  a:hover {
    opacity: 0.7;
    transition: all 0.3s ease-in-out;
  }
  
  button {
    cursor: pointer;
  }
  
  button:hover {
    opacity: 0.7;
  }
  
  .zenkaku-new {
    font-family: "Zen Kaku Gothic New", sans-serif;
  }
  
  .robot {
    font-family: "Roboto", sans-serif;
  }
  
  .main_container {
    background-color: #fff;
  }
  
  .new_account_container {
    width: 89.77vw;
    margin: 0 auto;
    padding-top: 21.16vw;
  }
  @media (min-width: 768px) {
    .new_account_container {
      width: 386px;
      padding-top: 91px;
    }
  }
  
  .error_message {
    color: #d3405a;
    font-size: 2.79vw;
    font-style: normal;
    font-weight: 500;
    line-height: 2.79vw;
    margin-top: 0.7vw;

  }
  @media (min-width: 768px) {
    .error_message {
      font-size: 12px;
      line-height: 12px;
      margin-top: 3px;
    }
  }
  
  /*---------------------------
  ページタイトル
    ---------------------------*/
  .new_account_title-box {
    width: 100vw;
    position: fixed;
    display: flex;
    margin-top: 14.42vw;
    height: 10.47vw;
    background-color: rgba(247, 245, 241, 0.95);
    z-index: 100;
  }
  @media (min-width: 768px) {
    .new_account_title-box {
      width: 430px;
      height: 45px;
      margin-top: 62px;
      margin-left: auto;
      margin-right: auto;
    }
  }
  
  .new_account_title-text {
    display: block;
    padding-top: 3.02vw;
    margin: 0 auto;
    color: #222 !important;
    font-size: 4.65vw;
    font-style: normal;
    font-weight: 700;
    line-height: 4.19vw;
    letter-spacing: 0.09vw;
    z-index: 101;
  }
  @media (min-width: 768px) {
    .new_account_title-text {
      padding-top: 13px;
      font-size: 20px;
      line-height: 18px;
      letter-spacing: 0.4px;
    }
  }
  
  .new_account_title-icon {
    display: inline;
    padding: 0.7vw 1.4vw;
    margin-right: 1.16vw;
    border-radius: 5.12vw;
    background: #f9f8f6;
    color: #d3405a;
    font-size: 2.79vw;
    font-style: normal;
    font-weight: 500;
    line-height: 2.79vw;
  }
  @media (min-width: 768px) {
    .new_account_title-icon {
      padding: 3px 6px;
      margin-right: 5px;
      border-radius: 22px;
      font-size: 12px;
      line-height: 12px;
    }
  }
  
  /*---------------------------
  入力項目
    ---------------------------*/
  /* 上下のスピナーを非表示 */
  input[type=number]::-webkit-outer-spin-button,
  input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance:textfield;
  }
  
  /*------------ お名前 ------------*/
  .new_account_name-box {
    padding-top: 6.98vw;
  }
  @media (min-width: 768px) {
    .new_account_name-box {
      padding-top: 30px;
    }
  }
  
  .new_account_name-input_area {
    display: flex;
    justify-content: center;
    padding-top: 1.86vw;
    padding-bottom: 1.4vw;
  }
  @media (min-width: 768px) {
    .new_account_name-input_area {
      padding-top: 8px;
      padding-bottom: 4px;
    }
  }
  
  .new_account_name-title {
    font-size: 3.49vw;
    font-style: normal;
    font-weight: 500;
    line-height: 4.65vw;
    letter-spacing: 0.07vw;
  }
  @media (min-width: 768px) {
    .new_account_name-title {
      font-size: 15px;
      line-height: 20px;
      letter-spacing: 0.3px;
    }
  }
  
  .new_account_lastname_placeholder {
    position: relative;
    pointer-events: none;
    top: 10.47vw;
    left: -10.47vw;
    z-index: 1;
    color: #909090;
    font-size: 3.95vw;
    font-style: normal;
    font-weight: 500;
    line-height: 4.65vw;
    letter-spacing: 0.08vw;
  }
  @media (min-width: 768px) {
    .new_account_lastname_placeholder {
      top: 45px;
      left: -45px;
      font-size: 17px;
      line-height: 20px;
      letter-spacing: 0.34px;
    }
  }
  
  .new_account_lastname-input {
    width: 37.21vw;
    height: 11.63vw;
    margin-top: 1.86vw;
    padding-left: 4.65vw;
    font-size: 3.95vw;
    font-style: normal;
    font-weight: 500;
    line-height: 4.65vw;
    letter-spacing: 0.08vw;
    border: 0.23vw solid #bdbdbd;
    background: #fff;
  }
  @media (min-width: 768px) {
    .new_account_lastname-input {
      width: 160px;
      height: 50px;
      margin-top: 8px;
      padding-left: 20px;
      font-size: 17px;
      line-height: 20px;
      letter-spacing: 0.34px;
      border: 1px solid #bdbdbd;
    }
  }
  
  .new_account_lastname-input:focus {
    outline: 0.23vw solid #0171bd;
    border: 0.23vw solid #0171bd;
  }
  @media (min-width: 768px) {
    .new_account_lastname-input:focus {
      outline: 1px solid #0171bd;
      border: 1px solid #0171bd;
    }
  }
  
  .new_account_firstname-input-box {
    margin-left: 2.33vw;
  }
  @media (min-width: 768px) {
    .new_account_firstname-input-box {
      margin-left: 10px;
    }
  }
  
  .new_account_firstname_placeholder {
    position: relative;
    pointer-events: none;
    top: 10.47vw;
    left: -10.47vw;
    color: #909090;
    font-size: 3.95vw;
    font-style: normal;
    font-weight: 500;
    line-height: 4.65vw;
    letter-spacing: 0.08vw;
  }
  @media (min-width: 768px) {
    .new_account_firstname_placeholder {
      top: 45px;
      left: -45px;
      font-size: 17px;
      line-height: 20px;
      letter-spacing: 0.34px;
    }
  }
  
  .new_account_firstname-input {
    width: 37.21vw;
    height: 11.63vw;
    margin-top: 1.86vw;
    padding-left: 4.65vw;
    font-size: 3.95vw;
    font-style: normal;
    font-weight: 500;
    line-height: 4.65vw;
    letter-spacing: 0.08vw;
    border: 0.23vw solid #bdbdbd;
    background: #fff;
  }
  @media (min-width: 768px) {
    .new_account_firstname-input {
      width: 160px;
      height: 50px;
      margin-top: 8px;
      padding-left: 20px;
      font-size: 17px;
      line-height: 20px;
      letter-spacing: 0.34px;
      border: 1px solid #bdbdbd;
    }
  }
  
  .new_account_firstname-input:focus {
    outline: 0.23vw solid #0171bd;
    border: 0.23vw solid #0171bd;
  }
  @media (min-width: 768px) {
    .new_account_firstname-input:focus {
      outline: 1px solid #0171bd;
      border: 1px solid #0171bd;
    }
  }
  
  /*------------ お名前(カナ) ------------*/
  .new_account_namekana-box {
    padding-top: 6.05vw;
  }
  @media (min-width: 768px) {
    .new_account_namekana-box {
      padding-top: 26px;
    }
  }
  
  .new_account_namekana-input_area {
    display: flex;
    justify-content: center;
    padding-top: 1.86vw;
    padding-bottom: 1.4vw;
  }
  @media (min-width: 768px) {
    .new_account_namekana-input_area {
      padding-top: 8px;
      padding-bottom: 4px;
    }
  }
  
  .new_account_lastnamekana_placeholder {
    position: relative;
    pointer-events: none;
    top: 10.47vw;
    left: -13.95vw;
    z-index: 1;
    color: #909090;
    font-size: 3.95vw;
    font-style: normal;
    font-weight: 500;
    line-height: 4.65vw;
    letter-spacing: 0.08vw;
  }
  @media (min-width: 768px) {
    .new_account_lastnamekana_placeholder {
      top: 45px;
      left: -60px;
      font-size: 17px;
      line-height: 20px;
      letter-spacing: 0.34px;
    }
  }
  
  .new_account_lastnamekana-input {
    width: 37.21vw;
    height: 11.63vw;
    margin-top: 1.86vw;
    padding-left: 4.65vw;
    font-size: 3.95vw;
    font-style: normal;
    font-weight: 500;
    line-height: 4.65vw;
    letter-spacing: 0.08vw;
    border: 0.23vw solid #bdbdbd;
    background: #fff;
  }
  @media (min-width: 768px) {
    .new_account_lastnamekana-input {
      width: 160px;
      height: 50px;
      margin-top: 8px;
      padding-left: 20px;
      font-size: 17px;
      line-height: 20px;
      letter-spacing: 0.34px;
      border: 1px solid #bdbdbd;
    }
  }
  
  .new_account_lastnamekana-input:focus {
    outline: 0.23vw solid #0171bd;
    border: 0.23vw solid #0171bd;
  }
  @media (min-width: 768px) {
    .new_account_lastnamekana-input:focus {
      outline: 1px solid #0171bd;
      border: 1px solid #0171bd;
    }
  }
  
  .new_account_firstnamekana-input-box {
    margin-left: 2.33vw;
  }
  @media (min-width: 768px) {
    .new_account_firstnamekana-input-box {
      margin-left: 10px;
    }
  }
  
  .new_account_firstnamekana_placeholder {
    position: relative;
    pointer-events: none;
    top: 10.47vw;
    left: -13.95vw;
    color: #909090;
    font-size: 3.95vw;
    font-style: normal;
    font-weight: 500;
    line-height: 4.65vw;
    letter-spacing: 0.08vw;
  }
  @media (min-width: 768px) {
    .new_account_firstnamekana_placeholder {
      top: 45px;
      left: -60px;
      font-size: 17px;
      line-height: 20px;
      letter-spacing: 0.34px;
    }
  }
  
  .new_account_firstnamekana-input {
    width: 37.21vw;
    height: 11.63vw;
    margin-top: 1.86vw;
    padding-left: 4.65vw;
    font-size: 3.95vw;
    font-style: normal;
    font-weight: 500;
    line-height: 4.65vw;
    letter-spacing: 0.08vw;
    border: 0.23vw solid #bdbdbd;
    background: #fff;
  }
  @media (min-width: 768px) {
    .new_account_firstnamekana-input {
      width: 160px;
      height: 50px;
      margin-top: 8px;
      padding-left: 20px;
      font-size: 17px;
      line-height: 20px;
      letter-spacing: 0.34px;
      border: 1px solid #bdbdbd;
    }
  }
  
  .new_account_firstnamekana-input:focus {
    outline: 0.23vw solid #0171bd;
    border: 0.23vw solid #0171bd;
  }
  @media (min-width: 768px) {
    .new_account_firstnamekana-input:focus {
      outline: 1px solid #0171bd;
      border: 1px solid #0171bd;
    }
  }
  
  /*------------ 生年月日 ------------*/
  .new_account_birthday-box {
    padding-top: 6.05vw;
  }
  @media (min-width: 768px) {
    .new_account_birthday-box {
      padding-top: 26px;
    }
  }

  .new_account_birthday-title {
    font-size: 3.49vw;
    font-style: normal;
    font-weight: 500;
    line-height: 4.65vw;
    letter-spacing: 0.07vw;
  }
  @media (min-width: 768px) {
    .new_account_birthday-title {
      font-size: 15px;
      line-height: 20px;
      letter-spacing: 0.3px;
    }
  }

  .new_account_birthday_area {
    display: flex;
    justify-content: center;
    padding-top: 1.86vw;
    padding-bottom: 1.4vw;
  }
  @media (min-width: 768px) {
    .new_account_birthday_area {
      padding-top: 8px;
      padding-bottom: 4px;
    }
  }

  .new_account_birthday_input {
    height: 8.37vw;
    padding-top: 1.63vw;
    padding-bottom: 1.63vw;
    padding-left: 4.19vw;
    border: 0.23vw solid #bdbdbd;
    font-size: 3.95vw;
    letter-spacing: 0.08vw;
    font-weight: 500;
  }
  @media (min-width: 768px) {
    .new_account_birthday_input {
      height: 36px;
      padding-top: 7px;
      padding-bottom: 7px;
      padding-left: 18px;
      border: 1px solid #bdbdbd;
      font-size: 17px;
      letter-spacing: 0.34px;     
    }
  }

  .width_year {
    width: 21.4vw;
  }
  @media (min-width: 768px) {
    .width_year {
      width: 92px;
    }
  }

  .width_month,
  .width_day {
    width: 17.21vw;
  }
  @media (min-width: 768px) {
    .width_month,
    .width_day {
      width: 74px;
    }
  }

  .new_account_birthday_input:focus {
    outline: 0.23vw solid #0171bd;
    border: 0.23vw solid #0171bd;
  }
  @media (min-width: 768px) {
    .new_account_birthday_input:focus {
      outline: 1px solid #0171bd;
      border: 1px solid #0171bd;
    }
  }

  .new_account_name_input_label {
    padding: 0 1.16vw;
    margin-top: 6.98vw;
    color: #222;
    text-align: right;
    font-family: "Zen Kaku Gothic New";
    font-size: 3.72vw;
    font-style: normal;
    font-weight: 500;
    line-height: 4.65vw; /* 125% */
    letter-spacing: 0.07vw;
  }
  @media (min-width: 768px) {
    .new_account_name_input_label {
      padding: 0 5px;
      margin-top: 30px;
      font-size: 16px;
      line-height: 20px; /* 125% */
      letter-spacing: 0.32px;
    }
  }

  .new_account_birthday-note {
    padding-top: 1.63vw;
    color: #646464;
    font-size: 2.79vw;
    font-style: normal;
    font-weight: 500;
    line-height: 4.65vw;
    letter-spacing: 0.06vw;
  }
  @media (min-width: 768px) {
    .new_account_birthday-note {
      padding-top: 7px;
      font-size: 12px;
      line-height: 20px;
      letter-spacing: 0.06vw;
    }
  }
  
  /*------------ 電話番号 ------------*/
  .new_account_phone-box {
    padding-top: 4.65vw;
  }
  @media (min-width: 768px) {
    .new_account_phone-box {
      padding-top: 20px;
    }
  }
  
  .new_account_phone-title {
    color: #222;
    font-size: 3.49vw;
    font-style: normal;
    font-weight: 500;
    line-height: 4.65vw;
    letter-spacing: 0.07vw;
  }
  @media (min-width: 768px) {
    .new_account_phone-title {
      font-size: 15px;
      line-height: 20px;
      letter-spacing: 0.3px;
    }
  }
  
  .new_account_phone-input {
    width: 83.72vw;
    height: 11.63vw;
    margin-top: 1.86vw;
    padding-left: 4.65vw;
    font-size: 3.95vw;
    font-style: normal;
    font-weight: 500;
    line-height: 4.65vw;
    letter-spacing: 0.08vw;
    border: 0.23vw solid #bdbdbd;
    background: #fff;
  }
  @media (min-width: 768px) {
    .new_account_phone-input {
      width: 360px;
      height: 50px;
      margin-top: 9px;
      padding-left: 20px;
      font-size: 17px;
      line-height: 20px;
      letter-spacing: 0.34px;
      border: 1px solid #bdbdbd;
    }
  }
  
  .new_account_phone-input:focus {
    outline: 0.23vw solid #0171bd;
    border: 0.23vw solid #0171bd;
  }
  @media (min-width: 768px) {
    .new_account_phone-input:focus {
      outline: 1px solid #0171bd;
      border: 1px solid #0171bd;
    }
  }
  
  .new_account_phone_placeholder {
    position: relative;
    pointer-events: none;
    top: 10.47vw;
    left: -20.93vw;
    z-index: 1;
    color: #909090;
    font-size: 3.95vw;
    font-style: normal;
    font-weight: 500;
    line-height: 4.65vw;
    letter-spacing: 0.08vw;
  }
  @media (min-width: 768px) {
    .new_account_phone_placeholder {
      top: 45px;
      left: -90px;
      font-size: 17px;
      line-height: 20px;
      letter-spacing: 0.34px;
    }
  }
  
  .new_account_phone-note {
    padding-top: 1.63vw;
    color: #646464;
    font-size: 2.79vw;
    font-style: normal;
    font-weight: 500;
    line-height: 4.65vw;
    letter-spacing: 0.24px;
  }
  @media (min-width: 768px) {
    .new_account_phone-note {
      padding-top: 7px;
      font-size: 12px;
      line-height: 20px;
      letter-spacing: 0.24px;
    }
  }
  
  /*------------ メールアドレス ------------*/
  .new_account_mail-box {
    padding-top: 4.65vw;
  }
  @media (min-width: 768px) {
    .new_account_mail-box {
      padding-top: 20px;
    }
  }
  
  .new_account_mail-title {
    color: #222;
    font-size: 3.49vw;
    font-style: normal;
    font-weight: 500;
    line-height: 4.65vw;
    letter-spacing: 0.3px;
  }
  @media (min-width: 768px) {
    .new_account_mail-title {
      font-size: 15px;
      line-height: 20px;
      letter-spacing: 0.07vw;
    }
  }
  
  .new_account_mail_placeholder {
    position: relative;
    pointer-events: none;
    top: 5.35vw;
    left: 4.65vw;
    z-index: 1;
    white-space: nowrap;
    color: #909090;
    font-size: 3.95vw;
    font-style: normal;
    font-weight: 500;
    line-height: 4.65vw;
    letter-spacing: 0.34px;
  }
  @media (min-width: 768px) {
    .new_account_mail_placeholder {
      top: 23px;
      left: 20px;
      font-size: 17px;
      line-height: 20px;
      letter-spacing: 0.34px;
    }
  }
  
  .new_account_mail-input {
    margin-top: -2.79vw;
    width: 83.72vw;
    height: 11.63vw;
    padding-left: 4.65vw;
    font-size: 3.95vw;
    font-style: normal;
    font-weight: 500;
    line-height: 4.65vw;
    letter-spacing: 0.34px;
    border: 0.23vw solid #bdbdbd;
    background: #fff;
  }
  @media (min-width: 768px) {
    .new_account_mail-input {
      margin-top: -12px;
      width: 360px;
      height: 50px;
      padding-left: 20px;
      font-size: 17px;
      line-height: 20px;
      letter-spacing: 0.34px;
      border: 1px solid #bdbdbd;
    }
  }
  
  .new_account_mail-input:focus {
    outline: 0.23vw solid #0171bd;
    border: 0.23vw solid #0171bd;
  }
  @media (min-width: 768px) {
    .new_account_mail-input:focus {
      outline: 1px solid #0171bd;
      border: 1px solid #0171bd;
    }
  }
  
  .new_account_mail-note {
    padding-top: 1.63vw;
    color: #646464;
    font-size: 2.79vw;
    font-style: normal;
    font-weight: 500;
    line-height: 4.65vw;
    letter-spacing: 0.06vw;
  }
  @media (min-width: 768px) {
    .new_account_mail-note {
      padding-top: 7px;
      font-size: 12px;
      line-height: 20px;
      letter-spacing: 0.24px;
    }
  }
  
  /*------------ 認証コードを送信 ------------*/
  .new_account_codesent_button_box {
    width: 40.47vw;
    height: 11.63vw;
    margin-top: 3.72vw;
    border-radius: 2.33vw;
    background: #69cd8e;
  }
  @media (min-width: 768px) {
    .new_account_codesent_button_box {
      width: 174px;
      height: 50px;
      margin-top: 16px;
      border-radius: 10px;
    }
  }
  
  .new_account_codesent_button:disabled {
    background-color: #d3d3d3;
    border-radius: 2.33vw;
    opacity: 1;
    cursor: default;
  }
  @media (min-width: 768px) {
    .new_account_codesent_button:disabled {
      border-radius: 10px;
    }
  }
  
  .new_account_codesent_button {
    width: 40.47vw;
    height: 11.63vw;
    border: none;
    background-color: transparent;
    color: #fff;
    font-size: 3.95vw;
    font-style: normal;
    font-weight: 500;
    line-height: 4.65vw;
    letter-spacing: 0.08vw;
  }
  @media (min-width: 768px) {
    .new_account_codesent_button {
      width: 174px;
      height: 50px;
      font-size: 17px;
      line-height: 20px;
      letter-spacing: 0.34px;
    }
  }
  
  /*------------ 認証コードを入力 ------------*/
  .new_account_mailcode-box {
    padding-top: 5.81vw;
  }
  @media (min-width: 768px) {
    .new_account_mailcode-box {
      padding-top: 25px;
    }
  }
  
  .new_account_mailcode-title {
    color: #222;
    font-size: 3.49vw;
    font-style: normal;
    font-weight: 500;
    line-height: 4.65vw;
    letter-spacing: 0.07vw;
  }
  @media (min-width: 768px) {
    .new_account_mailcode-title {
      color: #222;
      font-size: 15px;
      font-style: normal;
      font-weight: 500;
      line-height: 20px;
      letter-spacing: 0.3px;
    }
  }
  
  .new_account_mailcode_placeholder {
    position: relative;
    pointer-events: none;
    top: 10.23vw;
    left: -24.42vw;
    z-index: 1;
    white-space: nowrap;
    color: #909090;
    font-size: 3.95vw;
    font-style: normal;
    font-weight: 500;
    line-height: 4.65vw;
    letter-spacing: 0.08vw;
  }
  @media (min-width: 768px) {
    .new_account_mailcode_placeholder {
      top: 44px;
      left: -105px;
      font-size: 17px;
      line-height: 20px;
      letter-spacing: 0.34px;
    }
  }
  
  .new_account_mailcode-input {
    margin-top: 1.86vw;
    margin-bottom: 2.09vw;
    width: 83.72vw;
    height: 11.63vw;
    padding-left: 4.65vw;
    font-size: 3.95vw;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.08vw;
    border: 0.23vw solid #bdbdbd;
    background: #fff;
  }
  @media (min-width: 768px) {
    .new_account_mailcode-input {
      width: 360px;
      height: 50px;
      margin-top: 9px;
      padding-left: 20px;
      margin-bottom: 9px;
      font-size: 17px;
      border: 1px solid #bdbdbd;
    }
  }
  
  .new_account_mailcode-input:focus {
    outline: 0.23vw solid #0171bd;
    border: 0.23vw solid #0171bd;
  }
  @media (min-width: 768px) {
    .new_account_mailcode-input:focus {
      outline: 1px solid #0171bd;
      border: 1px solid #0171bd;
    }
  }
  
  .new_account_mailcode-note {
    margin-top: 1.16vw;
    color: #646464;
    font-size: 3.49vw;
    font-style: normal;
    font-weight: 500;
    line-height: 4.65vw;
    letter-spacing: 0.07vw;
  }
  @media (min-width: 768px) {
    .new_account_mailcode-note {
      margin-top: 5px;
      font-size: 15px;
      line-height: 20px;
      letter-spacing: 0.3px;
    }
  }
  
  .new_account_mailcode-link {
    border: none;
    background-color: transparent;
    color: #d3405a;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 3.49vw;
    font-style: normal;
    font-weight: 500;
    line-height: 4.65vw;
    letter-spacing: 0.07vw;
    text-decoration-line: underline;
  }
  @media (min-width: 768px) {
    .new_account_mailcode-link {
      font-size: 15px;
      line-height: 20px;
      letter-spacing: 0.3px;
    }
  }
  
  /*------------ パスワード ------------*/
  .new_account_password-box {
    padding-top: 5.81vw;
  }
  @media (min-width: 768px) {
    .new_account_password-box {
      padding-top: 25px;
    }
  }
  
  .new_account_password-title {
    color: #222;
    font-size: 3.49vw;
    font-style: normal;
    font-weight: 500;
    line-height: 4.65vw;
    letter-spacing: 0.07vw;
  }
  @media (min-width: 768px) {
    .new_account_password-title {
      font-size: 15px;
      line-height: 20px;
      letter-spacing: 0.3px;
    }
  }
  
  .new_account_password_placeholder {
    position: relative;
    pointer-events: none;
    top: 10.7vw;
    left: -23.95vw;
    z-index: 1;
    white-space: nowrap;
    color: #909090;
    font-size: 3.95vw;
    font-style: normal;
    font-weight: 500;
    line-height: 4.65vw;
    letter-spacing: 0.34px;
  }
  @media (min-width: 768px) {
    .new_account_password_placeholder {
      top: 46px;
      left: -103px;
      font-size: 17px;
      line-height: 20px;
      letter-spacing: 0.34px;
    }
  }
  
  .new_account_password-input {
    margin-top: 1.86vw;
    width: 83.72vw;
    height: 11.63vw;
    padding-left: 4.65vw;
    font-size: 3.95vw;
    font-style: normal;
    font-weight: 500;
    line-height: 4.65vw;
    letter-spacing: 0.08vw;
    border: 0.23vw solid #bdbdbd;
    background: #fff;
  }
  @media (min-width: 768px) {
    .new_account_password-input {
      width: 360px;
      height: 50px;
      margin-top: 8px;
      padding-left: 20px;
      font-size: 17px;
      line-height: 20px;
      letter-spacing: 0.34px;
      border: 1px solid #bdbdbd;
    }
  }
  
  .new_account_password-input:focus {
    outline: 0.23vw solid #0171bd;
    border: 0.23vw solid #0171bd;
  }
  @media (min-width: 768px) {
    .new_account_password-input:focus {
      outline: 1px solid #0171bd;
      border: 1px solid #0171bd;
    }
  }
  
  /*------------ パスワード入力チェック ------------*/
  .new_account_password_check_box {
    padding-top: 1.63vw;
  }
  @media (min-width: 768px) {
    .new_account_password_check_box {
      padding-top: 7px;
    }
  }
  
  .combination_check {
    padding-top: 1.86vw;
  }
  @media (min-width: 768px) {
    .combination_check {
      padding-top: 8px;
    }
  }
  
  .password_check_item_box {
    display: flex;
  }
  
  .password_check_item_text {
    margin-left: 1.86vw;
    color: #646464;
    font-size: 2.79vw;
    font-style: normal;
    font-weight: 500;
    line-height: 4.65vw;
    letter-spacing: 0.06vw;
  }
  @media (min-width: 768px) {
    .password_check_item_text {
      margin-left: 8px;
      font-size: 12px;
      line-height: 20px;
      letter-spacing: 0.24px;
    }
  }
  
  .password_check_item::before {
    position: absolute;
    top: 0.7vw;
    left: 1.63vw;
    transform: rotate(50deg);
    width: 0.93vw;
    height: 2.09vw;
    border-right: 0.47vw solid #fff;
    border-bottom: 0.47vw solid #fff;
    content: "";
  }
  @media (min-width: 768px) {
    .password_check_item::before {
      top: 3px;
      left: 7px;
      width: 4px;
      height: 9px;
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff;
    }
  }
  
  .password_check_item {
    position: relative;
    display: block;
    left: 0;
    top: 2.79vw;
    transform: translateY(-50%);
    width: 4.65vw;
    height: 4.65vw;
    border-radius: 50%;
    background-color: #d9d9d9;
    transition: background-color 0.3s;
  }
  @media (min-width: 768px) {
    .password_check_item {
      left: 0;
      top: 12px;
      width: 20px;
      height: 20px;
    }
  }
  
  .password_check_item.checked {
    background-color: #69cd8e;
  }
  
  /*------------ 確認パスワード ------------*/
  .new_account_passwordconfirm-box {
    padding-top: 5.81vw;
  }
  @media (min-width: 768px) {
    .new_account_passwordconfirm-box {
      padding-top: 25px;
    }
  }
  
  .new_account_passwordconfirm-title {
    color: #222;
    font-size: 3.49vw;
    font-style: normal;
    font-weight: 500;
    line-height: 4.65vw;
    letter-spacing: 0.07vw;
  }
  @media (min-width: 768px) {
    .new_account_passwordconfirm-title {
      font-size: 15px;
      line-height: 20px;
      letter-spacing: 0.3px;
    }
  }
  
  .new_account_passwordconfirm_placeholder {
    position: relative;
    pointer-events: none;
    top: 10.7vw;
    left: -31.4vw;
    z-index: 1;
    white-space: nowrap;
    color: #909090;
    font-size: 3.95vw;
    font-style: normal;
    font-weight: 500;
    line-height: 4.65vw;
    letter-spacing: 0.08vw;
  }
  @media (min-width: 768px) {
    .new_account_passwordconfirm_placeholder {
      top: 46px;
      left: -135px;
      font-size: 17px;
      line-height: 20px;
      letter-spacing: 0.34px;
    }
  }
  
  .new_account_passwordconfirm-input {
    margin-top: 1.86vw;
    margin-bottom: 1.4vw;
    width: 83.72vw;
    height: 11.63vw;
    padding-left: 4.65vw;
    font-size: 3.95vw;
    font-style: normal;
    font-weight: 500;
    line-height: 4.65vw;
    letter-spacing: 0.08vw;
    border: 0.23vw solid #bdbdbd;
    background: #fff;
  }
  @media (min-width: 768px) {
    .new_account_passwordconfirm-input {
      width: 360px;
      height: 50px;
      padding-left: 20px;
      margin-top: 8px;
      margin-bottom: 4px;
      font-size: 17px;
      line-height: 20px;
      letter-spacing: 0.34px;
      border: 1px solid #bdbdbd;
    }
  }
  
  .new_account_passwordconfirm-input:focus {
    outline: 0.23vw solid #0171bd;
    border: 0.23vw solid #0171bd;
  }
  @media (min-width: 768px) {
    .new_account_passwordconfirm-input:focus {
      outline: 1px solid #0171bd;
      border: 1px solid #0171bd;
    }
  }
  
  /*---------------------------
  ラジオボックス
    ---------------------------*/
  .new_account_newsletter-box {
    padding-top: 6.51vw;
    width: 89.77vw;
  }
  @media (min-width: 768px) {
    .new_account_newsletter-box {
      padding-top: 28px;
      width: 386px;
    }
  }
  
  .new_account_newsletter_radiobox-area {
    padding: 2.79vw 0 4.65vw;
  }
  @media (min-width: 768px) {
    .new_account_newsletter_radiobox-area {
      padding: 12px 0 20px;
    }
  }
  
  .new_account_newsletter-title {
    color: #222;
    font-size: 3.49vw;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.07vw;
  }
  @media (min-width: 768px) {
    .new_account_newsletter-title {
      font-size: 15px;
      letter-spacing: 0.3px;
    }
  }
  
  .new_account_newsletter_radiobox {
    display: none;
  }
  
  /*------------ ボタン装飾 ------------*/
  .new_account_newsletter_radiobox_yes {
    display: block;
    margin-bottom: -2.33vw;
  }
  @media (min-width: 768px) {
    .new_account_newsletter_radiobox_yes {
      margin-bottom: -10px;
      width: 344px;
    }
  }
  
  .new_account_newsletter_radiobox_no {
    display: block;
  }
  @media (min-width: 768px) {
    .new_account_newsletter_radiobox_yes {
      margin-bottom: -10px;
      width: 344px;
    }
  }
  
  .new_account_newsletter_radiobox-style:after {
    position: relative;
    content: "";
    display: block;
    top: -4.7vw;
    left: -9.4vw;
    width: 5.12vw;
    height: 5.12vw;
    border: 0.47vw solid #a7a7a7;
    border-radius: 50%;
  }
  @media (min-width: 768px) {
    .new_account_newsletter_radiobox-style:after {
      top: -20px;
      left: -40px;
      width: 22px;
      height: 22px;
      border: 2px solid #a7a7a7;
    }
  }
  
  .new_account_newsletter_radiobox-style::before {
    position: relative;
    content: "";
    display: block;
    left: -7.91vw;
    top: 4.42vw;
    width: 3.02vw;
    height: 3.02vw;
    background: #f17373;
    border-radius: 50%;
    opacity: 0;
  }
  @media (min-width: 768px) {
    .new_account_newsletter_radiobox-style::before {
      position: relative;
      content: "";
      display: block;
      left: -34px;
      top: 19px;
      width: 13px;
      height: 13px;
      background: #f17373;
      border-radius: 50%;
      opacity: 0;
    }
  }
  
  .new_account_newsletter_radiobox:checked
    + .new_account_newsletter_radiobox-style:before {
    opacity: 1;
  }
  
  .new_account_newsletter_radiobox-style:hover:after {
    cursor: pointer;
  }
  
  .new_account_newsletter_radiobox-text {
    display: grid;
    width: 26.19vw;
    position: relative;
    left: 8.84vw;
    color: #222;
    font-size: 3.49vw;
    font-style: normal;
    font-weight: 500;
    line-height: 4.65vw;
    letter-spacing: 0.07vw;
    cursor: pointer;
  }
  @media (min-width: 768px) {
    .new_account_newsletter_radiobox-text {
      width: 80px;
      left: 38px;
      font-size: 15px;
      line-height: 20px;
      letter-spacing: 0.3px;
    }
  }
  
  /*---------------------------
  レッスン規約同意
    ---------------------------*/
  .new_account_term_check-box {
    display: flex;
    padding-bottom: 1.63vw;
  }
  @media (min-width: 768px) {
    .new_account_term_check-box {
      padding-bottom: 7px;
    }
  }
  
  .new_account_term_check-link {
    color: #d3405a;
    font-size: 3.72vw;
    font-style: normal;
    font-weight: 700;
    line-height: 4.65vw;
    letter-spacing: 0.08vw;
    text-decoration-line: underline;
  }
  @media (min-width: 768px) {
    .new_account_term_check-link {
      font-size: 16px;
      line-height: 20px;
      letter-spacing: 0.32px;
    }
  }
  
  .new_account_term_check {
    cursor: pointer;
    position: relative;
    width: 5.81vw;
    height: 5.81vw;
    aspect-ratio: 1/1;
    margin: 0px 3.26vw 0px 0px;
    color: #fff;
    background-color: #d3d3d3;
    vertical-align: -1.86vw;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  @media (min-width: 768px) {
    .new_account_term_check {
      width: 25px;
      height: 25px;
      margin: 0px 14px 0px 0px;
      vertical-align: -8px;
    }
  }
  
  .new_account_term_check:before {
    position: absolute;
    top: 1.16vw;
    left: 2.09vw;
    transform: rotate(50deg);
    width: 1.4vw;
    height: 2.09vw;
    border-right: 0.47vw solid #fff;
    border-bottom: 0.47vw solid #fff;
    content: "";
  }
  @media (min-width: 768px) {
    .new_account_term_check:before {
      top: 5px;
      left: 9px;
      width: 6px;
      height: 9px;
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff;
    }
  }
  
  .new_account_term_check:checked {
    background-color: #4e4e4e;
  }
  
  .new_account_term_check-text {
    color: #4e4e4e;
    font-size: 3.72vw;
    font-style: normal;
    font-weight: 700;
    line-height: 4.65vw;
    letter-spacing: 0.08vw;
  }
  @media (min-width: 768px) {
    .new_account_term_check-text {
      font-size: 16px;
      line-height: 20px;
      letter-spacing: 0.32px;
    }
  }
  
  /*---------------------------
  登録ボタン
    ---------------------------*/
  .new_account_button-box {
    padding: 13.95vw 0;
  }
  @media (min-width: 768px) {
    .new_account_button-box {
      padding: 60px 0;
    }
  }
  
  .new_account_button {
    width: 87.44vw;
    height: 13.95vw;
    border: none;
    border-radius: 7.67vw;
    background: #f17373;
  }
  @media (min-width: 768px) {
    .new_account_button {
      width: 376px;
      height: 60px;
      border: none;
      border-radius: 33px;
      background: #f17373;
    }
  }
  
  button[disabled] {
    background-color: #d3d3d3 !important;
    color: #909090;
    cursor: default;
    opacity: 1;
  }
  
  .new_account_button-text {
    color: #fff;
    font-size: 4.65vw;
    font-style: normal;
    font-weight: 700;
    line-height: 4.65vw;
    letter-spacing: 0.23vw;
  }
  @media (min-width: 768px) {
    .new_account_button-text {
      font-size: 20px;
      line-height: 20px;
      letter-spacing: 1px;
    }
  }
  .new_account_mailcode-note_link{
    color: #D3405A;
    text-decoration: underline;
  }

  /* アカウント登録確認モーダル　完了ボタンスタイル */
  body .modal_contens .transition_button{
    color: #F17373;
    border: 0.47vw solid #F17373;
  }
  @media (min-width: 768px) {
    body .modal_contens .transition_button{
        border:2px solid #F17373;
      }
  }


