:root {
	--color-text:       #222;
}

html {
  scroll-behavior: smooth;
	font-size: 62.5%; /* 1rem = 10px */
}

body {
	overflow-x: hidden;
	box-sizing: border-box;
	background: #FFF;
	color: var(--color_text);
	font-size: 2rem;
/*
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', sans-serif;
*/
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
	letter-spacing: -0.015em;
	text-align: left;
}

p {
  margin-bottom: 1em;
  line-height: 1.8;
}

