@media (max-width: 1280px) {
  #header nav > ul > li.family {
    display: block;
  }
  .sticker_btn {
    display: none !important;
  }
  .mypage_table .table_row .col_2 {
    text-align: left;
  }
  .mypage_table .table_row .col_2 b {
    width: 80%;
    display: block;
  }
  .pc_table .table_header {
    display: none;
  }
  .pc_table .table_row {
    position: relative;
    height: 120px;
    /* display: none; */
  }
  .pc_table .col_1 {
    position: absolute;
    width: 14px;
    height: 18px;
    top: 24px;
    left: 20px;
  }
  .pc_table .col_2 {
    position: absolute;
    top: 20px;
    left: 45px;
  }
  .pc_table .col_3 {
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
  .pc_table .col_4 {
    position: absolute;
    bottom: 20px;
    left: 20px;
  }
  .pc_table {
    display: block;
  }
  .pc_table_2 {
    display: block;
  }
  .pc_table_3 {
    display: block;
  }
  .mo_table {
    display: none !important;
  }
  .mo_table_2 {
    display: none !important;
  }
  .mo_table_3 {
    display: none !important;
  }
}
