@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
}
body {
  color: #333333; /* RGB */
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 3.2rem;
  text-align: center;
}

a:hover {
  opacity: 0.5;
}
*, *:before, *:after {
  box-sizing: border-box;
}



