@media only screen and (min-width:320px) and (max-width:559px) {
    .recruit_wrap {
        width: 100%;
        max-width: 520px;
        min-width: 280px;
        margin: 50px auto;
        font-size: 1.4rem;
        line-height: 2;
        letter-spacing: 1px;
        text-align: center;
        color: #4a220c;
    }
    table {
        border: 0;
        width: 100%;
        color: #4a220c;
    }
    table th {
        font-size: 1.2rem;
        display: block;
        border-right: none;
        margin-bottom: 10px;
        padding: 10px 20px;
        background: #f2f2f2;
    }
    table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    table tr {
        display: block;
        margin-bottom: 2em;
        border-bottom: 1px solid #4a220c;
    }
    table td {
        font-size: 1.2rem;
        border-bottom: 1px solid #bbb;
        display: block;
        line-height: 1.6;
        text-align: left;
        position: relative;
        padding: 10px;
        border-right: none;
    }
    table th.no_disp {
        display: none;
    }
    table td::before {
        content: attr(data-label);
        font-weight: bold;
        position: absolute;
        left: 10px;
    }
    table td:last-child {
        border-bottom: 0;
    }
    .m_btm_10 {
        margin-bottom: 20px;
        display: inline-block;
    }
    .rec_contactwrap {
        display: flex;
        width: 200px;
        margin: 40px auto 300px;
        justify-content: space-between;
        font-size: 2.6rem;
        align-items: center
    }
    .rec_contactwrap_inner a {
        display: block;
        color: #fff;
        font-weight: 700;
        background: #4a220c;
        height: 60px;
        width: 60px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .rec_contactwrap_inner a:hover {
        background: #fcc800;
    }
    .rec_contactwrap_inner a i {
        font-size: 30px;
        line-height: 60px;
        margin-left: 15px;
    }
}

@media only screen and (min-width:560px) and (max-width:959px) {
    .recruit_wrap {
        width: 100%;
        max-width: 920px;
        min-width: 520px;
        margin: 50px auto;
        font-size: 1.4rem;
        line-height: 2;
        letter-spacing: 1px;
        text-align: center;
        color: #4a220c;
    }
    table {
        border-collapse: collapse;
        margin: 0 auto;
        padding: 0;
        width: 100%;
        min-width: 520px;
        max-width: 920px;
        table-layout: fixed;
        color: #4a220c;
        font-size: 1.4rem;
        line-height: 2;
        display: table;
    }
    .space {
        margin-left: 20px;
    }
    table tr {
        background-color: #fff;
        border-bottom: 1px solid #4a220c;
    }
    table tr.b_none {
        border-bottom: none;
    }
    table tr.btm_0 td,
    table tr.btm_0 th {
        padding-bottom: 5px;
    }
    table tr.btm_top_10 td,
    table tr.btm_top_10 th {
        padding: 10px 0 15px;
    }
    table tr.top_0 td,
    table tr.top_0 th {
        padding-top: 0;
    }
    table tr.top_10 td,
    table tr.top_10 th {
        padding-top: 10px;
    }
    table tr td a {
        display: block;
        color: #4a220c;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    table tr td a:hover {
        color: #fcc800;
    }
    table tr:first-child {
        border-top: 2px solid #4a220c;
    }
    table tr:last-child {
        border-bottom: 2px solid #4a220c;
    }
    table th,
    table td {
        padding: 35px 10px 35px 0;
    }
    tbody th {
        font-weight: 500;
        width: 35%;
    }
    .m_btm_10 {
        margin-bottom: 20px;
        display: inline-block;
    }
    .rec_contactwrap {
        display: flex;
        width: 300px;
        margin: 70px auto 300px;
        justify-content: space-between;
        font-size: 2.6rem;
        align-items: center
    }
    .rec_contactwrap_inner a {
        display: block;
        color: #fff;
        font-weight: 700;
        background: #4a220c;
        height: 60px;
        width: 60px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .rec_contactwrap_inner a:hover {
        background: #fcc800;
    }
    .rec_contactwrap_inner a i {
        font-size: 30px;
        line-height: 60px;
        margin-left: 15px;
    }
}

@media only screen and (min-width:320px) and (max-width:959px) {}

@media only screen and (min-width:960px) {
    .category_top {
        padding-top: 120px;
        color: #4a220c;
        text-align: center;
    }
    .category_top svg {
        width: 10%;
        fill: #4a220c;
        display: block;
        margin: 0 auto 20px;
    }
    .category_name {
        font-size: 2.4rem;
        letter-spacing: 1px;
        font-weight: 700;
    }
    .category_inner {
        margin: 60px auto;
    }
    .recruit_wrap {
        width: 100%;
        min-width: 920px;
        max-width: 1100px;
        margin: 130px auto;
        font-size: 1.6rem;
        line-height: 2;
        letter-spacing: 1px;
        text-align: center;
    }
    table {
        border-collapse: collapse;
        margin: 0 auto;
        padding: 0;
        width: 100%;
        min-width: 920px;
        max-width: 1100px;
        table-layout: fixed;
        color: #4a220c;
        font-size: 1.4rem;
        line-height: 2;
        display: table;
    }
    .space {
        margin-left: 20px;
    }
    table tr {
        background-color: #fff;
        border-bottom: 1px solid #4a220c;
    }
    table tr.b_none {
        border-bottom: none;
    }
    table tr.btm_0 td,
    table tr.btm_0 th {
        padding-bottom: 5px;
    }
    table tr.btm_top_10 td,
    table tr.btm_top_10 th {
        padding: 10px 0 15px;
    }
    table tr.top_0 td,
    table tr.top_0 th {
        padding-top: 0;
    }
    table tr.top_10 td,
    table tr.top_10 th {
        padding-top: 10px;
    }
    table tr td a {
        display: block;
        color: #4a220c;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    table tr td a:hover {
        color: #fcc800;
    }
    table tr:first-child {
        border-top: 2px solid #4a220c;
    }
    table tr:last-child {
        border-bottom: 2px solid #4a220c;
    }
    table th,
    table td {
        padding: 35px 10px 35px 0;
    }
    tbody th {
        font-weight: 500;
        width: 35%;
    }
    .rec_contactwrap {
        display: flex;
        width: 300px;
        margin: 70px auto 300px;
        justify-content: space-between;
        font-size: 2.6rem;
        align-items: center
    }
    .rec_contactwrap_inner a {
        display: block;
        color: #fff;
        font-weight: 700;
        background: #4a220c;
        height: 60px;
        width: 60px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .rec_contactwrap_inner a:hover {
        background: #fcc800;
    }
    .rec_contactwrap_inner a i {
        font-size: 30px;
        line-height: 60px;
        margin-left: 15px;
    }
}