@charset "utf-8";
/* ------------------------------------- */
/*mv*/
/* ------------------------------------- */
.mv{
  background: url(../img/common/other_main.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 600px) {
  .mv{
    background:url(../img/common/other_main_sp.jpg) no-repeat;
    background-position: center;
    background-size: cover;
  }
}
/* ------------------------------------- */
/*コンテンツ*/
/* ------------------------------------- */
.notfound p{
  line-height: 1.7;
  text-align: center;
}
.notfound .btn{
  margin:30px auto 0;
}