/* Sorryページ用style sheet */
@charset "utf-8";

/* 共通スタイル */
body {
  font-family: "游ゴシック", "ヒラギノ角ゴ Pro";
  font-weight: bold;
  background-color: #f7f0ec;
}

.system-logo {
  display: flex;
  justify-content: end;
}

.logo {
  height: 31px;
}

.bg-card {
  padding: 30px;
  color: #1e1e1e;
  background-color: #ffffff;
}

/* PC版 */
@media (min-width: 992px) {
  .sorry-form {
    position: absolute;
    top: calc(50% - 40px);
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 950px;
  }

  .h-mainte {
    font-size: 30px;
    text-align: center;
  }

  p {
    font-size: 15px;
    margin: 0px;
  }

  .mgn {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .text-center {
    text-align: center;
  }

  .pc-hide-contents {
    display: none;
  }
}

/* SP版 */
@media (max-width: 991px) {
  body {
    font-family: "Noto Sans CJK JP', 'ヒラギノ角ゴ Pro'";
  }

  .sorry-form-sp {
    margin: 15px auto 0px;
    width: 90%;
  }
  .move-footer-bottom {
    height: calc(100vh - 80px);
  }

  .sp-hide-contents {
    display: none;
  }

  .mainte {
    font-size: 0;
    color: #1e1e1e;
    text-align: center;
  }

  .h-mainte-sp {
    font-size: 30px;
    display: inline-block;
  }

  .sp-style {
    font-size: 15px;
    display: inline-block;
  }
}
