.notfound .p-page-header {
  background-image: url("/assets/images/404/page-header_bg.jpg");
}

@media screen and (max-width: 767px) {
  .notfound .p-page-header {
    background-image: url("/assets/images/404/page-header_bg_sp.jpg");
  }
}

.notfound__lead {
  font-size: 2.6rem;
  font-weight: 700;
  color: #004aa4;
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .notfound__lead {
    font-size: 2.2rem;
    margin-bottom: 15px;
  }
}

.notfound__txt {
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .notfound__txt {
    font-size: 1.4rem;
  }
}

/*# sourceMappingURL=map/404.css.map */
