.not_found .sp {
  display: none;
}
@media only screen and (max-width: 800px) {
  .not_found .sp {
    display: block;
  }
}
.not_found .title {
  width: 1300px;
  text-align: center;
  margin: 20px auto 0 auto;
  padding-bottom: 60px;
  border-bottom: 1px solid #ddd;
  font-size: 36px;
  line-height: 52px;
  font-weight: 300;
}
@media screen and (max-width: 1399px) {
  .not_found .title {
    font-size: 2.571vw;
    line-height: 3.714vw;
  }
}
@media screen and (max-width: 1399px) {
  .not_found .title {
    margin: 1.429vw auto 0 auto;
    padding-bottom: 4.286vw;
    width: 92.857vw;
  }
}
@media only screen and (max-width: 800px) {
  .not_found .title {
    font-size: 5.333vw;
    line-height: 7.2vw;
    font-weight: 300;
    width: 89.333vw;
    margin: 0 auto 8vw auto;
    padding: 9.333vw 0;
  }
}
.not_found .btn_wrapper {
  margin-bottom: 70px;
  text-align: center;
}
@media screen and (max-width: 1399px) {
  .not_found .btn_wrapper {
    margin-bottom: 5vw;
  }
}
@media only screen and (max-width: 800px) {
  .not_found .btn_wrapper {
    margin-bottom: 18.667vw;
  }
}
.not_found .btn-return {
  font-size: 17px;
  font-weight: 300;
  line-height: 1;
  padding: 17px 50px;
  display: inline-block;
  border: 1px solid #cccccc;
  margin-top: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1399px) {
  .not_found .btn-return {
    font-size: 1.214vw;
  }
}
@media screen and (max-width: 1399px) {
  .not_found .btn-return {
    padding: 1.214vw 5vw;
    margin-top: 2.857vw;
  }
}
@media only screen and (max-width: 800px) {
  .not_found .btn-return {
    font-size: 3.733vw;
    font-weight: 300;
    padding: 3.733vw 13.333vw;
    margin-top: 5.333vw;
  }
}
.not_found .btn-return:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-color: #006CB8;
  color: #006CB8;
}
.not_found .form_txt {
  padding: 30px 0 24px;
  text-align: center;
  font-size: 15px;
  font-weight: 300;
}
@media screen and (max-width: 1399px) {
  .not_found .form_txt {
    font-size: 1.071vw;
  }
}
@media screen and (max-width: 1399px) {
  .not_found .form_txt {
    padding: 2.143vw 0 1.714vw;
  }
}
@media only screen and (max-width: 800px) {
  .not_found .form_txt {
    margin: 0 auto 5.333vw;
    padding: 0 2.5vw;
    width: 89.333vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 3.467vw;
    line-height: 6.667vw;
    font-weight: 300;
    text-align: left;
  }
}
.not_found .search_form .inner {
  -webkit-box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.08);
}/*# sourceMappingURL=404.css.map */