.tokushoho {
    padding: 18rem 0 10rem;
    position: relative;
    z-index: 5;
    background: var(--colorGray);
}

.tokushoho_title {
    font-size: 2.8rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    padding-bottom: 4rem;
    border-bottom: solid 0.1rem #000;
}

.tokushoho_content {
    margin-top: 6rem;
}

.tokushoho_table {
    width: 100%;
    border-collapse: collapse;
}

.tokushoho_table tr {
    border-bottom: solid 0.1rem #ddd;
}

.tokushoho_table th,
.tokushoho_table td {
    padding: 3rem 2rem;
    font-size: 1.5rem;
    line-height: 1.8;
    vertical-align: top;
    text-align: left;
}

.tokushoho_table th {
    width: 26rem;
    font-weight: 600;
    white-space: nowrap;
    color: #000;
}

.tokushoho_table td {
    color: #333;
}

.tokushoho_table td a {
    color: #000;
    text-decoration: underline;
    transition: 0.3s;
}

.tokushoho_table td a:hover {
    opacity: 0.6;
}

@media (max-width: 767px) {
    .tokushoho {
        padding: 12rem 0 6rem;
    }

    .tokushoho_title {
        font-size: 2rem;
        padding-bottom: 2.5rem;
    }

    .tokushoho_content {
        margin-top: 4rem;
    }

    .tokushoho_table th,
    .tokushoho_table td {
        display: block;
        width: 100%;
        padding: 0;
    }

    .tokushoho_table th {
        padding-top: 2.5rem;
        padding-bottom: 0.8rem;
        font-size: 1.4rem;
    }

    .tokushoho_table td {
        padding-bottom: 2.5rem;
        font-size: 1.4rem;
    }
}
