@charset "UTF-8";
/* CSS Document */

/*
body {
  background: url("../404_pc.png") no-repeat center 0;
  -moz-background-size: 1920px auto;
  background-size: 1920px auto;
}
@media screen and (max-width: 600px) {
  body {
    background: url("../sp.png") no-repeat center 0;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
  }
}
*/


/* ==========================================================================
   Contents
   ========================================================================== */

#notfound h2 {
	font-size: 72px;
  font-weight: 800;
  color: #42406b;
  line-height: 2.5;
  margin: 1.7em auto 0;
  padding: 0;
  text-align: center;
}
#notfound h3 {
	font-size: 36px;
  font-weight: 800;
  color: #ccc;
  line-height: 1;
  margin: 0 0 2.8em;
  padding: 0;
  text-align: center;
}

@media screen and (max-width: 600px) {
  #notfound h2 {
  	font-size: 28px;
  }
  #notfound h3 {
  	font-size: 24px;
    width: 100%;
  }
}


/* Button
   ----------------------------------------------------------------- */

a.square__link-btn {
  margin-bottom: 15.6%;
}
