@charset "UTF-8";

// iPad (portrait and landscape)
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    
}
body{
    font-size: 14px;
    line-height: 1.4;
}
.uline {
    text-decoration: underline!important;
}
.productTableWrap{
    /* overflow-x: auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; */
}
.productTableWrap.productTableWrap03{
    width: 1000px;
    height: 800px;
}
.productTableWrap.productTableWrap03.productTableWrap03_01,
.productTableWrap.productTableWrap03.productTableWrap03_02,
.productTableWrap.productTableWrap03.productTableWrap03_03,
.productTableWrap.productTableWrap03.productTableWrap03_04{
    width: auto;
}
.productTableWrap.productTableWrap03.productTableWrap03_01 .productTable.productTable03,
.productTableWrap.productTableWrap03.productTableWrap03_02 .productTable.productTable03{
    width: 1250px;
}
.productTableWrap.productTableWrap03.productTableWrap03_03 .productTable.productTable03{
    width: 330px;
}
.productTableWrap.productTableWrap03.productTableWrap03_04 .productTable.productTable03{
    width: 560px;
}

.productTable{
    font-size: small;
    border-collapse:  collapse; 
    /* width: 2200px; */
}
.productTable.productTable01{
    width: 2800px;
}
.productTable.productTable02{
    width: 1000px;
}
.productTable.productTable03{
    width: 4000px;
}
.productTable.productTable03{
    width: 600px;
}
.productTable.productTable04{
    /* width: 4500px; */
}
.productTable th,
.productTable td{
    border: 1px solid #c1c3c9;
    padding: 1em;
    vertical-align: middle;
}
.productTable.productTable01 th,
.productTable.productTable01 td{
    background: #f4f7f8;
}
.productTable.productTable01 .bw th,
.productTable.productTable01 .bw td{
    background: #fff;
}
.productTable.productTable03 th:nth-child(odd),
.productTable.productTable03 td:nth-child(odd),
.sticky_col:nth-child(odd)::before{
    background: #f4f7f8;
}
.productTable th{
    white-space: nowrap;
    text-align: center;
    background: #cee4e5;
}
.productTable.productTable03 th{
    white-space: nowrap;
    text-align: center;
    background: #cee4e5;
    padding-bottom: calc( 1em + 3em);
}
.productTable th .kotei_topLine{
    display: block;
    border-top:1px solid #c1c3c9;
    margin: ;
    position:absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: calc( 1em + 2em);
    padding: 1em;
    box-sizing: border-box;
    line-height: 1em;
}
.productTable .db{
    display: block;
    line-height: 1.4;
    margin: 0 0 0.2em;
}
.productTable .btn{
    display: block;
    background: #6b7272;
    color: #fff;
    width: 80%;
    border-radius: 100px;
    padding: 0.3em 2em;
    margin: 0 auto 0;
    text-align: center;
    box-sizing: border-box;
    white-space: nowrap;
}
.productTable .btn:hover{
    background: #535959;
    color: #fff!important;
    text-decoration: none!important;
}
.productTable td .sizeLink{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0;
}
.productTable td .sizeLink li{
    width: calc(100% / 2 - 0.25em);
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin: 0 0 0.5em ;
}
.productTable td .sizeLink li a{
    display: block;
    padding: 0.3em;
    background: #fff;
}
.productTable td .sizeLink li a:hover{
    background: #ccc;
    text-decoration: none!important;
}
.sticky_row {
  position: sticky;
  top: 0;
  left: 0;
  background: none;
  border-left: none;
  border-right: none;
  font-weight: bold;
}
.sticky_row::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  border-left: 1px solid #c1c3c9;
  border-right: 1px solid #c1c3c9;
  background: #cee4e5;
  z-index: -1;
  font-weight: bold;
  border-top: 1px solid #c1c3c9;
}
.sticky_col {
  position: sticky;
  top: 0;
  left: 0;
  background: none;
  border-top: none;
  border-bottom: none;
}
.sticky_col::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid #c1c3c9;
  border-bottom: 1px solid #c1c3c9;
  background: #ffffff;
  z-index: -1;
}
.sticky_cross {
  position: sticky;
  top: 0;
  left: 0;
  background: none;
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right: none;
  z-index: 1;
}
.sticky_cross::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  border: 1px solid #c1c3c9;
  background: #cee4e5;
  z-index: -1;
}
