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

 file name  : copy.css
 author     : Ability Consultant
 style info : エラーページ
=================================================================== */
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSerifMedium.woff") format("woff"), url("../font/NotoSerifMedium.ttf") format("truetype");
  font-display: swap;
}
.con_misc {
  max-width: 1160px;
  margin: auto;
}
@media only screen and (max-width: 1160px) {
  .con_misc {
    width: 95%;
  }
}

/* -----------------------------------------------------------
	パーツ
----------------------------------------------------------- */
/* -----------------------------------------------------------
	misc
----------------------------------------------------------- */
.con_misc {
  margin: 40px auto;
}
@media only screen and (min-width: 768px) and (max-width: 1160px) {
  .con_misc {
    margin: 30px auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_misc {
    margin: 2em auto;
  }
}
.con_misc h2 {
  margin-bottom: 25px;
  text-align: center;
  font-size: 200%;
  font-family: "Noto Serif Japanese", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, "Times New Roman", Times, Garamond, Georgia, serif;
  letter-spacing: .08em;
}
@media only screen and (min-width: 768px) and (max-width: 1160px) {
  .con_misc h2 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_misc h2 {
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1160px) {
  .con_misc h2 {
    font-size: 185%;
  }
}
@media only screen and (max-width: 767px) {
  .con_misc h2 {
    font-size: 139%;
    line-height: 1.4;
    letter-spacing: .05em;
  }
}
@media only screen and (min-width: 768px) {
  .con_misc .txt {
    text-align: center;
    font-size: 108%;
  }
}
@media print {
  .con_misc .txt {
    text-align: center;
    font-size: 108%;
  }
}
.ie8 .con_misc .txt {
  text-align: center;
  font-size: 108%;
}
.con_misc .txt_tel {
  margin-top: 25px;
  text-align: center;
  font-size: 208%;
}
@media only screen and (min-width: 768px) and (max-width: 1160px) {
  .con_misc .txt_tel {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_misc .txt_tel {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1160px) {
  .con_misc .txt_tel {
    font-size: 170%;
  }
}
@media only screen and (max-width: 767px) {
  .con_misc .txt_tel {
    font-size: 139%;
  }
}
