@charset "UTF-8";
:root {
  /* font */
  --font-family-w4: "ヒラギノUD角ゴ W4 JIS2004", "Hiragino UD Sans W4 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  --font-family-w6: "ヒラギノUD角ゴ W6 JIS2004", "Hiragino UD Sans W5 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;

  /* color */
  --color-main: #0052A4; /* blue */
  --color-main-sub: #D3D5DE; /* ltg blue */
  --color-main-dark: #004284; /* dark blue */

  --color-accent: #BA3632; /* red */
  --color-accent-sub: #FFF2F2; /* pale red */

  --color-black: #333;
  --color-dk-gray: #999999;
  --color-m-gray: #B5B7BE;
  --color-lt-gray-2: #E9EBF2;
  --color-lt-gray-1: #F4F5F8;
  --color-white: #fff;

  --color-link: #039;
  --color-visited: #8232a0;

  /* accessibility */
  --color-a11y-yellow: #ee0;
  --color-a11y-blue: #00b;

  /* width */
  --content-large-width: min(100%, 1240px);
  --content-width: min(100%, 1040px);
  --col2-content-width: min(72%, 880px);
  --col2-side-width: min(23%, 260px);

  /* transition */
  --transition-default: .5s;
}