@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%;
  }
}

/* -----------------------------------------------------------
	misc
----------------------------------------------------------- */
.con_misc {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_misc {
    text-align: left;
  }
}
.con_misc h3 {
  font-size: 136%;
  position: relative;
  padding-left: .5em;
  font-weight: normal;
  display: inline-block;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_misc h3 {
    font-size: 129%;
  }
}
@media only screen and (max-width: 767px) {
  .con_misc h3 {
    font-size: 115%;
  }
}
.con_misc h3:before {
  content: '';
  width: 2px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #002e4e;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_misc h3 {
    margin-bottom: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .con_misc h3 {
    margin-bottom: 4%;
  }
}
