/* --------------------------------
求人情報
-------------------------------- */

.recruitment_details {
    border-collapse: collapse;
    margin: 70px auto 0;
    width: 100%;
    margin-bottom: 150px;
    font-size: 2rem;
    color: #934C08;
}

.recruitment_details tr {
    border-bottom: 1px #934C08 solid;
}

.recruitment_details tr:first-child {
    border-top: 1px #934C08 solid;
}

.recruitment_details th{
    padding: 55px 0 55px 90px;
}

.recruitment_details td{
    padding: 55px 0;
}

@media screen and (max-width: 786px) {
    .recruitment_details th {
        padding: 55px 0 55px 16px;
        width: 40%;
    }
  }