@charset "UTF-8";

#conformityCertification span {
    display: block;
    width: 100%;
    text-align: center;
}

#conformityCertification a {
    color: #2A68B0;
}

#conformityCertification a:hover {
    color: #4c7eb7;
}

.selection .table02 tbody th, .selection .table02 tbody td {
    width: auto;
}

#tubeTable tbody th:nth-of-type(1){
    width: 12%;
}

#tubeTable tbody td:nth-of-type(1){
    width: 38%;
}

#tubeTable tbody td:nth-of-type(2){
    width: 26%;
}

#tubeTable tbody td:nth-of-type(3){
    width: 14%;
}

#tubeTable tbody td:nth-of-type(4){
    width: 10%;
}

#sleeve_outer_diameter {
    display:none;
}

@media screen and (max-width: 768px) {
    .selection .table02 thead tr:first-of-type th:first-of-type{
        display: table-cell !important;
    }

    #tubeTable tbody td:nth-of-type(1){
        width: 32%;
    }
    
    #tubeTable tbody td:nth-of-type(2){
        width: 23%;
    }
    #tubeTable tbody td:nth-of-type(3){
        width: 23%;
    }

    .selection .table02 #other::before {
        content: "占積率";
    }
}