@charset "utf-8";
/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
.vacancy {
    padding: 50px 0 56px;
    background: #F9F9F9;
    text-align: center;
}
.vacancyTop {
    margin: 0 0 80px;
}
.vacancyHead {
    margin: 0 0 30px;
    font-size: 2.0rem;
}
.btnPdf {
    width: 527px;
    margin: auto;
}
.btnPdf:before, .btnPdf:after {
    border-color: #AB0106;
}
.linkPdf {
    background: #AB0106;
}
.linkPdf:after {
    width: 22px;
    height: 26px;
    margin: 0 0 0 18px;
    content: "";
    display: inline-block;
    background: url(../../img/agent/icon_pdf.png) no-repeat 0 0 / 100%;
    vertical-align: -5px;
}
.agentTblWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.plus {
    width: 40px;
    height: 40px;
    position: relative;
    top: 119px;
}
.plus span {
    position: absolute;
    background: #1A1A1A;
}
.plus span:nth-of-type(1) {
    top: 0;
    left: 50%;
    width: 4px;
    height: 40px;
    transform: translateX(-50%);
}
.plus span:nth-of-type(2) {
    top: 50%;
    left: 0;
    width: 40px;
    height: 4px;
    transform: translateY(-50%);
}
.secConts {
    margin: 0 0 120px;
}
.agentTblHead {
    width: 25%;
}
.initialTbl.agentTblDes {
    width: 59.3%;
}
.agentTbl table {
    width: 100%;
    border-top: 1px solid #BFBFBF;
    border-right: 1px solid #BFBFBF;
}
.agentTbl th, .agentTbl td {
    padding: 23px 0;
    font-size: 1.6rem;
    line-height: 1.4;
    border-left: 1px solid #BFBFBF;
    border-bottom: 1px solid #BFBFBF;
    vertical-align: middle;
}
.agentTbl th {
    background: #EDEBE9;
    text-align: center;
}
.initialTbl {
    width: 300px;
}
.agentTblHead th {
    width: 100%;
}
.agentTbl td {
    padding: 23px 35px;
}
.agentTxt {
    font-size: 1.6rem;
    line-height: 1.4;
}
.feeTbl {
    margin: 26px 0 0;
}
.feeTbl th {
    width: 50% !important;
}
.feeTbl td {
    width: 50% !important;
    text-align: center;
}
.agentItem {
    margin: 0 0 13px;
}
.agentItem:nth-last-of-type(1) {
    margin: 0;
}
.agentItem:before {
    width: 8px;
    height: 8px;
    margin: 0 12px 0 0;
    content: "";
    display: inline-block;
    background: #AB0106;
    border-radius: 50%;
    vertical-align: 2px;
}
.post-password-form p {
    margin: 0 0 30px;
    font-size: 1.6rem;
}
/* -------------------------------------------------- */
/* TAB */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .btnPdf {
        max-width: inherit;
    }
    .initialTbl {
        width: 30%;
    }
    .agentItem {
        text-indent: -20px;
        padding: 0 0 0 20px;
    }
    .initialTbl02 th, .initialTbl02 td {
        display: block;
        width: 100%;
    }
}
/* -------------------------------------------------- */
/* SP */
/* -------------------------------------------------- */
@media screen and (min-width: 375px) and (max-width: 767px) {
    .vacancy {
        padding: 30px 4%;
    }
    .vacancyTop {
        margin: 0 0 60px;
    }
    .btnPdf {
        width: 100%;
        max-width: 527px;
    }
    .linkPdf .br_:after {
        content: "\A";
        white-space: pre;
    }
    .linkPdf {
        background: #AB0106;
        position: relative;
    }
    .linkPdf:after {
		width: 21px;
		height: 26px;
        margin: -13px 0 0;
        position: absolute;
        top: 50%;
        right: 5%;
		background: url(../../img/agent/sp_icon_pdf.png) no-repeat 0 0 / 100%;
    }
    .secConts {
        margin: 0 0 60px;
    }
    .agentTblWrap {
        display: block;
    }
    .initialTbl {
        width: 100%;
        margin: auto;
    }
    .plus {
        width: 40px;
        height: 40px;
        margin: 20px 0;
        position: relative;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .initialTbl.agentTblDes {
        width: 100%;
    }
    .initialTbl th, .initialTbl td {
        padding: 20px 0;
        display: block;
        width: 100%;
    }
    .agentTbl td {
        padding: 20px 5%;
        letter-spacing: 0.08em;
    }
    .agentItem {
        text-indent: -20px;
        padding: 0 0 0 20px;
    }
}