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

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

@font-face {
  font-family: 'min-en_Regular';
  src: url(../css/font/min-en_Regular.woff) format("woff"), url(../css/font/min-en_Regular.ttf) format("opentype");
}
/* font-awesome */
/* -----------------------------------------------------------
	misc
----------------------------------------------------------- */
.con_misc {
  margin: 100px auto 120px;
}
@media only screen and (max-width: 767px) {
  .con_misc {
    margin: 10% auto 12%;
  }
}
.con_misc h3 {
  font-size: 193%;
  font-weight: 100;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_misc h3 {
    font-size: 179%;
  }
}
@media only screen and (max-width: 767px) {
  .con_misc h3 {
    font-size: 122%;
  }
}
.con_misc p {
  margin-top: 30px;
  line-height: 2.35;
  font-size: 122%;
}
@media only screen and (max-width: 767px) {
  .con_misc p {
    margin-top: 5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_misc p {
    font-size: 115%;
  }
}
@media only screen and (max-width: 767px) {
  .con_misc p {
    font-size: 100%;
  }
}
.con_misc p span {
  line-height: 3em;
}
@media only screen and (max-width: 767px) {
  .con_misc p {
    text-align: left;
    line-height: 1.5;
  }
}
