table.recruitbox {
    border: 2px solid #6BCBD1;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
}

table.recruitbox th, table.recruitbox td {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 24px;
    text-align: left;
    color: #000;
    border: 2px solid #6BCBD1;
    padding: 10px 20px;
    vertical-align: top;
}

table.recruitbox th {
    box-sizing: border-box;
    width: 200px;
    background-color: #E2F8F8;
}

.mainarea article .articlebox {
    min-height: 906px;
}
table.recruitbox td a {
    color: #000;
    pointer-events: none;
}
@media(max-width:600px){

.mainarea article .articlebox {
    min-height: unset;
}
table.recruitbox th, table.recruitbox td {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    padding: 15px 9px;
}

table.recruitbox th {
    width: 115px;
}
table.recruitbox td a {
    pointer-events: unset;
}
span.mt10 {
    margin-top: 10px;
}
}