@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
  box-sizing: border-box;
}
body {
  color: #333; /* RGB */
  
  
  
font-weight: 400;
font-style: normal;
  
font-family: "dnp-shuei-mgothic-std", "sans-serif", "游ゴシック体", "游ゴシック", "Yu Gothic", "メイリオ";

  font-size: 1.6em;
  line-height: 2.4rem;
  text-align: left;
}

section h2 {
  font-size: 2.4rem;
}
a:hover {
  opacity: 0.5;
}
.none{
  display: none;
}
/*classでnoneがついてるのは、全て表示しないでください。*/
