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

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

/* font-awesome */
/* -----------------------------------------------------------
	btn
----------------------------------------------------------- */
/* -----------------------------------------------------------
	title
----------------------------------------------------------- */
/* -----------------------------------------------------------
	スライド　用
----------------------------------------------------------- */
/* -----------------------------------------------------------
	misc
----------------------------------------------------------- */
.con_misc {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .con_misc {
    margin-top: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .con_misc {
    margin-bottom: 10%;
  }
}
.con_misc h3 {
  font-size: 143%;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_misc h3 {
    font-size: 129%;
  }
}
@media only screen and (max-width: 767px) {
  .con_misc h3 {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_misc h3 {
    margin-bottom: 6%;
  }
}
