@charset "UTF-8";
/*
 * ***********************************************************
 * color settings
 * ***********************************************************
*/
:root {
  --DEF: #333;
  --MAIN: #03793B;
  --ACC: #26A5AB;
  --OTH: #D14155;
  --GRY: #ddd;
  --LGRY: #f5f5f5;
  --DGRY: #707070;
  --WHT: #fff;
  --LINK: #26A5AB;
  --RED: #D00;
  --LMAIN: #f0f7fd;
  --LACC: #FBEAE3;
  --LOTH: #fcf2f3;
}
/* Setting the border color(columns default color) */
:root {
  --borderColumnColor: var(--GRY);
}
/*
 * ***********************************************************
 * font family
 * ***********************************************************
*/
:root {
  --fntBase: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  --fntEN: 'Roboto', sans-serif;
}