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

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

/* -----------------------------------------------------------
	misc
----------------------------------------------------------- */
.con_misc {
  margin-top: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_misc {
    margin-top: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .con_misc {
    margin-top: 2em;
  }
}
.con_misc h3 {
  font-size: 185%;
  font-weight: normal;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .con_misc h3 {
    margin-bottom: 0.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_misc h3 {
    font-size: 154%;
  }
}
@media only screen and (max-width: 767px) {
  .con_misc h3 {
    font-size: 120%;
  }
}
.con_misc p {
  font-size: 116%;
  line-height: 1.71;
}
@media only screen and (max-width: 1080px) {
  .con_misc p {
    font-size: 108%;
  }
}
.con_misc p a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .con_misc p {
    font-size: 100%;
  }
}
