@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: 1199px) {
  .con_misc {
    width: 95%;
  }
}

/* -----------------------------------------------------------
	misc
----------------------------------------------------------- */
.con_misc {
  text-align: center;
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .con_misc {
    margin-top: 12%;
  }
}
.con_misc h3 {
  letter-spacing: .14em;
  line-height: 1.2;
  color: #59493f;
  font-size: 129%;
}
@media only screen and (max-width: 1199px) {
  .con_misc h3 {
    font-size: 122%;
  }
}
.con_misc p {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .con_misc p {
    margin-top: 4%;
  }
}
.con_misc .txt {
  padding-bottom: 1em;
  border-bottom: 1px #eeeeee solid;
  display: inline-block;
}
