@charset "UTF-8";
/* part-login-notification
--------------------------------------- */
.part-login-notification {
    background-color: #fcc;
    margin-bottom: 20px;
}

@media screen and (max-width: 760px) {
    .part-login-notification {
        overflow: hidden;
        margin-right: -15px;
        margin-bottom: 15px;
        margin-left: -15px;
        padding: 5px;
    }
}

.part-login-notification p {
    display: block;
}

.part-login-notification p a:before, .part-login-notification-more a:before {
    font-family: 'iconfont' !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    content: '\e912';
    margin-right:10px;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.part-login-notification p a, .part-login-notification p span {
    display: flex;
    align-items: center;
    color: #000;
    padding: 5px 5px 5px 5px;
    background-size: 10px auto;
    background-repeat: no-repeat;
    background-position: right 20px center;
    min-height: 30px;
    word-break: break-all;
}

.part-login-notification p a.is-external, .part-login-notification p span {
    line-height: 1;
    padding-left:5px;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

