/*** 共通 ***/
#pageColumn p.catch {
    color: #f15a24;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 20px;
}

.job_desc_exp {
    display: none;
}
.job_desc {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px;
}
.job_desc table {
    width: 100%;
    border-collapse: collapse;
}
.job_desc table th {
    font-size: 15px;
    font-weight: normal;
    line-height: 24px;
    padding-top: 8px;
    padding-bottom: 7px;
    padding-left: 5px;
    box-sizing: border-box;
    background-color: #F2F2F2;
    border: 1px solid #808080;
    vertical-align: top;
    width: 120px;
}
.job_desc table td {
    font-size: 15px;
    line-height: 24px;
    padding-top: 8px;
    padding-bottom: 7px;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
    border: 1px solid #808080;
}
@media screen and (max-width:700px) {
    .job_desc table th {
        width: 90px;
    }
}
@media screen and (max-width:590px) {
    .job_desc_exp {
        display: block;
    }
    .job_desc {
        overflow-x: scroll;
    }
    .job_desc table {
        width: 560px;
    }
}











