@charset "UTF-8";
.section {
  padding: 31px 0 88px;
}

.section-inner {
  width: 1000px;
  height: auto;
  margin: 0 auto;
}

.notfound__txt {
  font-size: 1.8rem;
  margin-top: 40px;
}

.notfound__txt2 {
  font-size: 1.4rem;
  margin-top: 60px;
}

.notfound__list {
  margin-top: 40px;
}

.notfound__list li {
  font-size: 1.8rem;
  line-height: 1.8;
}

.notfound__list li:before {
  display: inline-block;
  content: "●";
  color: #459FE3;
  margin-right: 5px;
}

.notfound__link {
  font-size: 3rem;
  margin-top: 10px;
  font-weight: bold;
}

.btn--a {
  width: 240px;
  margin: 70px 0 0;
  position: relative;
  -webkit-box-shadow: 3px 0 7px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 0 7px rgba(0, 0, 0, 0.1);
}

.btn--a a {
  padding-left: 30px;
  letter-spacing: 0.1em;
}

.btn--a::after {
  content: "";
  position: absolute;
  top: 15px;
  width: 9px;
  height: 9px;
  margin: auto;
  vertical-align: middle;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.btn--a.prev::after {
  left: 73px;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
