@charset "UTF-8";

/* CSS Document */
@media screen and (min-width: 0px) and (max-width: 768px) {
  .sp-no {
    display: none;
  }

  .pc-no {
    display: inline;
  }

  .hdr-wrap {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  /***HEADER-TOP***/
  .top-hdr {
    display: none;
  }

  /***HEADER-MIDDLE***/
  .mid-hdr {
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0;
    position: fixed;
    overflow: hidden;
    z-index: 10;
    top: 0;
    left: 0;
    background-color: #FFFFFF;
  }

  .mid-hdr .mh-left {
    width: 30%;
    margin: 0 0 0 5px;
    line-height: 100%;
  }

  .mid-hdr .mh-left a {
    width: 100%;
    display: block;
  }

  .mid-hdr .mh-right {
    display: none;
  }

  /***HEADER-BOTTOM***/
  .bot-hdr {
    display: none;
  }

  /***MAIN***/
  .main {
    width: 100%;
    margin: 50px 0 0;
    padding: 0;
    position: relative;
    overflow: hidden;
  }

  section.main-sec {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
  }

  .wrap {
    width: 98%;
    margin: 0 auto;
    padding: 50px 0;
    position: relative;
    overflow: hidden;
  }

  .flex-wrap {
    display: flex;
    justify-content: space-between;
  }

  .pagetop {
    width: 10%;
    max-width: 50px;
    position: fixed;
    right: 0;
    bottom: 90px;
    z-index: 6;
    line-height: 0%;
    opacity: 1.0;
    transition: .2s ease-in-out;
  }

  .pagetop:hover {
    opacity: 0.5;
  }

  .sticky {
    position: fixed;
    bottom: 63px;
  }

  /***FOOTER***/
  .footer {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
  }

  .ind-ftr {
    padding: 0 0 60px;
  }

  .footer .ftr-bk {
    width: 100%;
    margin: 0;
    padding: 20px 0;
    position: relative;
    overflow: hidden;
    background-image: url("/_themes/2021_css/images/ftr_bk.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .ftr-wrap {
    width: 98%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
  }

  ul.ftr-link-list {
    width: 100%;
    max-width: 1000px;
    margin: 0 0 20px;
    padding: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
    display: flex;
    justify-content: space-between;
    font-size: 40%;
    font-weight: bold;
  }

  ul.ftr-link-list li.ftr-link-item {
    width: 20%;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
  }

  ul.ftr-link-list li.ftr-link-item::after {
    content: "";
    width: 1px;
    height: 15px;
    background-color: #FFFFFF;
    display: block;
  }

  ul.ftr-link-list li.ftr-link-item:first-child::before {
    content: "";
    width: 1px;
    height: 15px;
    background-color: #FFFFFF;
    display: block;
  }

  ul.ftr-link-list li.ftr-link-item a {
    display: block;
    margin: 0 auto;
    color: #FFFFFF;
  }

  .ftr-logo {
    width: 40%;
    max-width: 200px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
  }

  .ftr-logo-sub {
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    position: relative;
    overflow: hidden;
    text-align: center;
    font-size: 100%;
    font-weight: bold;
    color: #FFFFFF;
  }

  ul.ftr-campus-list {
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
    text-align: center;
    color: #FFFFFF;
    font-size: 60%;
    line-height: 140%;
    font-weight: bold;
  }

  ul.ftr-campus-list li.ftr-campus-item {
    margin: 0;
  }

  ul.ftr-campus-list a {
    color: #FFFFFF;
  }

  ul.ftr-icon-list {
    width: 50%;
    max-width: 100px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  ul.ftr-icon-list li.ftr-icon-item {
    width: 25%;
  }

  .copyright {
    width: 100%;
    margin: 0;
    padding: 10px 0;
    position: relative;
    overflow: hidden;
    text-align: center;
    font-size: 70%;
    font-weight: bold;
    line-height: 120%;
    color: #005AA9;
    background-color: #FFFFFF;
  }
}