@charset "utf-8";
/* CSS Document */

/*-----------
product_table
-----------*/


/* ---- 必須 ---- */

.product_table_wrapper a {
  color: #000000 !important;
}

.product_table_wrapper .checkbox-blue_01 {
  margin: -2px 0 0;
  width: 26px;
  height: 24px;
}

.product_table_wrapper .checkbox-blue_01:checked + label .icon::before{
  background: #554E4B;
  border: 2px solid #554E4B !important;
}

.product_table_wrapper .checkbox-blue_01:checked:focus + label .icon::before {
  border-color: #554E4B !important;
}

.product_table_wrapper {
  position: relative;
  width: fit-content;
  font-size: 14px;
  line-height: 1.4;
}

.product_table_wrapper .display_none {
  display: none !important;
}

.product_table_wrapper .product_table_body {
  overflow-x: auto;
  background: #fff;
}

.product_table_wrapper .product_table_header {
  position: sticky;
  top: 0;
  z-index: 12;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: none;
  /*スクロールバー非表示（IE・Edge）*/
  scrollbar-width: none;
  /*スクロールバー非表示（Firefox）*/
  cursor: grab;
  background: #fff;
  border-bottom: 1px solid #F9F4EA;
}

/*スクロールバー非表示（Chrome・Safari）*/
.product_table_wrapper .product_table_header::-webkit-scrollbar {
  display: none;
}

.product_table_wrapper .product_table_header:active {
  cursor: grabbing;
}

.product_table_wrapper .product_table_header_inner {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: auto;
  grid-template-rows: repeat(4, auto);
  /* 表（上部固定部分）の縦のセル数に合わせる */
  width: fit-content;
}

.product_table_wrapper .th_series {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  /* 表（上部固定部分）の縦のセル数に合わせる */
}

.product_table_wrapper .item_header {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  /* 表の縦のセル数に合わせる */
}

.product_table_wrapper .product_table_body_inner {
  position: relative;
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: auto;
  grid-template-rows: repeat(58, auto)
    /* 表の縦のセル数に合わせる */
  ;
  width: fit-content;
  cursor: grab;
}

.product_table_wrapper .product_table_body_inner:active {
  cursor: grabbing;
}

.product_table_wrapper .fix_left_th {
  position: sticky;
  left: 0;
  z-index: 10;
}

.product_table_wrapper .th_group {
  display: grid;
  grid-template-rows: subgrid;
  grid-template-columns: 2em auto;
  width: 181px;
}

.product_table_wrapper .fix_left_th>.data {
  width: 181px;
}

.product_table_wrapper .group_title {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: center;
  padding-right: 4px;
}

.product_table_wrapper .item_data {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 58;
  /* 表の縦のセル数に合わせる */
}

.product_table_wrapper .item_data .data.bg {
  background: #F0EEEB;
}


/* ---- デザイン ---- */


.product_table_wrapper .product_table_body {
  width: 1100px;
  background: #fff;
  border-bottom: 1px solid #F9F4EA;
}

.product_table_wrapper .product_table_header {
  width: 1100px;
}

.product_table_wrapper .product_table_header_inner {
  background-color: #fff;
}

.product_table_wrapper .series_title {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 17px;
  line-height: 1.2;
  min-height: 38px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5px;
  box-sizing: border-box;
  background-color: #554e4b;
  border-right: 1px solid #fff;
  word-break: break-all;
}

.product_table_wrapper .series_title:last-child {
  border-right: none;
}

.product_table_wrapper .series_title span {
  display: block;
  font-size: 10px;
}

.product_table_wrapper .cehckbox {
  text-align: center;
}

.product_table_wrapper .item_header {
  width: 94px;
  border-right: 1px solid #F9F4EA;
  box-sizing: border-box;
}

.product_table_wrapper .item_header.fix_left_th {
  width: 182px;
  background: #fff;
}

.product_table_wrapper .item_header.fix_left_th .cell.narrow_down_btn {
  border-bottom: 1px solid #F9F4EA;
  padding: 0 16px;
}

