@charset "uft-8";

/* 料金表 */

.check p {
    font-size: 16px;
}

.working_firsttextbox {
    width: 58%;
}

.working_firsttext {
    margin-bottom: 50px;
    line-height: 1.8;
}

.merit {
    margin-bottom: 50px;
}

.check_title {
    margin-bottom: 20px;
    text-align: center;
    font-size: 24px;
}

.check_list {
    list-style: none;
    line-height: 2;
}

.voice {
    margin-top: 50px;
}

.client {
    margin-bottom: 10px;
    font-size: 20px;
}

.check_navlist {
    line-height: 2;
}

.table_check {
    margin: 0;
}

.table_check th {
    padding-top: 10px;
    padding-right: 5px;
    padding-bottom: 10px;
}

.table_check td {
    padding-bottom: 10px;
    line-height: 2;
}

/* .table_workingtext {
    padding-right: 140px;
} */

.puret {
    margin-right: 1%;
}




/* スマホ */
@media (max-width: 1065px) {
    .nami {
        margin-top: -15px;
    }
}



@media (max-width: 820px) {
    .check_title {
        font-size: 24px;
    }

    .client {
        font-size: 17px;
    }

    .working_firsttext:last-child {
        margin-bottom: 0;
    }

    .table_workingtext {
        padding: 37px 20px;
    }

    .check_title {
        font-size: 20px;
    }

    .check_list {
        font-size: 16px;
    }

    .table_check th {
        padding-top: 7px;
    }

    .table_check td {
        font-size: 16px;
    }
}



@media (max-width: 500px) {


    .working_firsttextbox {
        width: 90%;
    }

    .working_firsttex {
        font-size: 16px;
    }

    .check p {
        font-size: 14px;
    }


    .nami {
        margin-top: -13px;
    }

}

@media (min-width: 501px) {
    .tablet_none {
        display: none;
    }
}