.tokutai-img-full-wrap.custom img {
    width: 85%;
  }

  .tokutai-content-title.custom  {
    line-height: 1.4;
  }
  .tokutai-content-title.custom span:last-child {
    margin-top: 12px;
  }

  .examination-check-text-box .__custom-txt {
    margin-top: 0.75em;
  }

  .page-link-list a.is-disabled-link {
    pointer-events: none;
    cursor: default;
  }

  a.system-text-link.is-disabled-link,
  a.system-text-link.is-disabled-link:hover,
  a.system-text-link.is-disabled-link:focus {
    pointer-events: none;
    cursor: default;
  }

  a.examination-link-btn.is-disabled-link,
  a.examination-link-btn.is-disabled-link:hover,
  a.examination-link-btn.is-disabled-link:focus {
    pointer-events: none;
    cursor: default;
    transform: none !important;
    transition: none !important;
    animation: none !important;
  }

  .note-red-center {
    color: #4379ab;
    display: block;
    width: fit-content;
    margin: 0 auto;
    text-align: center;
    font-weight: 600;
    font-size: clamp(1.28rem, 1.25vw, 2.1rem);
  }

  .examination-check-note {
    color: #1697ff;
    font-size: clamp(1.28rem, 1.25vw, 2.1rem);
    font-weight: 600;
    margin-top: 0em;
    margin-bottom: 1em;
  }

  .note-red-center.__space_top {
    margin: 6rem auto 0;
  }
  .note-red-center.__space_bottom {
    margin: 0rem auto 3rem;
  }
  .note-red-center.__space_career {
    margin: 2rem auto 4rem !important;
  }
  .note-red-center.__space_voice {
    margin: -1rem auto 5rem !important;
  }

  .red2bg{
    background: url("../../img/bg-h3-5.png") repeat left top;
    color: #fff;
  }

  @media screen and (max-width: 1024px) and (orientation: portrait) {
    .tokutai-img-full-wrap.custom img {
        width: 100%;
      }
      .note-red-center.__space_bottom {
        margin: 0rem auto 2rem;
      }
      .note-red-center.__space_career {
        margin: 0rem auto 2rem !important;
      }
      .note-red-center.__space_voice {
        margin: -2rem auto 2rem !important;
      }
      .examination-check-note {
        text-align: center;
      }
  }

  /* 入試制度リンクの連番（10番目が01に戻るのを防止） */
  ul.examination-system-link-list li:nth-child(10) a::before {
    content: "10";
  }