body .maintenance {
  text-align: center;
  padding: 20px;
  width: 100%;
  max-width: 600px;
  box-sizing: border-box;
}
body .maintenance h1 {
  font-size: 3rem;
  color: #262727;
}
body .maintenance dl {
  margin: 20px 0;
}
body .maintenance dl dt {
  font-size: 1.3rem;
  letter-spacing: 1px;
  padding: 5px;
  background: #262727;
  color: #fff;
}
body .maintenance dl dd {
  color: #262727;
  background: #f5f5f5;
  padding: 30px;
  line-height: 1;
  font-size: 1.6rem;
}
body .maintenance p {
  padding-bottom: 30px;
}
body .maintenance .btn01 {
  max-width: 100%;
  width: 360px;
  margin: 0 auto 30px;
  border-radius: 35px;
}
body .maintenance figure {
  max-width: 100%;
  width: 500px;
  margin: 0 auto;
}/*# sourceMappingURL=maintenance.css.map */