<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* ======================================================
 * layout_sp.css
 * ------------------------------------------------------
 * @media only screen and (max-width: 767px)
 * - Common
 * - Header
 * - Gnav
 * - Main
 * - Assist
 * - Footer
 * - Other
 * - Clearfix
 * Media Queries
====================================================== */

@media only screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
  /* ----- font ----- */
  
  /* ----- a ----- */
  
  /* ----- opacity ----- */
  
  /* ----- transition ----- */
  
  /* ----- sprite ----- */
  
  /* ------------------------------------------------------
   * Header
  ------------------------------------------------------ */
  .Header {
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 1000;
  }
  .HeaderBody {
  }
  
  /* ----- header-identity ----- */
  .header-identity {
  }
  .header-gnav-switch {
    position: relative;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    background-color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
  }
  .header-gnav-switch:before {
    display: block;
    content: "";
    background: url(/kokuritsu/common/img/gnav_ic01.png) 0 0 no-repeat;
    background-size: contain;
    width: 26px;
    height: 28px;
  }
  .is-gnav-open .header-gnav-switch:before {
    display: none;
  }
  .is-gnav-open .header-gnav-switch:after {
    display: block;
    content: "";
    background: url(/kokuritsu/common/img/gnav_ic02.png) 0 0 no-repeat;
    background-size: contain;
    width: 19px;
    height: 19px;
  }
  .gnav-list {
    font-size: 1.8rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
  }
  .gnav-list li:nth-child(n+2) {
    margin-top: 45px;
  }
  .gnav-list li &gt; a {
    color: #fff;
    text-decoration: none;
  }
  .gnav-list li &gt; a:after {
    margin-left: 10px;
    display: inline-block;
    content: "";
    background: url(/kokuritsu/common/img/arw_ic01.png) 0 0 no-repeat;
    background-size: contain;
    width: 20px;
    height: 15px;
  }
  
  /* ------------------------------------------------------
   * Gnav
  ------------------------------------------------------ */
  .Gnav {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    background-color: rgba(0,0,0,0.7);
    padding: 85px 30px 40px;
    width: 100%;
    height: 100%;
    transform: translateX(100%);
    transition: ease transform 0.5s;
    overflow-y: auto;
  }
  .is-gnav-open .Gnav {
    transform: translateX(0%);
  }
  .GnavBody {
  }
  
  /* ----- gnav-list ----- */
  .gnav-list {
  }
  .gnav-bnr {
    margin: 45px auto 0;
    width: 205px;
  }
  
  /* ------------------------------------------------------
   * Main
  ------------------------------------------------------ */
  .Main {
  }
  .MainBody {
  }
  
  /* ----- pageGuide ----- */
  .pageGuide {
    width: 100%;
  }
  /* breadcrumbs */
  .breadcrumbs {
    max-width: 100%;
    margin: 0 auto;
    padding: 15px 15px;
    display: flex;
    overflow-x: auto;
    font-size: 1.2rem;
  }
  .container[data-wide="true"] .breadcrumbs {
    max-width: 100%;
  }
  .breadcrumbs &gt; li {
    position: relative;
    flex-shrink: 0;
    padding: 0 13px 0 20px;
  }
  .breadcrumbs &gt; li::before {
    content: "&gt;";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    font-weight: normal !important;
    color: #999999;
  }
  .breadcrumbs &gt; li:first-child {
    padding-left: 0;
  }
  .breadcrumbs &gt; li:first-child::before {
    display: none;
  }
  .breadcrumbs &gt; li:last-child {
    font-weight: bold;
  }
  .breadcrumbs &gt; li &gt; a {
    text-decoration: none;
    color: #444444;
  }
  
  /* ----- pageHead ----- */
  .pageHead {
  }
  
  /* ----- container ----- */
  .container {
    overflow: hidden;
    padding: 0 15px;
  }
  
  /* contents */
  .contents {
  }
  /* sidebar */
  .sidebar {
  }
  
  /* ------------------------------------------------------
   * Assist
  ------------------------------------------------------ */
  .Assist {
  }
  
  /* ------------------------------------------------------
   * Footer
  ------------------------------------------------------ */
  .Footer {
    border-top: 1px solid #dddddd;
    padding: 40px 0 75px;
    text-align: center;
  }
  .FooterUtility {
  }
  .FooterBody {
  }

  .footer-logo {
    margin: 0 auto;
    width: 136px;
  }
  
  /* ----- footer-copyright ----- */
  .footer-copyright {
    margin: 25px 0 0;
    font-size: 1.1rem;
    font-family: arial,sans-serif;
    color: #999999;
  }
  
  /* ----- Pagetop ----- */
  .Pagetop {
    position: fixed;
    z-index: 100;
    bottom: 15px;
    right: 10px;
  }
  .Pagetop a {
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    background: url(/kokuritsu/common/img/scrolltop_ic01.png) 0% 0% no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
  }
  
  /* ------------------------------------------------------
   * Other
  ------------------------------------------------------ */
  
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .breadcrumbs::after {
    display: block;
    clear: both;
    content: "";
  }
}


/* ======================================================
 * Media Queries
====================================================== */
/***
@media only screen and (min-width: 320px) and (max-width: 767px) {
}
@media only screen and (max-width: 736px) {
}
@media only screen and (max-width: 667px) {
}
@media only screen and (max-width: 640px) {
}
@media only screen and (max-width: 568px) {
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 414px) {
}
@media only screen and (max-width: 375px) {
}
@media only screen and (max-width: 360px) {
}
@media only screen and (max-width: 320px) {
}
***/</pre></body></html>