.box:not(:last-child) {
    margin-bottom: 6rem;
}

.box .cap {
    font-size: 1.2rem;
    margin-top: 2rem;
}

.tb .bg-none {
    background: none !important;
    text-align: center !important;
    z-index: 0;
}

.tb tr:first-child td {
    text-align: center;
    background: #e6ebf4;
}

.tb td:first-child {
    text-align: left;
    background: #e6ebf4;
}

.tb .w40 {
    width: 40% !important;
}

.tb .w15 {
    width: 15% !important;
}

.tb01 td:nth-child(2) {
    text-align: left;
    background: #e6ebf4;
}
.tb02 tr td,
.tb03 tr td,
.tb04 tr td,
.tb05 tr td,
.tb06 tr td {
    width: 10%;
}

.tb07 tr td:first-child {
    text-align: left !important;
}


.box01 a {
    color: #0c4097;
    text-decoration: underline;
    text-underline-offset: 5px;
}

.box01 a:hover {
    text-decoration: none;
}

.box08 > p {
    margin-bottom: 3rem;
}




@media (max-width: 1000px) {

    .tb .fix {
        position: sticky;
        left: -1px;
        width: 10% !important;
    }

    .tb01 .fix {
        position: sticky;
        left: -1px;
        width: 10% !important;        
    }

    .tb01 .fix01 {
        position: sticky;
        left: -1px;
        width: 10% !important;
    }

    .tb01 .fix02 {
        position: sticky;        
        left: 98px;
        width: 10% !important;        
    }
}