/* インラインstyle属性の置き換え層。
 * CSP を style-src 'self' に絞る（'unsafe-inline' を許可しない）ため、
 * 画面側の style="…" をこの data-st 属性に移した。
 * 元のインラインstyleと同じ優先度になるよう !important を付けている。
 * 新しく書くスタイルは本来のクラス（style.css）側に足すこと。 */

[data-st~="ai-flex_start"] { align-items: flex-start !important; }
[data-st~="as-flex_end"] { align-self: flex-end !important; }
[data-st~="bd-1px_solid_var_line"] { border: 1px solid var(--line) !important; }
[data-st~="bd-2px_solid_var_navy"] { border: 2px solid var(--navy) !important; }
[data-st~="bd-2px_solid_var_pv_red"] { border: 2px solid var(--pv-red) !important; }
[data-st~="bdc-var_crimson"] { border-color: var(--crimson) !important; }
[data-st~="bdc-var_navy"] { border-color: var(--navy) !important; }
[data-st~="bg-rgba_255_255_255_18"] { background: rgba(255,255,255,.18) !important; }
[data-st~="bg-var_navy_soft"] { background: var(--navy-soft) !important; }
[data-st~="br-10px"] { border-radius: 10px !important; }
[data-st~="br-12px"] { border-radius: 12px !important; }
[data-st~="c-5b6b86"] { color: #5b6b86 !important; }
[data-st~="c-var_crimson"] { color: var(--crimson) !important; }
[data-st~="c-var_navy"] { color: var(--navy) !important; }
[data-st~="c-var_pv_navy"] { color: var(--pv-navy) !important; }
[data-st~="c-var_pv_red"] { color: var(--pv-red) !important; }
[data-st~="cur-pointer"] { cursor: pointer !important; }
[data-st~="fs-12px"] { font-size: 12px !important; }
[data-st~="fs-13px"] { font-size: 13px !important; }
[data-st~="fs-14px"] { font-size: 14px !important; }
[data-st~="fs-15px"] { font-size: 15px !important; }
[data-st~="fs-18px"] { font-size: 18px !important; }
[data-st~="fs-22px"] { font-size: 22px !important; }
[data-st~="fs-40px"] { font-size: 40px !important; }
[data-st~="fw-800"] { font-weight: 800 !important; }
[data-st~="fx-1"] { flex: 1 !important; }
[data-st~="g-10px"] { gap: 10px !important; }
[data-st~="g-4px"] { gap: 4px !important; }
[data-st~="g-5px"] { gap: 5px !important; }
[data-st~="g-8px"] { gap: 8px !important; }
[data-st~="h-180px"] { height: 180px !important; }
[data-st~="h-18px"] { height: 18px !important; }
[data-st~="h-230px"] { height: 230px !important; }
[data-st~="l-0"] { left: 0 !important; }
[data-st~="l-100mm"] { left: 100mm !important; }
[data-st~="l-25mm"] { left: 25mm !important; }
[data-st~="l-50mm"] { left: 50mm !important; }
[data-st~="l-75mm"] { left: 75mm !important; }
[data-st~="l-calc_100mm_3mm"] { left: calc(100mm - .3mm) !important; }
[data-st~="lh-2"] { line-height: 2 !important; }
[data-st~="ls-06em"] { letter-spacing: .06em !important; }
[data-st~="ls-08em"] { letter-spacing: .08em !important; }
[data-st~="m-16px_0"] { margin: 16px 0 !important; }
[data-st~="m-16px_0_6px"] { margin: 16px 0 6px !important; }
[data-st~="m-2px_2px_6px"] { margin: 2px 2px 6px !important; }
[data-st~="m-60px_auto"] { margin: 60px auto !important; }
[data-st~="m-6px_0_12px"] { margin: 6px 0 12px !important; }
[data-st~="m-8px_0_14px"] { margin: 8px 0 14px !important; }
[data-st~="mb-10px"] { margin-bottom: 10px !important; }
[data-st~="mb-12px"] { margin-bottom: 12px !important; }
[data-st~="mh-240px"] { max-height: 240px !important; }
[data-st~="mh-none"] { max-height: none !important; }
[data-st~="minw-170px"] { min-width: 170px !important; }
[data-st~="minw-220px"] { min-width: 220px !important; }
[data-st~="ml-auto"] { margin-left: auto !important; }
[data-st~="mt-10px"] { margin-top: 10px !important; }
[data-st~="mt-12px"] { margin-top: 12px !important; }
[data-st~="mt-14px"] { margin-top: 14px !important; }
[data-st~="mt-16px"] { margin-top: 16px !important; }
[data-st~="mt-18px"] { margin-top: 18px !important; }
[data-st~="mt-20px"] { margin-top: 20px !important; }
[data-st~="mt-2px"] { margin-top: 2px !important; }
[data-st~="mt-3px"] { margin-top: 3px !important; }
[data-st~="mt-6px"] { margin-top: 6px !important; }
[data-st~="mt-8px"] { margin-top: 8px !important; }
[data-st~="mw-420px"] { max-width: 420px !important; }
[data-st~="mw-520px"] { max-width: 520px !important; }
[data-st~="p-12px"] { padding: 12px !important; }
[data-st~="p-18px"] { padding: 18px !important; }
[data-st~="pl-18px"] { padding-left: 18px !important; }
[data-st~="pos-absolute"] { position: absolute !important; }
[data-st~="ta-right"] { text-align: right !important; }
[data-st~="va-3px"] { vertical-align: -3px !important; }
[data-st~="w-100px"] { width: 100px !important; }
[data-st~="w-110px"] { width: 110px !important; }
[data-st~="w-120px"] { width: 120px !important; }
[data-st~="w-130px"] { width: 130px !important; }
[data-st~="w-140px"] { width: 140px !important; }
[data-st~="w-150px"] { width: 150px !important; }
[data-st~="w-160px"] { width: 160px !important; }
[data-st~="w-180px"] { width: 180px !important; }
[data-st~="w-18px"] { width: 18px !important; }
[data-st~="w-230px"] { width: 230px !important; }
[data-st~="w-44px"] { width: 44px !important; }
[data-st~="w-52px"] { width: 52px !important; }
[data-st~="w-56px"] { width: 56px !important; }
[data-st~="w-64px"] { width: 64px !important; }
[data-st~="w-70px"] { width: 70px !important; }
[data-st~="w-80px"] { width: 80px !important; }
[data-st~="w-90px"] { width: 90px !important; }
[data-st~="w-auto"] { width: auto !important; }
