/* =========================================================
layout
========================================================= */
.notfound-block {
  margin: 45px auto 0;
  padding: 0 0 70px;
  font-size: 1.4rem;
  line-height: 1.71429;
  letter-spacing: .06em;
}

.notfound-block a {
  color: #ad4e5d;
  text-decoration: underline;
}

.notfound-list {
  margin: 30px auto;
  padding: 25px 20px;
  border: 3px solid #ad4e5d;
  position: relative;
}

.notfound-list:before {
  content: "";
  width: calc(100% - 5px);
  height: calc(100% - 5px);
  border: 1px solid #ad4e5d;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.notfound-list li {
  margin: 0 0 0 1em;
}

.notfound-list li:before {
  content: "\25CF";
  display: inline;
  margin: 0 0 0 -1em;
  color: #ad4e5d;
}

/*# sourceMappingURL=../css/maps/notfound.css.map */
