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

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

@font-face {
  font-family: 'monotype-corsiva';
  src: url(../css/fonts/monotype-corsiva.woff) format("woff"), url(../css/fonts/monotype-corsiva.ttf) format("opentype");
}
/* font-awesome */
/* -----------------------------------------------------------
	misc
----------------------------------------------------------- */
.con_misc .box_misc {
  margin: 5% 0;
  text-align: left;
}
.con_misc .box_misc h3 {
  color: #04102b;
}
.con_misc .box_misc .txt_cap {
  font-size: 143%;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  position: relative;
  padding-bottom: .5em;
  margin-bottom: .5em;
}
@media only screen and (min-width: 768px) and (max-width: 1129px) {
  .con_misc .box_misc .txt_cap {
    font-size: 129%;
  }
}
@media only screen and (max-width: 767px) {
  .con_misc .box_misc .txt_cap {
    font-size: 115%;
  }
}
.con_misc .box_misc .txt_cap:after {
  content: "";
  display: block;
  width: 2em;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -1px;
}
