/* CSS */
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

body {
  font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

main {
  max-width: 320px;
  margin: 0 auto;
  text-align: center;
}
h1 {
  background: url('../img/logo_s.svg') no-repeat 0 0 / 100% auto;
  width: 320px;
  height: 380px;
  margin: 50px auto 0;
  text-indent: -9999px;
  overflow: hidden;
}
@media screen and (max-width:767px) {
  main {
    max-width: 280px;
  }
  h1 {
    width: 50vw;
    height: 60vw;
    margin-top: 80px;
    box-sizing: border-box;
  }
}
section {
  margin-top: 80px;
  padding: 0 10px;
}
dl {
  text-align: left;
  display: flex;
}
dt {
  width: 2.2rem;
  font-weight: bold;
}
dd{
  flex: 1;
}
a.button {
  background-color: #000;
  padding: 10px 22px;
  border-radius: 4px;
  color: #fff;
}

footer {
  padding-top: 80px;
  text-align: center;
}
footer p {
  font-size: 0.75rem;
}
