@charset "utf-8";
/* CSS Document */
html{
  font-size: 62.5%; /*16px * 62.5% = 10px */
width:100%;
  box-sizing: border-box;
}
body{
  color:#44443f;
  font-family: Noto Sans,Noto Sans CJK JP;
  font-weight: 500;
  font-size: 1.6em;
  line-height: 3.0rem;
  text-align: left;  
}
section{
  font-size: 2.4rem;
}
a:hover{
  opacity: 0.5;
}