
/*---------------------------
  共通
  ---------------------------*/
  *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  body {
    font-family: Arial, sans-serif;
    overflow-y: scroll;
  }
  
  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: #e8f0dc;
  }
  
  .error_message {
    display: block;
    color: #d3405a;
    font-size: 2.3vw;
    font-style: normal;
    font-weight: 500;
    line-height: 2.79vw;
  }
  @media (min-width: 768px) {
    .error_message {
      font-size: 12px;
      line-height: 12px;
      padding-top: 3px;
    }
  }
  /*ラジオボタンを全て消す*/
  input[name="tab_switch"] {
    display: none;
  }



/*---------------------------
  新・スタイルデザイン ここから 2024/10/23~
---------------------------*/
.main_container_inner{
  padding-top: 24.418605vw
}
@media (min-width: 768px) {
  .main_container_inner{
    padding-top: 108px;
  }
}
.top_box{
    width: 100vw;
    position: fixed;
    display: flex;
    height: 10.47vw;
    margin-top: 14.42vw;
    background-color: #c6e1a3;
    opacity: 0.95;
    z-index: 100;
}
@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: 101;
}
@media (min-width: 768px) {
  .top_text{
        padding-top: 13px;
        font-size: 20px;
        line-height: 18px;
        letter-spacing: 0.4px;
  }
}

.main_container_tabs{
  width: 100%;
}
.tab_list{
  display: flex;
  background-color: #F8F6F2;
  padding-top: 3%;
}
.tab_item{
  width: calc(100% / 2);
  text-align: center;
}
.tab_item_label{
  display: block;
  background-color: #E8F0DC;
  color: #C3DF9E;
  font-style: normal;
  font-weight: 700;
  font-size: 4.65vw;
  letter-spacing: 0.09vw;
  line-height: 1;
  padding: 5% 5% 6%;
  border-bottom: none;
  border-radius: 4.65vw 4.65vw 0 0;
  border: 0.23vw solid #E8F0DC;
  cursor: pointer;
}
@media (min-width: 768px) {
  .tab_item_label{
    font-size: 20px;
    letter-spacing: 0.4px;
    border-radius: 20px 20px 0 0;
    border: 1px solid #E8F0DC;
  }
}
  /* 購入タブの非活性化 */
