@charset "UTF-8";
/* ===================================================================
CSS information

 file name  :misc.css
 author     :Ability Consultant
style info  :タイトル
=================================================================== */
.con_misc {
  width: 95%;
  max-width: 1020px;
  margin: auto;
}

@media only screen and (max-width: 640px) {
  .con_title h2 img {
    width: 50.66667%;
  }
}
.con_misc {
  text-align: center;
}
.con_misc h3 {
  font-size: 125%;
  margin-bottom: 10px;
}
@media only screen and (max-width: 640px) {
  .con_misc h3 {
    margin-bottom: 3%;
  }
}
