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

 file name  : misc.css
 author     : Ability Consultant
 style info : エラーページ
=================================================================== */
.con_misc {
  max-width: 1200px;
  margin: auto;
}
@media only screen and (max-width: 1199px) {
  .con_misc {
    width: 91.66667%;
  }
}

/* -----------------------------------------------------------
	misc
----------------------------------------------------------- */
.con_misc {
  text-align: center;
  margin: 60px auto 30px;
}
@media only screen and (max-width: 767px) {
  .con_misc {
    margin: 10% auto;
  }
}
.con_misc h3 {
  font-weight: normal;
  font-family: 'Noto Serif JP', serif;
  font-size: 129%;
  margin-bottom: .5em;
}
