/* 補足スタイル */
table th {
    white-space: nowrap;
}

/* レスポンシブ調整 */
@media (max-width: 768px) {
    table {
        font-size: 0.75rem;
    }
    table th, table td {
        padding: 0.5rem 0.25rem;
    }
}
