/* ::::::::::  404  :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
html,
body {
  height: 100%;
}

.contents {
  padding-top: 0;
}

/* =========================================================
notFound
========================================================= */
.notFound {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

@media (max-width: 767px) {
  .notFound .contents {
    width: 100%;
  }
}

.notFoundBlock {
  padding-inline: 5%;
}

@media (max-width: 767px) {
  .notFound .logo img {
    width: 180px;
  }
}

.notFound .secTitle02 {
  margin: 30px 0 30px;
  font-size: 2.1rem;
}

@media (max-width: 767px) {
  .notFound .secTitle02 {
    margin: 20px 0;
    font-size: 1.7rem;
  }
}

.notFound .url {
  margin: 20px 0;
}

.notFound .url a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F9F4ED;
  min-width: 610px;
  height: 60px;
  color: inherit;
  text-decoration: none;
  font-size: 2.1rem;
}

@media (max-width: 767px) {
  .notFound .url a {
    min-width: 100%;
    font-size: 1.7rem;
  }
}

/*# sourceMappingURL=map/404.css.map */
