/* =============================
   カスタムプロパティ
============================= */
:root {
    --color-theme: #003f64;
    --color-theme-dark: #0A2640;
    --color-sumi: #000000;
    --color-grey: #7F7F7F;
    --color-ticket-table: #EDF1F5;
    --color-shadow:rgb(0 0 0 / .15);
    --box-shadow: 0 .8px 16px var(--color-shadow);
    --color-shadow-section: rgb(0 161 255 / .9);
    --box-shadow-section: 0 0 16px var(--color-shadow-section);
    --round-L:40px;
    /* --round-M:4px;
    --round-S:2px; */
}