
/* スマホ対応 */
@media (max-width: 600px) {
    /* ヘッダーを縦並びに */
    #header-info {
        flex-direction: column !important;
        gap: 4px !important;
        font-size: 12px !important;
    }
    /* ナビゲーションボタン */
    #station-nav a {
        font-size: 12px !important;
        padding: 4px 10px !important;
    }
    /* タイトル */
    h1 {
        font-size: 18px !important;
    }
    h2 {
        font-size: 16px !important;
    }
    /* テーブル文字を小さく */
    .dash-table-container .dash-spreadsheet-container .dash-spreadsheet-inner td,
    .dash-table-container .dash-spreadsheet-container .dash-spreadsheet-inner th {
        font-size: 12px !important;
        padding: 6px 8px !important;
    }
    /* ロゴ */
    #logo-img {
        height: 20px !important;
    }
    /* グラフ余白削減 */
    .js-plotly-plot .plotly {
        margin: 0 !important;
    }
    .dash-graph {
        padding: 0 !important;
    }
}
