/*
Theme Name: new
*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}

body {
  background: #0071bc;
  color: #fff;
}

a:hover {
  opacity: 0.7;
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

header {
  width: 80%;
  max-width: 640px;
  margin: 2rem auto;
  text-align: center;
}

header h1 {
  font-size: 1.75rem;
}

main {
  text-align: center;
  width: 80%;
  max-width: 640px;
  margin: 2rem auto;
}

main a {
  color: #fff;
}

footer {
  margin: 1rem auto;
  text-align: center;
}
/*# sourceMappingURL=style.css.map */