@charset "UTF-8";

#l-gNav li#l-gNav5 a:before {
    left: 0;
    right: 0;
}

.p-leadBlock {
    text-align: center;
    margin: 55px auto 0;
}

.p-leadBlock-mh {
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.08em;
    font-weight: 700;
    margin-bottom: 25px;
}

.p-leadBlock-text {
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.02em;
}

.p-block01,
.p-block02,
.p-block03 {
    margin: 0 190px;
}

.p-block-mh {
    font-size: 2.0rem;
    line-height: 1em;
    letter-spacing: 0.06em;
    margin-top: 40px;
}

.p-block-mh:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #db4646;
    border-radius: 2px;
    vertical-align: middle;
    margin-right: 12px;
}

.p-block-sh {
    width: 100%;
    margin-top: 20px;
    padding: 17px 19px;
    background: url("../../images/recruit/recruit_bg_open.png") no-repeat right 40px center #faeeee;
    background-size: 22px auto;
    border-radius: 8px;
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 0.06em;
    font-weight: 700;
    cursor: pointer;
}

.p-block-sh:hover {
    opacity: 0.7;
}

.p-block-sh.is-active {
    background-image: url("../../images/recruit/recruit_bg_close.png");
    background-size: 22px auto;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.p-block-thread {
    display: none;
    border: 1px solid #faeeee;
    border-top: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 0 20px 20px;
}

.p-recruit-table {
    width: 100%;
}

.p-recruit-table th,
.p-recruit-table td {
    border-bottom: 1px solid #e1aaaa;
    padding: 10px 0;
    font-size: 1.4rem;
    line-height: 2.29;
    letter-spacing: 0.06em;
}

.p-recruit-table tr:last-child th,
.p-recruit-table tr:last-child td {
    border-bottom: 0;
}

.p-recruit-table th {
    width: 180px;
    padding-left: 5px;
    font-weight: 700;
    text-align: left;
    vertical-align: top;
}



/* Smartphone Styles
============================================================================ */
@media screen and (max-width: 768px) {

    .p-leadBlock {
        margin: 9.33vw auto 0;
    }

    .p-leadBlock-mh {
        font-size: 1.6rem;
        line-height: 1.5;
        margin-bottom: 4vw;
    }

    .p-leadBlock-text {
        font-size: 1.4rem;
        line-height: 1.71;
    }

    .p-block01,
    .p-block02,
    .p-block03 {
        margin: 0;
        padding: 0 6vw;
    }

    .p-block-mh {
        margin-top: 8vw;
        letter-spacing: 0.05em;
    }

    .p-block-sh {
        width: 100%;
        margin-top: 6vw;
        padding: 4vw 4vw;
        background-position: right 4vw center;
        line-height: 1.2;
        background-size: 5.87vw auto;
    }

    .p-block-sh.is-active {
        background-size: 5.87vw auto;
    }

    .p-block-thread {
        padding: 0 4vw 4vw;
    }

    .p-recruit-table th,
    .p-recruit-table td {
        padding: 3vw 0;
        line-height: 1.7;
    }

    .p-recruit-table th {
        width: 21.87vw;
        padding-left: 0;
    }

}