@charset "UTF-8";
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
.con_misc {
  width: 91.6666666667%;
  max-width: 1200px;
  margin: auto;
}

/* ===================================================================
CSS information

file name  : copy.css
author     : Abilive
style info : エラーページ
=================================================================== */
.con_misc {
  margin-top: 120px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_misc {
    margin-top: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .con_misc {
    margin-top: 5em;
  }
}
.con_misc h3 {
  margin-bottom: 1em;
}