@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-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-family: 'Kaisei Decol', serif;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 1.6em;
  line-height: 2.4rem;
  text-align: center;
  
}



section h2 {
  font-family:"Noto Sans jp";
  font-size: 2.4rem;
}
section h3 {
  font-family:"Noto Sans jp";
  font-size: 2.0rem;
}
section p {
  font-family:"Noto Sans jp";
  font-size: 1.6rem;
  font-weight: 400;
  
}

small{
  font-size: 1.4rem;
}

a:hover {
  opacity: 0.5;
}
.none {
  display: none;
}
/* return to top */
#scroll-top {
  background-color: #eee;
  opacity: 0.6;
  bottom: 20px;
  padding: 10px;
  position: fixed;
  right: 20px;
  border:solid 1px #333;
}
#scroll-top a {
  text-decoration: none;
  color: #333;
}


