:root {

	/* ブロック */
	--color01-bg: #F8F8F8; /* 背景色 */
	--color01-text: #345278; /* 文字色 */
	--color01-border: #F29600; /* 線色 */
	--color01-head-bg: #F8F8F8; /* 見出し-背景色 */
	--color01-head-text: #345278; /* 見出し-文字色 */
	--color01-head-border: #F29600; /* 見出し-線色 */
  --color01-gradation: none;

	--color02-bg: #FFF; /* 背景色 */
	--color02-text: #345278; /* 文字色 */
	--color02-border: #F29600; /* 線色 */
	--color02-head-bg: #FFF; /* 見出し-背景色 */
	--color02-head-text: #345278; /* 見出し-文字色 */
	--color02-head-border: #F29600; /* 見出し-線色 */
  --color02-gradation: none;

	/* 情報ボックス */
	--box-def-bg: #FFF; /* 背景色 */
	--box-def-text: #345278; /* 文字色 */
	--box-def-border: #989898; /* 線色 */
	--box-info-bg: #f2f2f2; /* 背景色 */
	--box-info-text: #345278; /* 文字色 */
	--box-info-border: #F29600; /* 線色 */
	--box-head-bg: #F29600; /* 見出し-背景色 */
	--box-head-text: #FFF; /* 見出し-強調色 */
	--box-head-border: #F29600; /* 見出し-線色 */

	/* 注釈 */
	--note-def-bg: #989898; /* 背景色 */
	--note-def-text: #FFF; /* 文字色 */
	--note-def-border: #989898; /* 線色 */
	--note-head-bg: #F29600; /* 見出し-背景色 */
	--note-head-text: #FFF; /* 見出し-強調色 */
	--note-head-border: #F29600; /* 見出し-線色 */

	/* ボタン */
	--em-def-bg: #F29600; /* 背景色 */
	--em-def-text: #FFFFFF; /* 文字色 */
	--em-def-border: #F29600; /* 線色 */
  --em-def-gradation: none;
	--em-primary-bg: #FF9100; /* 強調色 */
	--em-primary-text: #FFFFFF; /* 文字色 */
	--em-primary-border: #AA3030; /* 線色 */
  --em-primary-gradation: none;

	/* 注意 */
	--alert-def-bg: #DE001A; /* 背景色 */
	--alert-def-text: #FFFFFF; /* 文字色 */
	--alert-def-border: #DE001A; /* 線色 */

	/* メインビジュアル */
	--main-bg: rgba(251,228,124,30%); /* 背景色 */
	--main-text: #345278; /* 文字色 */
	--main-border: #345278; /* 文字色 */
	--main-em-bg: #FFFFFF; /* 背景色 */
	--main-em-text: #345278; /* 強調色 */
	--main-em-border: #FFFFFF; /* 線色 */
	--main-sub-bg: #F29600; /* 背景色 */
	--main-sub-text: #FFFFFF; /* 強調色 */
	--main-sub-border: #F29600; /* 線色 */
	--main-gradation: none; /* グラデーション */

	/* ヘッダー */
	--header-bg: #FFFFFF;
	--header-text: #345278;
	--header-light-text: #345278;
	--header-dark-text: #345278;
	--header-border: #345278;
  --header-gradation: none;
	--header-sub-bg: #edf2f7;
	--header-sub-text: #333333;

	/* メニュー */
	--menu-bg: #FFFFFF;
	--menu-text: #345278;
	--menu-border: #345278;
	--menu-primary-text: #F29600;

	/* フッター */
	--footer-bg: #e6e6e6;
	--footer-text: #000000;
	--footer-border: #ffffff;

}
