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

file name  : misc.css
author     : Abilive
style info : エラーページ
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
.con_misc {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1025px) {
  .con_misc {
    width: calc(1260 / 1440 * 100%);
    max-width: calc(1260px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .con_misc {
    max-width: calc(1260px * ((15 + 0) / 13));
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_misc {
    width: calc(1360 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_misc {
    width: calc(388 / 428 * 100%);
  }
}
@media only screen and (min-width: 768px) {
  .con_misc .txt {
    margin-top: calc(30 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .con_misc .txt {
    margin-top: 2em;
  }
}
@media only screen and (min-width: 768px) {
  .con_misc .txt {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .con_misc .txt {
    text-align: left;
  }
}
