@charset "utf-8";

:root {
  --max-width: 1240px;
  --header-height: 110px;
  --header-height-sp: 60px;
  --color-green:#5AA700;
  --color-yellow:#f2a305;
  --color-blue:#195CA8;
  --color-waterblue:#4483CB;
  --color-lightblue:#EAF2FA;
  --color-link:#0088CC;
  --color-text:#333;
  --color-bg:#F3F9ED;
  --color-caution:#cc0000;
  --border-radius: 18px;
}

/* ==================================== */


html{
  font-size: 62.5%;
}

html,body{
  padding:0;
  margin:0;
  min-height: 100vh;
}

body{
  font-family: 'Noto Sans JP';
  font-size: 1.6rem;
  color:var(--color-text);
  font-feature-settings: "palt";
  @media (max-width: 500px) {
		font-size:1.4rem;
	}
}

p{
  margin: 1em 0 0 0;
}

a{
  color:var(--color-link);
  text-decoration: none;
}

table{
  margin: 1em 0 0 0;
  
}

