@media (max-width: 767px) {
  header .header-info-area {
    display: block;
    width: 80%;
  }
  header .header-info-area h1 {
    font-size: 1rem;
    border: none;
  }
  header .header-info-area .nav-breadcrumbs {
    display: none;
  }
  header .header-info-area .page-title {
    width: 90%;
    font-size: 0.7rem;
  }
  header .header-info-area .page-title span {
    display: none;
  }
  header .header-info-area .page-title br {
    display: block;
  }
  .main-content-area {
    padding: 5px;
    padding-top: 60px;
  }
  .globalmenu {
    display: none;
  }
  .globalmenu-nav-sp summary::-webkit-details-marker {
    display: none;
  }
  .globalmenu-nav-sp summary::marker {
    display: none;
  }
  .globalmenu-nav-sp summary.globalmenu-toggle {
    list-style: none;
    -webkit-user-select: none;
    -moz-user-select: none;
         user-select: none;
    position: fixed;
    bottom: 30px;
    right: 12px;
    z-index: 11000;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 6px;
    border: 1px solid rgb(0, 0, 0);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    padding: 6px;
  }
  .globalmenu-nav-sp summary.globalmenu-toggle:focus {
    outline: 3px solid rgba(38, 136, 168, 0.18);
    outline-offset: 2px;
  }
  .globalmenu-nav-sp summary.globalmenu-toggle .fa-bars {
    font-size: 20px;
    color: #111;
  }
  .globalmenu-nav-sp nav {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 70vw;
    max-width: 360px;
    background: #ffffff;
    transform: translateX(100%);
    z-index: 10999;
    padding-top: 0px;
    padding-bottom: 34px;
    box-shadow: -6px 0 18px rgba(0, 0, 0, 0.08);
    overflow-y: auto;
  }
  .globalmenu-nav-sp[open] nav {
    transform: translateX(0);
  }
  .nav-main, .nav-sub {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .nav-main li, .nav-sub li {
    border-bottom: 1px solid #f0f0f0;
  }
  .nav-main a, .nav-sub a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    color: #222;
    text-decoration: none;
    font-size: 15px;
    background: transparent;
  }
  .nav-main a span, .nav-sub a span {
    width: 32px;
    text-align: center;
    color: #666;
  }
  .global-active > a {
    background: #f5f7fb;
    font-weight: 600;
  }
  .nav-sub {
    margin-top: 10px;
    padding-bottom: 36px;
  }
  .globalmenu {
    display: none;
  }
  .globalmenu-nav-sp {
    display: block;
  }
  .globalmenu-nav-sp nav li span {
    box-sizing: border-box;
    display: inline-block;
    margin-right: 8px;
    padding: 0 5px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 25px;
    color: white;
    background-color: black;
  }
  .noresult-message {
    text-align: left;
  }
  .table-sp {
    display: block;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
  }
  .table-sp thead {
    display: none;
  }
  .table-sp tbody, .table-sp tr, .table-sp td, .table-sp th {
    display: block;
    width: 100% !important;
    box-sizing: border-box;
  }
  .table-sp tr {
    padding: 0;
    border-bottom: 1px solid #ddd;
  }
  .table-sp tr:last-child {
    border-bottom: none;
  }
  .table-sp td {
    position: relative;
    margin-bottom: 0;
    border-right: none;
    border-bottom: none;
    padding: 10px 10px 10px 40%;
  }
  .table-sp td::before {
    content: attr(data-label);
    width: 40%;
    position: absolute;
    left: 10px;
    font-weight: bold;
  }
  .table-sp-vertical tr {
    border: none;
  }
  .table-sp-vertical td {
    padding: 10px;
    border-bottom: none;
  }
  .register-button span {
    display: none;
  }
}/*# sourceMappingURL=page_sp.css.map */