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

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

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
@property --1vw {
  syntax: "<length>";
  inherits: true;
  initial-value: 0px;
}
:root {
    --1vw: 1vw;
    --vw-to-px: tan(atan2(var(--1vw), 1px));
}

.l-intro {
  text-align: center;
  width: 95%;
  margin-inline: auto;
  margin-top: 6rem;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .l-intro {
    margin-top: 4.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-intro {
    margin-top: 4.2rem;
  }
}
.l-intro h3 {
  padding-bottom: 1em;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .l-intro h3 {
    padding-bottom: 1.2em;
  }
}
@media only screen and (max-width: 767px) {
  .l-intro p {
    width: 90%;
    margin: 0 auto;
    text-align: left;
    line-height: 1.8;
  }
}
.l-intro p a {
  text-decoration: underline;
}
.l-intro p a:hover {
  text-decoration: none;
}

/*# sourceMappingURL=misc.css.map */
