@charset "utf-8";
.error404 {
  margin: 15% auto;
  text-align: center;
}
.error404 section p {
  margin-bottom: 15px;
}
.error404 .link-btn {
  margin-top: 20px;
}
.error404 + footer ul, .error404 + footer .main-ttl {
  display: none;
}