h2 {
    margin: 0 0 10px;
    font-size: 16px;
}

/* お知らせスクロール */
.notice-box {
    max-height: 180px;
    overflow-y: auto;
    padding-right: 6px;
}

.notice-item {
    padding: 8px 0;
    border-bottom: 1px dashed var(--border);
}

    .notice-item:last-child {
        border-bottom: none;
    }

.badge {
    display: inline-block;
    font-size: 12px;
    padding: 2px 8px;
    border: 1px solid var(--border);
    border-radius: 999px;
    margin-right: 6px;
    background: #fff;
    color: var(--muted);
    width: 6em;
    text-align: center;
}

.btnrow {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

footer {
    background: #fafafa;
}
