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

file name  : misc.css
author     : Abilive
style info : エラーページ
=================================================================== */
.con_misc {
  width: 95%;
  max-width: 1246px;
  margin: auto;
  padding: 20px 0;
}
.con_misc h3 {
  margin-bottom: 1em;
  font-size: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_misc h3 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_misc h3 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1560px) {
  .con_misc h3 {
    font-size: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 983px) {
  .con_misc h3 {
    font-size: 20px;
  }
}
