@charset "UTF-8";
/* CSS Document */
/* 基本設定-------------------------------------------*/
.nav-list-item1,
.nav-list-item2,
.opening-telop {
  display: none;
}

.notfound {
  width: calc(100% - 160px);
  max-width: 1106px;
  margin: 45px auto 0;
  padding: 60px;
  background: #F2F2F2;
  text-align: center;
}
@media (max-width: 768px) {
  .notfound {
    width: auto;
    margin: 30px 18px 0;
    padding: 40px 20px;
  }
}
.notfound .txt {
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 768px) {
  .notfound .txt {
    line-height: 1.625;
  }
}
.notfound .txt:not(:first-child) {
  margin-top: 2em;
}
.notfound-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px 0;
  margin: 60px 0 0;
}
@media (max-width: 768px) {
  .notfound-links {
    margin-top: 40px;
  }
}
.notfound-links .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 320px;
  height: 60px;
  color: #fff;
  border-radius: 6px;
  font-size: 15px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .notfound-links .btn {
    width: 100%;
    font-size: 16px;
  }
}
.notfound-links .btn1 {
  background: #01469D;
}
.notfound-links .btn2 {
  background: #BD399C;
}
.notfound-links .btn .arrow {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 7.4px;
  height: 13.7px;
}
.notfound-links .btn .arrow::before, .notfound-links .btn .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  left: 0;
  width: 10px;
  height: 1px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform-origin: 0.5px 50%;
}
@media (max-width: 768px) {
  .notfound-links .btn .arrow::before, .notfound-links .btn .arrow::after {
    top: calc(50% - 1px);
    height: 2px;
  }
}
.notfound-links .btn .arrow::before {
  transform: rotate(45deg);
}
.notfound-links .btn .arrow::after {
  transform: rotate(-45deg);
}
/*# sourceMappingURL=_map/notfound.css.map */
