.line-customer-crm41-separator {
    display: flex;
    align-items: center;
    margin: 20px 0 12px;
    color: #949494;
    font-size: 13px;
    text-align: center;
}

.line-customer-crm41-separator::before,
.line-customer-crm41-separator::after {
    flex: 1;
    border-bottom: 1px solid #d9d9d9;
    content: "";
}

.line-customer-crm41-separator:not(:empty)::before {
    margin-right: 12px;
}

.line-customer-crm41-separator:not(:empty)::after {
    margin-left: 12px;
}

.line-customer-crm41-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    max-width: 320px;
    height: 44px;
    margin: 0 auto;
    padding: 0 16px;
    border: 1px solid #06C755;
    border-radius: 4px;
    background-color: #06C755;
    color: #ffffff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: background-color .15s, border-color .15s, box-shadow .15s;
}

.line-customer-crm41-button:hover {
    border-color: #05b94f;
    background-color: #05b94f;
    box-shadow: 0 1px 2px rgba(6, 199, 85, .28);
    color: #ffffff;
    text-decoration: none;
}

.line-customer-crm41-button:active {
    border-color: #04a947;
    background-color: #04a947;
    box-shadow: none;
}

.line-customer-crm41-button:focus,
.line-customer-crm41-button:focus-visible {
    outline: 3px solid rgba(6, 199, 85, .35);
    outline-offset: 2px;
}

.line-customer-crm41-button__icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.line-customer-crm41-button__label {
    line-height: 1;
}

.line-customer-crm41-login {
    margin-top: 20px;
}

.line-customer-crm41-lead,
.line-customer-crm41-entrytop__lead {
    max-width: 320px;
    margin: 8px auto 0;
    color: #6c757d;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
}

.line-customer-crm41-entrytop {
    margin: 0 0 24px;
    text-align: center;
}

.line-customer-crm41-entrytop .line-customer-crm41-separator {
    margin: 20px 0 0;
}

.line-customer-crm41-unlink {
    margin-top: 12px;
}

.line-customer-crm41-password-alert {
    margin-bottom: 16px;
    padding: 16px;
    border: 1px solid #f1c40f;
    border-radius: 6px;
    background-color: #fffbea;
}

.line-customer-crm41-password-alert p {
    margin: 0 0 12px;
    color: #6b5600;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6;
}

.line-customer-crm41-password-alert .ec-blockBtn--action {
    margin-bottom: 0;
}

.line-customer-crm41-button--mypage {
    margin-top: 12px;
}
