.bg_gray {
    padding: 15px 7px;
    background-color: #F2F2F2;
    margin-bottom: 10px;
}
.hikaku {
    text-align: center;
    padding: 15px 0;
    margin-bottom: 5px;
    background-color: #F5F2ED;
}
.hikaku.ad_pdg {
    padding: 4px 0 5px;
}
/* table */
.price_table_cover {
    overflow: auto;
    height: 436px;
}
.price_table {
    width: 780px;
    height: 436px;
}
.price_table tr {
    border-top: 1px solid #707070;
    border-right: 1px solid #707070;
}
.price_table .td_w {
    border-top: 1px solid #707070;
    border-right: 1px solid #707070;
}
.price_table td {
    border-top: 1px solid #707070;
    border-right: 1px solid #707070;
    padding: 4px 2px;
    text-align: center;
    vertical-align: middle;
    font-size: 1.4rem;
    padding: 10px 5px;
}
.price_table td.tx-aln-l {
    text-align: left;
}
.price_table .td_wh {
    background: #fff;
    font-size: 1.2rem;
    line-height: 1.2;
}
.price_table .item {
    width: 196px;
    background-color: #fff;
}
.price_table .bb {
    border-bottom: 1px solid #707070;
}
.price_table .bd_none {
    border-top: none;
}
.price_table .gb_gray {
    background-color: #F1F1F1;
}
.price_table .td_n {
    background-color: #f2f2f2;
}
.price_table th {
    border-top: 1px solid #707070;
    border-right: 1px solid #707070;
    vertical-align: middle;
}
.price_table .bl {
    border-left: 1px solid #707070;
}
.price_table tr:first-child th {
    border-top: 1px solid #707070;
    border-right: 1px solid #707070;
}
.price_table {
    border-collapse: separate;
}
.price_table thead th:first-child {
    z-index: 2;
    background-color: #fff;
}
/* .price_table thead tr th {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 1;
} */
.price_table th:first-child {
    position: -webkit-sticky;
    position: sticky;
    z-index: 1;
    left: -1px;
}
.price_table tbody tr th {
    /* position: -webkit-sticky;
    position: sticky;
    top: 41px;
    z-index: 1; */
    background-color: #F1F1F1;
    width: 93px;
}
.index2 {
    z-index: 2!important;
}
@media (max-width: 667px) {
    .price_table_cover {
        width: 100%;
        height: 441px;
        overflow: scroll;
        /* overflow-x: auto; */
        -webkit-overflow-scrolling: touch;
    }
    .price_table_cover::-webkit-scrollbar{
        height: 5px;
    }
    .price_table_cover::-webkit-scrollbar-track{
        background: #F1F1F1;
    }
    .price_table_cover::-webkit-scrollbar-thumb {
        background: #BCBCBC;
    }
    .price_table {
        border-collapse: separate;
    }
    .price_table tr {
        border: none;
    }
    .price_table th {
        border-top: 1px solid #707070;
        border-right: 1px solid #707070;
    }
    .price_table td {
        padding: 5px 7px;
        line-height: 1.2;
    }
    .price_table .td_h {
        font-size: 1.4rem;
    }
    
    .price_table thead th {
        top: -1px;
    }
    .price_table tbody tr:first-child th,
    .price_table tbody tr:first-child td {
        top: 40px;
        z-index: 1;
    }
}