@charset "utf-8";

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;

}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.cf:after {
  content: "";
  clear: both;
  display: block;
}

.header,
.g-nav-wrap {
    transition: opacity .6s ease-in-out;
}
.header.hdr-fade,
.g-nav-wrap.hdr-fade {
    opacity: 0;
    z-index: 2;
}
.header.hdr-fade {
    background-color: #ffffff;
}
.header.hdr-fixed,
.g-nav-wrap.hdr-fixed {
    position: fixed;
    opacity: 1;
    top: 0;
}
@media print, screen and (min-width:600px) {
    body.hdr-fixed {
        padding-top: 147px;
    }
    .header.hdr-fade {
        height: 92px;
        width: 100%;
        box-shadow: 0 0 7px rgba(0, 0, 0, .4);
    }
    .header.hdr-fade .h-logo {
        top: 17px;
        left: 50px;
        width: 350px;
        z-index: 3;
    }
    .header.hdr-fade .box-tel {
        display: none;
    }
    .g-nav-wrap.hdr-fade {
        width: 1280px;
    }
    .g-nav-wrap.hdr-fixed {
        transform: translateX(-50%);
        left: 50%;
        pointer-events: none;
    }
    .g-nav-wrap.hdr-fixed .g-nav {
        pointer-events: auto;
    }

    /* nyushi */
    .box-nyu {
        display: flex;
    }
    .box-nyu a {
        display: block;
        overflow: hidden;
        position: relative;
    }
    .box-nyu a:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .5);
        position: absolute;
        top: 0;
        left: 0;
        transition: all .6s ease-in-out;
        z-index: 1;
    }
    .box-nyu a span {
        border: 1px solid #ffffff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        z-index: 1;
        width: 90%;
        height: 80%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .box-nyu a .bg-img {
        z-index: 0;
        transition: all .6s ease-in-out;
    }
    .box-nyu a:hover,
    .box-nyu a:hover img {
        opacity: 1;
    }
    .box-nyu a:hover:before {
        opacity: .3;
    }
    .box-nyu a:hover .bg-img {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: .8;
    }


    /* bnr */
    .box-bnr {
        padding: 110px 0 97px;
    }
    .box-bnr ul {
        display: flex;
        width: 875px;
        margin: 0 auto;
        justify-content: space-between;
    }
    .box-bnr ul li {
        width: 274px;
    }
}


