#importantNoticeArea {
    margin: 0px auto;
    left: 0;
    right: 0;
    z-index: 8;
    padding-top: 10px;
    width: 94%;
    max-width: 960px;
}

/* @media screen and (max-width: 640px) {
    #importantNoticeArea {
        margin: 0px auto;
        left: 0;
        right: 0;
        z-index: 8;
        padding-top: 80px;
        width: 90%;
    }
} */

.important-notice {
    display: block;
    padding: 16px 20px;
    margin-bottom: 12px;
    border: 2px solid #d90000;
    background: #fff5f5;
    color: #333;
    text-decoration: none;
    border-radius: 8px;
}

.important-notice__more {
    display: block;
    margin-left: 0;
    margin-top: 6px;
    color: #d90000;
    font-weight: bold;
    text-decoration: underline;
}

.important-notice__label {
    font-weight: bold;
    color: #d90000;
    margin-bottom: 6px;
}

.important-notice__text {
    line-height: 1.7;
    font-size: 15px;
    color: #333;
}

.important-notice--no-link {
    cursor: default;
}