/* ↓ ログインページ各項目のCSS */
input[type="text"]:required,
[type="password"]:required,
[type="select"]:required,
[type="email"]:required {
    background-color: lightyellow !important;
}

.form-title-image {
    margin: -21px;
}

.input-error {
    border: 2px solid red !important;
    background-color: #ffe6e6;
}

.login_box .message {
    font-size: 12pt;
        float: left;
}

.notification_title p {              /* 20260108 s-abe */
    display: flex;
    align-items: center;
    gap: 6px;

    margin: 0.3em 0;
    line-height: unset;
}


.topic_pointer {                     /* 20260108 s-abe */
    flex: 1;
    min-width: 0; 
}

.topic_title {                       /* 20260108 s-abe */
    display: block;
    white-space: nowrap;      
    overflow: hidden;         
    text-overflow: ellipsis;  
}
