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

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

@font-face {
  font-family: CONDENSEicon;
  src: url("../css/font/CONDENSEicon.eot"), url("../css/font/CONDENSEdesignicon.eot"), url("../css/font/CONDENSEicon.woff") format("woff"), url("../css/font/CONDENSEicon.otf") format("opentype");
}
/* -----------------------------------------------------------
	misc
----------------------------------------------------------- */
.con_misc {
  margin: 50px auto 100px;
}
@media only screen and (max-width: 767px) {
  .con_misc {
    margin: 6% auto 10%;
  }
}
.con_misc h3 {
  padding-bottom: .2em;
  font-size: 143%;
  letter-spacing: .3em;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_misc h3 {
    font-size: 136%;
  }
}
@media only screen and (max-width: 767px) {
  .con_misc h3 {
    font-size: 122%;
  }
}
.con_misc h3:after {
  content: "";
  width: 100px;
  height: 7px;
  background: url(../images/common/st_line.svg) no-repeat center top;
  display: block;
}
@media only screen and (max-width: 767px) {
  .con_misc h3:after {
    width: 5em;
    height: 0.35em;
    background-size: contain;
  }
}
@media only screen and (max-width: 767px) {
  .con_misc h3 {
    margin-bottom: 4%;
  }
}
