@charset "UTF-8";

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

#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%;
}

#selectionResult tr th:nth-of-type(1),
#selectionResult tr td:nth-of-type(1) {
    text-align: center !important;
    width:200px !important;
}

#selectionResult tr th:nth-of-type(2),
#selectionResult tr td:nth-of-type(2) {
    text-align: center !important;
    width:120px !important;
}

#selectionResult tr th:nth-of-type(3),
#selectionResult tr td:nth-of-type(3) {
    text-align: center !important;
    width:112px !important;
}

#selectionResult tr th:nth-of-type(4),
#selectionResult tr td:nth-of-type(4) {
    text-align: center !important;
    width:176px !important;
}

#selectionResult tr th:nth-of-type(5),
#selectionResult tr td:nth-of-type(5) {
    text-align: center !important;
    width:200px !important;
}

@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: "占積率";
    }
}