@charset "UTF-8";

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

#certification li:not(.header) {
    display:none;
}

.selection_result li.header {
    background: #FFF7D3;
    color: #E57516;
}

.selection_result li {
    background: #fff;
    font-size: 18px;
    border-bottom: 1px solid #ddd;
    padding: 20px;
    text-align: center;
}

.selection_result li.sub_header {
    padding: 0px;
    border: none;
    background: none;
}

.correspondence-size-content {
    display:flex;
}

.correspondence-size-content div {
    width: 50%;
    text-align: center;
}

.correspondence-size-content div:nth-of-type(1) {
    border-right: 1px solid #ddd;
}

.explanation {
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
}

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

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