@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-awesome */
.con_packages {
  display: none;
}

/* -----------------------------------------------------------
	misc
----------------------------------------------------------- */
.con_misc {
  padding: 5% 0;
}
.con_misc h3 {
  font-size: 180%;
  font-weight: 100;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_misc h3 {
    font-size: 167%;
  }
}
@media only screen and (max-width: 767px) {
  .con_misc h3 {
    font-size: 114%;
  }
}
@media only screen and (max-width: 767px) {
  .con_misc h3 {
    margin-bottom: 5%;
  }
}
.con_misc p {
  line-height: 2.35;
  font-size: 114%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_misc p {
    font-size: 107%;
  }
}
@media only screen and (max-width: 767px) {
  .con_misc p {
    font-size: 94%;
  }
}
@media only screen and (max-width: 767px) {
  .con_misc p {
    text-align: left;
    line-height: 1.5;
  }
}
