@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
}

body {
	 color: #5f462a;
/*  color: #4485c1;*/
font-family: 'Noto Sans JP', sans-serif;
/*  font-family: "ニコモジ＋v2", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;*/
  font-weight: 400;
  font-size: 1.6em;
  line-height: 2.4rem;
  text-align: center;
}
section h1 {
   font-size: 1.6rem;
}


section h2 {
  font-size: 2.4rem;
}



a:hover {
  opacity: 0.5;
}
.none {
	display: none;
} 

*,*:bofore,*:after{
  box-sizing: border-box;
}

