.account-auth__block--h-center {
    margin-left: auto;
    margin-right: auto;
}
.account-auth__block--maxw-372 {
    max-width: 23.25rem;
}
.account-auth__chapter {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.292;
}
.account-auth__chapter--h-center {
    text-align: center;
}
.account-auth__chapter--mb {
    margin-bottom: 1.25rem;
}
.account-auth__chapter--mb-large {
    margin-bottom: 1.8125rem;
}
.account-auth__error-input {
    color: #DE5552;
    color: var(--G-color-error-dark);
    font-size: 0.8125rem;
    line-height: 1.692;
    margin-top: 0.1875rem;
}
.account-auth__error-input:empty {
    display: none;
}
.account-auth__error-input--mb-negate {
    margin-bottom: -0.375rem;
}
.account-auth__fields-item {
    margin-bottom: 1.1875rem;
}
.account-auth__fields-item:last-child {
    margin-bottom: 0;
}
.account-auth__fields-item--mb {
    margin-bottom: 1.5rem;
}
.account-auth__fields-item--mb:last-child {
    margin-bottom: 0;
}
.account-auth__fields-list--mb {
    margin-bottom: 2rem;
}
.account-auth__fields-list--mb-small {
    margin-bottom: 1.5rem;
}
.account-auth__form--mb {
    margin-bottom: 1.25rem;
}
.account-auth__label {
    color: #2D2D2D;
    color: var(--G-color-dark);
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.357;
}
.account-auth__label--mb {
    margin-bottom: 0.5625rem;
}
.account-auth__label-box--mb {
    margin-bottom: 0.5625rem;
}
.account-auth__link {
    font-size: 0.875rem;
    line-height: 1.357;
}
.account-auth__notice {
    font-size: 0.875rem;
    max-width: 71.25rem;
    padding: 0.9375rem 0.75rem 0.875rem 1.125rem;
}
.account-auth__notice--fail {
    background-color: #DE5552;
    background-color: var(--G-color-error-dark);
    color: #FFF;
    line-height: 1.5;
}
.account-auth__notice--mb {
    margin-bottom: 1.3125rem;
}
.account-auth__notice--mt {
    margin-top: 1.125rem;
}
.account-auth__notice--mt-negate {
    margin-top: -1.25rem;
}
.account-auth__notice--success {
    background-color: #49C981;
    background-color: var(--G-color-green);
    color: #FFF;
    line-height: 1.5;
}
.account-auth__notice--center {
    margin-left: auto;
    margin-right: auto;
}
.account-auth__notice--center-text {
    text-align: center;
}
.account-auth__notice--bordered {
    border-radius: 0.25rem;
}
.account-auth__text {
    font-size: 0.9375rem;
    line-height: 1.333;
}
.account-auth__text--h-center {
    text-align: center;
}
.account-auth__text--notice {
    color: #94999E;
    color: var(--G-color-text-light);
    font-size: 0.8125rem;
    line-height: 1.333;
}
.account-auth__text--notice a {
    color: currentColor;
}
.account-auth__text--mb {
    margin-bottom: 0.9375rem;
}
.account-auth__text--mb-large {
    margin-bottom: 1.25rem;
}
.account-auth__text--mb-larger {
    margin-bottom: 1.6875rem;
}
.account-auth__text--small {
    font-size: 0.875rem;
    line-height: 1.357;
}
.l-account-auth__label-box {
    align-items: center;
    display: flex;
    flex-flow: raw nowrap;
    justify-content: space-between;
}
.m-account-auth__btn-action {
    margin-left: auto;
    margin-right: auto;
}
.m-account-auth-window__btn-actionClose {
    position: fixed;
    right: 1.25rem;
    top: 1.75rem;
    z-index: 101;
}
@media screen and (min-width: 1024px) {
    .m-account-auth-window__btn-actionClose {
        position: absolute;
        right: 0.875rem;
        top: 1rem;
    }
}