@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 (min-width: 641px) and (max-width: 1099px) {
  .con_misc {
    width: 95%;
  }
}
@media only screen and (max-width: 640px) {
  .con_misc {
    width: 93.75%;
  }
}

/* font-awesome */
/* -----------------------------------------------------------
	ベースボタン
----------------------------------------------------------- */
/* -----------------------------------------------------------
	ベースtitle
----------------------------------------------------------- */
/*左右title--------- */
/* -----------------------------------------------------------
	下層リンクボックススタイル
----------------------------------------------------------- */
/* -----------------------------------------------------------
	下層リアンカーリンク
----------------------------------------------------------- */
/* -----------------------------------------------------------
	画像上リンク部分
----------------------------------------------------------- */
/* -----------------------------------------------------------
	スライド　用
----------------------------------------------------------- */
/* -----------------------------------------------------------
	misc
----------------------------------------------------------- */
.con_misc {
  margin-bottom: 50px;
}
@media only screen and (max-width: 640px) {
  .con_misc {
    margin-bottom: 7%;
  }
}
.con_misc h3 {
  font-family: "HG明朝B","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  font-size: 170%;
  text-align: center;
  margin-bottom: 1%;
  font-weight: 600;
}
@media only screen and (max-width: 640px) {
  .con_misc h3 {
    font-size: 124%;
  }
}
