@charset "UTF-8";

/* theme color setting
================================================== */
:root {

  /* テーマカラー */
  --theme:
  #005BAC
  ;

  /* テーマカラーの暗色 */
  --theme-dark:
  #004481
  ;

  /* テーマカラーの明色 */
  --theme-light:
  #EEF4FE
  ;

  /* バリエーション１ */
  --theme-secondary:
  #5C9FDC
  ;

  /* バリエーション２ */
  --theme-general:
  #EEF1F4
  ;

}
