@charset "utf8";
.recruit-bg {
    background: #f7fcff url(../../images/recruit/bg_recruit.png)right top -11em no-repeat;
    width: 100%;
    position: relative;
    padding-bottom: 80px;
}
.inner_rucruit {
    width: 100%;
    overflow: hidden;
    padding: 0 30px;
    padding-bottom: 60px;
    border-bottom: 1px solid #eeeeee
}

.title h3 {
    padding-bottom: 0;
}

.tb_recruit {
    width: 100%;
}

.tb_recruit tr {
    /* border-bottom: 1px solid #cccccc; */
}

.tb_recruit tr th {
    width: 25.67%;
    font-weight: bold;
    font-size: 17px;
    padding-left: 28px;
    line-height: 160%;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
}

.tb_recruit tr td {
    font-size: 15px;
    line-height: 160%;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
}

.tb_recruit tr:nth-child(3) td {
    border-bottom: 0;
}

.tb_recruit tr:nth-child(3) th {
    border-bottom: 0;
}

.tb_recruit tr:nth-child(4) td,
.tb_recruit tr:nth-child(4) th {
    padding-top: 0px;
}

.tb_recruit tr:last-child td,
.tb_recruit tr:last-child th {
    border-bottom: 0;
}

/* ************************************************************ */

.wp_row_recruit {
    width: 100%;
    overflow: hidden;
    padding: 30px;
}

.ul_recruit li {
    float: left;
    width: 30.6%;
    background: #ededed;
    font-size: 15px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    padding: 15px 0;
    margin-right: 4%;
    position: relative;
}

.ul_recruit li.active {
    background: rgba(15, 107, 175, 0.59);
    color: #fff;
}

.ul_recruit li:last-child {
    margin-right: 0;
}

.ul_recruit li::after {
    content: "";
    background: url(../../images/recruit/muoiten.png)center right no-repeat;
    width: 27px;
    height: 12px;
    top: 50%;
    transform: translateY(-50%);
    right: -33px;
    position: absolute;
}

.ul_recruit li:last-child::after {
    background: none;
}

.txt_rec {
    text-align: center;
    line-height: 160%;
    font-size: 15px;
    color: #333333;
    width: 100%;
    overflow: hidden;
    padding-top: 12px;
    padding-bottom: 20px;
}

/* ********************** */

.wrap_global {
    width: 100%;
    overflow: hidden;
    padding: 0 30px;
}

.inner_global {
    width: 100%;
    max-width: 966px;
    overflow: hidden;
    background: #eeeeee;
}

.ul_global li {
    float: left;
    padding: 30px 0;
}

.ul_global li:first-child {
    width: 20%;
    text-align: center;
}

.ul_global li:last-child {
    width: 80%;
}

.ul_global li:last-child span {
    color: #e60012;
}

.ul_global li:last-child a {
    color: #0f6baf;
    text-decoration: underline
}

/* ********************* */

.wrap_form {
    width: 100%;
    overflow: hidden;
    padding: 0 30px;
    padding-bottom: 30px;
}

.tb_form {
    width: 100%;
    margin-top: 40px;
    border: 1px solid #cccccc;
}

.tb_form tr td:first-child {
    width: 205px;
    background: #ededed;
    font-size: 15px;
    font-weight: bold;
    padding-left: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #ccc;
}

.tb_form tr td:first-child span {
    color: #e60012
}

.tb_form tr td {
    border-bottom: 1px solid #cccccc;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
}

.tb_form tr td span {
    font-size: 14px;
    color: #555555;
    vertical-align: middle;
}

.input_1 {
    width: 250px;
    height: 30px;
}

.year {
    width: 95px;
    height: 30px;
}

.month,
.day {
    width: 46px;
    height: 30px;
}

.male,
.female {
    vertical-align: middle;
}

.sp_male,
.sp_female {
    padding: 0 10px;
    vertical-align: middle;
}

.phone {
    width: 42%;
    height: 30px;
}

.email {
    height: 30px;
    width: 63%;
}

.address,
.condition {
    width: 88%;
    height: 30px;
}

textarea {
    width: 88%;
    height: 85px;
    padding: 0 5px;
    resize: none;
    outline: none;
}

input {
    padding: 0 5px;
    outline: none;
}

.btn_secruit {
    width: 100%;
    overflow: hidden;
    padding: 0 30px;
    text-align: center;
}