.product_table_wrapper .item_header.fix_left_th .cell.narrow_down_btn ul {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 0 10px;
}

.product_table_wrapper .item_header.fix_left_th .cell.narrow_down_btn ul li {
  padding: 0 0 10px;
}

.product_table_wrapper .item_header.fix_left_th .cell.narrow_down_btn ul li a {
  text-decoration: underline;
}

.product_table_wrapper .item_header.fix_left_th .cell.narrow_down_btn ul img {
  width: 21px;
  padding-right: 3px;
}

.product_table_wrapper .item_header .cell {
  text-align: center;
}

.product_table_wrapper .item_header .cell a {
  text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
  .product_table_wrapper .item_header .cell a:hover{
    opacity: 0.5;
}
}

.product_table_wrapper .item_header .cell a p.item_name {
  font-weight: bold;
  height: 40px;
  font-size: 15px;
  padding: 15px 5px 7px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.product_table_wrapper .item_header .cell a p.item_name span {
  font-size: 11px;
  line-height: 1.1;
}

.product_table_wrapper .item_header .cell a p.item_name span.txt_m {
  font-size: 13px;
  line-height: 1.3;
}

.product_table_wrapper .item_header .cell a p.item_name span.txt_ss {
  font-size: 10px;
  line-height: 1.1;
  word-break: break-all;
  margin: 0 -5px;
}

_::-webkit-full-page-media, _:future, :root .product_table_wrapper .item_header .cell a p.item_name span.txt_ss {
  letter-spacing: -0.05em;
  margin: 0 -3px;
}

_::-webkit-full-page-media, _:future, :root .product_table_wrapper .item_header .cell a p.item_name.linehight_s{
  line-height: 1.1;
}

_::-webkit-full-page-media, _:future, :root .product_table_wrapper .item_header .cell a p.item_name span.txt_break {
  letter-spacing: -0.05em;
  margin: 0 -3px;
}

.product_table_wrapper .item_header .cell img {
  width: 70px;
}

.product_table_wrapper .item_header .cell.cehckbox {
  border-bottom: 1px solid #F9F4EA;
  padding: 10px 0 12px;
}

.cehckbox .checkbox-blue_01+label .icon {
  margin-right: 0;
}

.product_table_wrapper .item_header.js-item_header .cell ul {
  line-height: 1.7;
  padding: 10px 0 5px;
}

.product_table_wrapper .item_header.js-item_header .cell ul li a {
  text-decoration: underline;
}

.product_table_wrapper .item_header.js-item_header .cell p {
  line-height: 1.4;
  font-size: 12px;
  padding-bottom: 7px;
}

.product_table_wrapper .item_header.js-item_header .cell p span {
  font-size: 11px;
}

.product_table_wrapper .group_title {
  border-right: 1px solid #F9F4EA;
  border-top: 1px solid #F9F4EA;
}

.product_table_wrapper .item_data {
  width: 94px;
  border-right: 1px solid #F9F4EA;
  box-sizing: border-box;
  text-align: center;
}

.product_table_wrapper .item_data.fix_left_th {
  width: 182px;
  text-align: left;
  background: #fff;
}

.product_table_wrapper .data {
  padding: 5px 5px 5px 10px;
  border-top: 1px solid #F9F4EA;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product_table_wrapper .data span {
  font-size: 12px;
}

.product_table_wrapper .item_data.fix_left_th .data {
  padding: 5px 0 5px 10px;
  border-top: 1px solid #eee;
  justify-content: flex-start;
}

.product_table_wrapper .item_data.fix_left_th .data sup {
  font-size: 0.65em;
}

.product_table_wrapper .separate_title {
  color: #fff;
  background-color: #CCCABE;
  font-weight: bold;
  font-size: 16px;
  padding-left: 10px;
  line-height: 28px;
  height: 28px;
  box-sizing: border-box;
}

.product_table_wrapper .separate_line {
  height: 28px;
}

.product_table_caution {
  font-size: 14px;
  line-height: 1.7;
  padding-top: 25px;
}




.scroll-hint-icon {
  display: none;
}

.item_data .data:nth-child(odd) {
  _background: #eaf2f4;
}




/*
SP
---------------------------------------------------------------------*/

@media only screen and (max-width : 768px) {

  .product_table_wrapper {
    font-size: calc(100vw / (375 / 10));
  }

  .product_table_wrapper .product_table_header {
    top: 62px;
  }

  .product_table_wrapper .group_title {
    padding-right: 2px;
  }

  .product_table_wrapper .product_table_body {
    width: 92vw;
    background: #fff;
  }

  .product_table_wrapper .product_table_header {
    width: 92vw;
  }

  .product_table_wrapper .item_header {
    width: 94px;
  }

  .product_table_wrapper .item_header.fix_left_th {
    width: 12em;
  }

  .product_table_wrapper .item_header.fix_left_th .cell.narrow_down_btn {
    padding: 0 10px;
  }

  .product_table_wrapper .item_header.fix_left_th .cell.narrow_down_btn ul {
    margin-top: -14px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    padding: 0;
  }

  .product_table_wrapper .item_header.fix_left_th .cell.narrow_down_btn ul li {
    padding: 0 0 7px;
  }

  .product_table_wrapper .item_header.fix_left_th .cell.narrow_down_btn ul li:last-child {
    padding: 0;
  }

  .product_table_wrapper .item_header.fix_left_th .cell.narrow_down_btn ul img {
    width: 19px;
    padding-right: 3px;
  }

  .product_table_wrapper .item_header {
    width: 84px;
  }
  
  .product_table_wrapper .series_title {
    font-size: calc(100vw / ( 375 / 12 ));
  }

  .product_table_wrapper .item_header.js-item_header .cell p {
    font-size: calc(100vw / ( 375 / 10 ));
  }

  .product_table_wrapper .item_header.js-item_header .cell p span {
    font-size: calc(100vw / ( 375 / 10 ));
  }
  
  .product_table_wrapper .item_header .cell a p.item_name {
    padding: 10px 5px 3px;
    font-size: calc(100vw / ( 375 / 12 ));
    line-height: 1.3;
  }

  .product_table_wrapper .series_title span {
    font-size: calc(100vw / ( 375 / 9 ));
  }
  
  .product_table_wrapper .item_header .cell a p.item_name span {
    font-size: calc(100vw / ( 375 / 10 ));
  }
  
  .product_table_wrapper .item_header .cell a p.item_name span.txt_m {
    font-size: calc(100vw / ( 375 / 11 ));
  }
    
  .product_table_wrapper .item_header .cell a p.item_name span.txt_ss {
    font-size: calc(100vw / ( 375 / 9 ));
  }

  .product_table_wrapper .item_header .cell img {
    width: 60px;
  }

  .product_table_wrapper .item_data {
    width: 84px;
  }

  .product_table_wrapper .item_data.fix_left_th {
    width: 12em;
  }

  .product_table_wrapper .data {
    padding: 5px 5px 5px 7px;
  }

  .product_table_wrapper .data {
    font-size: calc(100vw / ( 375 / 10 ));
  }



  .product_table_wrapper .th_group {
    width: calc(12em - 1px);
  }

  .product_table_wrapper .item_data.fix_left_th > .data {
    width: calc(12em - 1px);
    padding: 5px 0 5px 7px;
  }

  .product_table_wrapper .data span {
    font-size: calc(100vw / ( 375 / 10 ));
}



  .product_table_wrapper .separate_title {
    font-size: calc(100vw / (375 / 10));
    line-height: 20px;
    height: 20px;
    padding-left: 7px;
  }

  .product_table_wrapper .separate_line {
    height: 20px;
  }



  .product_table_caution {
    font-size: calc(100vw / (375 / 12));
    padding-top: 6%;
    margin-bottom: -4%;
  }



  .scroll-hint-icon {
    display: block;
    top: 30px !important;
    z-index: 1;
    margin-left: 10px;
  }

  .sp_scroll_img {
    margin: -10px 0 10px;
}

}