@charset "UTF-8";

@media screen and (max-width: 767.9px) {
  .image.img_01 {
    background: url("/products/stock/etn_lineup/sp_notice/img/643A/image_01.png") center/cover no-repeat;
    height: 20rem;
  }
  .image.img_02 {
    background: url("/products/stock/etn_lineup/sp_notice/img/643A/image_02.png") center/cover no-repeat;
    height: 20rem;
  }
  .image.img_03 {
    background: url("/products/stock/etn_lineup/sp_notice/img/643A/image_04.png") center/cover no-repeat;
    height: 20rem;
  }
  .purchase_btn.bg {
    background: url("/products/stock/etn_lineup/sp_notice/img/643A/purchase_btn_bg_sp.png") center/cover no-repeat;
    padding: 4rem 2rem;
    margin-top: 8rem;
    border-radius: 0.6rem;
  }
  .screenig .flow__step:nth-child(1) {
    border: none;
    background: url("/products/stock/etn_lineup/sp_notice/img/643A/screenig_01.png") center/cover no-repeat;
  }
  .screenig .flow__step:nth-child(2) {
    background: url("/products/stock/etn_lineup/sp_notice/img/643A/screenig_02.png") center/cover no-repeat;
  }
  .screenig .flow__step:nth-child(3) {
    background: url("/products/stock/etn_lineup/sp_notice/img/643A/screenig_03.png") center/cover no-repeat;
  }
  .screenig .flow__step .table td {
    font-size: 1.2rem;
    padding: 0.5rem 1rem;
  }
  .screenig .flow__step .table tr:last-child td:last-child {
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
    background: transparent;
  }
}
@media screen and (min-width: 768px), print {
  .image.img_01 {
    background: url("/products/stock/etn_lineup/sp_notice/img/643A/image_01.png") center/cover no-repeat;
  }
  .image.img_02 {
    background: url("/products/stock/etn_lineup/sp_notice/img/643A/image_02.png") center/cover no-repeat;
    height: 470px;
  }
  .image.img_03 {
    background: url("/products/stock/etn_lineup/sp_notice/img/643A/image_04.png") center/cover no-repeat;
    height: 200px;
  }
  .purchase_btn.bg {
    background: url("/products/stock/etn_lineup/sp_notice/img/643A/purchase_btn_bg_pc.png") center/cover no-repeat;
    padding-block: 40px;
    margin-top: 80px;
    border-radius: 6px;
  }
  .screenig .flow__step {
    background-size: contain;
    background-repeat: no-repeat;
    /* height: 137px; */
  }
  .screenig .flow__step:nth-child(1) {
    border: none;
    background: url("/products/stock/etn_lineup/sp_notice/img/643A/screenig_01.png") left/cover no-repeat;
    padding-block: 33px;
  }
  .screenig .flow__step:nth-child(2) {
    background: url("/products/stock/etn_lineup/sp_notice/img/643A/screenig_02.png") left/cover no-repeat;
    padding-left: 280px;
    padding-block: 21px;
  }
  .screenig .flow__step:nth-child(3) {
    background: url("/products/stock/etn_lineup/sp_notice/img/643A/screenig_03.png") left/cover no-repeat;
    padding-block: 21px;
    display: flex;
    align-items: center;
  }
  .screenig .flow__step .table {
    font-size: 13px;
    margin-top: -10px;
  }
  .screenig .flow__step .table .table__data {
    padding: 8px 15px;
  }
  .screenig .flow__step .table tr:last-child td:last-child {
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
    background: transparent;
  } 
}