:root {
    --accent-purple: #69389d;
    --text-primary: #69389d;
}

/* bus-inner.html 専用 */
.section-card {
    background: #fff;
}

.table-cell {
    border: 1px solid #e5e7eb;
    padding: 0.75rem 0.5rem;
    text-align: center;
}
.font-medium {
    font-weight: normal !important;
}
.w-16 {
    width: 4rem;
}
.ws-20 {
    width: 5rem;
}
.ws-40 {
    width: 10rem;
}
@media (max-width: 768px) {
    .ws-20 {
        width: 3rem;
    }
    .ws-40 {
        width: 5rem;
    }
}