.tab_item_label.tab_item_label_non_active{
    color: #ACACAC;
    background-color: #D9D9D9;
    border: 1px solid #D9D9D9;
}
.tab_content{
  display: none;
  overflow: hidden;
}
#tab_reserve:checked ~ #reserve_content,
#tab_purchase:checked ~ #purchase_content {
  display: block;
}
#tab_reserve ~ .tab_list .tab_item label[for=tab_reserve]{
  background-color: #F8F6F2;
  color: #C3DF9E;
  border: 0.23vw solid #B0D184;
  border-bottom: none;
}
@media (min-width: 768px) {
  #tab_reserve ~ .tab_list .tab_item label[for=tab_reserve]{
    border: 1px solid #B0D184;
    border-bottom: none;
  }
}
#tab_reserve:checked ~ .tab_list .tab_item label[for=tab_reserve],
#tab_purchase:checked ~ .tab_list .tab_item label[for=tab_purchase] {
  color: #94C257;
}
/* コンテンツがない時のコメント */
.not_contetns_text{
  width: 88.84vw;
  color: #222;
  font-style: normal;
  font-weight: 500;
  padding: 0% 0 12%;
  margin: auto;
  font-size: 4.19vw;
}
@media (min-width: 768px) {
  .not_contetns_text{
    width: 382px;
    font-size: 16px;
  }
}
/*---------------------------
  新・スタイルデザイン ここまで
---------------------------*/

  /*  購入  */
  .reservation-purchase_history_tab .purchase_tab {
    background: #e8f0dc;
    color: #c3df9e;
    border-bottom: 0.23vw solid #e8f0dc;
    font-size: 4.65vw;
    font-style: normal;
    font-weight: 700;
    line-height: 4.65vw;
    letter-spacing: 0.09vw;
  }
  @media (min-width: 768px) {
    .reservation-purchase_history_tab .purchase_tab {
      border-bottom: 1px solid #e8f0dc;
      font-size: 20px;
      line-height: 20px;
      letter-spacing: 0.4px;
    }
  }

  .reservation-purchase_history_tab .purchase_tab:hover {
    opacity: 0.65;
  }
  
  .content_none {
    overflow: hidden; /* 内容がはみ出ないようにする */
    height: 0; /* 初期状態で高さを0にする */
    visibility: hidden; /* 初期状態で非表示にする */
    transition: height 0.5s ease, visibility 0.5s ease; /* 高さと表示のアニメーション */
  }
  
  .content_none.active {
    visibility: visible !important; /* 表示する */
    height: auto;
  }
  
  #reservation:checked ~ #reservation_history_content {
    display: block;
  }
  
  #purchase:checked ~ #purchase_history_content {
    display: block;
  }
  
  /*---------------------------
  コンテンツ 予約中
    ---------------------------*/
  .reservation_history_section {
    background-color: #f8f6f2;
  }
  /*  予約・受講  */
  .reservation-purchase_history_container .reservation_history_content {
    display: block;
    width: 88.84vw;
    padding-top: 6.51vw;
    padding-bottom: 3.49vw;
    margin: 0 auto;
  }
  @media (min-width: 768px) {
    .reservation-purchase_history_container .reservation_history_content {
      width: 382px;
      padding-top: 28px;
      padding-bottom: 15px;
    }
  }
  .reservation_history_content{
      background-color: #F8F6F2;
      padding: 6% 0 2%;
  }
  .content_title {
    width: 88.84vw;
    padding-bottom: 5.58vw;
    color: #222;
    font-size: 4.19vw;
    font-style: normal;
    font-weight: 700;
    line-height: 4.65vw;
    letter-spacing: 0.36px;
    margin: auto;
  }
  @media (min-width: 768px) {
    .content_title {
      width: 382px;
      padding-bottom: 24px;
      font-size: 18px;
      line-height: 20px;
      letter-spacing: 0.36px;
    }
  }
  
  .content_title_inactive {
    display: none;
  }
  
  /*  予約・受講 履歴カード  */
  .reservation_card_box {
    position: relative;
    padding-bottom: 4.65vw;
    width: 88.84vw;
    border-radius: 2.33vw;
    background-color: #fff;
    margin: 0 auto 3.49vw;
  }
  @media (min-width: 768px) {
    .reservation_card_box {
      padding-bottom: 20px;
      width: 382px;
      border-radius: 10px;
      margin: 0 auto 15px;
    }
  }
  
  .reservation_card_box .reservation_card {
    width: 81.4vw;
    margin: 0 auto;
  }
  @media (min-width: 768px) {
    .reservation_card_box .reservation_card {
      width: 350px;
    }
  }
  
  /*  予約・受講 履歴カード-ヘッダー  */
  .reservation_card .reservation_card_header {
    padding: 3.49vw 0 4.65vw;
    border-bottom: 0.23vw solid #d9d9d9;
  }
  @media (min-width: 768px) {
    .reservation_card .reservation_card_header {
      padding: 15px 0 20px;
      border-bottom: 1px solid #d9d9d9;
    }
  }

  .reservation_card .reservation_card_header.ondemand_card_header {
    padding: 3.49vw 0 2.65vw;
  }
  @media (min-width: 768px) {
    .reservation_card .reservation_card_header.ondemand_card_header {
      padding: 15px 0 10px;
    }
  }
  
  .reservation_card_header .reservation_card_header_titlebox {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding-bottom: 1.16vw;
  }
  @media (min-width: 768px) {
    .reservation_card_header .reservation_card_header_titlebox {
      padding-bottom: 5px;
    }
  }
  .reservation_card .reservation_card_header.ondemand_card_header .reservation_card_header_titlebox{
    align-items: center;
  }
  
  .reservation_card_header_titlebox .reservation_card_header_place {
    color: #222;
    font-size: 3.26vw;
    font-style: normal;
    font-weight: 700;
    line-height: 3.26vw;
    letter-spacing: 0.16vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  @media (min-width: 768px) {
    .reservation_card_header_titlebox .reservation_card_header_place {
      font-size: 14px;
      line-height: 14px;
      letter-spacing: 0.7px;
    }
  }
  
  .reservation_card_header_titlebox .reservation_card_header_category {
    font-size: 4.65vw;
    font-style: normal;
    font-weight: 600;
    line-height: 5.81vw;
    letter-spacing: 0.09vw;
  }
  @media (min-width: 768px) {
    .reservation_card_header_titlebox .reservation_card_header_category {
      font-size: 20px;
      line-height: 25px;
      letter-spacing: 0.4px;
    }
  }
  
  /*  -スタイル別-  */
  .instructor_category {
    color: #6aa8de;
  }
  
  .selfstyle_category {
    color: #6db19d;
  }

  .ondemand_category {
    color: #D0A0C0;
  }

  .reservation_card_header .reservation_card_header_date {
    color: #222;
    font-size: 3.72vw;
    font-style: normal;
    font-weight: 700;
    line-height: 3.26vw;
    letter-spacing: 0.19vw;
  }
  @media (min-width: 768px) {
    .reservation_card_header .reservation_card_header_date {
      font-size: 16px;
      line-height: 14px;
      letter-spacing: 0.8px;
    }
  }
  
  /*  予約・受講 履歴カード-コンテンツ  */
  .reservation_card .reservation_card_content {
    display: flex;
    padding-top: 4.65vw;
  }
  @media (min-width: 768px) {
    .reservation_card .reservation_card_content {
      padding-top: 20px;
    }
  }
  
  .reservation_card_img {
    border-radius: 2.3vw;
    width: 26.98vw;
    height: 26.98vw;
  }
  @media (min-width: 768px) {
    .reservation_card_img {
      border-radius: 10px;
      width: 116px;
      height: 116px;
    }
  }
  
  .reservation_card_content .reservation_card_textarea {
    padding-left: 3.49vw;
  }
  @media (min-width: 768px) {
    .reservation_card_content .reservation_card_textarea {
      padding-left: 15px;
    }
  }
  
  .reservation_card_textarea .reservation_lesson_title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #222;
    font-size: 3.26vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 6%;
  }
  @media (min-width: 768px) {
    .reservation_card_textarea .reservation_lesson_title {
      font-size: 14px;
    }
  }
  .reservation_card_textarea .reservation_lesson_amount_box {
    display: flex;
    align-items: center;
    padding-bottom: 1.16vw;
  }
  @media (min-width: 768px) {
    .reservation_card_textarea .reservation_lesson_amount_box {
      padding-bottom: 5px;
    }
  }
  .reservation_lesson_card_icon {
    width: 16.28vw;
    height: 4.19vw;
    border-radius: 11.63vw;
    background: #ededed;
    color: #6d6d6d;
    text-align: center;
    align-content: center;
    font-size: 2.56vw;
    font-style: normal;
    font-weight: 500;
    line-height: 2.56vw;
    letter-spacing: 0.13vw;
  }
  @media (min-width: 768px) {
    .reservation_lesson_card_icon {
      width: 70px;
      height: 18px;
      border-radius: 50px;
      font-size: 11px;
      line-height: 11px;
      letter-spacing: 0.55px;
    }
  }
  
  .reservation_lesson_card_text {
    padding-left: 2.79vw;
    color: #6d6d6d;
    font-size: 2.79vw;
    font-style: normal;
    font-weight: 500;
    line-height: 2.79vw;
    letter-spacing: 0.14vw;
  }
  @media (min-width: 768px) {
    .reservation_lesson_card_text {
      padding-left: 12px;
      font-size: 12px;
      line-height: 12px;
      letter-spacing: 0.6px;
    }
  }
  
  .reservation_lesson_member_box {
    display: flex;
    align-items: center;
  }
  
  .reservation_card .reservation_card_cancelbox {
    text-align: right;
  }
  
  .reservation_card_cancelbox .reservation_card_cancel {
    display: inline-block;
    width: 26.98vw;
    height: 7.21vw;
    border-radius: 8.6vw;
    border: 0.23vw solid #909090;
    color: #909090;
    text-align: center;
    align-content: center;
    font-size: 2.79vw;
    font-style: normal;
    font-weight: 700;
    line-height: 4.65vw;
    letter-spacing: 0.06vw;
  }
  @media (min-width: 768px) {
    .reservation_card_cancelbox .reservation_card_cancel {
      width: 116px;
      height: 31px;
      border-radius: 37px;
      border: 1px solid #909090;
      font-size: 12px;
      line-height: 20px;
      letter-spacing: 0.24px;
    }
  }
  
  .reservation_card_cancel:hover {
    opacity: 1;
    color: #94c257;
    border-color: #94c257;
  }
  
  .course_history_container {
    width: 100%;
    margin: 0 auto;
    padding-top: 5.35vw;
    padding-bottom: 3.49vw;
    background-color: #e8f0dc;
  }
  @media (min-width: 768px) {
    .course_history_container {
      padding-top: 23px;
      padding-bottom: 15px;
    }
  }
  
  .course_history_content {
    width: 88.84vw;
    padding: 6% 0 16%;
    background-color: #e8f0dc;
    margin: auto;
  }
  @media (min-width: 768px) {
    .course_history_content {
      width: 382px;
    }
  }
  /* オンデマンド仕様 */
  .ondemand_lesson_content{
    display: flex;
    align-items: center;
    padding-bottom: 1.16vw;
  }

  @media (min-width: 768px) {
    .ondemand_lesson_content{
      padding-bottom: 4px;
    }
  }
  .ondemand_lesson_status{
    background-color: #F6ECF2;
    color: #505050;
    font-style: normal;
    font-weight: 700;
    display: flex;
    align-items: center;
    white-space: nowrap;
    padding: 1.57vw 2.09vw;
    font-size: 3.66vw;
    letter-spacing: 0.18vw;
  }
  @media (min-width: 768px) {
    .ondemand_lesson_status{
      font-size: 14px;
      letter-spacing: 0.7px;
      padding: 6px 8px;
    }
  }

  .ondemand_lesson_status_icon{
    display: block;
    margin-right: 1.05vw;
  }

  @media (min-width: 768px) {
    .ondemand_lesson_status_icon{
      margin-right: 4px;
    }
  }

  .status_ready .ondemand_lesson_status_icon{
    background: url('/oneday/mypage/history/icon_progress.png') center / contain no-repeat;
    width: 7.85vw;
    height: 5.24vw;
  }
  @media (min-width: 768px) {
    .status_ready .ondemand_lesson_status_icon{
      width: 30px;
      height: 20px;
    }
  }
  .status_done .ondemand_lesson_status_icon{
    background: url('/oneday/mypage/history/icon_conpleted.png') center / contain no-repeat;
    width: 26px;
    height: 18px;
  }
  .status_nodelivery .ondemand_lesson_status_icon{
    background: url('/oneday/mypage/history/icon_no_shipping.png') center / contain no-repeat;
    width: 26px;
    height: 18px;
  }
  /*---------------------------
  コンテンツ 購入履歴
    ---------------------------*/
  .purchase_history_section {
    display: block;
    background-color: #e8f0dc;
  }
  
  .purchase_history_container {
    width: 88.84vw;
    padding-top: 5.35vw;
    padding-bottom: 28.37vw;
    margin: 0 auto;
  }
  @media (min-width: 768px) {
    .purchase_history_container {
      width: 382px;
      padding-top: 23px;
      padding-bottom: 122px;
    }
  }
  
  /*  予約・受講 履歴カード  */
  .purchase_card_box {
    position: relative;
    margin-bottom: 3.49vw;
    padding-bottom: 4.65vw;
    width: 88.84vw;
    border-radius: 2.33vw;
    background-color: #fff;
  }
  @media (min-width: 768px) {
    .purchase_card_box {
      margin-bottom: 15px;
      padding-bottom: 20px;
      width: 382px;
      border-radius: 10px;
    }
  }
  
  .purchase_card {
    width: 81.4vw;
    margin: 0 auto;
  }
  @media (min-width: 768px) {
    .purchase_card {
      width: 350px;
    }
  }
  
  /*  予約・受講 履歴カード-ヘッダー  */
  .purchase_card_header {
    padding: 3.49vw 0;
    border-bottom: 0.23vw solid #d9d9d9;
  }
  @media (min-width: 768px) {
    .purchase_card_header {
      padding: 15px 0;
      border-bottom: 1px solid #d9d9d9;
    }
  }
  
  .purchase_card_header_titlebox {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .purchase_card_header_status-box {
    display: flex;
    text-align: center;
    align-items: center;
    background: #f6ecf2;
  }
  
  .purchase_card_header_status-img {
    padding: 0 1.63vw;
    width: 6.98vw;
    height: 4.65vw;
  }
  @media (min-width: 768px) {
    .purchase_card_header_status-img {
      padding: 0 7px;
      width: 30px;
      height: 20px;
    }
  }
  
  .purchase_card_header_status-text {
    padding: 1.63vw 2.09vw 1.63vw 0;
    color: #505050;
    font-size: 3.26vw;
    font-style: normal;
    font-weight: 700;
    line-height: 3.26vw;
    letter-spacing: 0.16vw;
  }
  @media (min-width: 768px) {
    .purchase_card_header_status-text {
      padding: 7px 9px 7px 0;
      font-size: 14px;
      line-height: 14px;
      letter-spacing: 0.7px;
    }
  }
  
  .purchase_card_header_place {
    color: #222;
    font-size: 3.26vw;
    font-style: normal;
    font-weight: 700;
    line-height: 3.26vw;
    letter-spacing: 0.16vw;
  }
  @media (min-width: 768px) {
    .purchase_card_header_place {
      font-size: 14px;
      line-height: 14px;
      letter-spacing: 0.7px;
    }
  }
  
  .purchase_card_header_category {
    color: #d0a0c0;
    font-size: 4.65vw;
    font-style: normal;
    font-weight: 600;
    line-height: 5.81vw;
    letter-spacing: 0.09vw;
  }
  @media (min-width: 768px) {
    .purchase_card_header_category {
      font-size: 20px;
      line-height: 25px;
      letter-spacing: 0.4px;
    }
  }
  
  /*  予約・受講 履歴カード-コンテンツ  */
  .purchase_card_content {
    display: flex;
    padding-top: 4.65vw;
  }
  @media (min-width: 768px) {
    .purchase_card_content {
      padding-top: 20px;
    }
  }
  
  .purchase_card_img {
    border-radius: 2.33vw;
    width: 26.98vw;
    height: 26.98vw;
  }
  @media (min-width: 768px) {
    .purchase_card_img {
      border-radius: 10px;
      width: 116px;
      height: 116px;
    }
  }
  
  .purchase_card_textarea {
    padding-left: 3.49vw;
  }
  @media (min-width: 768px) {
    .purchase_card_textarea {
      padding-left: 15px;
    }
  }
  
  .purchase_lesson_title {
    padding-bottom: 3.26vw;
    color: #222;
    font-size: 3.26vw;
    font-style: normal;
    font-weight: 700;
    line-height: 4.65vw;
  }
  @media (min-width: 768px) {
    .purchase_lesson_title {
      padding-bottom: 14px;
      font-size: 14px;
      line-height: 20px;
    }
  }
  
  .purchase_lesson_text-box {
    display: flex;
    align-items: center;
    padding-bottom: 1.16vw;
  }
  @media (min-width: 768px) {
    .purchase_lesson_text-box {
      padding-bottom: 5px;
    }
  }
  
  .purchase_lesson_card_icon {
    width: 16.28vw;
    height: 4.19vw;
    border-radius: 11.63vw;
    background: #ededed;
    color: #6d6d6d;
    text-align: center;
    align-content: center;
    font-size: 2.56vw;
    font-style: normal;
    font-weight: 500;
    line-height: 2.56vw;
    letter-spacing: 0.13vw;
  }
  @media (min-width: 768px) {
    .purchase_lesson_card_icon {
      width: 70px;
      height: 18px;
      border-radius: 50px;
      font-size: 11px;
      line-height: 11px;
      letter-spacing: 0.55px;
    }
  }
  
  .purchase_lesson_card_text {
    padding-left: 2.79vw;
    color: #6d6d6d;
    font-size: 2.79vw;
    font-style: normal;
    font-weight: 500;
    line-height: 2.79vw;
    letter-spacing: 0.14vw;
  }
  @media (min-width: 768px) {
    .purchase_lesson_card_text {
      padding-left: 12px;
      font-size: 12px;
      line-height: 12px;
      letter-spacing: 0.6px;
    }
  }
  .icon_external_link{
    background: url('/oneday/mypage/history/ico_external_link.png') no-repeat;
    width: 3.6vw;
    height: 3.3vw;
    display: inline-block;
    background-size: contain;
    margin-left: 2%;
  }
  @media (min-width: 768px) {
    .icon_external_link{
      width: 15px;
      height: 16px;
    }
  }
  .cancel_confirm_note_text{
    display: inline-block;
    color: #D3405A;
    font-family: "Zen Kaku Gothic New";
    font-style: normal;
    font-weight: 700;
    font-size: 4.27vw;
    margin-top: 4%;
    letter-spacing: 0.09vw;
  }
  @media (min-width: 768px) {
    .cancel_confirm_note_text{
      font-size: 16px;
      letter-spacing: 0.32px;
    }
  }

  /* アンケートリンクボタンのスタイル */
  .questionnaire_link_button{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40.76vw;
    height: 7.47vw;
    font-size: 3.43vw;
    font-style: normal;
    font-weight: 700;
    color: #D3405A;
    border: 0.4vw solid #E89BA9;
    border-radius: 100vh;
    margin-left: auto;
  }
  @media (min-width: 768px) {
    .questionnaire_link_button{
      width: 165px;
      height: 31px;
      font-size: 12px;
      border: 1px solid #E89BA9;
    }
  }


/* 受講済み */
.purchase_detail_contents{
  background-color: #fff;
  width: 88.84vw;
  margin: auto;
  border-radius: 2.33vw;
  padding: 4.65vw 4.65vw 3.49vw;
}
@media (min-width: 768px) {
  .purchase_detail_contents{
      width: 382px;
      border-radius: 10px;
      padding: 20px 20px 15px;
  }
}
.purchase_detail_contents:nth-of-type(n+2){
  margin-top: 3.49vw;
}
@media (min-width: 768px) {
  .purchase_detail_contents:nth-of-type(n+2){
    margin-top: 15px;
  }
}

/* 配送ステータス と　レッスンタイプ */
.purchase_detail_top_parts{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.purchase_detail_status{
  background-color: #F6ECF2;
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 700;
  font-size: 3.73vw;
  color: #505050;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 7.47vw;
  letter-spacing: 0.19vw;
}
@media (min-width: 768px) {
  .purchase_detail_status{
      height: 28px;
      font-size: 14px;
      letter-spacing: 0.7px;
  }
}
/* 配送準備中アイコン */
.purchase_detail_status.status_ready{
  width: 32vw;
}
@media (min-width: 768px) {
  .purchase_detail_status.status_ready{
      width: 120px;
  }
}
.purchase_detail_status.status_ready::before{
  content: '';
  background: url('/oneday/lesson/delivery_icon.png') no-repeat;
  background-size: contain;
  display: inline-block;
  width: 8vw;
  height: 5.33vw;
  margin-right: 1.07vw;
}
@media (min-width: 768px) {
  .purchase_detail_status.status_ready::before{
      width: 30px;
      height: 20px;
      margin-right: 4px;
  }
}
/* 配送済みアイコン */
.purchase_detail_status.status_arrived{
  width: 28.14vw;
}
@media (min-width: 768px) {
  .purchase_detail_status.status_arrived{
      width: 104px;
  }
}
.purchase_detail_status.status_arrived::before{
  content: '';
  background: url('/oneday/mypage/history/icon_conpleted.png') no-repeat;
  background-size: contain;
  display: inline-block;
  width: 8vw;
  height: 5.33vw;
  margin-right: 0.47vw;
}
@media (min-width: 768px) {
  .purchase_detail_status.status_arrived::before{
      width: 30px;
      height: 20px;
      margin-right: 2px;
  }
}
/* 配送なしアイコン */
.purchase_detail_status.status_no_shipping{
  width: 28.14vw;
}
@media (min-width: 768px) {
  .purchase_detail_status.status_no_shipping{
      width: 104px;
  }
}
.purchase_detail_status.status_no_shipping::before{
  content: '';
  background: url('/oneday/mypage/history/icon_no_shipping.png') no-repeat;
  background-size: contain;
  display: inline-block;
  width: 8vw;
  height: 5.33vw;
  margin-right: 0.47vw;
}
@media (min-width: 768px) {
  .purchase_detail_status.status_no_shipping::before{
      width: 30px;
      height: 20px;
      margin-right: 2px;
  }
}
.purchase_detail_category{
  font-style: normal;
  font-weight: 600;
  color: #D0A0C0;
  font-size: 5.33vw;
}
@media (min-width: 768px) {
  .purchase_detail_category{
      font-size: 20px;
  }
}

/* 商品情報 */
.purchase_detail_wrap{
  /* padding-top: 3.72vw; */
  margin-top: 3.72vw;
}
@media (min-width: 768px) {
  .purchase_detail_wrap{
      /* padding-top: 16px; */
      margin-top: 16px;
  }
}

.purchase_detail_order_info{
    display: grid;
    grid-template-columns: 14.88vw 1fr;
    gap: 1.86vw;
    padding: 3.72vw 0px;
    border-top: 0.23vw solid #D9D9D9;
    border-bottom: 0.23vw solid #D9D9D9;
}
@media (min-width: 768px) {
  .purchase_detail_order_info{
      grid-template-columns: 64px 1fr;
      gap: 8px;
      padding: 16px 0px;
      border-top: 1px solid #D9D9D9;
      border-bottom: 1px solid #D9D9D9;
  }
}
.purchase_detail_order_label{
  position: relative;
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 500;
  font-size: 2.79vw;
  color: #6D6D6D;
  letter-spacing: 0.14vw;
}
@media (min-width: 768px) {
  .purchase_detail_order_label{
    font-size: 12px;
    letter-spacing: 0.6px;
  }
}
.purchase_detail_order_label:nth-of-type(2) {
  margin-top: 0.93vw;
}
@media (min-width: 768px) {
  .purchase_detail_order_label:nth-of-type(2) {
    margin-top: 4px;
  }
}
.purchase_detail_order_label::after{
  content: "：";
  position: absolute;
  right: 0;
}
.purchase_detail_order_value{
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 2.79vw;
  color: #6D6D6D;
  letter-spacing: 0.14vw;
}
@media (min-width: 768px) {
  .purchase_detail_order_value{
    font-size: 12px;
    letter-spacing: 0.6px;
  }
}


.purchase_detail_item{
    background-color: #fff;
    display: flex;
}
.purchase_detail_item:nth-of-type(n+2){
    margin-top: 4.65vw;
}
@media (min-width: 768px) {
    .purchase_detail_item:nth-of-type(n+2){
        margin-top: 20px;
    }
}
.purchase_detail_item_img{
    overflow: hidden;
    width: 26.98vw;
    border-radius: 2.33vw;
    margin-right: 3.72vw;
    flex-shrink: 0;
}
@media (min-width: 768px) {
    .purchase_detail_item_img{
        width: 116px;
        border-radius: 10px;
        margin-right: 16px;
    }
}
.purchase_detail_item_img > img{
    width: 100%;
}
.purchase_detail_item_contents{
    display: flex;
    flex-direction: column;
}
.purchase_detail_item_title{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-style: normal;
    font-weight: 700;
    color: #222;
    font-size: 3.26vw;
    line-height: 1.4;
    margin-bottom: 2.79vw;
}
@media (min-width: 768px) {
    .purchase_detail_item_title{
        font-size: 14px;
        margin-bottom: 12px;
    }
}
.purchase_detail_item_box{
    display: flex;
    align-items: center;
}
.purchase_detail_item_box:nth-of-type(n+2) {
    margin-top: 0.93vw;
}
@media (min-width: 768px) {
    .purchase_detail_item_box:nth-of-type(n+2) {
        margin-top: 4px;
    }
}
.purchase_detail_item_label{
    font-style: normal;
    font-weight: 500;
    background-color: #EDEDED;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16.28vw;
    height: 4.19vw;
    font-size: 2.56vw;
    color: #6D6D6D;
    letter-spacing: 0.13vw;
    border-radius: 100vh;
    margin-right: 3.26vw;
}
@media (min-width: 768px) {
    .purchase_detail_item_label{
        width: 70px;
        height: 18px;
        font-size: 11px;
        letter-spacing: 0.55px;
        margin-right: 14px;
    }
}
.purchase_detail_item_text{
    font-style: normal;
    font-weight: 500;
    color: #6D6D6D;
    font-size: 2.79vw;
    letter-spacing: 0.14vw;
}
@media (min-width: 768px) {
    .purchase_detail_item_text{
        font-style: normal;
        font-weight: 500;
        color: #6D6D6D;
        font-size: 12px;
        letter-spacing: 0.6px;
    }
}

/* 購入内容確認ボタン */
.purchase_detail_button_box{
  display: flex;
  align-items: center;
  /* WEB領収書表示⇩ */
  /* justify-content: flex-end; */
  justify-content: space-between;
  min-height: 7.21vw;
  margin-top: 2.79vw;
}
@media (min-width: 768px) {
  .purchase_detail_button_box{
    min-height: 31px;
    margin-top: 12px;
  }
}
.purchase_detail_confirm_link{
  font-style: normal;
  font-weight: 700;
  background-color: #FFF;
  color: #909090;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32.79vw;
  height: 7.21vw;
  font-size: 2.79vw;
  letter-spacing: 0.06vw;
  border: 0.23vw solid #909090;
  border-radius: 100vh;
}
@media (min-width: 768px) {
  .purchase_detail_confirm_link{
    width: 141px;
    height: 31px;
    font-size: 12px;
    letter-spacing: 0.24px;
    border: 1px solid #909090;
  }
}
.purchase_online_receipt_link{
  position: relative;
  font-style: normal;
  font-weight: 500;
  text-decoration: underline;
  color: #6D6D6D;
  font-size: 3.02vw;
  letter-spacing: 0.15vw;
  padding-left: 4.19vw;
}
@media (min-width: 768px) {
  .purchase_online_receipt_link{
    font-size: 13px;
    padding-left: 18px;
    letter-spacing: 0.65px;
  }
}
.purchase_online_receipt_link::before{
    content: '';
    position: absolute;
    background: url(/oneday/top_img/icon_pdf_link.png) no-repeat;
    background-size: contain;
    display: inline-flex;
    left: 0;
    width: 2.56vw;
    height: 3.72vw;
    flex-shrink: 0;
}
@media (min-width: 768px) {
  .purchase_online_receipt_link::before{
      width: 11px;
      height: 16px;
  }
}
/* 材料お届けのタグスタイル */
.tag_materials{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22.09vw;
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 500;
  color: #D0A0C0;
  font-size: 2.56vw;
  line-height: 1;
  letter-spacing: 0.08vw;
  border: 0.23vw solid #D0A0C0;
  padding: 0.47vw 0px 0.7vw;
  margin-bottom: 0.93vw;
}
@media (min-width: 768px) {
  .tag_materials{
    width: 95px;
    font-size: 11px;
    letter-spacing: 0.33px;
    border: 1px solid #D0A0C0;
    padding: 2px 0px 3px;
    margin-bottom: 4px;
  }
}
.tag_materials.tag_no_materials{
  color: #ADADAD;
  border: 1px solid #ADADAD;
}
@media (min-width: 768px) {
  .tag_materials.tag_no_materials{
    color: #ADADAD;
    border: 1px solid #ADADAD;
  }
}