/* ▼ animation ▼ */
.fadein {
    opacity: 0;
    -webkit-transition: all .4s ease-in;
    transition: all .4s ease-in;
}
.fadein.looked {
    opacity: 1;
}
.fadeinb-t {
    opacity: 0;
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
}
.fadeinb-t.looked {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.fadeinb-t-child {
    opacity: 0;
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
}
.fadeinb-t-child.looked {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
/* ▲ animation ▲ */

@media screen and (max-width:599px) {

  /* 共通(SP) ++++++++++++++++++++++++++++++++++++++++++++++++ */

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  img {
    width: 100%;
  }

  p {
    font-size: 14px;
    line-height: 1.6;
    color: #595757;
  }

  a, .toggle {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .wrap {
    width: 100%;
  }

  .container-wrap {
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 50px;
    width: 100%;
    background-color: #f8f7f0;
  }

  /* 見出し */
  .heading {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
    background-image: url(../img/common/pencil_line.svg);
    background-repeat: no-repeat;
    background-position: center center;
  }

  .heading::before {
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: 0;
    display: block;
    content: "";
    background-image: url(../img/common/pencil_dott.svg);
    width: 6px;
    height: 6px;
    background-size: 100%;
    background-repeat: no-repeat;
  }

  .heading::after {
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 0;
    display: block;
    content: "";
    background-image: url(../img/common/pencil_dott.svg);
    width: 6px;
    height: 6px;
    background-size: 100%;
    background-repeat: no-repeat;
  }

  .heading span {
    letter-spacing: 0.6em;
    text-indent:0.6em;
    display: inline-block;
    background-image: linear-gradient(
      -45deg,
      #b5b5b6 25%,
      #f8f7f0 25%, #f8f7f0 50%,
      #b5b5b6 50%, #b5b5b6 75%,
      #f8f7f0 75%, #f8f7f0
      );
    background-size: 4px 4px;
    text-align: center;
    padding: 10px 0;
    color: #595757;
    font-size: 15px;
    font-weight: bold;
  }

  .heading span.hogosya_info {
    padding: 10px;
    text-indent: 0;
    letter-spacing: normal;
  }

  /* ヘッダー(SP) ++++++++++++++++++++++++++++++++++++++++++++++++ */

  .header {
    position: relative;
    width: 100%;
    padding-bottom: 10px;
  }

  .h-logo {
    width: 250px;
    padding-left: 5px;
    padding-top: 10px;
  }

  .box-tel {
    display: none;
  }

  /* グローバルナビ(SP) ++++++++++++++++++++++++++++++++++++++++++++++++ */

  .toggle {
    position: fixed;
    top: 5px;
    right: 10px;
    z-index: 100;
    width: 46px;
    height: 46px;
    background-image: url(../img/common/sp_nav_btn.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
    background-color:  rgba(255, 255, 255, 0.5);
  }

  .fixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }

  .toggle.active {
    background-position: bottom center;
  }

  .g-nav-wrap {
    position: fixed;
    z-index: 50;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding-top: 30px;
    background: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.1em;
    display: none;
  }

  .g-nav-wrap.open {
    display: block;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  .g-nav-toppage-sp a {
    width: 100%;
    height: 50px;
    display: -webkit-box; /* Androidブラウザ用 */
    display: flex;
    -webkit-box-align: center; /* Androidブラウザ用 */
    align-items: center;
    -webkit-box-pack: center; /* Androidブラウザ用 */
    justify-content: center;
    border-bottom: solid 1px #b5b5b6;
    color: #727171;
    font-weight: bold;
  }

  .g-nav > li > span {
    height: 50px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: #fff;
  }

  .g-nav > li.g-nav-gakko > span {
    background: rgba(236, 108, 0, 0.6);
  }

  .g-nav > li.g-nav-seikatsu > span {
    background: rgba(0, 174, 203, 0.6);
  }

  .g-nav > li.g-nav-nyugaku > span {
    background: rgba(234, 109, 141, 0.6);
  }

  .g-nav > li.g-nav-otoiawase > span {
    background: rgba(68, 176, 53, 0.8);
  }

  .g-nav > li > ul {
    text-align: center;
  }

  .g-nav > li > ul > li > a {
    display: inline-flex;
    height: 50px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-bottom: solid 1px #b5b5b6;
    color: #727171;
  }

  .g-nav > li > ul > li:last-child > a {
    border-bottom: none;
  }

  .g-nav-sub > li > a {
    width: 100%;
    height: 50px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-bottom: solid 1px #fff;
    color: #fff;
    background-color: #b4b4b5;
  }

  /* フッター(SP) ++++++++++++++++++++++++++++++++++++++++++++++++ */

  footer {
    position: relative;
  }

  footer .scroll_btn {
    position: absolute;
    width: 36px;
    height: 36px;
    top: -18px;
    left: 50%;
    margin-left: -18px;
  }

  .footer-inner {
    background-color: #f7f7f0;
    padding-top: 40px;
  }

  .f-contact-wrap {
    width: 100%;
    padding-bottom: 30px;
  }

  .f-logo {
    width:280px;
    margin: 0 auto 20px;
  }

  .f-contact {
    font-size: 14px;
    line-height: 1.5;
    color: #595757;
    text-align: center;
  }

  .f-privacy-policy {
    width: 100%;
    padding: 20px 0;
    background-color: #b5b5b6;
    text-align: center;
  }

  .f-privacy-policy > a {
    display: inline-block;
    background-color: #fff;
    border-radius: 17px;
    color: #595757;
    padding: 10px 12px;
    font-size: 14px;
    letter-spacing: 0.2em;
  }

  .f-nav-sub {
    width: 100;
    padding: 0 20px;
    margin: 0 auto 30px;
  }

  .f-nav-sub-hogosya {
    float: left;
    width: 48%;
  }

  .f-nav-sub-dosokai {
    float: right;
    width: 48%;
  }

  .f-nav ul li .list-btn {
    display: none;
  }

  /* トップページ(SP) ++++++++++++++++++++++++++++++++++++++++++++++++ */

  /* スライダー */
  .swiper-pagination {
    display: none;
  }

  .open_school_balloon {
    position: relative;
  }

  .open_school_balloon a {
    position: absolute;
    display: inline-block;
    width: 120px;
    top: -50px;
    right: 10px;
    z-index: 2;
  }

  .kyoiku-wrap {
    padding-top: 20px;
    margin-bottom: 20px;
  }

  .kyoiku-wrap > p {
    width: 300px;
    margin: 0 auto 30px;
  }

  .kyoiku-wrap > ul {
    padding: 0 20px;
  }

  .kyoiku-wrap > ul > li {
    width: 100%;
    padding: 0 20px;
  }

  .kyoiku-wrap > ul > li:first-child {
    margin-bottom: 20px;
  }

  .page-list {
    padding: 0 15px;
    margin-bottom: 60px;
  }

  .page-list ul:first-child {
    overflow: hidden;
    margin-bottom: 10px;
  }

  .page-list ul:first-child li:nth-child(odd) {
    float: left;
    width: 50%;
    padding-right: 5px;
    padding-bottom: 10px;
  }

  .page-list ul:first-child li:nth-child(even) {
    float: right;
    width: 50%;
    padding-left: 5px;
    padding-bottom: 10px;
  }

  .page-list ul:nth-child(2){
    width: 260px;
    margin: 0 auto 20px;
  }

  .page-list ul:nth-child(2) li {
    margin-bottom: 12px;
  }

  /* トップページ・学校からのお知らせ(SP) ++++++++++++++++++++++++++++++++++++++++++++++++ */

  .oshirase-wrap {
    width: 100%;
    padding: 20px 0;
    margin-bottom: 40px;
    background-color: #f8f7f0;
  }

  .oshirase-inner {
    width: 100%;
    padding: 0 15px;
    background-color: #fff;
    background-image: url(../img/common/dot_line_bg.svg), url(../img/common/dot_line_bg.svg);
    background-repeat: repeat-x, repeat-x;
    background-position: left top, left bottom;
    overflow: hidden;
  }

  .oshirase-inner h2 {
    width: 36px;
    padding: 1px 0 30px;
    margin-right: 15px;
    float: left;
  }

  .oshirase-content {
    width: 100%;
    float: right;
    margin-left: -51px;
    padding-left: 51px;
    padding-top: 20px;
  }

  .info-wrap {
    padding-bottom: 20px;
  }

  .info-block {
    color: #595757;
    margin-bottom: 30px;
  }

  .info-block:not(:first-child) {
    margin-top: 30px;
  }

  .info-block .date {
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    line-height: 1.6;
  }

  .info-block .cat {
    margin-right: 20px;
    font-size: 15px;
  }

  .info-block .cat {
    display: inline-block;
  }

  .info-block .cat span {
    display: inline-block;
    margin-bottom: 5px;
    padding: 4px 8px;
    background-color: #dcdddd;
    text-align: center;
    line-height: 1;
  }

  .info-block .txt {
    font-size: 14px;
    padding-top: 10px;
  }

  .info-block .txt a {
    color: #595757;
    text-decoration: underline;
  }

  .kinkyu-block {
    background-color: #fffcdb;
    margin-bottom: 30px;
    border-radius: 14px;
    padding: 10px;
    display: table;
    width: 100%;
  }

  .kinkyu-block div {
    position: relative;
    display: block;
    vertical-align: top;
    width: 80px;
    margin-right: 10px;
    height: auto;
    display: table-cell;
  }

  .kinkyu-block img {
    position: relative;
    left: 0;
    top: 5px;
    width: 70px;
    height: auto;
  }

  .kinkyu-block p {
    font-size: 16px;
    color: #595757;
    display: table-cell;
    vertical-align:middle;
  }

  /* トップページ・日々の記録(SP) ++++++++++++++++++++++++++++++++++++++++++++++++ */

  .top-kiroku-wrap {
    margin-bottom: 50px;
  }

  .top-kiroku-wrap h2 {
    width: 180px;
    margin: 0 auto 30px;
  }

  .top-kiroku-wrap {
    padding: 0 15px;
  }


  .top-kiroku-wrap .kiji-list {
    margin-bottom: 30px;
  }


  .top-kiroku-wrap .kiji-item {
    width: 100%;
    overflow: hidden;
  }

  .top-kiroku-wrap .kiji-item:not(:first-child) {
    margin-top: 30px;
  }

  .top-kiroku-wrap .kiji-item a {
    display: block;
    text-decoration: none;
    overflow: hidden;
  }

  .top-kiroku-wrap .kiji-thumb {
    float: left;
    width: 40%;
  }

  .top-kiroku-wrap .kiji-txt {
    float: right;
    width: 60%;
    padding-left: 10px;
  }

  .top-kiroku-wrap .date-wrap {
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 1;
  }

  .top-kiroku-wrap .date   {
    display: block;
    color: #727171;
    padding-top: 4px;
    margin-bottom: 8px;
  }

  .top-kiroku-wrap .cat  {
    display: block;
  }

  .top-kiroku-wrap .cat span {
    display: inline-block;
    border: solid 1px;
    padding: 3px 6px;
  }

  .top-kiroku-wrap .cat .gakko-gyoji {
    border-color: #5ebae4;
    color: #5ebae4;
  }

  .top-kiroku-wrap .cat .hibinokiroku {
    border-color: #ecb9d3;
    color: #ecb9d3;
  }

  .top-kiroku-wrap .cat .super-jugyo {
    border-color: #8fc31f;
    color: #8fc31f;
  }

  .top-kiroku-wrap .cat .sotsugyosei {
    border-color: #f8b62d;
    color: #f8b62d;
  }

  .top-kiroku-wrap h3 {
    color: #585757;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .top-kiroku-wrap p {
    display: none;
  }

  .top-kiroku-wrap .kiroku-archive-btn {
    text-align: center;
  }

  .top-kiroku-wrap .kiroku-archive-btn a {
    display: inline-block;
    padding: 4px 12px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background-color: #b5b5b6;
    text-decoration: none;
  }

  /* 教育指針(SP) ++++++++++++++++++++++++++++++++++++++++++++++++ */

  .shishin-wrap-1 {
    width: 100%;
    margin-bottom: 60px;
  }

  .shishin-txt > P:first-child {
    padding: 0 20px;
    margin-bottom: 30px;
  }

  .shishin-txt > P:last-child {
    margin-bottom: 30px;
  }

  .shishin-kodomo-wrap {
    margin-bottom: 60px;
  }

  .shishin-kodomo-wrap > ul > li {
    margin-bottom: 30px;
  }

  .shishin-kodomo-wrap > ul > li:last-child {
    margin-bottom: 0;
  }

  .shishin-kodomo-wrap > h3 {
    padding: 10px 0;
    margin-bottom: 20px;
    text-align: center;
    background-image: url(../img/common/dot_line_bg.svg), url(../img/common/dot_line_bg.svg);
    background-repeat: repeat-x, repeat-x;
    background-position: left top, left bottom;
  }

  .shishin-kodomo-wrap > h3 > img:nth-child(2) {
    display: inline-block;
    width: 220px;
  }

  .kotyo-inner {
    padding: 20px;
    background-color: #fff;
  }

  .kotyo-pic {
    margin-bottom: 20px;
  }

  .kotyo-pic > img {
    border-radius: 6px;
  }

  .kotyo-txt > h3 {
    vertical-align: top;
    font-size: 16px;
    line-height: 1;
    padding-left: 10px;
    margin-bottom: 24px;
    color: #595757;
    border-left: solid 10px #595757;
  }

  .kotyo-txt > h3 > span {
    display: block;
  }

  .kotyo-txt > h3 > span:first-child {
    margin-bottom: 10px;
  }

  /* 心の教育(SP) ++++++++++++++++++++++++++++++++++++++++++++++++ */

  .kokoro-txt {
    font-size: 16px;
    padding: 0 0 40px;
    line-height: 1.8;
  }

  .kokoro-block {
    width: 100%;
    margin-bottom: 40px;
  }

  .kokoro-block:last-child {
    margin-bottom: 0;
  }

  .kokoro-block-pic {
    margin-bottom: 20px;
  }

  .kokoro-block h3 {
    padding-bottom: 6px;
    margin-bottom: 20px;
    background-image: url(../img/kokoro/heading_under_line.png);
    background-repeat: no-repeat;
    background-position: center bottom;
  }

  .kokoro-block h3 > span {
    display: block;
    padding-left: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-left: solid 8px;
  }

  .kokoro-block h3 > span > img {
    height: 20px;
    width: auto;
  }

  .kokoro-block-wrap .kokoro-block:nth-child(1) span {
    color: #ea7eae;
    border-color: #ea7eae;
  }

  .kokoro-block-wrap .kokoro-block:nth-child(2) span {
    color: #78c06d;
    border-color: #78c06d;
  }

  .kokoro-block-wrap .kokoro-block:nth-child(3) span {
    color: #63b7d9;
    border-color: #63b7d9;
  }

  /* グローバル教育(SP) ++++++++++++++++++++++++++++++++++++++++++++++++ */

  .global-heading-wrap {
    width: 100%;
    margin-bottom: 40px;
  }

  .global-heading-wrap p {
    font-size: 16px;
  }

  .kokoro-heading {
    margin-bottom: 30px;
  }

  .global-block-1 {
    margin-bottom: 50px;
  }

  .global-block-1-pic {
    padding: 0 20px;
    margin-bottom: 20px;
  }

  .global-block-1-txt > h3 {
    margin-bottom: 20px;
  }

  .global-block-1-txt > h3 > img {
    height: 58px;
    width: auto;
  }

  .global-block-1-txt > p {
    margin-bottom: 20px;
  }

  .global-block-1 > p:nth-child(3) {
    padding-top: 20px;
  }

  .global-block-1 > p:nth-child(4) {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .global-block-2 {
    width: 100%;
  }

  .global-block-2-inner-1-right > p {
    margin-bottom: 20px;
  }

  .global-block-2-inner-1-left > h3 {
    margin-bottom: 20px;
  }

  .global-block-2-inner-1-left > h3 > img {
    height: 58px;
    width: auto;
  }

  .global-block-2-inner-2-left > p:first-child {
    margin-bottom: 20px;
  }

  .global-block-2-inner-2-left > p:last-child {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .global-block-2-inner-2-right {
    text-align: center;
  }

  .global-block-2-inner-2-right > div:first-child {
    padding: 0 20px 30px;
  }

  .kokusai-course-btn-wrap {
    width: 200px;
    margin: 0 auto;
  }

  .kokusai-course-btn-wrap > p {
    text-align: center;
    padding-bottom: 4px;
    font-size: 12px;
  }

  /* 学校の歴史＆姉妹校(SP) ++++++++++++++++++++++++++++++++++++++++++++++++ */

  .rekishi-block h3 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #595757;
    letter-spacing: 0.5em;
  }

  .rekishi-block-left table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    color: #595757;
    line-height: 1.6;
    margin-bottom: 50px;
  }

  .rekishi-block-left tr {
    background-image: url(../img/common/dot_line_bg.svg);
    background-position: left bottom;
    background-repeat: repeat-x;
  }

  .rekishi-block-left th {
    padding: 10px 10px 10px 0;
    white-space: nowrap;
    letter-spacing: 0.2em;
  }

  .rekishi-block-left td {
    padding: 10px 0;
  }



  .shimai-links-block p {
    line-height: 0;
    margin-bottom: 10px;
    overflow: hidden;
  }

  .shimai-links-block p::before {
    display: inline-block;
    content: "";
    background-image: url(../img/rekishi/hp_icon.svg);
    background-size: 60px auto;
    width: 60px;
    height: 22px;
    margin-right: 10px;
    background-repeat: no-repeat;
  }

  .shimai-links-block p span {
    float: right;
    display: block;
    width: 100%;
    margin-left: -80px;
    padding-left: 80px;
    font-size: 14px;
    vertical-align: top;
    margin-top: 2px;
  }

  .shimai-links-block p a {
    color: #595757;
    line-height: 1.4;
    vertical-align: top;
    padding: 2px 0;
  }

  .shimai-links-block h4 {
    font-size: 17px;
    color: #595757;
    padding-top:12px;
    margin-bottom: 12px;
  }

  /* 時間割表、清心小学校の1日(SP) ++++++++++++++++++++++++++++++++++++++++++++++++ */

  .jikanwari-wrap {
    margin-bottom: 70px;
  }

  .jikanwari-wrap .table-scroll  {
    overflow: auto;
    white-space: nowrap;
    margin-bottom: 10px;
    -webkit-overflow-scrolling: touch;
  }

  .jikanwari-wrap table {
    border-collapse: collapse;
    text-align: center;
    color: #595757;
    font-size: 17px;
  }

  .jikanwari-wrap th {
    background-color: #efefef;
  }

  .jikanwari-wrap td {
    background-color: #fff;
  }

  .jikanwari-wrap th,
  .jikanwari-wrap td {
    border: solid 1px #c5c3c2;
    padding: 16px 10px;
  }

  .jikanwari-wrap td:first-child {
    background-color: #efefef;
  }

  .ichinichi-wrap {
    margin-bottom: 70px;
  }

  .ichinichi-wrap p {
    margin-bottom: 30px;
    font-size: 15px;
  }

  .hokago-wrap p {
    font-size: 15px;
  }

  .hokago-block:not(:last-child) {
    margin-bottom: 30px;
  }

  .hokago-block h3 {
    padding-bottom: 6px;
    margin-bottom: 22px;
    border-bottom: solid 1px #9fa0a0;
  }

  .hokago-block h3 > span {
    display: block;
    padding-left: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-left: solid 8px;
    font-size: 20px;
    font-weight: bold;
    color: #f08300;
    border-color: #f08300;
  }

  .hokago-block p {
    margin-bottom: 20px;
  }

  .toggle-btn-hokago-wrap {
    text-align: right;
    padding-bottom: 20px;
  }

  .toggle-box-hokago img {
    display: block;
  }

  .toggle-box-hokago div img:not(:first-child) {
    margin-top: 15px;
  }

  .toggle-btn-hokago-wrap span {
    display: inline-block;
    width: 100px;
  }

  /* 給食弁当(SP) ++++++++++++++++++++++++++++++++++++++++++++++++ */

  .kyusyoku-wrap p:first-child {
    font-size: 16px;
    text-align: center;
    margin-bottom: 60px;
  }

  .kyusyoku-wrap .order-wrap {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 40px;
  }

  .kyusyoku-wrap .order-left {
    position: relative;
    padding: 0 15px;
    margin-top: -50px;
    padding-bottom: 50px;
  }

  .kyusyoku-wrap .balloon {
    width: 75%;
    margin-left: -20px;
    margin-bottom: 2px;
  }

  .kyusyoku-wrap .order-btn-wrap {
    margin-bottom: 20px;
  }

  .kyusyoku-wrap .order-right p {
    padding-left: 20px;
    font-size: 14px;
    position: relative;
  }

  .kyusyoku-wrap .order-right p:not(:first-child) {
    margin-bottom: 14px;
  }

  .kyusyoku-wrap .order-right p::before {
    content: "●";
    color: #f8b62d;
    position: absolute;
    top: 0;
    left: 0;
  }

  .kyusyoku-wrap > p:nth-child(3) {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
    border-bottom: solid 2px #595757;
  }

  .kyusyoku-wrap > p:nth-child(3) > span {

  }

  .kyusyoku-wrap > p:nth-child(4) {
    font-size: 14px;
    line-height: 1.8;
  }

  /* 希望者参加のイベント(SP) ++++++++++++++++++++++++++++++++++++++++++++++++ */

  .event-wrap p {
    font-size: 15px;
  }

  .event-block:not(:last-child) {
    margin-bottom: 40px;
  }

  .event-block > h3 {
    padding-bottom: 6px;
    margin-bottom: 22px;
    border-bottom: solid 1px #9fa0a0;
  }

  .event-block > h3 > span {
    display: block;
    padding-left: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-left: solid 8px #8fc31f;
    font-size: 20px;
    font-weight: bold;
    color: #8fc31f;
  }

  .event-block > p:nth-child(2) {
    margin-bottom: 20px;
  }

  .event-block .pic-wrap div {
    margin-bottom: 20px;
  }

  .event-block .pic-wrap div p {
    padding-top: 5px;
    text-align: center;
  }

  /* 制服について(SP) ++++++++++++++++++++++++++++++++++++++++++++++++ */

  .seifuku-wrap p:first-child {
    text-align: center;
    font-size: 15px;
    margin-bottom: 30px;
  }

  .seifuku-block-left {
    position: relative;
    background-color: green;
  }

  .seifuku-block-right > div {
    position: relative;
  }

  .seifuku-block-right > div {
    margin-top: 20px;
  }

  .seifuku-block .balloon-1 {
    position: absolute;
    width: 44%;
    top: 2%;
    left: 2%;
  }

  .seifuku-block .balloon-2 {
    position: absolute;
    width: 46%;
    top: 2%;
    right: 2%;
  }

  .seifuku-block .balloon-3 {
    position: absolute;
    width: 42%;
    top: 2%;
    left: 2%;
  }

  .seifuku-block .balloon-4 {
    position: absolute;
    width: 33%;
    bottom: 2%;
    left: 2%;
  }

  /* 入試情報(SP) ++++++++++++++++++++++++++++++++++++++++++++++++ */

  .nyushi-wrap > p {
    font-size: 16px;
    margin-bottom: 40px;
  }

  .nyushi-block:nth-child(2) {
    margin-bottom: 40px;
  }

  .nyushi-block > h3 {
    display: block;
    padding-left: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-left: solid 8px #da7db0;
    font-size: 20px;
    font-weight: bold;
    color: #da7db0;
    margin-bottom: 20px;
  }

  .nyushi-block .pdf-download {
    width: 100%;
    padding: 20px 10px;
    background-color: #fff;
    color: #595757;
    text-align: center;
    overflow: hidden;
  }

  .nyushi-block .pdf-download li {
    width: 50%;
    float: left;
  }

  .nyushi-block .pdf-download a {
    display: block;
    text-decoration: none;
    margin: 0 5px 20px;
  }

  .nyushi-block .pdf-download a img {
    width: 50%;
  }

  .nyushi-block .pdf-download a p {
    color: #da7db0;
  }

  .nyushi-block .pdf-download p {
    font-size: 16px;
    font-weight: bold;
    padding-top: 4px;
  }

  .nyushi-block .table-scroll  {
    overflow: auto;
    white-space: nowrap;
    margin-bottom: 10px;
    -webkit-overflow-scrolling: touch;
  }

  .nyushi-block table {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
    color: #595757;
    font-size: 16px;
    line-height: 1.6;
    white-space: nowrap;
  }

  .nyushi-block .table-scroll:last-child table  {
    margin-bottom: 0;
  }

  .nyushi-block table th:first-child {
    width: 160px;
  }

  .nyushi-block th {
    background-color: #efefef;
    padding: 20px 10px;
  }

  .nyushi-block td {
    background-color: #fff;
    padding: 20px 10px;
  }

  .nyushi-block th,
  .nyushi-block td {
    border: solid 1px #c5c3c2;
  }

  .nyushi-block div:nth-child(3) tr:nth-child(6) td,
  .nyushi-block div:nth-child(3) tr:nth-child(8) td {
    text-align: center;
  }

  /* Q＆Aよくある質問(SP) ++++++++++++++++++++++++++++++++++++++++++++++++ */

  .faq-block:not(:last-child) {
    margin-bottom: 50px;
  }

  .faq-block h3 {
    font-size: 16px;
    font-weight: bold;
    color: #eb625a;
    margin-bottom: 12px;
    padding-top: 10px;
    padding-left: 40px;
    line-height: 1.5;
    position: relative;
  }

  .faq-block h3:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    background-image: url(../img/faq/q_icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 30px;
    width: 30px;
  }

  .faq-block p {
    padding: 20px 30px;
    background-color: #fff;
    line-height: 1.8;
    font-size: 14px;
  }

  /* 各種費用について、転入・編入試験について(SP) ++++++++++++++++++++++++++++++++++++++++++++++++ */

  .hiyo-wrap {
    margin-bottom: 40px;
  }

  .hiyo-wrap .table-scroll  {
    overflow: auto;
    white-space: nowrap;
    margin-bottom: 10px;
    -webkit-overflow-scrolling: touch;
  }

  .hiyo-wrap table {
    width: 100%;
    border-collapse: collapse;
    color: #595757;
    font-size: 16px;
    line-height: 1.6;
    white-space: nowrap;
  }

  .hiyo-wrap th {
    background-color: #efefef;
    padding: 10px;
  }

  .hiyo-wrap td {
    background-color: #fff;
    padding: 10px;
    text-align: center;
  }

  .hiyo-wrap th,
  .hiyo-wrap td {
    border: solid 1px #c5c3c2;
  }

  .hiyo-wrap p:nth-child(2) {
    text-align: right;
    margin-bottom: 20px;
    font-size: 13px;
  }

  .hiyo-wrap p:nth-child(3) {
    font-size: 14px;
  }

  .tennyu-wrap h3 {
    font-size: 17px;
    font-weight: bold;
    color: #595757;
    position: relative;
    padding-left: 20px;
    margin-bottom: 14px;
  }

  .tennyu-wrap h3::before {
    position: absolute;
    top: 1px;
    left: 0;
    display: block;
    content: "";
    background-image: url(../img/hiyo/arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 14px;
    width: 12px;
  }

  .tennyu-wrap p {
    margin-bottom: 40px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.6;
  }

  .tennyu-wrap p:last-child {
    margin-bottom: 0;
  }

  /* 各種届け・申込用紙(SP) ++++++++++++++++++++++++++++++++++++++++++++++++ */

  .todoke-block {
    padding: 40px 20px;
    background-color: #fff;
  }

  .todoke-block .download-wrap {
    overflow: hidden;
  }

  .todoke-block .download-wrap:not(:last-child) {
    margin-bottom: 30px;
  }

  .todoke-block h3 {
    display: block;
    padding-left: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-left: solid 8px #232771;
    font-size: 20px;
    font-weight: bold;
    color: #232771;
    margin-bottom: 16px;
  }

  .todoke-block p {
    font-size: 14px;
  }

  .todoke-block .download-left {
    width: 20%;
    float: left;
  }

  .todoke-block .download-right {
    width: 80%;
    float: right;
    padding-left: 20px;
  }

  /* 個人情報保護方針(SP) ++++++++++++++++++++++++++++++++++++++++++++++++ */

  .privacy-wrap P:first-child {
    font-size: 14px;
    margin-bottom: 50px;
  }

  .privacy-wrap ul {
     font-size: 14px;
     color: #595757;
     line-height: 1.6;
  }

  .privacy-wrap li:not(:last-child) {
    margin-bottom: 26px
  }

  .privacy-wrap li {
    position: relative;
    padding-left: 18px;
  }

  .privacy-wrap li::before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background-image: url(../img/common/dott.svg);
    background-size: contain;
    position: absolute;
    top: 3px;
    left: 0;
  }

  /* アクセス(SP) ++++++++++++++++++++++++++++++++++++++++++++++++ */

  .access-wrap p {
    font-size: 15px;
    text-align: center;
    margin-bottom: 30px;
  }

  .access-wrap p:nth-child(3) {
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
  }

  .google-map {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }

  .google-map {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
  }
  .google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  /* 資料請求＆デジタルパンフレット(SP) ++++++++++++++++++++++++++++++++++++++++++++++++ */

  .seikyu-wrap {
    position: relative;
  }

  .seikyu-wrap h2:first-child {
    margin-bottom: 30px;
  }

  .seikyu-wrap .pamphlet-btn {
    width: 200px;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .seikyu-wrap .form-wrap {
    margin-bottom: 50px;
  }

  .seikyu-wrap .form-wrap p:first-child {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 20px;
  }

  .seikyu-wrap .form-wrap p:nth-child(2) {
    font-size: 13px;
    color: #e60012;
    margin-bottom: 5px;
  }

  .open-school-read {
	margin-bottom: 20px;
  }

  .open-school-wrap {
    padding: 20px;
    border: solid 1px #c5c3c2;
    background-color: #fff;
  }

  .open-school-block, .open-school-block2 {
    padding-bottom: 30px;
  }

  .open-school-block:not(:first-child) {
    border-top: solid 1px #c5c3c2;
    padding-top: 20px;
  }

  .open-school-block:last-child {
    padding-bottom: 0;
  }

  .open-school-block-left {
    margin-bottom: 20px;
  }

  .open-school-block-left p:first-child {
    color: #231815;
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 1;
  }

  .open-school-block-left p:first-child span {
    color: #fff;
    background-color: #a5d9e5;
    padding: 4px 10px;
    line-height: 1;
    display: inline-block;
    margin-left: 8px;
  }

  .open-school-block-left p:nth-child(2) {
    color: #231815;
    font-size: 16px;
  }

  .open-school-block-left .txt-deadline {
    color: #231815;
    font-size: 15px;
    margin-top: 10px;
  }

  .open-school-block-right h3 {
    font-size: 18px;
    font-weight: bold;
    color: #004098;
    padding-left: 10px;
    margin-bottom: 16px;
    border-left: solid 5px #004098;
    line-height: 1.5;
  }

  .open-school-block-right p {
    font-size: 14px;
  }

  .open-school-block-right .link-oschool {
    color: #ffffff;
    background-color: #e59ec6;
    display: block;
    padding: 15px 0;
    border-radius: 5px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    margin: 20px auto 0;
    letter-spacing: .16em;
    transition: all .4s ease-in-out;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    width: 200px;
  }
  .open-school-block-right .link-oschool:hover {
    opacity: .6;
    text-decoration: none;
  }

  /* お問合せ(SP) ++++++++++++++++++++++++++++++++++++++++++++++++ */

  .inquiry-wrap p:first-child {
    ont-size: 14px;
    line-height: 1.8;
    margin-bottom: 20px;
  }

  .inquiry-wrap .form-wrap p:nth-child(2) {
    font-size: 13px;
    color: #e60012;
    margin-bottom: 5px;
  }

  /* フォーム(SP) ++++++++++++++++++++++++++++++++++++++++++++++++ */

  .form-block {
    font-size: 14px;
  }

  .form-block table {
    width: 100%;
    margin-bottom: 20px;
    color: #595757;
    font-size: 14px;
    line-height: 1.6;
    white-space: nowrap;
    text-align: left;
  }

  .form-block table th {
    background-color: #efefef;
  }

  .form-block table td {
    background-color: #fff;
  }

  .form-block table th {
    display: block;
    padding: 10px;
  }

  .form-block table td {
    display: block;
    padding: 10px 20px;
  }

  .form-block table th em {
    color: #e60012;
    padding-left: 4px;
  }

  input {
    font-size: 14px;
    padding: 5px;
    width: 100%;
    border: solid 1px #c5c3c2;
  }

  textarea {
    width: 100%;
    border: solid 1px #c5c3c2;
  }

  select {
    height: 30px;
  }

  .submit-btn-wrap {
    text-align: center;
  }

  .submit-btn-wrap input[type="submit"] {
    border-top: solid 3px #cfcfcf;
    border-left: solid 3px #cfcfcf;
    border-right: solid 3px #7d7f7f;
    border-bottom: solid 3px #7d7f7f;
    background-color: #9fa0a0;
    color: #fff;
    padding: 10px 20px;
    line-height: 1;
    -webkit-appearance: none;
    display: inline-block;
    width: auto;
  }

  /* 日々の記録_アーカイブ(SP) ++++++++++++++++++++++++++++++++++++++++++++++++ */

  .kiroku-wrap > h2 {
    width: 260px;
    margin: 0 auto 20px;
  }

  .kiroku-cat-nav {
    width: 290px;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
  }

  .kiroku-cat-nav li {
    margin-right: 10px;
    margin-top: 14px;
  }

  .kiroku-cat-nav li:first-child,
  .kiroku-cat-nav li:nth-child(2),
  .kiroku-cat-nav li:nth-child(3) {
    margin-top: 0;
  }

  .kiroku-cat-nav li:nth-child(3n) {
    margin-right: 0;
  }

  .kiroku-cat-nav li a {
    display: -webkit-box; /* Androidブラウザ用 */
    display: flex;
    -webkit-box-align: center; /* Androidブラウザ用 */
    align-items: center;
    -webkit-box-pack: center; /* Androidブラウザ用 */
    justify-content: center;
    width: 90px;
    height: 30px;
    background-position: top right;
    background-repeat: no-repeat;
    position: relative;
    font-size: 12px;
    font-weight: bold;
    color: #727171;
    background: linear-gradient(225deg, transparent 6px, #fff 6px);
  }

  .kiroku-cat-nav li a span {
    text-indent: -8px;
  }

  .kiroku-cat-nav .all a {
    color: #fff;
    border-left: solid 4px #eb7190;
    background: linear-gradient(225deg, transparent 6px, #eb7190 6px);
  }

  .kiroku-cat-nav.gakko-gyoji .all a,
  .kiroku-cat-nav.hibinokiroku .all a,
  .kiroku-cat-nav.super-jugyo .all a,
  .kiroku-cat-nav.sotsugyosei .all a {
    color: #727171;
    background: linear-gradient(225deg, transparent 6px, #fff 6px);
  }

  .kiroku-cat-nav .gyoji a {
    border-left: solid 4px #67bdeb;
  }

  .kiroku-cat-nav.gakko-gyoji .gyoji a {
    background: linear-gradient(225deg, transparent 6px, #67bdeb 6px);
    color: #fff;
  }

  .kiroku-cat-nav .kiroku a {
    border-left: solid 4px #ea95bd;
  }

  .kiroku-cat-nav.hibinokiroku .kiroku a {
    background: linear-gradient(225deg, transparent 10px, #ea95bd 10px);
    color: #fff;
  }

  .kiroku-cat-nav .super-jugyo a {
    border-left: solid 4px #8fc31f;
  }

  .kiroku-cat-nav.super-jugyo .super-jugyo a {
    background: linear-gradient(225deg, transparent 10px, #8fc31f 10px);
    color: #fff;
  }

  .kiroku-cat-nav .sotsugyosei a {
    border-left: solid 4px #f8b62d;
  }

  .kiroku-cat-nav.sotsugyosei .sotsugyosei a {
    background: linear-gradient(225deg, transparent 10px, #f8b62d 10px);
    color: #fff;
  }

  .kiroku-right .kiji-list {
    padding-top: 30px;
    margin-bottom: 30px;
  }

  .kiroku-right .kiji-item {
    width: 224px;
    margin: 0 auto 0px;
  }

  .kiroku-right .kiji-item:not(:first-child) {
    margin-top: 30px;
  }

  .kiroku-right .kiji-item a {
    display: block;
    text-decoration: none;
  }

  .kiroku-right .kiji-thumb {
    margin-bottom: 10px;
  }

  .kiroku-right .date-wrap {
    font-size: 14px;
    overflow: hidden;
    margin-bottom: 6px;
    line-height: 1;
  }

  .kiroku-right .date   {
    display: inline-block;
    float: left;
    color: #727171;
    padding-top: 4px;
  }

  .kiroku-right .cat  {
    display: inline-block;
    float: right;
  }

  .kiroku-right .cat span {
    display: inline-block;
    border: solid 1px;
    padding: 3px 6px;
  }

  .kiroku-right .cat .gakko-gyoji {
    border-color: #5ebae4;
    color: #5ebae4;
  }

  .kiroku-right .cat .hibinokiroku {
    border-color: #ecb9d3;
    color: #ecb9d3;
  }

  .kiroku-right .cat .super-jugyo {
    border-color: #8fc31f;
    color: #8fc31f;
  }

  .kiroku-right .cat .sotsugyosei {
    border-color: #f8b62d;
    color: #f8b62d;
  }

  .kiroku-right h3 {
    font-size: 15px;
    font-weight: bold;
    color: #727171;
    line-height: 1.4;
  }

  .kiroku-left h4,
  .online-lesson-left h4 {
    padding: 10px 0;
    line-height: 1;
    text-align: center;
    border-top: solid 2px #727171;
    border-bottom: solid 2px #727171;
    font-size: 16px;
    color: #727171;
    margin-bottom: 20px;
  }

  .kiroku-left .new,
  .online-lesson-left .new {
    margin-bottom: 40px;
  }

  .kiroku-left .new a,
  .online-lesson-left .new a {
    color: #727171;
  }

  .kiroku-left .new li,
  .online-lesson-left .new li {
    font-size: 15px;
    line-height: 1.4;
  }

  .kiroku-left .new ul li:not(:first-child),
  .online-lesson-left .new ul li:not(:first-child) {
    margin-top: 8px;
  }

  .kiroku-left .month select,
  .online-lesson-left .month select {
    width: 100%;
    font-size: 15px;
    color: #727171;
  }

  .kiroku-left .month select:focus,
  .online-lesson-left .month select:focus {
    outline: 0;
  }

  .selectWrap{
    width: 100%;
    position: relative;
    display: inline-block;
    background-color: #fff;
    margin-bottom: 20px;
  }

  .selectWrap::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-bottom: solid 2px #727171;
    border-right: solid 2px #727171;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -4px;
  }

  .select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 40px;
    background: transparent;
    position: relative;
    z-index: 1;
    padding: 0 40px 0 10px;
    border: 1px solid #727171;
    border-radius: 2px;
  }

  /* ページ送り */
  .pagination-wrap {
    text-align: center;
    margin-bottom: 40px;
  }

  .pagination {
    display: inline-block;
  }

  .page-of {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #727171;
    text-align: center;
    margin-top: 8px;
  }

  .pagination a,
  .pagination .current {
    float: left;
    display: block;
    padding: 0 10px;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    background-color: #fff;
    margin: 0 3px;
  }
  .pagination .current {
    background: #dcdddd;
    color: #fff;
  }

  .pagination a {
    color: #727171;
    text-decoration: none;
  }

  .pagination a.pn-prev,
  .pagination a.pn-next {
    width: 40px;
    height: 40px;
    background-color: transparent;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px auto;
  }

  .pagination a.pn-prev {
    margin-right: 30px;
    background-image: url(../img/common/pagination_arrow_prev.svg);
  }

  .pagination a.pn-next {
    margin-left: 30px;
    background-image: url(../img/common/pagination_arrow_next.svg);
  }

  .pagination .current, .pagination .pn-numbers {
      display: none;
  }

  /* 日々の記録_シングル(SP) ++++++++++++++++++++++++++++++++++++++++++++++++ */

  .kiroku-single {
    padding-top: 30px;
    overflow: hidden;
  }

  .kiroku-single h3 {
    background-image: url(../img/kiroku/heading_bg.svg);
    background-repeat: no-repeat;
    background-position: left bottom;
    font-size: 16px;
    font-weight: bold;
    padding-left: 30px;
    border-bottom: solid 1px #727171;
    margin-bottom: 15px;
  }

  .kiroku-single-block {
    overflow: hidden;
    margin-bottom: 50px;
  }

  .kiroku-single-block-left .txt p {
    font-size: 14px;
    color: #727171;
  }

  .kiroku-single-block .main-pic {
    margin-bottom: 20px;
  }

  .kiroku-single-block .pdf-wrap {
    padding-top: 20px;
    text-align: right;
  }

  .kiroku-single-block .pdf-wrap p:not(:first-child) {
    margin-top: 8px;
  }

  .kiroku-single-block .pdf-wrap a {
    font-size: 16px;
    line-height: 1.6;
    color: #595757;
    text-decoration: underline;
  }

  .kiroku-single-block-right ul {
    margin-top: 20px;
    overflow: hidden;
  }

  .kiroku-single-block-right li {
    width: 50%;
    margin-bottom: 8px;
  }

  .kiroku-single-block-right li:nth-child(odd) {
    float: left;
  }

  .kiroku-single-block-right li:nth-child(odd) img {
    margin-right: 8px;
  }

  .kiroku-single-block-right li:nth-child(even) {
    float: right;
  }

  .kiroku-single-block-right li:nth-child(even) img {
    margin-left: 8px;
  }

  .kiroku-single-date {
    text-align: right;
    padding-bottom: 8px;
    margin-bottom: 20px;
  }

  .kiroku-single-date span {
    display: inline-block;
    font-size: 14px;
    color: #727171;
  }

  .kiroku-single-pager {
    font-size: 14px;
    margin-bottom: 50px;
    display: table;
    width: 100%;
  }

  .kiroku-single-pager > div {
    display: table-cell;
    vertical-align: middle;
  }

  .kiroku-single-pager a {
    display: inline-block;
    color: #727171;
  }

  .kiroku-single-pager > div:nth-child(1) {
    width: 30px;
  }

  .kiroku-single-pager > div:nth-child(2) {
    text-align: center;
  }

  .kiroku-single-pager > div:nth-child(3) {
    width: 30px;
  }

  .kiroku-single-pager > div:nth-child(1) > a {
    display: block;
    background-image: url(../img/common/pagination_arrow_prev.svg);
    width: 30px;
    height: 30px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px auto;
  }

  .kiroku-single-pager > div:nth-child(3) > a {
    display: block;
    background-image: url(../img/common/pagination_arrow_next.svg);
    width: 30px;
    height: 30px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px auto;
  }

  /* ライトボックスの調整 */
  .fancybox-title-over {
    font-size: 13px!important;
    color: #727171!important;
  }

  #fancybox-title-over {
    background: rgba(255,255,255,.64)!important;
  }

  /* 同窓会(SP) ++++++++++++++++++++++++++++++++++++++++++++++++ */

  .dosokai-wrap {
    width: 100%;
  }

  .dosokai-block {
    border: solid 1px #b5b5b6;
    margin-bottom: 30px;
  }

  .dosokai-wrap > h2 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #595757;
    border-bottom: solid 4px #595757;
    padding-bottom: 8px;
    margin-bottom: 20px;
  }

  .dosokai-block .date-wrap {
    background-color: #dbdcdc;
    padding: 10px;
    font-size: 14px;
  }

  .dosokai-block .date-wrap .date {
    display: inline-block;
    color: #231815;
    padding-right: 10px;
  }

  .dosokai-block .date-wrap .cat {
    background-color: #fff;
    color: #595757;
    display: inline-block;
    text-align: center;
    padding: 5px 10px;
  }

  .dosokai-block h3 {
    padding: 10px;
    font-size: 15px;
    color: #231815;
    line-height: 1.4;
    vertical-align: middle;
    background-color: #fff
  }

  .dosokai-block .content {
    padding: 10px 20px 20px;
    background-color: #fff;
    display: none;
  }

  .dosokai-block .pic-wrap {
    margin-bottom: 20px;
  }

  .dosokai-block .pic-wrap li:not(:first-child) {
    margin-top: 20px;
  }

  .dosokai-block .content .txt {
    font-size: 14px;
    color: #595757;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  .dosokai-block .content .pdf {
    text-align: center;
    margin-bottom: 20px;
    font-size: 14px;
  }

  .dosokai-block .content .pdf a {
    color: #c9caca;
    display: inline-block;
  }

  .dosokai-block .content .pdf a span {
    display: block;
  }

  .dosokai-block .content .pdf img {
    width: 100px;;
    height: auto;
    margin-bottom: 10px;
  }

  .dosokai-wrap .pagination-wrap {
    margin-top: 50px;
  }

  /* 保護者(SP) ++++++++++++++++++++++++++++++++++++++++++++++++ */
  .hogosya-wrap {
    width: 100%;
  }

  .hogosya-left {
    width: 200px;
    margin: 0 auto 30px;
  }

  .hogosya-nav {
    padding: 18px 12px 20px;
    background-color: #fff;
    text-align: center;
  }

  .hogosya-left .hogosya-nav:nth-child(n+2) {
    margin-top: 30px;
  }


  .hogosya-nav .txt {
    font-size: 15px;
    color: #595757;
    margin-bottom: 4px;
  }

  .hogosya-nav .btn {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #727171;
    padding: 10px 0;
    border-radius: 4px;
  }

  .hogosya-block {
    padding: 20px 20px 30px;
    margin-bottom: 40px;
    background-color: #fff;
  }

  .katsudo {
    border-top: solid 12px #c7e7e4;
  }

  .hogosya-info {
    border-top: solid 12px #f7dd99;
  }

  .hogosya-block h3 {
    font-size: 18px;
    line-height: 1.5;
    color: #231815;
  }

  .hogosya-block .ttl-wrap {
    background-image: url(../img/common/dot_line_bg.svg);
    background-position: left bottom;
    background-repeat: repeat-x;
    margin-bottom: 20px;
  }

  .hogosya-block .date {
    font-size: 14px;
    color: #595757;
    text-align: right;
    padding-top: 4px;
    padding-bottom: 6px;
  }

  .hogosya-block .pic-wrap {
    margin-bottom: 20px;
  }

  .hogosya-block .pic-wrap ul li:not(:last-child) {
    margin-bottom: 20px;
  }

  .hogosya-block .txt-wrap p {
    font-size: 14px;
    color: #595757;
    line-height: 1.8;
  }

  .hogosya-block .content .pdf {
    text-align: center;
    margin-bottom: 20px;
    font-size: 14px;
  }

  .hogosya-block .content .pdf a {
    color: #c9caca;
    display: inline-block;
  }

  .hogosya-block .content .pdf a span {
    display: block;
  }

  .hogosya-block .content .pdf img {
    width: 100px;;
    height: auto;
    margin-bottom: 10px;
  }

  .hogosya-block .pagination-wrap {
    margin-top: 50px;
  }
  /*
  /* オンライン授業(SP) ++++++++++++++++++++++++++++++++++++++++++++++++ */
  .online-lesson-wrap {
    width: 100%;
  }

  .online-lesson-left {
    width: 100%;
  }

  .online-lesson-ttl {
    width: 260px;
    margin: 0 auto 40px;
  }

  .online-lesson-cat {
    display: flex;
    flex-wrap:  wrap;
    justify-content: space-between;
    width: 290px;
    margin: 0 auto;
  }

  .online-lesson-cat li:first-child {
    width: 100%;
    flex-shrink: 0;
  }

  .online-lesson-cat li:nth-child(n+2) {
    width: 30%;
    flex-shrink: 0;
    margin-top: 20px;
  }

  .all-grade-nav-btn {
    display: flex;
    justify-content: center;
    padding-top: 12px;
    border-radius: 10px 10px 0 0;
    width: 46%;
    height: 38px;
    background-color: #fff;
    border-bottom: solid 5px #f6ae6a;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #727171;
  }

  .all-grade .all-grade-nav-btn {
    background-color: #f6ae6a;
    color: #fff;
  }

  .first-grade-nav-btn,
  .second-grade-nav-btn,
  .third-grade-nav-btn,
  .fourth-grade-nav-btn,
  .fifth-grade-nav-btn,
  .sixth-grade-nav-btn {
    display: flex;
    justify-content: center;
    padding-top: 12px;
    border-radius: 10px 10px 0 0;
    width: 100%;
    height: 38px;
    background-color: #fff;
    background-color: #fff;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #727171;
  }

  .first-grade-nav-btn {
    border-bottom: solid 5px #a3d6ca;
  }

  .first-grade .first-grade-nav-btn {
    background-color: #a3d6ca;
    color: #fff;
  }

  .second-grade-nav-btn {
    border-bottom: solid 5px #c5a4cc;
  }

  .second-grade .second-grade-nav-btn {
    background-color: #c5a4cc;
    color: #fff;
  }

  .third-grade-nav-btn {
    border-bottom: solid 5px #5dc2d0;
  }

  .third-grade .third-grade-nav-btn {
    background-color: #5dc2d0;
    color: #fff;
  }

  .fourth-grade-nav-btn {
    border-bottom: solid 5px #8fc42f;
  }

  .fourth-grade .fourth-grade-nav-btn {
    background-color: #8fc42f;
    color: #fff;
  }

  .fifth-grade-nav-btn {
    border-bottom: solid 5px #ee869a;
  }

  .fifth-grade .fifth-grade-nav-btn {
    background-color: #ee869a;
    color: #fff;
  }

  .sixth-grade-nav-btn {
    border-bottom: solid 5px #5976ba;
  }

  .sixth-grade .sixth-grade-nav-btn {
    background-color: #5976ba;
    color: #fff;
  }

  .online-lesson-right-inner {
    width: 244px;
    margin: 0 auto;
    padding: 40px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .online-lesson-card {
    width: 100%;
    flex-shrink: 0;
    color: #727171;
  }

  .movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }

  .movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .no-movie-dummy {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #858585;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.2em;
  }

  .online-lesson-card:nth-child(n+2) {
    margin-top: 40px;
  }

  .online-lesson-card-movie {
    margin-bottom: 10px;
  }

  .online-lesson-card-status {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
  }

  .online-lesson-card-date {
    font-size: 14px;
  }

  .online-lesson-card-cat {
    font-size: 14px;
  }

  .online-lesson-card-cat .all-grade {
    border: solid 1px #f6ae6a;
    color: #f6ae6a;
    padding: 3px 6px;
  }

  .online-lesson-card-cat .first-grade {
    border: solid 1px #a3d6ca;
    color: #a3d6ca;
    padding: 3px 6px;
  }

  .online-lesson-card-cat .second-grade {
    border: solid 1px #c5a4cc;
    color: #c5a4cc;
    padding: 3px 6px;
  }

  .online-lesson-card-cat .third-grade {
    border: solid 1px #5dc2d0;
    color: #5dc2d0;
    padding: 3px 6px;
  }

  .online-lesson-card-cat .fourth-grade {
    border: solid 1px #8fc42f;
    color: #8fc42f;
    padding: 3px 6px;
  }

  .online-lesson-card-cat .fifth-grade {
    border: solid 1px #ee869a;
    color: #ee869a;
    padding: 3px 6px;
  }

  .online-lesson-card-cat .sixth-grade {
    border: solid 1px #5976ba;
    color: #5976ba;
    padding: 3px 6px;
  }

  .online-lesson-card-ttl {
    font-size: 16px;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .onlin-lesson-card-btn {
    display: flex;
    justify-content: center;
  }

  .onlin-lesson-card-btn a {
    display: inline-block;
    background-color: #fff;
    font-size: 16px;
    line-height: 1;
    color: #727171;
    padding: 12px 10px;
  }

  .online-lesson-single-content {
    padding: 40px 0 20px;
  }

  .online-lesson-single-ttl {
    border-bottom: solid 2px #595757;
    padding: 0 0 6px 10px;
    margin-bottom: 30px;
    position: relative;
    font-size: 16px;
    line-height: 1.6;
    font-weight: bold;
    color: #727171;
  }

  .online-lesson-single-ttl::before {
    content: "";
    display: block;
    width: 4px;
    height: calc(100% - 8px);
    background-color: #649b78;
    position: absolute;
    top: 0;
    left: 0;
  }

  .online-lesson-single-content-inner-left {
    padding-bottom: 40px;
  }

  .online-lesson-single-txt {
    padding: 30px 0;
  }

  .online-lesson-pdf {
    text-align: right;
    font-size: 14px;
  }

  .online-lesson-pdf a {
    color: #c9caca;
    display: inline-block;
  }

  .online-lesson-pdf img {
    width: 100px;;
    height: auto;
  }

  .online-lesson-single-content-inner-right {
    margin-bottom: 50px;
  }

  .online-lesson-single-content-inner-right ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .online-lesson-single-content-inner-right li {
    flex-shrink: 0;
    width: calc(50% - 5px);
  }

  .online-lesson-single-content-inner-right li:nth-child(n+3) {
    margin-top: 10px;
  }

  .online-lesson-single-date {
    font-size: 14px;
    color: #727171;
    text-align: right;
    border-bottom: solid 2px #595757;
    padding-bottom: 8px;
  }
  /* ★ */

    /* nyushi SP */
    .box-nyu {
        display: flex;
        flex-direction: column;
    }
    .box-nyu a {
        display: block;
        overflow: hidden;
        position: relative;
    }
    .box-nyu a:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .5);
        position: absolute;
        top: 0;
        left: 0;
        transition: all .6s ease-in-out;
        z-index: 1;
    }
    .box-nyu a span {
        border: 1px solid #ffffff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        z-index: 1;
        width: 95%;
        height: 88%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .box-nyu a .bg-img {
        z-index: 0;
        transition: all .6s ease-in-out;
    }
    .box-nyu a:hover,
    .box-nyu a:hover img {
        opacity: 1;
    }
    .box-nyu a:hover:before {
        opacity: .3;
    }
    .box-nyu a:hover .bg-img {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: .8;
    }
    .box-nyu a span img {
        height: 102px;
    }


    /* bnr SP */
    .box-bnr {
        padding: 30px 20px 40px;
    }
    .box-bnr ul {
        display: flex;
        width: 100%;
        margin: 0 auto;
        justify-content: space-between;
        flex-direction: column;
        gap: 20px 0;
        align-items: center;
    }
    .box-bnr ul li {
        width: 85%;
    }
}

@media print, screen and (min-width:600px) {

  /* 共通(PC) ++++++++++++++++++++++++++++++++++++++++++++++++ */

  .sp {
    display: none;
  }

  .pc {
    display: block;
  }

  a:hover {
    text-decoration: underline;
  }

  p {
    font-size: 14px;
    line-height: 1.6;
    color: #595757;
  }

  a:hover img {
    opacity: 0.8;
  }

  .container-home {
    width: 1000px;
    margin: auto;
  }

  .container {
    width: 1000px;
    margin: auto;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .container-wrap {
    width: 100%;
    background-color: #f8f7f0;
    min-width: 1000px;
  }

  /* 見出し */
  .heading {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
    background-image: url(../img/common/pencil_line.svg);
    background-repeat: no-repeat;
    background-position: center center;
  }

  .heading::before {
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: 0;
    display: block;
    content: "";
    background-image: url(../img/common/pencil_dott.svg);
    width: 8px;
    height: 8px;
    background-size: 100%;
    background-repeat: no-repeat;
  }

  .heading::after {
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 0;
    display: block;
    content: "";
    background-image: url(../img/common/pencil_dott.svg);
    width: 8px;
    height: 8px;
    background-size: 100%;
    background-repeat: no-repeat;
  }

  .heading span {
    letter-spacing: 0.6em;
    text-indent:0.6em;
    display: inline-block;
    background-image: linear-gradient(
      -45deg,
      #b5b5b6 25%,
      #f8f7f0 25%, #f8f7f0 50%,
      #b5b5b6 50%, #b5b5b6 75%,
      #f8f7f0 75%, #f8f7f0
      );
    background-size: 4px 4px;
    text-align: center;
    padding: 10px 0;
    color: #595757;
    font-size: 18px;
    font-weight: bold;
  }

  /* ヘッダー(PC) ++++++++++++++++++++++++++++++++++++++++++++++++ */

  .header {
    position: relative;
    width: 1280px;
    margin: 0 auto 20px;
    padding-top: 55px;
  }

  .h-logo {
    width: 416px;
    position: absolute;
    top: 70px;
    z-index: 1;
  }

  .box-tel {
    position: absolute;
    top: 17px;
    right: 262px;
  }
  .box-tel a {
    color: #333333;
    font-size: 25px;
    line-height: 1;
    letter-spacing: .02em;
    margin-bottom: 5px;
  }
  .box-tel a span {
    font-size: 30px;
    line-height: 1;
    letter-spacing: .02em;
  }
  .box-tel a:hover {
    text-decoration: none;
  }
  .box-tel a img {
    margin: 5px 11px 0 0;
  }
  .box-tel .txt-time {
    font-size: 12px;
    letter-spacing: .08em;
    font-weight: bold;
  }
  .box-tel .txt-time span {
    font-size: 11px;
    margin-right: 10px;
  }

  /* グローバルナビ(PC) ++++++++++++++++++++++++++++++++++++++++++++++++ */

  .g-nav-wrap {
    position: relative;
    width: 1280px;
    height: 92px;
    margin: 0 auto;
    background-image: url(../img/common/g_nav_bg.svg);
    /* background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0 72px; */

    background-size: 68%;
    background-repeat: no-repeat;
    background-position: right 65px;
  }

  .g-nav {
    position: absolute;
    z-index: 100;
    width: 872px;
    right: 0;
  }

  .g-nav > li {
    float: left;
    box-sizing: border-box;
    width: 218px;
    padding: 0 7px;
  }

  .g-nav > li > span {
    display: block;
    width: 204px;
    height: 92px;
    background-size: 100%;
    background-position: top;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }

  .g-nav > li:hover > span  {
    background-position: bottom;
    opacity: 0.6;
  }

  .g-nav > li.g-nav-gakko > span {
    background-image: url(../img/common/g_nav_gakko_btn.svg);
  }

  .g-nav > li.g-nav-seikatsu > span {
    background-image: url(../img/common/g_nav_seikatsu_btn.svg);
  }

  .g-nav > li.g-nav-nyugaku > span {
    background-image: url(../img/common/g_nav_nyugaku_btn.svg);
  }

  .g-nav > li.g-nav-otoiawase > span {
    background-image: url(../img/common/g_nav_otoiawase_btn.svg);
  }

  .g-nav > li > ul {
    padding: 0 7px 7px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .g-nav-gakko > ul {
    background: rgba(237, 108, 0, 0.6);
  }

  .g-nav-seikatsu > ul {
    background: rgba(0, 175, 204, 0.6);
  }

  .g-nav-nyugaku > ul {
    background: rgba(235, 109, 142, 0.6);
  }

  .g-nav-otoiawase > ul {
    background: rgba(69, 176, 53, 0.6);
  }

  .g-nav > li > ul > li {
    margin-bottom: 7px;
    background-color: #fff;
    border-radius: 3px;
  }

  .g-nav > li > ul > li:last-child {
    margin-bottom: 0;
  }

  .g-nav > li > ul > li a {
    position: relative;
    display: block;
    height: 56px;
    border-radius: 3px;
    /* font-size: 16px; */
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.2em;
    color: #595757;
    background-color: #fff;
  }

  .g-nav > li > ul > li a:hover {
    color: #fff;
  }

  .g-nav-gakko > ul > li a:hover {
    background: rgba(237, 108, 0, 0.8);
  }

  .g-nav-seikatsu > ul > li a:hover {
    background: rgba(0, 175, 204, 0.8);
  }

  .g-nav-nyugaku > ul > li a:hover {
    background: rgba(235, 109, 142, 0.8);
  }

  .g-nav-otoiawase > ul > li a:hover {
    background: rgba(69, 176, 53, 0.8);
  }

  .g-nav > li > ul > li > a > span {
    position: absolute;
    /* width: 236px; */
    width: 204px;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform : translate(-50%,-50%);
    transform : translate(-50%,-50%);
    text-align: center;
  }

  .g-nav > li > ul {
    display: none;
  }

  .g-nav > li:hover > ul {
    display: block;
  }

  /* ヘッダー保護者ページのリンク(PC) */
  .g-nav-sub {
    position: absolute;
    top: -60px;
    right: 0;
    /* width: 400px; */
    width: 249px;
  }

  .g-nav-sub > li {
    float: left;
    width: 118px;
    height: 48px;
  }

  .g-nav-sub > li > a {
    display: block;
    width: 118px;
    height: 48px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  .g-nav-sub > li > a.g-nav-sub-hogosya {
    width: 98px;
    height: 44px;
  }

  .g-nav-sub > li > a:hover {
    opacity: 0.8;
  }

  .g-nav-sub > li:last-child {
    float: right;
  }

  /* .g-nav-sub-hogosya {
    background-image: url(../img/common/h_hogosya_btn.svg);
  } */
  .g-nav-sub-contact {
    background-image: url(../img/common/btn_contact.svg);
    background-position: top -2px left 0px;
    background-size: 103% auto !important;
  }

  /* .g-nav-sub-dosokai {
    background-image: url(../img/common/h_dosokai_btn.svg);
  } */
  .g-nav-sub-hogosya {
    background-image: url(../img/common/btn_hogosya.svg);
  }

  /* フッター(PC) ++++++++++++++++++++++++++++++++++++++++++++++++ */

  footer {
    width: 100%;
    background-color: #f8f7f0;
    position: relative;
    min-width: 1000px;
  }

  footer .scroll_btn {
    position: absolute;
    width: 36px;
    height: 36px;
    top: -18px;
    left: 50%;
    margin-left: -18px;
  }

  .footer-inner {
    width: 1000px;
    margin: 0 auto;
  }

  .f-nav {
    color: #727171;
    padding: 60px 20px 0;
    /* background-image: url(../img/common/pencil_line.svg);
    background-repeat: no-repeat;
    background-position: center bottom; */
    border-bottom: 1px solid #b9b9b9;
  }

  .f-nav a {
    color: #727171;
  }

  .f-nav > ul {
    padding-bottom: 30px;
  }

  .f-nav > ul > li {
    float: left;
  }

  .f-nav li.comingsoon a {
    pointer-events: none;
  }

  .f-nav > ul > li:nth-child(1) {
    width: 303px;
  }

  .f-nav > ul > li:nth-child(2) {
    width: 240px;
  }

  .f-nav > ul > li:nth-child(3) {
    width: 286px;
  }

  .f-nav > ul > li:nth-child(4) {
    width: 131px;
  }

  .f-nav > ul > li > span {
    display: block;
    padding-left: 20px;
    margin-bottom: 16px;
    background-image: url(../img/common/f_nav_arrow.svg);
    background-size: 13px;
    font-size: 16px;
    background-repeat: no-repeat;
    background-position: 0 2px;
  }

  .f-nav > ul > li > ul {
    padding-left: 38px;
    font-size: 13px;
  }

  .f-nav > ul > li:last-child > ul {
    padding-left: 0;
  }

  .f-nav > ul > li > ul > li {
    margin-bottom: 14px;
  }

  .f-nav > ul > li:last-child > ul {
    font-size: 16px;
  }

  .f-nav > ul > li:last-child > ul > li {
    padding-left: 20px;
    margin-bottom: 20px;
    background-image: url(../img/common/f_nav_arrow.svg);
    background-repeat: no-repeat;
    background-position: 0 2px;
  }

  .f-nav ul li .link-sub {
    font-size: 13px;
  }
  .f-nav ul li .list-btn {
    margin-top: 50px;
    width: 160px;
  }
  .f-nav ul li .list-btn li {
    padding: 0 !important;
    background: none !important;
  }
  .f-nav ul li .list-btn li:first-child {
    margin-bottom: 10px;
  }
  .f-nav ul li .list-btn li a {
    background-color: #b3b3b3;
    border-radius: 6px;
    color: #ffffff;
    font-size: 17px;
    line-height: 1;
    display: block;
    padding: 7px 5px 6px 13px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .4);
  }
  .f-nav ul li .list-btn li a:hover {
    text-decoration: none;
    opacity: .6;
  }
  .f-nav ul li .list-btn li a img {
    margin-right: 8px;
  }
  .f-nav ul li .list-btn li:first-child a {
    padding: 7px 0 6px 19px;
  }

  .f-contact-wrap {
    padding-top: 40px;
    padding-bottom: 36px;
  }

  .f-logo {
    float: left;
    width: 418px;
  }

  .f-contact {
    float: right;
    width: 490px;
    font-size: 13px;
    color: #595757;
    line-height: 1.8;
    letter-spacing: 0.14em
  }

  .f-privacy-policy {
    width: 100%;
    padding: 20px 0;
    background-color: #b5b5b6;
    text-align: center;
  }

  .f-privacy-policy > a {
    display: inline-block;
    background-color: #fff;
    border-radius: 10px;
    color: #595757;
    padding: 10px 20px;
    font-size: 16px;
    letter-spacing: 0.2em;
  }

  .f-privacy-policy > a:hover {
    opacity: 0.8;
    text-decoration: none;
  }

  /* トップページ(PC) ++++++++++++++++++++++++++++++++++++++++++++++++ */

  /* スライダー */
  .slider-wrap {
    overflow-x: hidden;
    min-width: 1000px;
  }

  .slider {
    position: relative;
    margin:0 auto;
    max-width: 1000px;
    overflow-y: visible;
  }
  .swiper-container {
    width: 100%;
    height: 100%;
    overflow: visible;
    z-index: 1;
  }

  .swiper-pagination {
    text-align: right!important;
    padding-right: 20px;
    top: 10px!important;
  }

  .kodomo-wrap {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .open_school_balloon {
    position: relative;
  }

  .open_school_balloon a {
    position: absolute;
    display: inline-block;
    top: -90px;
    right: -10px;
    z-index: 2;
  }

  .kodomo-wrap p {
    margin-bottom: 18px;
  }

  .kodomo-wrap > ul > li {
    float: left;
    width: 310px;
    margin-right: 35px;
  }

  .kodomo-wrap > ul > li:last-child {
    margin-right: 0;
  }

  .kyoiku-wrap {
    margin-bottom: 20px;
  }

  .kyoiku-wrap > p {
    width: 602px;
    margin: 0 auto 50px;
  }

  .kyoiku-wrap > ul > li:first-child {
    float: left;
    width: 484px;
  }

  .kyoiku-wrap > ul > li:last-child {
    float: right;
    width: 484px;
  }

  .page-list {
    margin-bottom: 120px;
  }

  .page-list ul {
    display: flex;
    flex-direction: row nowrap;
    justify-content: space-between;
    margin-bottom: 26px;
  }

  /* トップページ・学校からのお知らせ(PC) ++++++++++++++++++++++++++++++++++++++++++++++++ */

  .oshirase-wrap {
    width: 100%;
    min-width: 1000px;
    padding: 30px 0;
    margin-bottom: 40px;
    background-color: #f8f7f0;
  }

  .oshirase-inner {
    width: 1000px;
    margin: 0 auto;
    padding: 0 25px;
    background-color: #fff;
    background-image: url(../img/common/dot_line_bg.svg), url(../img/common/dot_line_bg.svg);
    background-repeat: repeat-x, repeat-x;
    background-position: left top, left bottom;
    overflow: hidden;
  }

  .oshirase-inner h2 {
    padding: 1px 0 30px;
    float: left;
  }

  .oshirase-content {
    width: 860px;
    float: right;
    padding-top: 20px;
  }

  .info-wrap {
    padding-bottom: 20px;
  }

  .info-block {
    overflow: hidden;
    color: #595757;
  }

  .info-block:not(:first-child) {
    margin-top: 10px;
  }

  .info-block .date {
    float: left;
    width: 118px;
    margin-right: 10px;
    font-size: 14px;
    line-height: 1.6;
  }

  .info-block .cat {
    float: left;
    width: 80px;
    margin-right: 20px;
    font-size: 15px;
  }

  .info-block .cat span {
    display: block;
    margin-bottom: 5px;
    padding: 4px 8px;
    background-color: #dcdddd;
    text-align: center;
    line-height: 1;
  }

  .info-block .txt {
    float: left;
    width: 632px;
    font-size: 14px;
  }

  .info-block .txt a {
    color: #595757;
    text-decoration: underline;
  }

  .info-block .txt a:hover {
    opacity: 0.8;
  }

  .kinkyu-block {
    background-color: #fffcdb;
    margin-bottom: 30px;
    border-radius: 14px;
    padding: 0 30px;
    display: table;
    width: 100%;
  }

  .kinkyu-block div {
    position: relative;
    display: block;
    vertical-align: top;
    width: 120px;
    height: 132px;
    display: table-cell;
  }

  .kinkyu-block img {
    position: relative;
    left: 0;
    top: 5px;
  }

  .kinkyu-block p {
    font-size: 16px;
    color: #595757;
    display: table-cell;
    vertical-align:middle;
    padding: 20px 0;
  }

  /* トップページ・日々の記録(PC) ++++++++++++++++++++++++++++++++++++++++++++++++ */

  .top-kiroku-wrap {
    margin-bottom: 55px;
  }

  .top-kiroku-wrap h2 {
    text-align: center;
    margin-bottom: 38px;
  }


  .top-kiroku-wrap .kiji-list {
    overflow: hidden;
    margin-bottom: 40px;
  }


  .top-kiroku-wrap .kiji-item {
    float: left;
    width: 232px;
  }

  .top-kiroku-wrap .kiji-item:not(:first-child) {
    margin-left: 24px;
  }

  .top-kiroku-wrap .kiji-item a {
    display: block;
    text-decoration: none;
    overflow: hidden;
  }

  .top-kiroku-wrap .kiji-thumb {
    background-color: #fff;
    margin-bottom: 6px;
  }

  .top-kiroku-wrap .date-wrap {
    font-size: 14px;
    overflow: hidden;
    margin-bottom: 6px;
    line-height: 1;
  }

  .top-kiroku-wrap .date   {
    display: inline-block;
    float: left;
    color: #727171;
    padding-top: 4px;
  }

  .top-kiroku-wrap .cat  {
    display: inline-block;
    float: right;
  }

  .top-kiroku-wrap .cat span {
    display: inline-block;
    border: solid 1px;
    padding: 3px 6px;
  }

  .top-kiroku-wrap .cat .gakko-gyoji {
    border-color: #5ebae4;
    color: #5ebae4;
  }

  .top-kiroku-wrap .cat .hibinokiroku {
    border-color: #ecb9d3;
    color: #ecb9d3;
  }

  .top-kiroku-wrap .cat .super-jugyo {
    border-color: #8fc31f;
    color: #8fc31f;
  }

  .top-kiroku-wrap .cat .sotsugyosei {
    border-color: #f8b62d;
    color: #f8b62d;
  }

  .top-kiroku-wrap h3 {
    color: #585757;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .top-kiroku-wrap .kiroku-archive-btn {
    text-align: center;
  }

  .top-kiroku-wrap .kiroku-archive-btn a {
    display: inline-block;
    padding: 4px 12px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    background-color: #b5b5b6;
    text-decoration: none;
  }

  .top-kiroku-wrap .kiroku-archive-btn a:hover {
    opacity: 0.8;
  }

  /* 教育指針(PC) ++++++++++++++++++++++++++++++++++++++++++++++++ */

  .shishin-wrap-1 {
    width: 100%;
    margin-bottom: 60px;
  }

  .shishin-txt {
    float: left;
    width: 440px;
  }

  .shishin-txt > P:first-child {
    margin-bottom: 30px;
  }

  .shishin-txt > P:last-child {
  font-size: 17px;
  }

  .shishin-pic {
    float: right;
    width: 490px;
  }

  .shishin-kodomo-wrap {
    margin-bottom: 60px;
  }

  .shishin-kodomo-wrap > ul > li {
    float: left;
    width: 310px;
    margin-right: 35px;
  }

  .shishin-kodomo-wrap > ul > li:last-child {
    margin-right: 0;
  }

  .shishin-kodomo-wrap > h3 {
    text-align: center;
    padding: 10px 0;
    margin-bottom: 20px;
    background-image: url(../img/common/dot_line_bg.svg), url(../img/common/dot_line_bg.svg);
    background-repeat: repeat-x, repeat-x;
    background-position: left top, left bottom;
  }

  .shishin-kodomo-wrap > h3 img:nth-child(1) {
    display: inline-block;
     width: 566px;
   }

  .kotyo-inner {
    padding: 30px;
    background-color: #fff;
  }

  .kotyo-pic {
    float: left;
    width: 234px;
  }

  .kotyo-txt {
    float: right;
    width: 667px;
  }

  .kotyo-txt > h3 {
    vertical-align: top;
    font-size: 20px;
    line-height: 1;
    padding-left: 10px;
    margin-bottom: 24px;
    color: #595757;
    border-left: solid 10px #595757;
  }

  .kotyo-txt > h3 > span {
    display: block;
  }

  .kotyo-txt > h3 > span:first-child {
    margin-bottom: 10px;
  }

  /* 心の教育(PC) ++++++++++++++++++++++++++++++++++++++++++++++++ */

  .kokoro-txt {
    text-align: center;
    font-size: 20px;
    padding: 30px 0 40px;
    line-height: 1.8;
  }

  .kokoro-block {
    width: 100%;
    margin-bottom: 40px;
  }

  .kokoro-block:last-child {
    margin-bottom: 0;
  }

  .kokoro-block-pic {
    float: left;
    width: 390px;
  }

  .kokoro-block-txt {
    float: right;
    width: 562px;
  }

  .kokoro-block h3 {
    padding-bottom: 6px;
    margin-bottom: 20px;
    background-image: url(../img/kokoro/heading_under_line.png);
    background-repeat: no-repeat;
    background-position: center bottom;
  }

  .kokoro-block h3 > span {
    display: block;
    padding-left: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-left: solid 8px;
  }

  .kokoro-block-wrap .kokoro-block:nth-child(1) span {
    color: #ea7eae;
    border-color: #ea7eae;
  }

  .kokoro-block-wrap .kokoro-block:nth-child(2) span {
    color: #78c06d;
    border-color: #78c06d;
  }

  .kokoro-block-wrap .kokoro-block:nth-child(3) span {
    color: #63b7d9;
    border-color: #63b7d9;
  }

  /* グローバル教育(PC) ++++++++++++++++++++++++++++++++++++++++++++++++ */

  .global-heading-wrap {
    position: relative;
    margin-bottom: 40px;
  }

  .global-heading-wrap > p {
    width: 256px;
    position: absolute;
    top: 142px;
    left: 0;
    font-size: 17px;
    line-height: 1.8;
    z-index: 1;
  }

  .global-block-1-inner {
    margin-bottom: 12px;
  }

  .global-block-1-pic {
    float: left;
    width: 435px;
  }

  .global-block-1-txt {
    float: right;
    width: 531px;
  }

  .global-block-1-txt > h3 {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .global-block-1-txt > p:last-child {
    font-size: 17px;
    line-height: 1.8;
  }

  .global-block-1 > p {
    text-align: center;
  }

  .global-block-1 > p:nth-child(3) {
    padding-top: 30px;
  }

  .global-block-1 > p:nth-child(4) {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .global-block-1 > p:nth-child(5) {
    font-size: 20px;
    margin-bottom: 80px;
  }

  .global-block-2-inner-1 {
    margin-bottom: 36px;
  }

  .global-block-2-inner-1-right {
    float: right;
    width: 584px;
  }

  .global-block-2-inner-1-left {
    float: left;
    width: 382px;
  }

  .global-block-2-inner-1-left > h3 {
    margin-top: 40px;
  }

  .global-block-2-inner-2 {
    position:  relative;
  }

  .global-block-2-inner-2-left {
    float: left;
    width: 529px;
  }

  .global-block-2-inner-2-left p {
    font-size: 17px;
    line-height: 1.8;
  }

  .global-block-2-inner-2-left p.p-2 {
    font-size: 14px;
    line-height: 1.8;
  }

  .global-block-2-inner-2-left p:first-child {
    padding-bottom: 40px;
  }

  .global-block-2-inner-2-left p:nth-child(3) {
    padding-top: 20px;
  }

  .global-block-2-inner-2-right {
    float: right;
    width: 435px;
  }

  .kokusai-course-btn-wrap {
    position: absolute;
    right: 0;
    bottom: 60px;
  }

  .kokusai-course-btn-wrap > p {
    text-align: center;
    padding-bottom: 4px;
    font-size: 16px;
  }

  /* 学校の歴史＆姉妹校(PC) ++++++++++++++++++++++++++++++++++++++++++++++++ */

  .rekishi-block-left {
    float: left;
    width: 480px;
  }

  .rekishi-block-right {
    float: right;
    width: 408px;
  }

  .rekishi-block h3 {
    font-size: 30px;
    margin-bottom: 20px;
    color: #595757;
    letter-spacing: 0.5em;
  }

  .rekishi-block-left table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    color: #595757;
    line-height: 1.6;
  }

  .rekishi-block-left tr {
    background-image: url(../img/common/dot_line_bg.svg);
    background-position: left bottom;
    background-repeat: repeat-x;
  }

  .rekishi-block-left th {
    padding: 10px 20px 10px 5px;
    white-space: nowrap;
    letter-spacing: 0.5em;
  }

  .rekishi-block-left td {
    padding: 10px 5px 10px 0;
  }

  .shimai-links-block {
    margin-bottom: 30px;
  }

  .shimai-links-block p {
    line-height: 0;
    margin-bottom: 10px;
  }

  .shimai-links-block p::before {
    display: inline-block;
    content: url(../img/rekishi/hp_icon.svg);
    width: 80px;
    height: 28px;
    margin-right: 10px;
  }

  .shimai-links-block p span {
    display: inline-block;
    margin-top: 5px;
    width: 318px;
    font-size: 14px;
    vertical-align: top;
  }

  .shimai-links-block p a {
    color: #595757;
    line-height: 1.4;
    vertical-align: top;
  }

  .shimai-links-block h4 {
    font-size: 17px;
    color: #595757;
    padding-top:12px;
    margin-bottom: 12px;
  }

  /* 時間割表、清心小学校の1日(PC) ++++++++++++++++++++++++++++++++++++++++++++++++ */

  .jikanwari-wrap {
    padding: 0 54px;
    margin-bottom: 70px;
  }

  .jikanwari-wrap table {
    width: 100%;
    margin-bottom: 10px;
    border-collapse: collapse;
    text-align: center;
    color: #595757;
    font-size: 17px;
  }

  .jikanwari-wrap th {
    background-color: #efefef;
  }

  .jikanwari-wrap td {
    background-color: #fff;
  }

  .jikanwari-wrap th,
  .jikanwari-wrap td {
    border: solid 1px #c5c3c2;
    padding: 16px 0;
  }

  .jikanwari-wrap td:first-child {
    width: 164px;
    background-color: #efefef;
  }

  .jikanwari-wrap .balloon-target {
    position: relative;
  }

  .jikanwari-wrap .balloon-1 {
    position: absolute;
    display: block;
    width: 114px;
    height: 72px;
    top: -70px;
    left: -90px;
  }

  .jikanwari-wrap .balloon-2 {
    position: absolute;
    display: block;
    width: 122px;
    height: 66px;
    top: -12px;
    right: -132px;
  }

  .jikanwari-wrap p {
    text-align: right;
  }

  .ichinichi-wrap {
    margin-bottom: 70px;
  }

  .ichinichi-wrap p {
    margin-bottom: 30px;
    font-size: 17px;
  }

  .hokago-wrap p {
    font-size: 15px;
  }

  .hokago-block:not(:last-child) {
    margin-bottom: 60px;
  }

  .hokago-block h3 {
    padding-bottom: 6px;
    margin-bottom: 22px;
    border-bottom: solid 1px #9fa0a0;
  }

  .hokago-block h3 > span {
    display: block;
    padding-left: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-left: solid 8px;
    font-size: 24px;
    font-weight: bold;
    color: #f08300;
    border-color: #f08300;
  }

  .hokago-block p {
    margin-bottom: 20px;
  }

  .toggle-btn-hokago-wrap {
    text-align: right;
    padding-bottom: 20px;
  }

  .toggle-box-hokago p span {
    color: #f08300;
  }

  .toggle-box-hokago div img:not(:first-child) {
    margin-left: 20px;
  }

  /* 給食弁当(PC) ++++++++++++++++++++++++++++++++++++++++++++++++ */

  .kyusyoku-wrap p:first-child {
    font-size: 15px;
    text-align: center;
    margin-bottom: 30px;
  }

  .kyusyoku-wrap .order-wrap {
    background-color: #fff;
    padding: 35px;
    margin-bottom: 50px;
  }

  .kyusyoku-wrap .order-left {
    float: left;
    width: 480px;
    position: relative;
    left: 40px;
  }

  .kyusyoku-wrap .balloon {
    position: absolute;
    top: -86px;
    left: -26px;
  }

  .kyusyoku-wrap .order-right {
    float: right;
    width: 400px;
    padding-top: 5px;
  }

  .kyusyoku-wrap .order-btn-wrap {
    margin-bottom: 20px;
  }

  .kyusyoku-wrap .order-right p {
    padding-left: 20px;
    font-size: 14px;
    position: relative;
  }

  .kyusyoku-wrap .order-right p:not(:first-child) {
    margin-bottom: 14px;
  }

  .kyusyoku-wrap .order-right p::before {
    content: "●";
    color: #f8b62d;
    position: absolute;
    top: 0;
    left: 0;
  }

  .kyusyoku-wrap > p:nth-child(3) {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
  }

  .kyusyoku-wrap > p:nth-child(3) > span {
    border-bottom: solid 2px #595757;
  }

  .kyusyoku-wrap > p:nth-child(4) {
    text-align: center;
    font-size: 14px;
    line-height: 1.8;
  }

  /* 希望者参加のイベント(PC) ++++++++++++++++++++++++++++++++++++++++++++++++ */

  .event-wrap p {
    font-size: 15px;
  }

  .event-block:not(:last-child) {
    margin-bottom: 70px;
  }

  .event-block > h3 {
    padding-bottom: 6px;
    margin-bottom: 22px;
    border-bottom: solid 1px #9fa0a0;
  }

  .event-block > h3 > span {
    display: block;
    padding-left: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-left: solid 8px #8fc31f;
    font-size: 24px;
    font-weight: bold;
    color: #8fc31f;
  }

  .event-block > p:nth-child(2) {
    margin-bottom: 30px;
  }

  .event-block .pic-wrap {
    overflow: hidden;
  }

  .event-block .pic-wrap div {
    float: left;
    width: 320px;
  }

  .event-block .pic-wrap div:not(:first-child) {
    margin-left: 20px;
  }

  .event-block .pic-wrap div p {
    padding-top: 10px;
    text-align: center;
  }

  /* 制服について(PC) ++++++++++++++++++++++++++++++++++++++++++++++++ */

  .seifuku-wrap {
    padding-bottom: 70px;
  }

  .seifuku-wrap p:first-child {
    text-align: center;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 80px;
  }

  .seifuku-block-left {
    float: left;
    width: 674px;
    position: relative;
  }

  .seifuku-block-right {
    float: right;
    width: 296px;
  }

  .seifuku-block-right > div {
    position: relative;
  }

  .seifuku-block-right > div:not(:first-child) {
    margin-top: 15px;
  }

  .seifuku-block .balloon-1 {
    position: absolute;
    top: -62px;
    left: 26px;
  }

  .seifuku-block .balloon-2 {
    position: absolute;
    top: -100px;
    left: 76px;
  }

  .seifuku-block .balloon-3 {
    position: absolute;
    top: -62px;
    left: -110px;
  }

  .seifuku-block .balloon-4 {
    position: absolute;
    top: 192px;
    left: -42px;
  }

  /* 入試情報(PC) ++++++++++++++++++++++++++++++++++++++++++++++++ */

  .nyushi-wrap > p {
    font-size: 16px;
    margin-bottom: 40px;
  }

  .nyushi-block {
    width: 770px;
    margin: 0 auto 32px;
  }

  .nyushi-block:last-child {
    margin-bottom: 0;
  }

  .nyushi-block > h3 {
    display: block;
    padding-left: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-left: solid 8px #da7db0;
    font-size: 20px;
    font-weight: bold;
    color: #da7db0;
    margin-bottom: 20px;
  }

  .nyushi-block .pdf-download {
    width: 100%;
    padding: 26px 0px;
    background-color: #fff;
    color: #595757;
    text-align: center;
    overflow: hidden;
  }

  .nyushi-block .pdf-download li {
    float: left;
    padding-left: 64px;
  }

  .nyushi-block .pdf-download a {
    display: block;
    text-decoration: none;
  }

  .nyushi-block .pdf-download a:hover {
    opacity: 0.8;
  }

  .nyushi-block .pdf-download a p {
    color: #da7db0;
  }

  .nyushi-block .pdf-download p {
    font-size: 18px;
    font-weight: bold;
    padding-top: 4px;
  }

  .nyushi-block table {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
    color: #595757;
    font-size: 16px;
    line-height: 1.6;
  }

  .nyushi-block .table-scroll:last-child table  {
    margin-bottom: 0;
  }

  .nyushi-block table th:first-child {
    width: 160px;
  }

  .nyushi-block th {
    background-color: #efefef;
    padding: 20px 10px;
  }

  .nyushi-block td {
    background-color: #fff;
    padding: 20px 10px;
  }

 .nyushi-block table.nyugakushiken td{
 width:40%;
 }

  .nyushi-block th,
  .nyushi-block td {
    border: solid 1px #c5c3c2;
  }

  .nyushi-block div:nth-child(3) tr:nth-child(6) td,
  .nyushi-block div:nth-child(3) tr:nth-child(8) td {
    text-align: center;
  }

  /* Q＆Aよくある質問(PC) ++++++++++++++++++++++++++++++++++++++++++++++++ */

  .faq-wrap {
    width: 720px;
    margin: 0 auto;
  }

  .faq-block:not(:last-child) {
    margin-bottom: 50px;
  }

  .faq-block h3 {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    color: #eb625a;
    margin-bottom: 12px;
    padding-top: 16px;
    padding-left: 50px;
    line-height: 1.5;
  }

  .faq-block h3::before {
    content: url(../img/faq/q_icon.svg);
    position: absolute;
    width: 40px;
    height: auto;
    padding-right: 10px;
    top: 0;
    left: 0;
  }

  .faq-block p {
    padding: 20px 30px;
    background-color: #fff;
    line-height: 1.8;
    font-size: 16px;
  }

  /* 各種費用について、転入・編入試験について(PC) ++++++++++++++++++++++++++++++++++++++++++++++++ */

  .hiyo-wrap {
    width: 770px;
    margin: 0 auto 60px;
  }

  .hiyo-wrap table {
    width: 100%;
    margin-bottom: 10px;
    border-collapse: collapse;
    color: #595757;
    font-size: 17px;
    line-height: 1.6;
  }

  .hiyo-wrap table th:first-child {
    width: 160px;
  }

  .hiyo-wrap th {
    background-color: #efefef;
    padding: 10px;
  }

  .hiyo-wrap td {
    background-color: #fff;
    padding: 10px;
    text-align: center;
  }

  .hiyo-wrap th,
  .hiyo-wrap td {
    border: solid 1px #c5c3c2;
  }

  .hiyo-wrap p:nth-child(2) {
    text-align: right;
    margin-bottom: 20px;
    font-size: 14px;
  }

  .hiyo-wrap p:nth-child(3) {
    font-size: 16px;
    text-align: center;
  }

  .tennyu-wrap {
    padding-left: 115px;
  }

  .tennyu-wrap h3 {
    font-size: 17px;
    font-weight: bold;
    color: #595757;
    position: relative;
    padding-left: 20px;
    margin-bottom: 14px;
  }

  .tennyu-wrap h3::before {
    position: absolute;
    top: 1px;
    left: 0;
    display: block;
    content: "";
    background-image: url(../img/hiyo/arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 14px;
    width: 12px;
  }

  .tennyu-wrap p {
    margin-bottom: 40px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 1.6;
  }

  .tennyu-wrap p:last-child {
    margin-bottom: 0;
  }

  /* 各種届け・申込用紙(PC) ++++++++++++++++++++++++++++++++++++++++++++++++ */

  .todoke-block {
    width: 806px;
    margin: 0 auto;
    padding: 40px 68px;
    background-color: #fff;
  }

  .todoke-block .download-wrap {
    overflow: hidden;
  }

  .todoke-block .download-wrap:not(:last-child) {
    margin-bottom: 54px;
  }

  .todoke-block h3 {
    display: block;
    padding-left: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-left: solid 8px #232771;
    font-size: 20px;
    font-weight: bold;
    color: #232771;
    margin-bottom: 16px;
  }

  .todoke-block p {
    font-size: 14px;
  }

  .todoke-block .download-left {
    width: 12%;
    float: left;
  }

  .todoke-block .download-right {
    width: 88%;
    float: right;
  }

  /* 個人情報保護方針(PC) ++++++++++++++++++++++++++++++++++++++++++++++++ */

  .privacy-wrap {
    padding-left: 75px;
  }

  .privacy-wrap P:first-child {
    font-size: 14px;
    margin-bottom: 50px;
  }

  .privacy-wrap ul {
     font-size: 14px;
     color: #595757;
     line-height: 1.6;
  }

  .privacy-wrap li:not(:last-child) {
    margin-bottom: 26px
  }

  .privacy-wrap li {
    position: relative;
    padding-left: 20px;
  }

  .privacy-wrap li::before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background-image: url(../img/common/dott.svg);
    background-size: contain;
    position: absolute;
    top: 4px;
    left: 0;
  }

  /* アクセス(PC) ++++++++++++++++++++++++++++++++++++++++++++++++ */

  .access-wrap p {
    font-size: 17px;
    text-align: center;
    margin-bottom: 46px;
  }

  .access-wrap p:nth-child(3) {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
  }

  .google-map {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }

  .google-map {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
  }
  .google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  /* 資料請求＆デジタルパンフレット(PC) ++++++++++++++++++++++++++++++++++++++++++++++++ */

  .seikyu-wrap {
    position: relative;
  }

  .seikyu-wrap h2:first-child {
    margin-bottom: 44px;
  }

  .seikyu-wrap .pamphlet-btn {
    position: absolute;
    /* top: 91px; */
    top: 139px;
    right: 41px;
  }

  .seikyu-wrap .form-wrap {
    width: 600px;
    margin: 0 auto 70px;
  }

  .seikyu-wrap .form-wrap p:first-child {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 20px;
  }

  .seikyu-wrap .form-wrap p:nth-child(2) {
    font-size: 13px;
    color: #e60012;
    margin-bottom: 5px;
  }

  .open-school-read {
	width: 870px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
  }

  .open-school-wrap {
    width: 870px;
    margin:  0 auto;
    padding: 30px;
    border: solid 1px #c5c3c2;
    background-color: #fff;
  }

  .open-school-block, .open-school-block2 {
    overflow: hidden;
    padding-bottom: 30px;
  }

  .open-school-block:not(:first-child) {
    border-top: solid 1px #c5c3c2;
    padding-top: 30px;
  }

  .open-school-block:last-child {
    padding-bottom: 0;
  }

  .open-school-block-left {
    width: 324px;
    float: left;
    padding-left: 30px;
  }

  .open-school-block-left p:first-child {
    color: #231815;
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 1;
  }

  .open-school-block-left p:first-child span {
    color: #fff;
    background-color: #a5d9e5;
    padding: 4px 10px;
    line-height: 1;
    display: inline-block;
    margin-left: 8px;
  }

  .open-school-block-left p:nth-child(2) {
    color: #231815;
    font-size: 16px;
  }

  .open-school-block-left .txt-deadline {
    color: #231815;
    font-size: 15px;
    margin-top: 10px;
  }

  .open-school-block-right {
    width: 484px;
    float: right;
  }

  .open-school-block-right h3 {
	font-size: 23px;
	font-weight: bold;
	color: #004098;
	padding-left: 10px;
	margin-bottom: 16px;
	border-left: solid 5px #004098;
	line-height: 1.5em;
  }

  .open-school-block-right p {
    font-size: 14px;
  }

  .open-school-block-right .link-oschool {
    color: #ffffff;
    background-color: #e59ec6;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 5px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    margin: 20px auto 0;
    letter-spacing: .16em;
    transition: all .4s ease-in-out;
    font-weight: bold;
    font-size: 13px;
  }
  .open-school-block-right .link-oschool:hover {
    opacity: .6;
    text-decoration: none;
  }

  /* お問合せ(PC) ++++++++++++++++++++++++++++++++++++++++++++++++ */

  .inquiry-wrap .form-wrap {
    width: 600px;
    margin: 0 auto 70px;
  }

  .inquiry-wrap .form-wrap p:first-child {
    ont-size: 14px;
    line-height: 1.8;
    margin-bottom: 20px;
  }

  .inquiry-wrap .form-wrap p:nth-child(2) {
    font-size: 13px;
    color: #e60012;
    margin-bottom: 5px;
  }

  /* フォーム(PC) ++++++++++++++++++++++++++++++++++++++++++++++++ */

  .form-block {
    font-size: 14px;
  }

  .form-block table {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
    color: #595757;
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
  }

  .form-block table th {
    background-color: #efefef;
    white-space: nowrap;
    width: 140px;
    text-align: left;
  }

  .form-block table th,
  .form-block table td {
    border: solid 1px #c5c3c2;
    padding: 10px 10px;
    vertical-align: top;
  }

  .form-block table th em {
    color: #e60012;
    padding-left: 4px;
  }

  .form-block input {
    font-size: 14px;
    padding: 5px;
    border: solid 1px #c5c3c2;
  }

  .form-block input[type="text"] {
    width: 100%;
  }

  .form-block input[type="email"] {
    width: 100%;
  }

  .form-block textarea {
    width: 100%;
    border: solid 1px #c5c3c2;
    font-size: 12px;
  }

  .form-block select {
    height: 30px;
  }

  .submit-btn-wrap {
    text-align: center;
  }

  .submit-btn-wrap input[type="submit"] {
    border-top: solid 3px #cfcfcf;
    border-left: solid 3px #cfcfcf;
    border-right: solid 3px #7d7f7f;
    border-bottom: solid 3px #7d7f7f;
    background-color: #9fa0a0;
    color: #fff;
    padding: 6px 20px;
    line-height: 1;
  }

  .submit-btn-wrap input[type="submit"]:hover {
    opacity: 0.8;
  }

  /* 日々の記録_アーカイブ(PC) ++++++++++++++++++++++++++++++++++++++++++++++++ */

  .kiroku-wrap {
    position: relative;
  }

  .kiroku-wrap > h2 {
    position: absolute;
    top: 0;
    left: -39px;
    width: 217px;
    width: 464px;
  }

  .kiroku-left {
    float: left;
    width: 174px;
    padding-top: 504px;
  }

  .kiroku-right {
    float: right;
    width: 746px;
    z-index: 1;
    position: relative;
  }

  .kiroku-cat-nav {
    display: flex;
    flex-flow: wrap nowrap;
    justify-content: space-between;
  }

  .kiroku-cat-nav li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 38px;
    background-position: top right;
    background-repeat: no-repeat;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    color: #727171;
    background: linear-gradient(225deg, transparent 10px, #fff 10px);
  }

  .kiroku-cat-nav li a span {
    text-indent: -7px;
  }

  .kiroku-cat-nav li a:hover {
    opacity: 0.8;
    text-decoration: none;
  }

  .kiroku-cat-nav .all a {
    color: #fff;
    border-left: solid 7px #eb7190;
    background: linear-gradient(225deg, transparent 10px, #eb7190 10px);
  }

  .kiroku-cat-nav.gakko-gyoji .all a,
  .kiroku-cat-nav.hibinokiroku .all a,
  .kiroku-cat-nav.super-jugyo .all a,
  .kiroku-cat-nav.sotsugyosei .all a {
    color: #727171;
    background: linear-gradient(225deg, transparent 10px, #fff 10px);
  }

  .kiroku-cat-nav .gyoji a {
    border-left: solid 7px #67bdeb;
  }

  .kiroku-cat-nav.gakko-gyoji .gyoji a {
    background: linear-gradient(225deg, transparent 10px, #67bdeb 10px);
    color: #fff;
  }

  .kiroku-cat-nav .kiroku a {
    border-left: solid 7px #ea95bd;
  }

  .kiroku-cat-nav.hibinokiroku .kiroku a {
    background: linear-gradient(225deg, transparent 10px, #ea95bd 10px);
    color: #fff;
  }

  .kiroku-cat-nav .super-jugyo a {
    border-left: solid 7px #8fc31f;
  }

  .kiroku-cat-nav.super-jugyo .super-jugyo a {
    background: linear-gradient(225deg, transparent 10px, #8fc31f 10px);
    color: #fff;
  }

  .kiroku-cat-nav .sotsugyosei a {
    border-left: solid 7px #f8b62d;
  }

  .kiroku-cat-nav.sotsugyosei .sotsugyosei a {
    background: linear-gradient(225deg, transparent 10px, #f8b62d 10px);
    color: #fff;
  }

  .kiroku-right .kiji-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 60px;
    padding-bottom: 30px;
    background-image: url(../img/kiroku/under_line.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    margin-bottom: 20px;
  }

  .kiroku-right .kiji-list::after {
    content:"";
    display: block;
    width:30%;
  }

  .kiroku-right .kiji-item {
    width: 224px;
    margin-bottom: 40px;
  }

  .kiroku-right .kiji-item a {
    display: block;
    text-decoration: none;
  }

  .kiroku-right .kiji-thumb {
    background-color: #fff;
    margin-bottom: 10px;
  }

  .kiroku-right .date-wrap {
    font-size: 14px;
    overflow: hidden;
    margin-bottom: 6px;
    line-height: 1;
  }

  .kiroku-right .date   {
    display: inline-block;
    float: left;
    color: #727171;
    padding-top: 4px;
  }

  .kiroku-right .cat  {
    display: inline-block;
    float: right;
  }

  .kiroku-right .cat span {
    display: inline-block;
    border: solid 1px;
    padding: 3px 6px;
  }

  .kiroku-right .cat .gakko-gyoji {
    border-color: #5ebae4;
    color: #5ebae4;
  }

  .kiroku-right .cat .hibinokiroku {
    border-color: #ecb9d3;
    color: #ecb9d3;
  }

  .kiroku-right .cat .super-jugyo {
    border-color: #8fc31f;
    color: #8fc31f;
  }

  .kiroku-right .cat .sotsugyosei {
    border-color: #f8b62d;
    color: #f8b62d;
  }

  .kiroku-right h3 {
    font-size: 15px;
    font-weight: bold;
    color: #727171;
    line-height: 1.4;
  }

  .kiroku-left h4,
  .online-lesson-left h4  {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    border-top: solid 2px #727171;
    border-bottom: solid 2px #727171;
    font-size: 16px;
    color: #727171;
    line-height: 1;
    margin-bottom: 20px;
  }

  .kiroku-left .new,
  .online-lesson-left .new {
    margin-bottom: 40px;
  }

  .kiroku-left .new a,
  .online-lesson-left .new a {
    color: #727171;
  }

  .kiroku-left .new li,
  .online-lesson-left .new li {
    font-size: 15px;
    line-height: 1.4;
  }

  .kiroku-left .new ul li:not(:first-child),
  .online-lesson-left .new ul li:not(:first-child) {
    margin-top: 8px;
  }

  .kiroku-left .month select,
  .online-lesson-left .month select {
    width: 100%;
    font-size: 15px;
    color: #727171;
  }

  .kiroku-left .month select:focus,
  .online-lesson-left .month select:focus  {
    outline: 0;
  }

  .selectWrap{
    width: 100%;
    position: relative;
    display: inline-block;
    background-color: #fff;
  }
  .selectWrap::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-bottom: solid 2px #727171;
    border-right: solid 2px #727171;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -4px;
  }
  .select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 40px;
    background: transparent;
    position: relative;
    z-index: 1;
    padding: 0 40px 0 10px;
    border: 1px solid #727171;
    border-radius: 2px;
  }
  select::-ms-expand {
    display: none;
  }

  /* ページ送り */
  .pagination-wrap {
    text-align: center;
  }

  .pagination {
    display: inline-block;
  }

  .page-of {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #727171;
    text-align: center;
    margin-top: 10px;
  }

  .pagination a,
  .pagination .current {
    float: left;
    display: block;
    padding: 0 10px;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    background-color: #fff;
    margin: 0 3px;
  }
  .pagination .current {
    background: #dcdddd;
    color: #fff;
  }

  .pagination a {
    color: #727171;
    text-decoration: none;
  }

  .pagination a.pn-prev,
  .pagination a.pn-next {
    width: 30px;
    height: 30px;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
  }

  .pagination a.pn-prev {
    background-image: url(../img/common/pagination_arrow_prev.svg);
  }

  .pagination a.pn-next {
    background-image: url(../img/common/pagination_arrow_next.svg);
  }

  .pagination a:hover {
    opacity: 0.8;
  }

  /* 日々の記録_シングル(PC) ++++++++++++++++++++++++++++++++++++++++++++++++ */

  .kiroku-single {
    padding-top: 30px;
    overflow: hidden;
  }

  .kiroku-single h3 {
    background-image: url(../img/kiroku/heading_bg.svg);
    background-repeat: no-repeat;
    background-position: left bottom;
    font-size: 18px;
    font-weight: bold;
    padding-left: 40px;
    border-bottom: solid 1px #727171;
    margin-bottom: 15px;
  }

  .kiroku-single-block {
    overflow: hidden;
    margin-bottom: 50px;
  }

  .kiroku-single-block-left {
    float: left;
    width: 510px;
  }

  .kiroku-single-block-left .txt p {
    font-size: 14px;
    color: #727171;
  }

  .kiroku-single-block .main-pic {
    margin-bottom: 20px;
  }

  .kiroku-single-block .pdf-wrap {
    padding-top: 30px;
    text-align: right;
  }

  .kiroku-single-block .pdf-wrap p:not(:first-child) {
    margin-top: 10px;
  }

  .kiroku-single-block .pdf-wrap a {
    font-size: 16px;
    line-height: 1.6;
    color: #595757;
    text-decoration: underline;
  }

  .kiroku-single-block .pdf-wrap a:hover {
    opacity: 0.8;
  }

  .kiroku-single-block-right  {
    float: right;
    width: 220px;
  }

  .kiroku-single-block-right ul {
    overflow: hidden;
  }

  .kiroku-single-block-right li {
    width: 108px;
    margin-bottom: 4px;
  }

  .kiroku-single-block-right li:nth-child(odd) {
    float: left;
  }

  .kiroku-single-block-right li:nth-child(even) {
    float: right;
  }

  .kiroku-single-date {
    text-align: right;
    background-image: url(../img/kiroku/under_line.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-bottom: 8px;
    margin-bottom: 20px;
  }

  .kiroku-single-date span {
    display: inline-block;
    font-size: 14px;
    color: #727171;
  }

  .kiroku-single-pager {
    font-size: 14px;
    display: table;
    width: 100%;
  }

  .kiroku-single-pager a {
    display: inline-block;
    color: #727171;
  }

  .kiroku-single-pager a:hover {
    text-decoration: none;
    opacity: 0.8;
  }

  .kiroku-single-pager > div {
    display: table-cell;
    width: 33.33%;
  }

  .kiroku-single-pager > div:nth-child(1) {
    text-align: left;
  }

  .kiroku-single-pager > div:nth-child(2) {
    text-align: center;
  }

  .kiroku-single-pager > div:nth-child(3) {
    text-align: right;
  }

  .kiroku-single-pager > div:nth-child(1) > a {
    background-image: url(../img/common/pagination_arrow_prev.svg);
    background-repeat: no-repeat;
    padding-left: 30px;
    background-position: left center;
  }

  .kiroku-single-pager > div:nth-child(3) > a {
    background-image: url(../img/common/pagination_arrow_next.svg);
    background-repeat: no-repeat;
    padding-right: 30px;
    background-position: right center;
  }

  /* ライトボックスの調整 */
  .fancybox-title-over {
    font-size: 14px!important;
    color: #727171!important;
  }

  #fancybox-title-over {
    background: rgba(255,255,255,.64)!important;
  }

  /* 同窓会(PC) ++++++++++++++++++++++++++++++++++++++++++++++++ */

  .dosokai-wrap {
    width: 762px;
    margin: 0 auto;
  }

  .dosokai-block {
    border: solid 1px #b5b5b6;
    margin-bottom: 30px;
  }

  .dosokai-wrap > h2 {
    font-size: 20px;
    font-weight: bold;
    color: #595757;
    border-bottom: solid 4px #595757;
    padding-bottom: 8px;
    margin-bottom: 20px;
  }

  .dosokai-block .title-wrap {
    display: table;
  }

  .dosokai-block .title-wrap:hover {
    opacity: 0.8;
  }

  .dosokai-block .date-wrap {
    display: table-cell;
    width: 160px;
    padding: 10px 0;
    background-color: #dcdddd;
    text-align: center;
  }

  .dosokai-block .date-wrap .date {
    display: block;
    font-size: 14px;
    text-align: center;
    color: #231815;
    margin-bottom: 5px;
  }

  .dosokai-block .date-wrap .cat {
    background-color: #fff;
    color: #595757;
    width: 110px;
    display: inline-block;
    text-align: center;
    padding: 5px 0;
  }

  .dosokai-block h3 {
    display: table-cell;
    width: 600px;
    padding: 10px 20px;
    font-size: 20px;
    color: #231815;
    line-height: 1.4;
    vertical-align: middle;
    background-color: #fff;
  }

  .dosokai-block .content {
    padding: 24px;
    background-color: #fff;
    display: none;
  }

  .dosokai-block .pic-wrap {
    overflow: hidden;
  }

  .dosokai-block .pic-wrap li {
    float: left;
    width: 224px;
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .dosokai-block .pic-wrap li:nth-child(3n) {
    margin-right: 0;
  }

  .dosokai-block .content .txt {
    font-size: 14px;
    color: #595757;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  .dosokai-block .content .pdf {
    width: 224px;
    text-align: center;
    font-size: 16px;
  }

  .dosokai-block .content .pdf a {
    color: #c9caca;
    display: inline-block;
  }

  .dosokai-block .content .pdf a:hover {
    text-decoration: none;
    opacity: 0.8;
  }

  .dosokai-block .content .pdf a span {
    display: block;
  }

  .dosokai-block .content .pdf img {
    width: 100px;;
    height: auto;
    margin-bottom: 10px;
  }

  .dosokai-wrap .pagination-wrap {
    margin-top: 50px;
  }

  /* 保護者(PC) ++++++++++++++++++++++++++++++++++++++++++++++++ */

  .hogosya-wrap {
    overflow: hidden;
  }

  .hogosya-left {
    float: left;
    width: 200px;
  }

  .hogosya-nav {
    padding: 18px 12px 20px;
    background-color: #fff;
    text-align: center;
  }

  .hogosya-left .hogosya-nav:nth-child(n+2) {
    margin-top: 30px;
  }

  .hogosya-nav .txt {
    font-size: 15px;
    color: #595757;
    margin-bottom: 4px;
  }

  .hogosya-nav .btn {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #727171;
    padding: 10px 0;
    border-radius: 4px;
  }

  .hogosya-nav .btn:hover {
    text-decoration: none;
    opacity: 0.8;
  }

  .hogosya-right {
    float: right;
    width: 774px;
  }

  .hogosya-block {
    padding: 20px 30px 30px;
    margin-bottom: 40px;
    background-color: #fff;
  }

  .katsudo {
    border-top: solid 12px #c7e7e4;
  }

  .hogosya-info {
    border-top: solid 12px #f7dd99;
  }

  .hogosya-block h3 {
    font-size: 18px;
    line-height: 1.5;
    color: #231815;
  }

  .hogosya-block .ttl-wrap {
    background-image: url(../img/common/dot_line_bg.svg);
    background-position: left bottom;
    background-repeat: repeat-x;
    margin-bottom: 20px;
  }

  .hogosya-block .date {
    font-size: 14px;
    color: #595757;
    text-align: right;
    padding-top: 4px;
    padding-bottom: 6px;
  }

  .hogosya-block .content {
    overflow: hidden;
  }

  .hogosya-block .pic-wrap {
    width: 224px;
    float: left
  }

  .hogosya-block .pic-wrap ul {
    margin-bottom: 20px;
  }

  .hogosya-block .pic-wrap ul li:not(:last-child) {
    margin-bottom: 20px;
  }

  .hogosya-block .txt-wrap {
    width: 450px;
    float: right;
  }

  .hogosya-block .txt-wrap p {
    font-size: 14px;
    color: #595757;
    line-height: 1.8;
  }

  .hogosya-block .content .pdf {
    width: 224px;
    text-align: center;
    font-size: 16px;
  }

  .hogosya-block .content .pdf a {
    color: #c9caca;
    display: inline-block;
  }

  .hogosya-block .content .pdf a:hover {
    text-decoration: none;
    opacity: 0.8;
  }

  .hogosya-block .content .pdf a span {
    display: block;
  }

  .hogosya-block .content .pdf img {
    width: 100px;;
    height: auto;
    margin-bottom: 10px;
  }

  .hogosya-right .pagination-wrap {
    margin-top: 50px;
  }

  /* オンライン授業(PC) ++++++++++++++++++++++++++++++++++++++++++++++++ */
  .online-lesson-wrap {
    overflow: hidden;
  }

  .online-lesson-left {
    float: left;
    width: 240px;
    height: 500px;
  }

  .online-lesson-left-inner {
    width: 174px;
    margin: 0 auto;
  }

  .online-lesson-nav .btn:hover {
    text-decoration: none;
    opacity: 0.8;
  }

  .online-lesson-right {
    float: right;
    width: 708px;
    margin-right: 36px;
  }

  .online-lesson-ttl {
    text-align: center;
    margin-bottom: 40px;
  }

  .online-lesson-cat {
    display: flex;
    justify-content: space-between;
  }

  .online-lesson-cat a:hover {
    opacity: 0.8;
    text-decoration: none;
  }

  .all-grade-nav-btn {
    display: flex;
    justify-content: center;
    padding-top: 12px;
    border-radius: 10px 10px 0 0;
    width: 130px;
    height: 38px;
    background-color: #fff;
    border-bottom: solid 5px #f6ae6a;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #727171;
  }

  .all-grade .all-grade-nav-btn {
    background-color: #f6ae6a;
    color: #fff;
  }

  .first-grade-nav-btn,
  .second-grade-nav-btn,
  .third-grade-nav-btn,
  .fourth-grade-nav-btn,
  .fifth-grade-nav-btn,
  .sixth-grade-nav-btn {
    display: flex;
    justify-content: center;
    padding-top: 12px;
    border-radius: 10px 10px 0 0;
    width: 84px;
    height: 38px;
    background-color: #fff;
    background-color: #fff;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #727171;
  }

  .first-grade-nav-btn {
    border-bottom: solid 5px #a3d6ca;
  }

  .first-grade .first-grade-nav-btn {
    background-color: #a3d6ca;
    color: #fff;
  }

  .second-grade-nav-btn {
    border-bottom: solid 5px #c5a4cc;
  }

  .second-grade .second-grade-nav-btn {
    background-color: #c5a4cc;
    color: #fff;
  }

  .third-grade-nav-btn {
    border-bottom: solid 5px #5dc2d0;
  }

  .third-grade .third-grade-nav-btn {
    background-color: #5dc2d0;
    color: #fff;
  }

  .fourth-grade-nav-btn {
    border-bottom: solid 5px #8fc42f;
  }

  .fourth-grade .fourth-grade-nav-btn {
    background-color: #8fc42f;
    color: #fff;
  }

  .fifth-grade-nav-btn {
    border-bottom: solid 5px #ee869a;
  }

  .fifth-grade .fifth-grade-nav-btn {
    background-color: #ee869a;
    color: #fff;
  }

  .sixth-grade-nav-btn {
    border-bottom: solid 5px #5976ba;
  }

  .sixth-grade .sixth-grade-nav-btn {
    background-color: #5976ba;
    color: #fff;
  }

  .online-lesson-right-inner {
    padding: 40px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

    background-image: url(../img/kiroku/under_line.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    margin-bottom: 20px;
  }

  .online-lesson-card {
    width: 292px;
    flex-shrink: 0;
    color: #727171;
  }

  .online-lesson-card:nth-child(odd) {
    margin-left: 24px;
  }

  .online-lesson-card:nth-child(even) {
    margin-right: 24px;
  }

  .movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }

  .movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .no-movie-dummy {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #858585;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.2em;
  }

  .online-lesson-card:nth-child(n+3) {
    margin-top: 40px;
  }

  .online-lesson-card-movie {
    margin-bottom: 10px;
  }

  .online-lesson-card-status {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
  }

  .online-lesson-card-date {
    font-size: 14px;
  }

  .online-lesson-card-cat {
    font-size: 14px;
  }

  .online-lesson-card-cat .all-grade {
    border: solid 1px #f6ae6a;
    color: #f6ae6a;
    padding: 3px 6px;
  }

  .online-lesson-card-cat .first-grade {
    border: solid 1px #a3d6ca;
    color: #a3d6ca;
    padding: 3px 6px;
  }

  .online-lesson-card-cat .second-grade {
    border: solid 1px #c5a4cc;
    color: #c5a4cc;
    padding: 3px 6px;
  }

  .online-lesson-card-cat .third-grade {
    border: solid 1px #5dc2d0;
    color: #5dc2d0;
    padding: 3px 6px;
  }

  .online-lesson-card-cat .fourth-grade {
    border: solid 1px #8fc42f;
    color: #8fc42f;
    padding: 3px 6px;
  }

  .online-lesson-card-cat .fifth-grade {
    border: solid 1px #ee869a;
    color: #ee869a;
    padding: 3px 6px;
  }

  .online-lesson-card-cat .sixth-grade {
    border: solid 1px #5976ba;
    color: #5976ba;
    padding: 3px 6px;
  }

  .online-lesson-card-ttl {
    font-size: 16px;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 20px;
  }

  .online-lesson-single-content {
    padding: 40px 0 20px;
  }

  .online-lesson-single-ttl {
    background-image: url(../img/kiroku/under_line.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    padding: 0 0 6px 10px;
    margin-bottom: 30px;
    position: relative;
    font-size: 18px;
    line-height: 1.6;
    font-weight: bold;
    color: #727171;
  }

  .onlin-lesson-card-btn {
    display: flex;
    justify-content: center;
  }

  .onlin-lesson-card-btn a {
    display: inline-block;
    background-color: #fff;
    font-size: 16px;
    line-height: 1;
    color: #727171;
    padding: 12px 10px;
  }

  .onlin-lesson-card-btn a:hover {
    text-decoration: none;
    background-color: #727171;
    color: #fff;
  }

  .online-lesson-single-ttl::before {
    content: "";
    display: block;
    width: 4px;
    height: calc(100% - 8px);
    background-color: #649b78;
    position: absolute;
    top: 0;
    left: 0;
  }

  .online-lesson-single-content-inner {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
  }

  .online-lesson-single-content-inner-left {
    width: 510px;
    flex-shrink: 0;
  }

  .online-lesson-single-txt {
    padding: 30px 0;
  }

  .online-lesson-pdf {
    text-align: right;
    font-size: 14px;
  }

  .online-lesson-pdf a {
    color: #c9caca;
    display: inline-block;
  }

  .online-lesson-pdf img {
    width: 100px;;
    height: auto;
  }

  .online-lesson-single-content-inner-right {
    width: 174px;
    flex-shrink: 0;
  }

  .online-lesson-single-content-inner-right ul li:nth-child(n + 2) {
    margin-top: 14px;
  }

  .online-lesson-single-date {
    font-size: 14px;
    color: #727171;
    text-align: right;
    background-image: url(../img/kiroku/under_line.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-bottom: 8px;
  }
  /* ★ */
}
