@charset "utf-8";

.recruit #h2-title .h2-titleInner {
    background-image: url(../images/recruit/bg-h2-title.jpg);
}

.recruit #h2-title h2::before {
    background-image: url(../images/recruit/h2-title.svg);
}

.recruit .description {
    border-top: solid 0.5px #004098;
    border-bottom: solid 0.5px #004098;
    padding: 30px;
    max-width: 835px;
}

.recruit #contents table {
    max-width: 750px;
}

.recruit #contents table tbody th {
    text-align: left;
    padding: 20px 20px 20px 40px;
}

.recruit .section-foot {
    background-color: #f2f2f2;
    max-width: 835px;
    margin: auto;
    padding: 40px 25px;
    margin: 60px auto 0;
}

.recruit .section-foot dl dt {
    font-weight: 500;
    font-size: 2.0rem;
    margin: 0 0 10px;
}

.recruit .section-foot dl dt span.block {
    color: #004098;
    margin: 0 10px 0 0;
}

.recruit .section-foot dl dd p {
    margin: 0 0 10px;
}

.recruit .section-body table tbody th {
    font-weight: 500;
}


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

    .recruit #contents table tbody th {
        padding: 20px 20px 20px 30px;
    }

    .recruit .description {
        padding: 25px 20px;
    }

    .recruit .section-foot {
        padding: 30px 25px;
        margin: 50px auto 0;
    }
}

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

@media screen and (max-width: 835px) {
    .recruit #contents table tbody th {
        padding: 20px 20px 20px 25px;
    }

    .recruit .description {
        padding: 25px 15px;
    }

    .recruit .section-foot {
        padding: 25px;
        margin: 40px auto 0;
    }
}

@media screen and (max-width: 750px) {
    .recruit #contents table tbody th {
        padding: 15px 15px 15px 20px;
    }

    .recruit .section-foot {
        margin: 30px auto 0;
    }
}

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

    .recruit #h2-title h2 span.ja {
        font-size: 2.0rem;
    }

    .recruit #contents .section-body table tbody tr th {
        padding: 15px;
        width: 100px;
    }

    .recruit .section-foot dl dt {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 480px) {
    .recruit #h2-title h2 span.ja {
        font-size: 1.6rem;
    }

    .recruit #contents .section-body table,
    .recruit #contents .section-body table tbody,
    .recruit #contents .section-body table tbody tr,
    .recruit #contents .section-body table tbody tr th,
    .recruit #contents .section-body table tbody tr td {
        display: block;
    }

    .recruit #contents .section-body table tbody tr th {
        background: #F1F1F1;
        padding: 2.5px 15px;
        width: 100%;
        border-bottom: none;
        text-align: left;
        font-weight: 400;
    }

    .recruit #contents .section-body table tbody tr td {
        padding: 15px;
        border-bottom: none;
    }

}

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