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

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

.con_intr {
  background: url(../misc/images/bg_intr.jpg) no-repeat center top;
}
@media only screen and (max-width: 767px) {
  .con_intr {
    background-size: cover;
  }
}

/* -----------------------------------------------------------
	misc
----------------------------------------------------------- */
.con_misc {
  margin: 50px auto;
}
@media only screen and (max-width: 767px) {
  .con_misc {
    margin: 8% auto;
  }
}
.con_misc h3 {
  text-align: center;
  color: #444444;
  margin-bottom: 30px;
  font-family: "Noto Serif JP","游明朝","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  font-size: 158%;
}
@media only screen and (max-width: 767px) {
  .con_misc h3 {
    margin-bottom: 6%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .con_misc h3 {
    font-size: 158%;
  }
}
@media only screen and (max-width: 767px) {
  .con_misc h3 {
    font-size: 122%;
  }
}
.con_misc p {
  text-align: center;
}
