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

 file name  : copy.css
 author     : Ability Consultant
 style info : エラーページ
=================================================================== */
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
.con_misc {
  max-width: 1560px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .con_misc {
    width: 95%;
  }
}

.con_misc:after {
  content: "";
  display: table;
  clear: both;
}

/*Animate */
.con_misc h3 {
  font-size: 150%;
  letter-spacing: 5px;
  color: #fff;
  background: #2a1e1b;
  padding: 0.5em 1em;
  display: inline-block;
  font-weight: 400;
  margin-bottom: 1.2em;
}
@media only screen and (max-width: 767px) {
  .con_misc h3 {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .con_misc h3 {
    padding: 0.1em 1em;
  }
}
@media print {
  .con_misc h3 {
    padding: 0.1em 1em;
  }
}
.ie8 .con_misc h3, .con_misc .ie8 h3 {
  padding: 0.1em 1em;
}
@media only screen and (max-width: 767px) {
  .con_misc h3 {
    margin: 0.5em 0px;
    font-size: 107%;
    padding: 0.2em 0.2em;
  }
}

/* -----------------------------------------------------------
	misc
----------------------------------------------------------- */
.con_misc {
  margin-top: 40px;
  margin-bottom: 60px;
  max-width: 1200px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_misc {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_misc {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_misc {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_misc {
    margin-bottom: 40px;
  }
}
.con_misc p {
  margin-bottom: 10px;
}
