.notice_message__success-text,
.notice_message__error-text {
    background-color: #fff;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 1rem;
    margin-bottom: 4rem;
    line-height: 1.5rem;
}

.notice_message__success-text img,
.notice_message__error-text img {
    margin-right: 1rem;
}

.notice_message__success-text span,
.notice_message__error-text span {
    font-weight: bold;
}

.notice_message__error-text span {
    color: #b91325;
}

.p-password-form input[type="password"],
.p-password-form input[type="email"] {
    margin-top: 0;
}

.c-form .c-form__item-input.\-error input[type="password"],
.c-form .c-form__item-input.\-error input[type="email"] {
    border: 1px solid #b91325;
}

.c-form input[type="password"],
.c-form input[type="email"] {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    width: 100%;
    padding: 1.5rem 3rem;
    margin-top: 1rem;
    display: block;
    font-size: 1.6rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.c-form .c-form__item-radio label.-error::before {
    border: 2px solid #b91325;
}

.c-form label.-error input[type="checkbox"]::before {
    border: 2px solid #b91325;
}

.p-member__button-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-direction: row-reverse;
}

.p-member__button-wrap .c-button-arrow {
    width: 25rem;
    margin: 0 10px;
}

@media screen and (max-width: 64em) {
    .p-member__button-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .p-member__button-wrap-item:nth-child(1) .c-button-arrow {
        max-width: 400px;
    }

    .p-member__button-wrap .c-button-arrow {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
        margin-bottom: 1rem;
    }

    .p-member__button-wrap .c-button-arrow {
        width: 25rem;
        margin: 0 10px;
    }

    .p-member__button-wrap-item:nth-child(2) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .p-member__button-wrap-item:nth-child(2) .c-button-arrow {
        width: 25rem;
        margin: 0 5px;
    }

    .p-member__button-wrap .c-button-arrow {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
        margin-bottom: 1rem;
    }
}

@media screen and (max-width: 500px) {
    .p-member__button-wrap-item:nth-child(2) .c-button-arrow {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
        margin-bottom: 1rem;
    }
}

#file_upload .sp-form-file-button-disabled {
    background-color: #dcdcdc !important;
    border: 1px solid #cccccc !important;
    color: #8e8e8e !important;
}

#file_upload .sp-from-file-default-drag-drop-area>div {
    width: 100% !important;
}

#file_upload .sp-from-file-default-drag-drop-area p.small {
    font-size: 0 !important;
}

#file_upload .sp-form-noted.small {
    overflow-wrap: break-word;
    background-color: #ffffff;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
}

#file_upload .sp-form-file-button {
    background-color: #1999b8;
    max-width: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    padding: 1rem 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    width: 100%;
}

#file_upload .sp-form-file-button {
    margin-bottom: 5px !important;
}

#file_upload .sp-large-screen>.sp-form-file-button {
    font-size: 0;
    margin: 0;

    background-color: #fff;
    border: 1px solid #1999b8;
    color: #1999b8;
}

#file_upload .sp-large-screen>.sp-form-file-button:before {
    content: "\e908";
    margin-right: 2rem;
    font-size: 2rem;

    font-weight: normal;
    font-family: "icomoon";
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    letter-spacing: 0;
    text-transform: none;
    -webkit-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    font-feature-settings: "liga";
    -webkit-font-variant-ligatures: discretionary-ligatures;
    font-variant-ligatures: discretionary-ligatures;
    -webkit-font-smoothing: antialiased;
}

#file_upload .sp-large-screen>.sp-form-file-button:after {
    content: "求人票をアップロード";
    font-size: 1.4rem;
}

#file_upload .sp-large-screen {
    display: block !important;
}

@media (max-width: 768px) {
    #file_upload .sp-large-screen>div {
        display: none !important;
    }
}

@media (max-width: 64em) {

    #file_upload .sp-large-screen>.sp-form-file-button {
        padding: 1rem;
    }

    #file_upload .sp-large-screen>.sp-form-file-button:after {
        font-size: 1.2rem;
    }
}