@charset "UTF-8";
/*=======================================
中途採用応募フォーム
=========================================*/
.p-contact__form-input {
    width: 100%;
}
.p-contact__form-input th.head {
    font-weight: 500;
    font-size: 26px;
    font-size: 2.6rem;
    font-family: dnp-shuei-mincho-pr6n, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 125%;
    padding-left: 0 !important;
    width: 280px;
}
.p-contact__form-input .form-table tr th {
    padding-left: 86px;
}

.p-entry__form .p-contact__form-step {
    width: auto;
}
.p-entry__form .p-contact__form-step li {
    text-align: left;
}
.p-entry__form .p-contact__form-step li::before {
    left: 46%;
}

.p-entry__form .float {
    border-bottom: 1px solid rgba(59, 60, 78, 0.2);
}
.p-entry__form .float .f-left {
    float: left;
    width: calc(50% - 24px);
    margin-left: initial;
}
.p-entry__form .float .f-right {
    float: right;
    width: calc(50% - 24px);
    padding-left: 24px;
    margin-left: initial;
    border-left: 1px solid #383b4e;
}
.p-entry__form .float .f-right h4 {
    white-space: nowrap;
}

.p-entry__form .float-wrap {
    padding-top: 24px;
    padding-bottom: 24px;
    margin-left: initial;
}
.p-entry__form .float-wrap.bt {
    border-top: 1px solid rgba(59, 60, 78, 0.2);
}
.p-entry__form .float-wrap.bb {
    border-bottom: 1px solid rgba(59, 60, 78, 0.2);
}

.p-entry__form .bn {
    border: none !important;
}

.p-entry__form .head {
    padding-top: 0;
}

.p-entry__form .form-flow {
    padding-bottom: 96px;
    margin-bottom: 96px;
    border-bottom: 1px solid #383b4e;
}
.p-entry__form .form-flow table td {
    padding-bottom: 0;
}

.p-entry__form .flow-wrap {
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
    margin-left: 0;
    border-bottom: 1px solid rgba(59, 60, 78, 0.2);
}
.p-entry__form .flow-wrap.mbt {
    margin-top: 24px;
    border-top: 1px solid rgba(59, 60, 78, 0.2);
}
.p-entry__form .flow-wrap.br {
    position: relative;
}
.p-entry__form .flow-wrap.br::before {
    width: 1px;
    height: 26px;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -26px;
    margin: auto;
    border-left: 1px solid #383b4e;
}
.p-entry__form .flow-wrap.br::after {
    width: 1px;
    height: 26px;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -24px;
    margin: auto;
    border-left: 1px solid #383b4e;
}
.p-entry__form .flow-wrap.br2 {
    position: relative;
}
.p-entry__form .flow-wrap.br2::before {
    width: 1px;
    height: 9px;
    content: "";
    position: absolute;
    left: 0;
    right: -6px;
    top: -9px;
    margin: auto;
    border-left: 1px solid #383b4e;
    transform: rotateZ(45deg);
}
.p-entry__form .flow-wrap.br2::after {
    width: 1px;
    height: 9px;
    content: "";
    position: absolute;
    left: 0;
    right: 6px;
    top: -9px;
    margin: auto;
    border-left: 1px solid #383b4e;
    transform: rotateZ(-45deg);
}

.p-entry__form .box2 {
    width: -webkit-fill-available;
    padding: 24px;
    margin-top: 26px;
    margin-left: 0;
    background-color: #eee;
}
.p-entry__form .box2 p {
    margin-bottom: 12px;
}
.p-entry__form .box2 p.m0 {
    margin: 0;
}
.p-entry__form .box2 a {
    text-decoration: underline;
}

.p-entry__form h4 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 125%;
    margin-bottom: 12px;
}
.p-entry__form h4.ftop {
    margin-bottom: 24px;
}

.p-entry__form .btn input[type="submit"],
.p-entry__form .p-contact__form-input .btn input[type="button"] {
    color: #383b4e;
}

/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
    .p-contact__form-input {
        width: 100%;
    }
    .p-contact.is-form {
        padding-bottom: 0;
    }
    .p-contact__form-input {
        width: auto;
    }
    .p-contact__form-input .form-table tr th {
        padding-left: 0;
    }
    .p-contact__form-input th.head {
        margin-bottom: 36px;
    }
    .p-contact__form-input .lead td {
        padding-bottom: 24px;
    }
    .p-entry__form h4 {
        font-size: 14px;
        font-size: 1.4rem;
    }
    .p-entry__form h4.ftop {
        min-height: 40px;
        margin-bottom: 0;
    }
    .p-entry__form .float .f-right h4 {
        white-space: initial;
    }
    .p-entry__form .form-flow {
        width: 100% !important;
        padding-bottom: 60px;
        margin-bottom: 60px;
    }
    .p-entry__form .flow-wrap.br::after {
        height: 23px;
    }
    .p-entry__form .box2 {
        margin-top: 0;
    }
}
