body .notification {
    width: 100%;
    position: relative;
    background-color: #f1f5f7;
    padding: 15px 30px;
    text-align: center;
    clear: both;
    float: none;
    box-sizing: border-box;
    z-index: 11;
}
body .notification p {
    color: black!important;
    font-feature-settings: "palt";
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif!important;
    font-size: 14px!important;
    line-height: 1.7!important;
    letter-spacing: .1em!important;
    margin-bottom: 0!important;
}
.jellyaquarysta-top > .notification {
    display: none;
}
.jellyaquarysta-top #wrapper .notification {
    display: block;
}
body #container > .wrap_container > #wrapper > #top > .notification {
    width: 100%;
}
@media screen and (max-width:768px) {
    body .notification p {
        font-size: 12px!important;
        line-height: 1.5!important;
        line-height: 24px!important;
    }
    .jellyaquarysta-top > .notification {
        display: block;
    }
    .jellyaquarysta-top #wrapper .notification {
        display: none;
    }
}