@charset "utf-8";
/*  style　[  page ]
=================================================================== */


.recruit-table th {
    white-space: nowrap;
}
/* ～767px(xs) ____________________________________________________ */
@media screen and (max-width: 767px) {
   .recruit-table {
    width: 96%;
    margin: 0 auto;
}

    .recruit-table th {
        background-color: rgba(248, 248, 240,0.8);
    }
    .recruit-table td {
        padding-top: 10px;
        padding-bottom: 15px;
    }
}



/* ～767px(xs) ____________________________________________________ */
@media screen and (max-width: 767px) {
}

@media screen and (max-width: 480px) {
}