@charset "UTF-8";
/*
 * ***********************************************************
 * color settings
 * ***********************************************************
*/
:root {
  --DEF   : #333;
  --MAIN  : #0C2546;
  --ACC   : #1865B0;
  --OTH   : #D14155;
  --GRY   : #ddd;
  --LGRY  : #f5f5f5;
  --DGRY  : #5A6580;
  --WHT   : #fff;
  --LINK  : #1865B0;
  --RED   : #D00;
  --LMAIN : #EDF1F8;
  --LACC  : #E8F0F9;
  --LOTH  : #fcf2f3;
}
/* Setting the border color(columns default color) */
:root {
  --borderColumnColor: var(--GRY);
}
/*
 * ***********************************************************
 * font family
 * ***********************************************************
*/
:root {
  --fntBase: "EB Garamond", "Roboto", "Noto Sans JP", "Meiryo", sans-serif;
  --fntEN: 'Roboto', sans-serif;
}