@charset "utf-8";

.notFoundNo {
  font-size: clamp(16px, 5.931px + 1.309vw, 24px);
  font-weight: 700;
  margin-top: 1em;
  display: block;
}
@media screen and (width <= 768px) {
  .notFoundNo {
    font-size: max(5.33vw,20px);
  }
}

.txt_404 {
  text-align: center;
  & h2 {
    font-size: 32px;
  }
  & p {
    margin-top: 2em;
  }
}
@media screen and (width <= 768px) {
  .txt_404 {
    & h2 {
      font-size: max(5.33vw,20px);
    }
  }
}