@import "reset.css";
@import url("pc.css") screen and (min-width:641px);
@import url("sp.css") screen and (max-width:640px);

.spec-table {
    width: 100%;
    margin: 20px 0;
    border: 2px solid #000;
    border-collapse: collapse;
    box-sizing: border-box;
}

.spec-table th,
.spec-table td {
    padding: 5px;
    border: 1px solid #000;
    vertical-align: middle;
    text-align: center;
}

.spec-table th {
    background-color: #c6e0b4;
}

.spec-table td {
    background-color: #fff2cc;
}

.pdf-bt {
    display: block;
    width: 260px;
    margin: 20px auto 50px;
}

.pdf-bt02 {
    padding-bottom: 10px;
    text-align: right;
    p{
        font-size: 12px;
        font-weight: bold;
        margin-right: 18px;
        position: relative;
        &::before, &::after{
            content: '';
            display: inline-block;
            position: absolute;
            color: #000;
            line-height: 1;
            width: 8px;
            height: 8px;
            border: 1px solid currentColor;
            border-left: 0;
            border-bottom: 0;
            box-sizing: border-box;
            top: 50%;
            transform: translateY(-50%) rotate(45deg);
        }
        &::before{
            right: -10px;
        }
        &::after{
            right: -18px;
        }
    }
}

.product-graph img,
.pdf-bt img {
    width: 100%;
}

.product-graph {
    margin: 0 0 50px;
}

.tblfnt {
    font-size: 14px !important;
}

.th-w1 {
    width: 34%;
}

.th-w2 {
    width: 16%;
}

.th-w3 {
    width: 10%;
}

.th-w3x2 {
    width: 20%;
}

.spec-table .th-double {
    border-left: 3px double #000;
}

caption {
    caption-side: bottom;
    text-align: right;
}

.spec-table strong {
    font-weight: bold;
}

.mr8060 {
    margin-right: 80px;
}

.mr295 {
    margin-right: 295px;
}

.mr180 {
    margin-right: 180px;
}

.mr242 {
    margin-right: 242px;
}

.col-4 .note small {
    display: contents;
}


.prt-header{
    display: none;

}
