:root {
  --site_color_1: #073b77;
  --site_color_2: #147f93;
  --site_color_3: #eaf4f6;
  --site_font_family: "Noto Sans JP","Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  --site_font_color: #111;
  --site_font_size_pc: 1.4em;
  --site_font_size_sp: 1.4em;
  --site_line_height: 1.5;
  --site_bg_color: #fff;
  --red: #cd0000;
  --blue: #0369d0;
  --yellow: #fffc00;
  --white: #FFFFFF;
  --orange: #ff9000;
  --green: #57ab30;
  --gray: #ededed;
  --black: #000;
}
/* カスタム項目 */
:root {
  --font_2: 'Noto Sans JP', sans-serif;
  --font_3: 'Noto Serif JP', serif;
}
