@charset "UTF-8";
/*
 * ***********************************************************
 * color settings
 * ***********************************************************
*/
:root {
  --DEF   : #333;
  --MAIN  : #00757F;
  --ACC   : #F7B400;
  --OTH   : #D14155;
  --GRY   : #ddd;
  --LGRY  : #f5f5f5;
  --DGRY  : #707070;
  --WHT   : #fff;
  --LINK  : #00757F;
  --RED   : #D00;
  --LMAIN : #EBFDFF;
  --LACC  : #FFF9EB;
  --LOTH  : #FBEFF0;
}
/* Setting the border color(columns default color) */
:root {
  --borderColumnColor: var(--GRY);
}
/*
 * ***********************************************************
 * font family
 * ***********************************************************
*/
:root {
  --fntBase: 'Noto Sans JP',Meiryo,sans-serif;
  --fntEN: 'Roboto', sans-serif;
  --fntSrf: 'Noto Serif JP', serif;
}

