.sbru-pager {
    font-size: 0.8em;
    line-height: 1;
    display: inline-block;
}

.sbru-pager-ex {
    font-weight: bold;
    color: #c33; /* Ex だけ色を変えたいなら */
}

header{
    z-index: 9999 !important;
}


footer {
    position: fixed !important;
    bottom: 0;
    width: 100% !important;
    z-index: 9999;
}

body {
    padding-bottom: 50px; /* フッターの高さに合わせて調整 */
}

/* Chrome, Safari, Edge */
.element::-webkit-scrollbar {
    display: none !important;
}

/* Firefox */
.element {
    scrollbar-width: none !important;
}

/* IE, Edge */
.element {
    -ms-overflow-style: none !important;
}
