.not-found {
  margin: 40px 0;
  text-align: center;
}
.not-found .wrap {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  overflow: hidden;
}
.not-found .c-ttl03 {
  color: #444;
}
.not-found .c-ttl03::after {
  background: #222;
}
.not-found a {
  text-decoration: underline;
}
.not-found__ttl {
  font-size: 20px;
  line-height: 1.8;
  margin: 1rem 0 2rem;
}
.not-found__list {
  display: inline-block;
  text-align: left;
  margin: 2rem 0;
}
.not-found__item {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.7rem;
  line-height: 1.8;
}
.not-found__item::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #B18C45;
  position: absolute;
  top: 10px;
  left: 0;
}
