@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:  -apple-system, BlinkMacSystemFont, Roboto,
"Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, 
"Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 500;
  font-size: 1.6em;
  line-height: 1.5;
  text-align: center;
}


a{
	cursor: pointer;
}
a:hover {
  opacity: 0.5;
}
.none {
  display:none;
}
h2{
	font-size:2.4rem;
}
