@charset "UTF-8";

#page-not-found {
  padding: 6% 0;
}

#page-not-found > .inner {
  max-width: 800px;
}

#page-not-found .ttl {
  line-height: 1.3;
  text-align: center;
  font-size: 24px;
  color: #1d1d1f;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0 auto 25px;
}

#page-not-found .txt-blc {
  text-align: left;
  max-width: 1060px;
  font-size: 14px;
  text-align: center;
  color: #595959;
  line-height: 1.75;
  margin: 0 auto 25px;
}

#page-not-found .btn-style-01 {
  text-align: center;
}

#page-not-found .btn-style-01 a {
  background-color: #73592f;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  #page-not-found .ttl {
    font-size: 20px;
  }
}

@media screen and (max-width: 480px) {
  #page-not-found .ttl {
    font-size: 18px;
  }
  #page-not-found .txt-blc {
    font-size: 12px;
  }
}