/* =========================================================
layout
========================================================= */
.notfound .page-ttl {
  padding: 30px 0 22px;
}
.notfound .notfound-block {
  padding: 0 13px 30px;
  background: #f6f6f6;
}
.notfound .notfound-ttl {
  margin: 0 0 20px;
  text-align: center;
  font-size: 1.7rem;
  line-height: 26px;
  font-weight: 500;
}
.notfound .notfound-txt {
  margin: 0 0 20px;
}
.notfound .notfound-txt:last-child {
  margin-bottom: 0;
}