.in_check {
    padding: 20px 0;
}
.in_check * { display: inline-block; vertical-align: middle; margin: 0 !important;}

.btn_secruit a,
.btn_secruit span {
    font-size: 15px;
    color: #0f6baf;
    line-height: 160%;
    vertical-align: middle;
    text-decoration: underline;
}

.btn_secruit span {
    color: #333333;
    text-decoration: none;
}

.btn_secruit button {
    /*display: block;*/
    margin: 0 auto;
    color: #555555;
    padding: 2px 10px;
    width: 160px;
    height: 30px;
}

.wrap_application { margin-top: 15px;}

/* RPS */

@media screen and (max-width:1025px) {
    .menu_page {
        padding: 0 10PX;
    }
}

@media screen and (max-width:900px) {}

@media screen and (max-width:767px) {
    .inner_rucruit {
        padding: 0 20px;
        padding-bottom: 30px;
    }
    .tb_recruit tr td {
        font-size: 14px;
        padding: 10px 0;
    }
    .tb_recruit tr th {
        font-size: 15px;
        padding: 10px 0;
    }
    .wp_row_recruit {
        padding: 20px;
    }
    .txt_rec {
        font-size: 14px;
        padding: 0px 20px 10px 20px;
    }
    .ul_global li:first-child {
        width: 100%;
        padding: 10px 10px;
    }
    .ul_global li:last-child {
        width: 100%;
        padding: 15px 20px;
    }
    .ul_recruit li {
        font-size: 14px;
        width: 100%;
        border-top: 1px dotted #fff
    }
    .ul_recruit li::after {
        background: none;
    }
    .wrap_global {
        padding: 0 20px;
    }
    .wrap_form {
        padding: 0 20px;
    }
}

@media screen and (max-width:630px) {
    .tb_form tr td:first-child {
        width: 177px;
    }
    .tb_form tr td {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .input_1,
    textarea,
    .address,
    .condition,
    .email {
        width: 100%;
    }
    .tb_form tr td span.sp_630 {
        display: block;
        font-size: 12px;
    }
    .btn_secruit {
        padding-bottom: 20px;
    }
}

@media screen and (max-width:525px) {
    .phone {
        width: 100%;
    }
    .tb_form tr td span.sp_265_522 {
        display: block;
        font-size: 12px;
    }
    .tb_form tr td:first-child {
        width: 162px;
        padding: 10px;
    }
    .tb_form tr td {
        padding: 10px;
    }
}

@media screen and (max-width:480px) {
    .recruit-bg {
        padding-bottom: 0;
        background: #f7fcff url(../../images/recruit/bg_recruit.png)right -60px top -4em no-repeat;
        background-size: contain;
    }
    .tb_recruit {
        width: 100%;
    }
    .tb_recruit tr th {
        width: 100%;
        float: left;
        background: rgba(15, 107, 175, 0.59);
        color: #fff;
        padding-left: 10px;
    }
    .tb_recruit tr td {
        width: 100%;
        float: left;
        padding-left: 10px;
        font-size: 13px;
    }
    .th_sp {
        display: none
    }
    .wp_row_recruit {
        padding: 20px;
    }
    .ul_recruit li {
        font-size: 14px;
        width: 100%;
        border-top: 1px dotted #fff
    }
    .ul_recruit li:first-child {
        border-top: 0
    }
    .ul_recruit li::after {
        background: none;
    }
    .txt_rec {
        font-size: 14px;
        padding: 10px 20px;
    }
    .wrap_global {
        padding: 0 20px;
    }
    .ul_global li:first-child {
        width: 100%;
        padding: 15px 0;
    }
    .ul_global li:last-child {
        width: 100%;
        padding: 0 10px;
    }
    .tb_form tr td:first-child {
        font-size: 13px;
        width: 137px;
    }
    .tb_form tr td:first-child span {
        font-size: 10px;
    }
    .year {
        width: 30%;
    }
    .month,
    .day {
        width: 16%;
    }
}

@media screen and (max-width:375px) {
    .tb_form tr td:first-child {
        font-size: 13px;
        width: 100%;
        float: left;
        border-right: none
    }
    .tb_form tr td:last-child {
        font-size: 13px;
        width: 100%;
        float: left;
    }
}

/* END RPS */
