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

a:hover {
  opacity: 0.5;
}

.none {
  display: none;
}
.sp {
    display: none;
}
@media(max-width:768px) {
    .sp {
  display: block;
}

.pc {
  display: none;
}
    section h2 {
        font-size: 2.4rem;
    }
}


*, *:before, *:after {
  box-sizing: border-box;
}




