@charset "UTF-8";

/* notfound ---------------------- */

#notfound .txt-img-blc {
  text-align: center;
}

#notfound .txt-img-blc .btn-style {
  margin-top: 3rem;
}

@media screen and (max-width:480px) {
  #notfound .txt-img-blc .btn-style {
    margin-top: 2rem;
  }
}