@charset "UTF-8";
.recruit {
    padding: 0 15px;
}
.recruit h3 {
    border-left: 9px #E61200 solid;
    border-bottom: 1px #E61200 solid;
    color: #E61200;
    font-weight: bold;
    height: 27px;
    line-height: 27px;
    padding-left: 15px;
    margin-bottom: 15px;
    font-size: 16px;
}
.recruit .table {
    display: table;
    width: 100%;
    padding: 0 20px;
    margin-bottom: 20px;
    font-size: 14px;
}
.recruit .table .row {
    display: table-row;
}
.recruit .table .row .col1 {
    display: table-cell;
    background-color: #E5E4E3;
    text-align: center;
    width: 167px;
    padding: 15px 0;
    border-bottom: 5px solid #FFFFFF;
}
.recruit .table .row .col2 {
    display: table-cell;
    padding: 15px 20px;

}
