

body {
  font-family: 'Noto Sans Japanese', sans-serif;
}

@media screen and (min-width: 1200px) {
    p{
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 1220px) {
  h1{
    margin: 0px;
  }
  p{
    margin-bottom: 60px;
  }
}