
/*---------------------------
  共通
  ---------------------------*/
  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;
    transition: all 0.3s ease-in-out;
  }
  
  .zenkaku-new {
    font-family: "Zen Kaku Gothic New", sans-serif;
  }
  
  .robot {
    font-family: "Roboto", sans-serif;
  }
  
  .robot_condensed {
    font-family: "Roboto Condensed", sans-serif;
  }
  
  .main_container {
    background-color: #f8f6f2;
  }
  
  /*---------------------------
  ページ上部ラベル
    ---------------------------*/
  .top_box {
    width: 100vw;
    position: fixed;
    display: flex;
    height: 10.47vw;
    margin-top: 14.42vw;
    background-color: #c6e1a3;
    opacity: 0.95;
    z-index: 50;
  }
  @media (min-width: 768px) {
    .top_box {
      width: 430px;
      height: 45px;
      margin-top: 62px;
      margin-left: auto;
      margin-right: auto;
    }
  }
  
  .top_text {
    display: block;
    padding-top: 3.02vw;
    margin: 0 auto;
    color: #fff;
    font-size: 4.65vw;
    font-style: normal;
    font-weight: 700;
    line-height: 4.19vw;
    letter-spacing: 0.09vw;
    z-index: 51;
  }
  @media (min-width: 768px) {
    .top_text {
      padding-top: 13px;
      font-size: 20px;
      line-height: 18px;
      letter-spacing: 0.4px;
    }
  }
  
  .change_button {
    width: 16.98vw;
    height: 8.14vw;
    text-align: center;
    align-content: center;
    color: #d3405a;
    font-size: 3.72vw;
    font-style: normal;
    font-weight: 500;
    line-height: 2.79vw;
    border-radius: 2.33vw;
    border: 0.28vw solid #e89ba9;
  }
  @media (min-width: 768px) {
    .change_button {
      width: 73px;
      height: 35px;
      font-size: 16px;
      line-height: 12px;
      border-radius: 10px;
      border: 1.2px solid #e89ba9;
    }
  }
  
  /*---------------------------
  コンテンツ
    ---------------------------*/
  .account_info_container {
    width: 90vw;
    margin: 0 auto;
    padding-top: 30.7vw;
    padding-bottom: 32.09vw;
  }
  @media (min-width: 768px) {
    .account_info_container {
      width: 387px;
      padding-top: 132px;
      padding-bottom: 130px;
    }
  }
  
  /*     ID(メールアドレス)     */
  .account_info_container .account_id_content {
    padding-bottom: 5.81vw;
    border-bottom: 0.23vw solid #d3d3d3;
  }
  @media (min-width: 768px) {
    .account_info_container .account_id_content {
      padding-bottom: 25px;
      border-bottom: 1px solid #d3d3d3;
    }
  }
  
  .account_title {
    display: flex;
    justify-content: space-between;
    color: #222;
    font-size: 4.19vw;
    font-style: normal;
    font-weight: 500;
    line-height: 4.19vw;
    letter-spacing: 0.08vw;
  }
  @media (min-width: 768px) {
    .account_title {
      font-size: 18px;
      line-height: 18px;
      letter-spacing: 0.36px;
    }
  }
  
  .account_id_value {
    color: #222;
    font-size: 4.19vw;
    font-style: normal;
    font-weight: 500;
    line-height: 4.19vw;
    letter-spacing: 0.08vw;
  }
  @media (min-width: 768px) {
    .account_id_value {
      font-size: 18px;
      line-height: 18px;
      letter-spacing: 0.36px;
    }
  }
  
  /*     アカウント情報     */
  .account_details_content {
    padding: 5.81vw 0;
    border-bottom: 0.23vw solid #d3d3d3;
  }
  @media (min-width: 768px) {
    .account_details_content {
      padding: 25px 0;
      border-bottom: 1px solid #d3d3d3;
    }
  }
  
  .account_details_value-box {
    padding-bottom: 4.65vw;
  }
  @media (min-width: 768px) {
    .account_details_value-box {
      padding-bottom: 20px;
    }
  }
  
  .account_details_value-box:nth-last-of-type(1) {
    padding-bottom: 0;
  }
  
  .account_details_value-title {
    color: #222;
    font-size: 3.26vw;
    font-style: normal;
    font-weight: 400;
    line-height: 3.49vw;
    letter-spacing: 0.07vw;
  }
  @media (min-width: 768px) {
    .account_details_value-title {
      font-size: 14px;
      line-height: 15px;
      letter-spacing: 0.28px;
    }
  }
  
  .account_details_value {
    padding-top: 3.49vw;
    pointer-events: none;
    color: #222 !important;
    font-size: 3.72vw;
    font-style: normal;
    font-weight: 500;
    line-height: 4.19vw;
    letter-spacing: 0.07vw;
  }
  @media (min-width: 768px) {
    .account_details_value {
      padding-top: 15px;
      font-size: 16px;
      line-height: 18px;
      letter-spacing: 0.32px;
    }
  }
  
  /*     パスワード     */
  .account_info_container .account_pass_content {
    padding: 5.81vw 0;
    border-bottom: 0.23vw solid #d3d3d3;
  }
  @media (min-width: 768px) {
    .account_info_container .account_pass_content {
      padding: 25px 0;
      border-bottom: 1px solid #d3d3d3;
    }
  }
  
  .account_pass_value {
    color: #222;
    font-size: 3.72vw;
    font-style: normal;
    font-weight: 400;
    line-height: 4.19vw;
    letter-spacing: 0.07vw;
  }
  @media (min-width: 768px) {
    .account_pass_value {
      font-size: 16px;
      line-height: 18px;
      letter-spacing: 0.32px;
    }
  }
  
  /*     会員情報 確認・変更 - 本会員表示     */
  .main_member_container {
    display: block;
    width: 90vw;
    margin: 0 auto;
    padding-top: 30.7vw;
    padding-bottom: 30.23vw;
  }
  @media (min-width: 768px) {
    .main_member_container {
      width: 387px;
      padding-top: 132px;
      padding-bottom: 130px;
    }
  }
  
  .main_member_text {
    color: #222;
    font-size: 3.72vw;
    font-style: normal;
    font-weight: 500;
    line-height: 5.81vw;
    letter-spacing: 0.32px;
    padding-bottom: 5.81vw;
    border-bottom: 0.23vw solid #d3d3d3;
  }
  @media (min-width: 768px) {
    .main_member_text {
      font-size: 16px;
      line-height: 25px;
      letter-spacing: 0.32px;
      padding-bottom: 25px;
      border-bottom: 1px solid #d3d3d3;
    }
  }
  
  .main_member_link {
    color: #d3405a;
    font-size: 3.72vw;
    font-style: normal;
    font-weight: 700;
    line-height: 5.81vw;
    letter-spacing: 0.32px;
    text-decoration-line: underline;
  }
  @media (min-width: 768px) {
    .main_member_link {
      font-size: 16px;
      line-height: 25px;
      letter-spacing: 0.32px;
    }
  }
  
  /*     1dayレッスン情報メール配信     */
  .account_mail_content {
    padding: 5.81vw 0;
    border-bottom: 0.23vw solid #d3d3d3;
  }
  @media (min-width: 768px) {
    .account_mail_content {
      padding: 25px 0;
      border-bottom: 1px solid #d3d3d3;
    }
  }
  
  .account_mail_value {
    color: #222;
    font-size: 3.72vw;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.32px;
  }
  @media (min-width: 768px) {
    .account_mail_value {
      color: #222;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 18px;
      letter-spacing: 0.32px;
    }
  }
  
  /*     ログアウト     */
  .account_logout_content {
    padding: 25px 0;
    border-bottom: 1px solid #d3d3d3;
    position: relative;
    cursor: pointer;
  }
  @media (min-width: 768px) {
    .account_logout_content {
      padding: 25px 0;
      border-bottom: 1px solid #d3d3d3;
      position: relative;
    }
  }
  
  .logout_link {
    display: flex;
    justify-content: space-between;
    align-content: center;
  }
  @media (min-width: 768px) {
    .logout_link {
      display: flex;
      justify-content: space-between;
      align-content: center;
    }
  }
  
  .logout_text {
    color: #222;
  }
  
  .logout_img {
    width: 8px;
    height: 16px;
    position: absolute;
    right: 0;
  }
  @media (min-width: 768px) {
    .logout_img {
      width: 8px;
      position: absolute;
      right: 0;
    }
  }


