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

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

.con_pagetitle h2 em, .con_pagetitle h2 span {
  text-shadow: 0 0 38px rgba(38, 32, 37, 0.2), 0 0 20px rgba(38, 32, 37, 0.2), 0 0 10px rgba(38, 32, 37, 0.2);
}

/* -----------------------------------------------------------
	misc
----------------------------------------------------------- */
.con_misc {
  margin: 70px auto 90px;
}
@media only screen and (max-width: 767px) {
  .con_misc {
    margin: 8% auto;
  }
}
.con_misc h3 {
  color: #24140E;
  margin-bottom: 30px;
  font-size: 158%;
}
@media only screen and (max-width: 767px) {
  .con_misc h3 {
    margin-bottom: 4%;
    font-size: 129%;
  }
}

@media only screen and (max-width: 767px) {
  #topices li:last-child {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    width: 80%;
  }
}
