@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : misc.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-face {
  font-family: "NotoSerifCJKjp-Regular";
  font-style: normal;
  font-weight: normal;
  src: local("NotoSerifCJKjp Regular"), url("../font/NotoSerifCJKjp-Regular.woff2") format("woff2"), url("../font/NotoSerifCJKjp-Regular.woff") format("woff");
}
/* font-awesome */
/* -----------------------------------------------------------
	タイトル
----------------------------------------------------------- */
/* -----------------------------------------------------------
	ボタン
----------------------------------------------------------- */
/* -----------------------------------------------------------
	スライド　用
----------------------------------------------------------- */
/* -----------------------------------------------------------
	misc
----------------------------------------------------------- */
.con_misc {
  margin-top: 50px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_misc {
    margin-top: 7%;
  }
}
.con_misc h3 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-weight: 100;
  font-size: 158%;
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_misc h3 {
    font-size: 143%;
  }
}
@media only screen and (max-width: 767px) {
  .con_misc h3 {
    font-size: 129%;
  }
}
.con_misc p {
  line-height: 1.8em;
}
.con_misc .tel {
  font-size: 108%;
}

#footer {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  #footer {
    margin-top: 12%;
  }
}
