@charset "UTF-8";
/*
 * ***********************************************************
 * color settings
 * ***********************************************************
*/
:root {
  --DEF: #333;
  --MAIN: #009cce;
  --ACC: #066586;
  --OTH: #07364a;
  --GRY: #ddd;
  --LGRY: #f5f5f5;
  --DGRY: #707070;
  --WHT: #fff;
  --LINK: #009cce;
  --RED: #d00;
  --LMAIN: #b9edfe;
  --LACC: #7ce0fd;
  --LOTH: #36d1fa;
}
/* 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;
}

.p-header,
.p-footer {
  font-family: "Zen Maru Gothic", sans-serif;
}
