@charset "utf-8";

/* 共通部分
-----------------------------------------------------------*/
/* パンくず */
.breadcrumbs {
    width: 64rem;
}

@media only screen and (max-width: 768px) {
    .breadcrumbs {
        width: var(--content-width);
    }
}

/* form input 2column */
.column2Wrap .form_group + .form_group {
    margin-top: 0;
}

.column2Wrap .form_group {
    width: 100%;
}


/* ログイン
-----------------------------------------------------------*/
.login .wrap {
    width: 34.5rem;
    margin: 4rem auto 9rem;
    text-align: center;
    font-size: 1.6rem;
}

.login .wrap li:first-child {
    margin-bottom: 1rem;
}

.logoarea {
    margin: 0 auto 2rem;
}

.login .btn {
    margin: 0 auto 2rem;
}

.login .inputArea {
    text-align: left;
    margin-bottom: 4rem;
}

.login .labelWrap {
    width: fit-content;
    margin-top: 1.2rem;
    display: flex;
    align-items: center;
}

.login .labelWrap input {
    width: 2rem;
    height: 2rem;
    margin: 0 0.4rem 0 0;
}

.login .form_group-agreement {
    margin-top: 1.2rem;
}

@media only screen and (max-width: 768px) {
    .login .wrap {
        width: 100%;
        margin: 3rem auto 7rem;
        text-align: center;
        font-size: 1.4rem;
    }

    .login p {
        font-size: 1.4rem;
    }

    .login .serverContent p {
        font-size: 1.2rem;
    }

    .login .inputArea {
        margin-bottom: 3rem;
    }
}

/* PWが分からない方
-----------------------------------------------------------*/
.forget .wrap {
    max-width: 64rem;
    margin: 0 auto;
}

.forget .wrap > p {
    margin-bottom: 4rem;
}

.forget .wrap .inputArea {
    margin-bottom: 4rem;
}

.forget .wrap .inputArea p {
    margin-bottom: 0.5rem;
}

@media only screen and (max-width: 768px) {
    .forget p {
        font-size: 1.4rem;
    }

    .forget .wrap {
        width: 100%;
        margin: 3rem auto 7rem;
        font-size: 1.4rem;
    }

    .forget .wrap .flexWrap {
        flex-direction: column;
        align-items: center;
        gap: 2rem 0;
    }

    .forget .wrap .inputArea {
        margin-bottom: 3rem;
    }

    .forget .wrap p {
        margin-bottom: 3rem;
    }
}

/* PWが分からない方 リセットボタン押下後
-----------------------------------------------------------*/
.password_rest .wrap {
    max-width: 64rem;
    margin: 0 auto 9rem;
}

.password_rest h3 {
    color: var(--color-main);
    font-size: 2.4rem;
    margin: 0 auto 2rem;
    text-align: center;
}

.password_rest h3 span {
    display: block;
    font-size: 2.4rem;
}

.password_rest p {
    margin-bottom: 1rem;
}

.password_rest .annotation_text {
    font-size: 1.4rem;
    margin-bottom: 4rem;
    color: #333;
}

.password_rest h4 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    font-weight: bold;
}

.password_rest .list_indent {
    font-size: 1.6rem;
    margin-bottom: 4rem;
}

@media only screen and (max-width: 768px) {
    .password_rest .wrap {
        width: 100%;
        margin: 3rem auto 7rem;
        font-size: 1.4rem;
    }

    .password_rest .annotation_text {
        font-size: 1.2rem;
        margin-bottom: 3rem;
    }

    .password_rest h3 {
        font-size: 2rem;
    }

    .password_rest h3 span {
        font-size: 2rem;
    }

    .password_rest p {
        font-size: 1.4rem;
    }

    .password_rest .list_indent {
        margin-bottom: 3rem;
    }

    .password_rest h4 {
        font-size: 1.6rem;
    }

    .password_rest .list_indent {
        font-size: 1.4rem;
    }
}

/* パスワード再設定
-----------------------------------------------------------*/
.password_change .wrap {
    max-width: 64rem;
    margin: 0 auto;
}

.password_change .wrap > p {
    margin-bottom: 1rem;
}

.password_change .inputArea {
    margin-bottom: 4rem;
}

.password_change .inputArea p {
    margin-bottom: 0.5rem;
}

.password_change .password_wrap {
    margin-bottom: 1rem;
    position: relative;
}

.password_change .annotation_text {
    font-size: 1.2rem;
}

.password_change .serverContent.-error {
    margin-top: 4rem;
}

@media only screen and (max-width: 768px) {
    .password_change p {
        font-size: 1.4rem;
    }

    .password_change .serverContent p {
        font-size: 1.2rem;
    }

    .password_change .wrap {
        width: 100%;
        margin: 3rem auto 7rem;
        font-size: 1.4rem;
    }

    .password_change .wrap .flexWrap {
        flex-direction: column;
        align-items: center;
        gap: 2rem 0;
    }

    .password_change .wrap .inputArea {
        margin-bottom: 3rem;
    }

    .password_change .wrap p {
        margin-bottom: 1rem;
    }
}

/* パスワード再設定完了
-----------------------------------------------------------*/
.password_complate .wrap {
    max-width: 64rem;
    margin: 0 auto 9rem;
}

.password_complate .wrap p {
    margin-bottom: 4rem;
}

.password_complate .btn.-border-blue {
    color: var(--color-main);
}

.password_complate .btn.-border-blue:hover {
    color: #FFF;
    background-color: var(--color-main);
    background-repeat: no-repeat;
}

.password_complate .btn.-border-blue.-right-arrow:hover::after {
    background-image: url(/img/ookura/right-arrow-white.svg);
}

/* アカウント情報登録
-----------------------------------------------------------*/
.account .wrap {
    max-width: 64rem;
    margin: 0 auto 9rem;
}

.account .company_wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4rem;
}

.account .inputArea {
    margin-bottom: 4rem;
}

.account .passwordArea {
    margin-top: 6rem;
}

.account .passwordArea p {
    margin-bottom: 1rem;
}

.account .targetPasswordView:-moz-placeholder-shown {
    background-color: #f6f6f6;
}

@media only screen and (max-width: 768px) {
    .account .company_wrap {
        display: block;
        margin-bottom: 4rem;
    }
}

/* ログアウト
-----------------------------------------------------------*/
.logout h3 {
    color: var(--color-main);
    font-size: 2.4rem;
    margin: 0 auto 4rem;
    text-align: center;
}

.logout .btn.-border-blue {
    color: var(--color-main);
}

.logout .btn.-border-blue:hover {
    color: #FFF;
    background-color: var(--color-main);
    background-repeat: no-repeat;
}

.logout .btn.-border-blue.-right-arrow:hover::after {
    background-image: url(/img/ookura/right-arrow-white.svg);
}

@media only screen and (max-width: 768px) {
    .logout h3 {
        font-size: 2rem;
        margin: 0 auto 3rem;
    }
}
