@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : misc.css
 author     : Ability Consultant
 style info : エラーページ
=================================================================== */
.con_misc {
  max-width: 1200px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .con_misc {
    width: 95%;
  }
}

/*btn point*/
/* -----------------------------------------------------------
	misc
----------------------------------------------------------- */
.con_main .box_img {
  background-image: url(../misc/images/bg_title.jpg);
}

/* -----------------------------------------------------------
	con_misc
----------------------------------------------------------- */
.con_misc {
  padding: 120px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_misc {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_misc {
    padding: 20px 0;
  }
}
.con_misc .st_center {
  font-weight: normal;
  line-height: 1.3;
  text-align: center;
}
.con_misc .st_center .ic {
  margin-bottom: 10px;
}
.con_misc .st_center .jp {
  display: block;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 231%;
  color: #310505;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .con_misc .st_center .jp {
    font-size: 193%;
  }
}
.con_misc .st_center .en {
  display: block;
  font-family: "Libre Baskerville", serif;
  font-size: 93%;
  font-style: italic;
  color: #5c0606;
}
.con_misc .st_center .jp_md {
  display: block;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 116%;
  color: #350c0c;
  padding-top: 15px;
}
