.tokushoho-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    line-height: 1.7;
}

.tokushoho-table th,
.tokushoho-table td {
    border: 1px solid #ccc;
    padding: 12px 16px;
    vertical-align: top;
    text-align: left;
}

.tokushoho-table thead th {
    background: #f5f5f5;
    text-align: center;
}

.tokushoho-table tbody th {
    width: 25%;
    background: #fafafa;
    font-weight: bold;
    white-space: nowrap;
}

.tokushoho-table ul {
    margin: 0;
    padding-left: 1.2em;
}

.c-section__content {
    width: 900px;
    margin: auto;
    padding-top: 40px;
}

@media screen and (max-width: 767px) {
    .c-section__content {
        width: 100%;
        margin: auto;
        padding-top: 40px;
    }

}

@media (max-width: 768px) {
    .tokushoho-table {
        border-top: 1px solid #ccc;
    }

    .tokushoho-table thead {
        display: none;
        /* スマホでは見出し行は非表示 */
    }

    .tokushoho-table tr {
        display: block;
        border-bottom: 1px solid #ccc;
        padding: 4px 0;
    }

    .tokushoho-table tbody th,
    .tokushoho-table tbody td {
        display: block;
        width: 100%;
        border: none;
        padding: 8px 12px;
    }

    .tokushoho-table tbody th {
        background: #fafafa;
        font-size: 13px;
        color: #555;
        padding: 6px 12px;
    }

    .tokushoho-table tbody td {
        padding-top: 4px;
        padding-bottom: 12px;
    }
}