/* ヘッダー */
.navbar {
    top: 0;
    left: 0;
    position: sticky;
    height: 50px;
}

.breadcrumb-client-registration {
    background-color: #fff;
    position: sticky;
    top: 45px;
    left: 0;
    z-index: 900;
    border-bottom: 0.5px solid #d6d6d6;
    display: flex;
    align-items: center;
}

.breadcrumb-client-registration span {
    font-weight: bold;
}

/* パンクズリスト */
.sub-breadcrumb-pc {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    margin: 50px auto 30px;
    background-color: #f4f2ef;
}

.sub-breadcrumb-sp {
    display: none;
}

/* フォーム, メインコンテンツ */
.client-registration-main {
    background-color: #f4f2ef;
}

.form-item {
    width: 85% !important;
    margin-bottom: 15px;
}

.checkbox-area {
    width: 85% !important;
    margin-left: auto;
    margin-right: auto;
}

.tel-area {
    width: 85% !important;
}

.form-body,
.form-item,
.tel-area {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
}

.form-title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.form-line {
    color: #d6d6d6;
}

.form-item p,
.form-item .item_name,
.form-item-mail {
    margin-bottom: 10px;
    font-weight: bold;
}

.display-column {
    display: flex;
    flex-direction: column;
}

.legal_personality {
    margin-top: 10px;
}

.form-item p::after {
    content: '必須';
    font-size: 10px;
    color: rgb(255 255 255);
    width: 36px;
    height: 13px;
    margin-left: 5px;
    letter-spacing: 0;
    opacity: 1;
    background: 0% 0% no-repeat padding-box padding-box #f00;
    border-radius: 2px;
    padding: 2px 8px;
}

.tel-area input {
    width: 31%;
}

.tel-area span {
    line-height: 30px;
}

.form-body input::placeholder {
    color: #b4b4b4;
}

.content-bold {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
    font-weight: bold;
    font-size: 20px;
}

.content-block {
    background-color: #f4f2ef;
    border: 1px solid #d6d6d6;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    width: 55%;
    margin-right: auto;
    margin-left: auto;
}

.content-text {
    width: 55%;
    line-height: 25px;
    margin-right: auto;
    margin-left: auto;
    font-size: 14px;
}

.form-item a,
.form-body a {
    color: #22b1ba;
}

.form-body .form-item .forget_password_button {
    font-size: 20px;
    font-weight: bold;
}

.form-body .form-item .forget_password_button:hover {
    color: #1d68a7;
    text-decoration: underline;
}

.name-area {
    width: 85%;
    margin-right: auto;
    margin-left: auto;
}

.last_name_item {
    padding: 0 5px 0 0;
}

.first_name_item {
    padding: 0 0 0 5px;
}

.last_name_error,
.first_name_error {
    width: 100%;
}

.form-submit-btn-area {
    text-align: center;
}

.form-submit-btn {
    width: 120px;
    height: 40px;
    background: #22b1ba;
    border-radius: 4px;
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.form-submit-btn:disabled {
    background: #a8a8a8;
}

.privacy-policy-label {
    padding-top: 6px;
}

/* エラー文 */
.error_message {
    color: red;
    margin-top: 5px;
}

.error_area {
    width: 85%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
}

/* 登録完了モーダル */
#client_apply_complete_modal .modal-content {
    background: #f4f2ef 0% 0% no-repeat padding-box;
    text-align: center;
    margin-top: 100px;
    margin-right: auto;
    margin-left: auto;
}

#client_apply_complete_modal_content {
    width: 100%;
    max-width: 498px;
    border-radius: 8px;
}

#client_apply_complete_modal .head-text {
    font-size: 20px;
    font-weight: bold;
}

#client_apply_complete_modal p {
    font-size: 16px;
    line-height: 25px;
}

#client_apply_complete_modal .login-link {
    width: 120px;
    height: 40px;
    background: #19a2aa;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-top: 30px;
}

.modal-body {
    padding: 1rem 1.5rem !important;
}

#check_term,
#check_privacy {
    margin-bottom: 2px;
}

/* SP */
@media screen and (max-width: 767px) {
    /* パンクズリスト */
    .sub-breadcrumb-pc {
        display: none;
    }

    .sub-breadcrumb-sp {
        width: 90%;
        display: flex;
        flex-wrap: wrap;
        margin: 20px auto;
        background-color: #f4f2ef;
    }

    .form-item,
    .tel-area {
        width: 90% !important;
    }

    /* フォーム,コンテンツ */
    .form-body,
    .form-item,
    .content-block {
        width: 90%;
    }

    .content-text,
    .content-block {
        width: 90%;
        font-size: 15px;
    }

    .tel-area,
    .name-area {
        width: 90%;
        margin-right: auto;
        margin-left: auto;
    }

    .name-area p {
        margin-left: 0;
    }

    .last_name_item,
    .first_name_item {
        padding: 0;
    }

    .tel-area input {
        width: 29%;
    }

    .name-area-item-mobile {
        margin: 10px 0;
    }

    .content-bold {
        font-size: 18px;
    }

    .error_area {
        margin-left: 5%;
        margin-right: auto;
    }

    /* 登録完了モーダル */
    #client_apply_complete_modal_content {
        width: 80%;
    }

    #client_apply_complete_modal p {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }

    #client_apply_complete_modal .modal-content {
        margin-top: 50px;
    }

    #client_apply_complete_modal .head-text {
        line-height: 35px;
    }
}
