@charset "utf-8";
/* GO2TOP button */
#page-top {
    position: fixed;
    bottom: 0px;
    right: 0px;
    /*font-size: 77%;*/
    z-index: 100;
}
#page-top span {
    display: none;
}
#page-top a {
    text-decoration: none;
    color: #fff;
    padding: 0;
    text-align: center;
    display: block;
    border-radius: 12px;
}
#page-top a img {
    display: block;
    width: 70px;
    height: auto;
    margin: 0 0 20px 0;
}

html {
    scroll-behavior: smooth;
}

h6 {
    font-size: 1.4rem;
}

.keizoku-caution {
    display: block;
    margin: 10px auto;
    padding: 10px;
    text-align: center;
    background: #FFF7DF;
    font-weight: bold;
}
.keizoku-caution span {
    font-size: 1.6rem;
    color: #CE000D;
}
.teiin {
    background: #2EA7E0;
    padding: 10px;
    width: 100%;
}

.teiin-headline {
    margin: 10px 0;
    font-size: 21px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
}

.teiin-wrap {
    background: #FFF;
    padding: 10px;
    text-align: center;
}

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

.teiin-wrap p span {
    font-size: 32px;
    font-weight: bold;
    color: #F00;
}


.teiin-wrap p span.teiin-icon {
    padding: 5px;
    border: 1px solid #444;
    font-size: 14px;
    color: #444;
    margin: 0 0 0 15px;
}


@media only screen and (max-width:767px) {
    /* SP */

    .pc {
        display: none;
    }
    .button {
        display: block;
        width: 90%;
        max-width: 100%;
        margin: 0 auto;
    }
    .button img {
        width: 100%;
    }

    #nav-drawer {
        display: none;
        position: absolute;
        top: 10px;
        right: 10px;
    }
    .nav-unshown {
        display: none;
    }
    #nav-open {
        display: inline-block;
        width: 30px;
        height: 22px;
        vertical-align: middle;
    }
    #nav-open span,
    #nav-open span:before,
    #nav-open span:after {
        position: absolute;
        height: 3px;
        /*線の太さ*/
        width: 25px;
        /*長さ*/
        border-radius: 3px;
        background: #555;
        display: block;
        content: '';
        cursor: pointer;
    }
    #nav-open span:before {
        bottom: -8px;
    }
    #nav-open span:after {
        bottom: -16px;
    }
    #nav-close {
        display: none;
        position: fixed;
        z-index: 99;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: black;
        opacity: 0;
        transition: .3s ease-in-out;
    }
    #nav-content {
        overflow: auto;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 9999;
        width: 90%;
        max-width: 300px;
        height: 100%;
        background: #000;
        transition: .3s ease-in-out;
        -webkit-transform: translateX(-105%);
        transform: translateX(-105%);
    }
    #nav-input:checked~#nav-close {
        display: block;
        opacity: .5;
    }
    #nav-input:checked~#nav-content {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
    }
    #nav-content ul {
        width: 90%;
        display: block;
        padding: 5%;
    }
    #nav-content ul li {
        padding: 0;
        width: 100%;
    }
    #nav-content ul li a {
        display: block;
        padding: 20px;
        text-decoration: none;
        color: #fff;
        position: relative;
    }
    #nav-content ul li a:hover {
        color: #fff;
        background: #0171BB;
    }
    #nav-content ul li a .triangle3 {
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #fff;
        position: absolute;
        top: 25px;
        left: 0px;
    }
    #nav-content ul li a:hover .triangle3 {
        border-top: 5px solid #fff;
    }

    /* GO2TOP button */
    #page-top {
        bottom: 2%;
        right: 10%;
    }
    #page-top a img {
        max-width: 100%;
        width: 60px;
        padding: 2% 4%;
        background: rgba(255, 255, 255, 0.6);
        margin: 0;
    }

    body {
        position: relative;
    }

    header {
        width: 100%;
        height: auto;
        /*position: fixed; z-index: 10; background: rgba(255,255,255,0.8);*/
    }
    #header-l1 {
        width: 100%;
        height: auto;
        padding: 10px 2%;
    }
    header h1 {
        width: 100%;
        height: 50px;
        display: block;
        margin: 0 auto;
    }
    header h1 a {
        width: 100%;
        height: 100%;
        display: block;
        text-indent: -9999px;
        background: url(images/logo.svg) no-repeat;
        background-size: contain;
        background-position: center;
    }


    header .telnum {
        width: 100%;
        text-align: center;
    }
    header .telnum p {
        display: block;
        padding: 0 1rem 1rem 0;
    }
    header .telnum p a.tel-btn {
        font-size: 2.0rem;
        font-weight: bold;
        color: #000;
        text-decoration: none;
    }
    header .telnum p span {
        font-size: 2.6rem;
        padding-left: 1rem;
    }
    header .telnum a.inq-btn {
        padding: 1rem 2rem;
        font-size: 1.6rem;
        font-weight: bold;
        background: #ff4500;
        color: #fff;
        text-decoration: none;
        display: inline-block;
        margin: 0 auto;
    }
    header .telnum a:hover {
        opacity: 0.7;
    }

    nav {
        width: 100%;
        display: none;
        background: none;
        padding: 0 0 5px 0;
    }

    .sec_slider {
        width: 100%;
        height: auto;
        display: block;
        position: relative;
        text-align: center;
        /*padding-top: 160px;*/
    }
    .sec_slider .slider {
        width: 100%;
        height: auto;
        margin: 0 0 10px;
    }
    .sec_slider .slider-text {
        display: block;
        width: 98%;
        position: absolute;
        top: 2%;
        left: 1%;
    }
    .sec_slider h2 {
        color: #fff;
        font-weight: bold;
        font-size: 2.6rem;
        line-height: 1.4;
        text-align: center;
    }
    .sec_slider h2 img {
        width: 100%;
        height: auto;
        display: block;
    }
    .sec_slider h3 {
        width: 70%;
        margin: 20% 0 0 0%;
    }
    .sec_slider h3 img {
        width: 100%;
        height: auto;
    }
    .sec_slider h4 {
        width: 100%;
        margin-top: 10%;
    }
    .sec_slider h4 img {
        height: auto;
        width: 80%;
        display: block;
        margin: 0 auto;
        filter: drop-shadow(2px 2px 1px rgb(255, 255, 255));
    }
    .top-main {
        display: flex;
        justify-content: center;
    }
    .top-main img {
        width: 100%;
        max-width: 1200px;
    }
    .main-left {
        width: 49%;
    }
    .main-center {
        width: 48%;
    }
    .main-right {
        width: 49%;
    }

    .main-right02 {
        width: 67.5%;
    }
    .main-right02-human {
        width: 100%;
    }
    .main-right02-bottom {
        width: 100%;
        margin-top: 10px;
    }

    .main-bottom {
        width: 100%;
        margin: 10px auto;
    }
    .main-bottom img {
        width: 100%;
    }
    .main-button {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
        margin: 10px 0 0;
    }
    .main-button a {
        width: 100%;
        background: #333;
        color: #FFF;
        font-size: 4.2rem;
        padding: 20px;
        font-weight: bold;
        text-decoration: none;
    }
    .main-button a.main-button-shuudan {
        background: #0068B6;
    }
    .main-button a.main-button-kobetsu {
        background: #008140;
    }
    .main-button a.main-button-online {
        background: #CE000D;
    }
    .main-button a img {
        width: 100%;
    }

    .sections {
        margin: 0 auto 40px;
        padding: 20px 0 20px;
        display: block;
        width: 96%;
        margin: 0 auto;
    }
    .sections h3 {
        width: 100%;
        margin: 20px auto;
        display: block;
        text-align: center;
        font-size: 2.4rem;
        line-height: 1.4;
        border-bottom: double 5px #0097E0;
        position: relative;
        /*background: url(images/icon01.svg) no-repeat left bottom; background-size:40%;*/
    }
    .sections p {
        font-size: 1.6rem;
        line-height: 1.6;
    }

    .jisseki {
        width: 100%;
        text-align: center;
        margin: 30px 0;
    }
    .jisseki img {
        max-width: 100%;
    }

    .inq-btn-area {
        width: 90%;
        margin: 20px auto;
        padding: 2rem;
        display: block;
        /*background: #fffeee;*/
        border: solid 10px #e60012;
        box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.6);
        border-radius: 20px;
    }
    .inq-btn-area h4 {
        color: #e60012;
        padding: 1rem 0;
        text-align: center;
        border-bottom: solid 2px #e60012;
        font-size: 4.0rem;
        font-weight: bold;
        letter-spacing: 1rem;
    }
    .inq-btn-area h5 {
        font-size: 2.0rem;
        font-weight: bold;
        color: #000;
        text-align: center;
        margin: 2rem auto;
        display: block;
    }
    .inq-btn-area h5 span:nth-of-type(1) {
        font-size: 3.0rem;
        color: #fff;
        background: #e60012;
        display: inline-block;
        padding: 2rem;
        border-radius: 50%;
    }
    .inq-btn-area h5 span:nth-of-type(2) {
        font-size: 5rem;
        font-weight: bold;
        color: #e60012;
        display: block;
    }
    .inq-btn-area a {
        width: 100%;
        display: block;
        margin: 0 auto;
        background: #ff4500;
        padding: 1rem;
        color: #fff;
        text-align: center;
        font-size: 1.4rem;
        font-weight: bold;
        text-decoration: none;
    }
    .inq-btn-area a:hover {
        background: #666;
    }

    .inq-btn-area2 {
        width: 90%;
        margin: 20px auto;
        padding: 2rem;
        display: block;
        background: #0097c1;
        border: solid 10px #0b3c51;
        box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.6);
        border-radius: 20px;
    }
    .inq-btn-area2 h4 {
        color: #fff;
        padding: 1rem 0;
        text-align: center;
        border-bottom: solid 2px #fff;
        font-size: 4.0rem;
        font-weight: bold;
        letter-spacing: 1rem;
    }
    .inq-btn-area2 h5 {
        font-size: 2.0rem;
        font-weight: bold;
        color: #fff;
        text-align: center;
        margin: 2rem auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .inq-btn-area2 h5 span:nth-of-type(1) {
        font-size: 4.0rem;
        color: #fff;
        background: #e60012;
        display: inline-block;
        padding: 2rem;
        border-radius: 50%;
    }
    .inq-btn-area h5 span:nth-of-type(2) {
        font-size: 10rem;
        font-weight: bold;
        color: #e60012;
    }
    .inq-btn-area2 a {
        width: 100%;
        display: block;
        margin: 0 auto;
        background: #fff;
        padding: 2rem;
        color: #0b3c51;
        text-align: center;
        font-size: 1.4rem;
        font-weight: bold;
        text-decoration: none;
    }
    .inq-btn-area2 a:hover {
        background: #e60012;
        color: #fff;
    }

    .price {
        background: #00A780;
        padding: 40px 0 0;
        text-align: center;
    }
    .price img {
        background: #FFF;
        width: 100%;
    }

    .kansenboushi {
        background: #FFF;
        padding: 20px 0 0;
    }
    .kansenboushi .inner {
        display: block;
        width: 90%;
        margin: 0 auto;
        background: #FFF;
        border-radius: 10px;
        padding: 20px;
        border: 2px solid #00afec;
    }
    .kansenboushi-left {}
    .kansenboushi-left h2 {
        color: #E60012;
        font-size: 3.6rem;
        font-weight: bold;
        line-height: 1.2;
    }
    .kansenboushi-left p {
        font-size: 1.2rem;
        margin: 10px 0 0;
    }
    .kansenboushi-right {
        margin: 20px 0 0;
        background: #595757;
        padding: 20px;
        border-radius: 10px;
        color: #FFF;
        font-size: 2.4rem;
        font-weight: bold;
        line-height: 1.2;
        letter-spacing: 0.1rem;
        text-align: center;
    }
    .kansenboushi-right .kansenboushi-textyellow {
        color: #FFF100;
        font-size: 3.8rem;
        padding: 0 5px 0 0;
    }

    .tablet {
        display: block;
        width: 95%;
        margin: 20px auto;
        background: #FFF7DF;
        border: 2px solid #005BAC;
        border-top: 20px solid #005BAC;
    }
    .tablet h2 img {
        width: 100%;
    }
    .table-flex {
        padding: 20px 20px 10px;
        display: block;
    }
    .table-flex p:first-of-type {
        width: 100%;
        padding: 10px;
        background: #005BAC;
        border: 3px solid #005BAC;
        color: #FFF;
        font-size: 1.6rem;
        text-align: center;
    }
    .table-flex p:last-of-type {
        width: 100%;
        margin: 10px 0 0;
        padding: 10px;
        background: #FFF;
        border: 6px double #005BAC;
        color: #005BAC;
        font-size: 1.6rem;
        text-align: center;
    }
    .tablet ul {
        list-style: none;
        font-size: 1.8rem;
        padding: 0 20px 20px;
    }
    .tablet ul li {
        margin: 15px 0 0;
    }

    .sidouyouryou {
        position: relative;
        display: block;
        width: 95%;
        margin: 20px auto 0;
        background: #FFF7DF;
        border: 2px solid #004EA2;
    }
    .sidouyouryou h2 {
        background: #004EA2;
        padding: 10px 20px;
        width: 100%;
        font-size: 2.8rem;
        color: #FFF;
        font-weight: bold;
        line-height: 1.4;
    }
    .sidouyouryou ul {
        position: relative;
        z-index: 2;
        list-style: none;
        font-size: 1.8rem;
        padding: 0 20px 20px;
    }
    .sidouyouryou ul li {
        margin: 15px 0 0;
        color: #E60012;
        font-weight: bold;
    }
    .sidouyouryou-human {
        display: none;
        position: absolute;
        z-index: 1;
        right: 0;
        bottom: 0;
    }

    .corona {
        position: relative;
        display: block;
        width: 95%;
        margin: 20px auto;
    }
    .corona h2 {
        background: #0097E0;
        padding: 15px 20px;
        width: 100%;
        font-size: 2.4rem;
        color: #FFF;
        font-weight: bold;
        text-align: center;
        line-height: 1.4;
    }
    .corona-ph {
        width: 100%;
    }

    .video {
        display: block;
        width: 90%;
        margin: 40px auto;
        text-align: center;
    }
    .video iframe {
        width: 100%;
        height: 150px;
    }

    .keizoku h2 {
        color: #0097E0;
        width: 100%;
        font-size: 3.6rem;
        font-weight: bold;
        text-align: center;
        line-height: 1.4;
    }
    .keizoku-tokuten {
        margin: 20px 0;
        padding: 10px 20px;
        background: #0097E0;
        color: #FFF;
        font-weight: bold;
        font-size: 2.6rem;
        text-align: center;
        line-height: 1.4;
    }
    .keizoku-tokuten span {
        color: #FFF100;
        padding: 0 20px 0 0;
    }
    .keizoku-price {
        font-size: 2.1rem;
        line-height: 1.4;
    }
    .keizoku-price span {
        color: #E60012;
        font-size: 4.0rem;
        padding: 0 5px;
        font-weight: bold;
    }
    .keizoku-more {
        padding: 20px 0 0;
        margin: 20px 0 0;
        font-size: 1.6rem;
        border-top: 2px dotted #AAA;
    }
    .keizoku-more span {
        font-size: 2.4rem;
        line-height: 1.4;
        padding: 0 5px;
    }

    .gokaku {
        display: block;
        width: 95%;
        margin: 40px auto 0;
        border: 10px solid #CE000D;
    }
    .gokaku a {
        text-decoration: none;
    }
    .gokaku-kuwake {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 3.1rem;
        color: #FFF;
        font-weight: bold;
        padding: 0 0 10px;
        background: #CE000D;
    }
    .gokaku-kuwake p {
        font-size: 5.2rem;
        background: #FFF;
        color: #CE000D;
        padding: 10px 20px;
        margin: 0 20px 0 0;
    }
    .gokaku-kuwake img {
        width: auto;
        height: 100%;
    }
    .gokaku-kuwake01 {
        background: #CE000D;
        width: 100%;
        margin: 0 auto;
        border: none;
    }
    .gokaku-kuwake01 img {
        width: 100%;
    }
    .gokaku-kuwake01 div {
        display: block;
        background: #FFFEEE;
        padding: 10px;
        border-top: solid 7px #CE000D;
    }
    .gokaku-kuwake01 div img {
        margin: 10px;
        width: 90%;
    }


    .gokaku-title {
        display: block;
        background: #FFF;
        padding: 10px;
    }
    .gokaku-title-left {
        display: block;
        width: 100%;
        padding: 5px;
        background: #E60012;
    }
    .gokaku-title-left h2 {
        padding: 10px 0 20px;
        font-size: 3.6rem;
        color: #FFF;
        font-weight: bold;
        letter-spacing: 0.1rem;
        line-height: 1.2;
        text-align: center;
    }
    .gokaku-title-left-right {
        margin: 0;
        /*padding:20px; border-top:2px solid #FFF; */
    }
    .gokaku-title-left p {
        color: #FFF;
        font-size: 2.1rem;
        font-weight: bold;
        margin: 12px 0 0;
        text-align: center;
        line-height: 1.4;
    }
    .gokaku-title-left p span {
        font-size: 4.6rem;
        padding: 0 5px;
    }
    .gokaku-title-left p.gokaku-bluebar {
        background: #0097E0;
        padding: 5px 10px;
        font-size: 1.8rem;
        text-align: center;
        margin-top: 0;
    }
    .gokaku-title-right {
        width: 100%;
        margin: 10px 0 0;
    }
    .gokaku-title-right img {
        width: 100%;
    }
    .gokaku-shidou {
        background: #FFFEEE;
        padding: 20px;
        margin: 20px 0 0;
    }
    .gokaku-shidou .gokaku-bluebar {
        color: #FFF;
        background: #005BAC;
        padding: 10px;
        font-size: 1.8rem;
        font-weight: bold;
        text-align: center;
    }
    .gokaku-shidou ul {
        list-style: none;
        font-size: 1.7rem;
        padding: 0;
    }
    .gokaku-shidou ul li {
        margin: 20px 0 0;
        font-weight: bold;
    }
    .gokaku-triple {
        background: #FFFEEE;
        padding: 20px;
    }
    .gokaku-triple h3 {
        background: #E60012;
        width: 100%;
        padding: 10px 20px;
        font-size: 1.8rem;
        font-weight: bold;
        text-align: center;
        color: #FFF;
    }
    .gokaku-triple-inner {
        display: block;
        margin: 20px 0 0;
    }
    .gokaku-triple-inner dl {
        width: 100%;
        border: 2px solid #004190;
        padding: 10px;
        background: #FFF;
    }
    .gokaku-triple-inner dl dt {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin: 0 0 10px 0;
    }
    .gokaku-triple-inner dl:nth-of-type(2) dt {
        margin: 0 0 30px 0;
    }
    .gokaku-triple-inner dl:nth-of-type(3) dt {
        margin: 0 0 30px 0;
    }

    .gokaku-triple-inner dl dt .gokaku-triple-content-num {
        color: #004190;
        font-size: 4.0rem;
        margin: 0 10px 0 0;
        font-weight: bold;
    }
    .gokaku-triple-inner dl dt .gokaku-triple-content-text {
        position: relative;
        color: #004190;
        font-size: 1.7rem;
        font-weight: bold;
        line-height: 1.4;
    }
    .gokaku-triple-inner dl dt .gokaku-triple-content-text span {
        background: linear-gradient(transparent 60%, #FFF100 0%);
    }
    .gokaku-triple-inner dl dt .gokaku-triple-content-text span.small {
        background: transparent;
        font-size: 1.0rem;
        line-height: 1.1;
    }
    .gokaku-triple-inner dl dd img {
        width: 100%;
    }
    .gokaku-triple-plus {
        font-size: 3.2rem;
        font-weight: bold;
        color: #004190;
        text-align: center;
    }

    .gokaku-summer {
        color: #FFF;
        font-size: 2.4rem;
        font-weight: bold;
        text-align: center;
        background: #ED6C00;
        border: 10px double #FFF;
        padding: 15px;
        margin: 40px 0 0;
        line-height: 1.4;
    }

    .kobetsu {
        display: block;
        width: 95%;
        margin: 40px auto 0;
        border: solid 10px #008140;
    }
    .kobetsu a {
        text-decoration: none;
    }
    .kobetsu-kuwake {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 4.8rem;
        color: #FFF;
        font-weight: bold;
        padding: 10px;
        background: #008140;
    }
    .kobetsu-kuwake p {
        font-size: 5.2rem;
        background: #FFF;
        color: #008140;
        padding: 10px 20px;
        margin: 0 20px 0 0;
    }
    .kobetsu img {
        width: 100%;
    }
    .kobetsu-kuwake img {
        width: auto;
        height: 100%;
    }

    .kobetsu-kuwake01 {
        display: block;
        margin: 0 auto;
        border: none;
        background: #fff;
        width: 100%;
    }
    .kobetsu-kuwake01 div {
        display: block;
    }
    .kobetsu-kuwake01 div:nth-of-type(1) {
        border-bottom: solid 5px #008140;
        text-align: center;
    }
    .kobetsu-kuwake01 div:nth-of-type(2) {
        background: #FFFEEE;
    }
    .kobetsu-kuwake01 div:nth-of-type(1) img:nth-of-type(2) {
        width: 70%;
    }
    .kobetsu-kuwake01 div:nth-of-type(2) img:nth-of-type(2) {
        padding: 4%;
    }




    .gakushusien {
        position: relative;
        display: block;
        width: 100%;
        margin: 40px auto 0;
        background: #FFF;
        border: 2px solid #004EA2;
    }
    .gakushusien h2 {
        background: #004EA2;
        padding: 15px 20px;
        width: 100%;
        font-size: 3.4rem;
        color: #FFF;
        font-weight: bold;
    }
    .gakushusien-kaihou {
        padding: 20px;
    }
    .gakushusien-kaihou p {
        font-size: 2.0rem;
        font-weight: bold;
    }
    .gakushusien-kaihou-red {
        font-size: 4.0rem;
        color: #e83820;
        padding: 0 5px;
    }
    .gakushusien-kaihou-small {
        font-size: 1.8rem;
        display: block;
    }
    .gakushusien-number {
        padding: 20px;
        background: #e6f4fd;
    }
    .gakushusien-number dl {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin: 0 0 25px;
    }
    .gakushusien-number dl:last-of-type {
        margin: 0;
    }
    .gakushusien-number dl dt {
        font-size: 5.0rem;
        font-weight: bold;
        color: #004098;
    }
    .gakushusien-number dl dd {
        font-size: 2.1rem;
        line-height: 1.2;
        font-weight: bold;
        margin: 0 0 0 20px;
    }
    .gakushusien-iinntyou {
        border: 1px solid #004098;
        padding: 20px;
        width: 80%;
        margin: 20px auto;
    }
    .gakushusien-iinntyou dl {
        text-align: center;
    }
    .gakushusien-iinntyou dl dd {
        font-size: 1.8rem;
        text-align: center;
        margin: 10px 0 20px;
        line-height: 1.2;
    }
    .gakushusien-iinntyou p {
        font-size: 2.1rem;
        line-height: 1.4;
        font-weight: bold;
    }
    .gakushusien-iinntyou p span {
        display: block;
        text-align: right;
        font-size: 1.6rem;
    }

    .course {
        width: 95%;
        margin: 120px auto 0;
        border: solid 10px #0068B6;
    }

    .course a {
        text-decoration: none;
        color: #333;
    }

    .course-kuwake {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 4.8rem;
        color: #FFF;
        font-weight: bold;
        padding: 10px 0 0;
        background: #0068B6;
    }
    .course-kuwake p {
        font-size: 5.2rem;
        background: #FFF;
        color: #0068B6;
        padding: 10px 20px;
        margin: 0 20px 0 0;
    }

}
.course-kuwake img {
    width: auto;
    height: 100%;
}

.course .keizoku {
    margin: 10px;
    padding: 10px;
    border: solid 3px #008140;
}
.course .keizoku-title {
    display: block;
    background: #FFF;
    margin: 0 auto 20px;
}
.course .keizoku-title img {
    width: 100%;
    height: auto;
}

.course .koushu {
    margin: 10px;
    padding: 10px;
    border: solid 3px #E32C7C;
}
.course .koushu-title {
    display: block;
    background: #E32C7C;
    margin: 20px auto;
}
.course .koushu-title img {
    width: 100%;
    height: auto;
}

.course .course-healine01 {
    color: #0081cc;
    border: 2px solid #0081cc;
    padding: 5px;
    background: #fffbc7;
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
}
.course .course-healine01 span {
    display: block;
    font-size: 1.6rem;
    font-weight: normal;
}

.course .course-healine03 {
    color: #E32C7C;
    border: 2px solid #E32C7C;
    padding: 5px;
    background: #fffbc7;
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
}
.course .course-healine03 span {
    font-size: 1.6rem;
    font-weight: normal;
}

.course .course-healine04 {
    color: #F76C03;
    border: 2px solid #F76C03;
    padding: 5px;
    background: #fffbc7;
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
    margin: 20px auto 10px;
}
.course .course-healine04 span {
    font-size: 1.6rem;
    font-weight: normal;
}

.course .course-healine05 {
    color: #008140;
    border: 2px solid #008140;
    padding: 5px;
    background: #fffbc7;
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
    margin: 20px auto 10px;
}
.course .course-healine05 span {
    font-size: 1.6rem;
    font-weight: normal;
}

.k01 .course-item02 h3 {
    background: #0068B6;
    color: #fff;
}
.k01 .course-item02 h3 span {
    font-size: 1.4rem;
    font-weight: normal;
}
.k01 .course-item02 dl {
    display: block;
    margin: 10px;
}
.k01 .course-item02 dt {
    font-weight: bold;
    background: #ccc;
    padding: 10px;
    line-height: 1.4;
    width: 100%;
}
.k01 .course-item02 dd {
    background: #fff;
    padding: 10px;
    line-height: 1.4;
    width: 100%;
}
.k01 .course-item02 dd img {
    width: auto;
    height: 16px;
    margin: 0 5px 0 10px;
}
.k01 .course-item02 dd span {
    color: #CE000D;
    font-weight: bold;
    font-size: 1.8rem;
}

.k02 .course-item02 h3 {
    background: #F76C03;
    color: #fff;
}
.k02 .course-item02 h3 span {
    font-size: 1.4rem;
    font-weight: normal;
}
.k02 .course-item02 dl {
    display: block;
    margin: 10px;
}
.k02 .course-item02 dt {
    font-weight: bold;
    background: #ccc;
    padding: 10px;
    line-height: 1.4;
    width: 100%;
}
.k02 .course-item02 dd {
    background: #fff;
    padding: 10px;
    line-height: 1.4;
    width: 100%;
}
.k02 .course-item02 dd img {
    width: auto;
    height: 20px;
    margin: 0 5px 0 10px;
}
.k02 .course-item02 dd span {
    color: #CE000D;
    font-weight: bold;
    font-size: 1.8rem;
}

.k03 .course-item02 h3 {
    background: #008140;
    color: #fff;
}
.k03 .course-item02 h3 span {
    font-size: 1.4rem;
    font-weight: normal;
}
.k03 .course-item02 dl {
    display: block;
    margin: 10px;
}
.k03 .course-item02 dt {
    font-weight: bold;
    background: #ccc;
    padding: 10px;
    line-height: 1.4;
    width: 100%;
}
.k03 .course-item02 dd {
    background: #fff;
    padding: 10px;
    line-height: 1.4;
    width: 100%;
}
.k03 .course-item02 dd img {
    width: auto;
    height: 20px;
    margin: 0 5px 0 10px;
}
.k03 .course-item02 dd span {
    color: #CE000D;
    font-weight: bold;
    font-size: 1.8rem;
}


.course-item-wrap {}
.course-item {
    width: 100%;
    margin: 20px 0 0;
    background: #FFF;
    padding: 10px;
}
.course-item dt {
    width: 100%;
    padding: 10px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background: #CCC;
    color: #FFF;
    font-size: 1.8rem;
    font-weight: bold;
    box-shadow: 2px 2px 4px #AAA;
}
.course-item dt.premior {
    background: linear-gradient(90deg, rgba(0, 104, 177, 1) 0%, rgba(0, 77, 152, 1) 37%, rgba(0, 50, 119, 1) 100%);
}
.course-item dt.kouritsu {
    background: #0081cc;
}
.course-item dt.nanboku {
    background: #0081cc;
}
.course-item dt.shougkausei {
    background: #009944;
}
.course-item dt.master {
    background: #009944;
}
.course-item dt.green {
    background: #009944;
}
.course-item dt.orange {
    background: #e94709;
}
.course-item dt.pink {
    background: #ee86a2;
}
.course-item dt.lightorange {
    background: #f39939;
}
.course-item dt.waterblue {
    background: #00a8eb;
}

.course-item dt img {
    width: 100px;
}
.course-item dd {
    width: 100%;
    margin: 10px 0 0;
}
.course-item dd h3 {
    padding: 0 0 5px;
    border-bottom: 3px double #000;
    line-height: 1.2;
}
.course-item dd h3 span {
    font-size: 1.4rem;
}
.course-item dd p {
    padding: 5px 0 0;
    line-height: 1.2;
}
.course-item dd p span.red {
    color: #F00;
}

.course-item .course-item-price,
.course-item02 .course-item-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
}
.course-item .course-item-price dt,
.course-item02 .course-item-price dt {
    width: 35%;
    padding: 10px;
    border-radius: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background: #0068B6;
    color: #FFF;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.3;
}

.course-item .course-item-price dd,
.course-item02 .course-item-price dd {
    width: 60%;
}
.course-item .course-item-price dd p,
.course-item02 .course-item-price dd p {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
}
.course-item .course-item-price dd span,
.course-item02 .course-item-price dd span {
    color: #F00;
    font-weight: bold;
    margin: 0 0 0 5px;
}
.course-item .course-item-price dd img,
.course-item02 .course-item-price dd img {
    max-height: 20px;
}



.course .course-healine02 {
    color: #fff;
    /*border:2px solid #00a95f;*/
    margin: 20px 0 0;
    padding: 5px;
    background: #004098;
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
}
.course-item02 {
    width: 100%;
    margin: 20px 0 0;
    background: #FFF;
}
.course-item02 h3 {
    font-size: 2.1rem;
    background: #fff;
    padding: 5px 10px;
    margin: 0 0 10px;
    background: #004098;
    color: #FFF;
    line-height: 1.3;
    font-weight: bold;
}
.course-item02 h3 .red {
    background: #E60012;
    color: #fff;
    font-size: 12px;
    padding: 3px 10px;
    vertical-align: middle;
    margin-left: 0.5em;
    display: inline-block;
}
.course-item02 p {
    padding: 10px;
    padding-top: 0;
}

.s07-cont-wrap {
    width: 100%;
    margin: 0 auto;
}
.s07-cont-wrap dl {
    display: block;
    margin: 1px auto;
}
.s07-cont-wrap dl dt {
    width: 100%;
    padding: 2rem 1rem 0 2rem;
    color: #0171BB;
    font-size: 1.8rem;
    font-weight: bold;
}
.s07-cont-wrap dl dd {
    width: 100%;
    padding: 1rem 1rem 1rem 3rem;
    display: block;
    font-size: 2.0rem;
    justify-content: bottom;
    align-items: center;
}
.s07-cont-wrap dl dd input {
    border: solid 1px #666;
    border-radius: 10px;
    padding: 1.4rem;
    margin: 1rem;
    font-size: 2.0rem;
}
.s07-cont-wrap dl dd input[type=text] {
    width: 100%;
}
.s07-cont-wrap dl dd input[type=tel] {
    width: 100%;
}
.s07-cont-wrap dl dd input[type=email] {
    width: 100%;
}
.s07-cont-wrap dl dd input[type=submit] {
    width: 90%;
}
.s07-cont-wrap dl dd input[type=reset] {
    width: 90%;
    padding: 0.7rem;
    font-size: 1.4rem;
}
.s07-cont-wrap dl dd textarea {
    width: 100%;
    height: 15rem;
    padding: 1rem;
    margin: 1rem;
    font-size: 2.4rem;
    line-height: 1.6;
    border: solid 1px #666;
    border-radius: 10px;
}


footer {
    width: 100%;
    padding: 5rem;
    text-align: center;
    background: #0097E0;
}
footer p {
    color: #fff;
    font-size: 1.8rem;
    padding: 1rem 0;
}
footer p a {
    color: #fff;
}
footer img {
    width: 100%;
}

.setsumeikai {
    width: 95%;
    margin: 40px auto;
    background: #009844;
    display: block;
}
.setsumeikai img {
    width: 100%;
}

.zeikomi {
    width: 95%;
    margin: 20px auto;
}
.zeikomi p {
    font-size: 1.8rem;
}
.gasshuku {
    border: 3px solid #0198E1;
    margin: 10px;
}

.gasshuku-top {
    background: #0198E1;
    color: #FFF;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    padding: 5px 0;
}
.gasshuku-wrap {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    ;
}
.gasshuku-left {
    width: 100%;
    padding: 20px;
    background: #fffbc7;
}
.gasshuku-left-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;

}
.gasshuku-left-title span {
    padding-right: 10px;
    color: #0198E1;
    font-size: 5rem;
    text-shadow:
        2px 2px 0px white,
        /* 白の縁取り */
        -2px -2px 0px white,
        -2px 2px 0px white,
        2px -2px 0px white,
        4px 4px 5px rgba(0, 0, 0, 0.5);
}
.gasshuku-right {
    width: 100%;
    padding: 20px;
}
.gasshuku-right-days {
    font-size: 2rem;
    font-weight: bold;
}
.gasshuku-right-gentei {
    background: #0068B6;
    color: #FFF;
    font-size: 1.8rem;
    text-align: center;
    font-weight: bold;
    padding: 5px 0;
    margin: 10px 0;
}
.gasshuku-right-member {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.gasshuku-right-member p {
    font-size: 1.4rem;
    font-weight: bold;
    border-bottom: 5px solid #FF0;
}
.gasshuku-right-member p span {
    font-size: 2rem;
    color: #0068B6;
    padding-left: 5px;
}
.gentei-caption {
    text-align: center;
    font-size: 2.6rem;
    font-weight: bold;
    color: #F00;
}
.gentei-caption span {
    color: rgb(255, 0, 0, 0.5);
}
.tokkunProgram dl {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 10px;
}
.tokkunProgram dl dt {
    width: 100%;
    font-weight: bold;
    line-height: 1.4;
    background: #CCCCCC;
    padding: 5px;
    text-align: center;
    margin-right: 0.5em;
}
.tokkunProgram dl dd {
    width: 90%;
}
.tokkunProgram dl dd span {
    color: #F00;
    font-weight: bold;
}
.tokkunProgram dl dd img {
    width: auto;
    height: 16px;
    margin: 0 5px;
}
.tokkunProgramCap {
    background: #777;
    color: #FFF;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 10px;
    margin: 20px 0 0;
    text-align: center;
}
.course-healine06 {
    color: #fff;
    padding: 5px;
    background: #D7000F;
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
    margin: 20px auto 10px;
}
.course-healine06 span {
    font-size: 1.6rem;
    font-weight: normal;
}
.keizoku h2 {
    color: #0097E0;
    width: 100%;
    font-size: 3.6rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
}
.keizoku-tokuten {
    margin: 20px 0;
    padding: 10px 20px;
    background: #0097E0;
    color: #FFF;
    font-weight: bold;
    font-size: 2.6rem;
    text-align: center;
    line-height: 1.4;
}
.keizoku-tokuten span {
    color: #FFF100;
    padding: 0 20px 0 0;
}
.keizoku-price {
    font-size: 2.1rem;
    line-height: 1.4;
}
.keizoku-price span {
    color: #E60012;
    font-size: 4.0rem;
    padding: 0 5px;
    font-weight: bold;
}
.keizoku-more {
    padding: 20px 0 0;
    margin: 20px 0 0;
    font-size: 1.6rem;
    border-top: 2px dotted #AAA;
}
.keizoku-more span {
    font-size: 2.4rem;
    line-height: 1.4;
    padding: 0 5px;
}
@media print,
screen and (min-width:768px) {
    /* PC */
    .sp {
        display: none;
    }
    .button {
        display: block;
        width: 600px;
        max-width: 100%;
        margin: 0 auto;
    }

    #nav-drawer {
        display: none;
    }

    /* GO2TOP button */
    #page-top {
        position: fixed;
        bottom: 0px;
        right: 20px;
        /*font-size: 77%;*/
        z-index: 100;
    }
    #page-top span {
        display: none;
    }
    #page-top a {
        text-decoration: none;
        color: #fff;
        padding: 0;
        text-align: center;
        display: block;
        border-radius: 12px;
    }
    #page-top a img {
        display: block;
        width: 46px;
        height: 46px;
        margin: 0 0 0 0 !important;
        padding: 0;
        background: rgba(255, 255, 255, 0.6);
        border-radius: 10px;
    }

    body {
        position: relative;
    }

    header {
        width: 100%;
        height: auto;
    }
    #header-l1 {
        width: 100%;
        height: 80px;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        padding: 10px 2%;
    }
    header h1 {
        width: 50%;
        height: 100%;
    }
    header h1 a {
        width: 100%;
        height: 100%;
        display: block;
        text-indent: -9999px;
        background: url(images/logo.svg) no-repeat;
        background-size: contain;
        background-position: right;
    }
    header .telnum {
        text-align: right;
        display: flex;
    }
    header .telnum p {
        display: inline-block;
        padding: 1rem 1rem 0;
        margin-right: 3rem;
    }
    header .telnum p span {
        font-size: 2.6rem;
        padding-left: 1rem;
    }
    header .telnum p a.tel-btn {
        font-size: 3.0rem;
        font-weight: bold;
        color: #000;
        text-decoration: none;
    }
    header .telnum a.inq-btn {
        padding: 1rem 2rem;
        font-size: 1.6rem;
        font-weight: bold;
        background: #ff4500;
        color: #fff;
        text-decoration: none;
    }
    header .telnum a:hover {
        opacity: 0.7;
    }

    nav {
        width: 100%;
        display: block;
        background: none;
        padding: 0 0 5px 0;
    }
    nav ul {
        width: 100%;
        display: flex;
        justify-content: space-around;
    }
    nav ul li {
        padding: 0;
    }
    nav ul li a {
        display: block;
        padding: 2rem;
        text-decoration: none;
        color: #333;
        position: relative;
        font-size: 1.4rem;
        font-weight: bold;
        border-bottom: solid 2px #0097E0;
    }
    nav ul li a:hover {
        color: #fff;
        background: #0097E0;
    }

    nav.content-nav {
        width: 100%;
        display: block;
        background: none;
        padding: 0;
        margin: 7rem 0 0 0;
        background: #0097E0;
        border: solid 2px #0097E0;
    }
    .content-nav a {
        border: none;
        color: #fff;
    }
    .content-nav a:hover {
        background: #fff;
        color: #0097E0;
    }
    .content-nav li.current a {
        background: #fff;
        color: #0097E0;
    }


    .sec_slider {
        width: 100%;
        height: auto;
        display: block;
        position: relative;
        text-align: center;
    }
    .sec_slider .slider {
        width: 98%;
        height: auto;
        margin: 0 0 10px;
    }
    .sec_slider .slider-text {
        display: block;
        width: 98%;
        position: absolute;
        top: 3%;
        left: 1%;
    }
    .sec_slider h2 {
        color: #fff;
        font-weight: bold;
        font-size: 3rem;
        line-height: 1.0;
        text-align: center;
    }
    .sec_slider h2 img {
        width: auto;
        height: 40px;
    }
    .sec_slider h3 {
        width: 60%;
        margin: 1% 0 0 5%;
    }
    .sec_slider h3 img {
        width: 100%;
        height: auto;
    }
    .sec_slider h4 {
        width: 100%;
    }
    .sec_slider h4 img {
        height: 120px;
        width: auto;
        display: block;
        margin: 0 auto;
        filter: drop-shadow(2px 2px 1px rgb(255, 255, 255));
    }

    .top-main {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
    }
    .top-main img {
        width: 100%;
        max-width: 1400px;
    }
    .top-main-bottom {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
    }
    .main-left {
        width: 40%;
    }
    .main-center {
        width: 48%;
    }
    .main-right {
        width: 40%;
    }

    .main-right02 {
        width: 67.5%;
    }
    .main-right02-human {
        width: 100%;
    }
    .main-right02-bottom {
        width: 100%;
        margin-top: 10px;
    }

    .main-bottom {
        width: 100%;
        max-width: 1080px;
        margin: 10px auto;
    }
    .main-bottom img {
        width: 100%;
    }
    .main-button {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin: 10px 0 60px;
    }
    .main-button a {
        width: 33%;
        background: #333;
        color: #FFF;
        font-size: 4.2rem;
        padding: 20px;
        font-weight: bold;
        text-decoration: none;
    }
    .main-button a.main-button-shuudan {
        background: #0068B6;
    }
    .main-button a.main-button-kobetsu {
        background: #008140;
    }
    .main-button a.main-button-online {
        background: #CE000D;
    }
    .main-button a img {
        width: 100%;
    }




    .sections {
        margin: 0 auto 40px;
        padding: 50px 0 20px;
        display: block;
        width: 100%;
    }
    .sections h3 {
        width: 70%;
        margin: 20px auto;
        display: block;
        text-align: center;
        font-size: 3.2rem;
        line-height: 1.4;
        border-bottom: double 5px #0097E0;
        position: relative;
        background: url(images/icon01.svg) no-repeat left bottom;
        background-size: contain;
    }
    .sections p {
        font-size: 1.8rem;
        line-height: 1.6;
    }

    .jisseki {
        width: 100%;
        text-align: center;
        margin: 10px 0 50px;
    }
    .jisseki img {
        max-width: 100%;
    }

    .inq-btn-area {
        width: 70%;
        margin: 20px auto;
        padding: 2rem;
        display: block;
        /*background: #fffeee;*/
        border: solid 10px #e60012;
        box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.6);
        border-radius: 20px;
    }
    .inq-btn-area h4 {
        color: #e60012;
        padding: 1rem 0;
        text-align: center;
        border-bottom: solid 2px #e60012;
        font-size: 5.0rem;
        font-weight: bold;
        letter-spacing: 1rem;
    }
    .inq-btn-area h5 {
        font-size: 2.0rem;
        font-weight: bold;
        color: #000;
        text-align: center;
        margin: 2rem auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .inq-btn-area h5 span:nth-of-type(1) {
        font-size: 4.0rem;
        color: #fff;
        background: #e60012;
        display: inline-block;
        padding: 2rem;
        border-radius: 50%;
    }
    .inq-btn-area h5 span:nth-of-type(2) {
        font-size: 10rem;
        font-weight: bold;
        color: #e60012;
    }
    .inq-btn-area a {
        width: 70%;
        display: block;
        margin: 0 auto;
        background: #ff4500;
        padding: 2rem;
        color: #fff;
        text-align: center;
        font-size: 2.4rem;
        font-weight: bold;
        text-decoration: none;
    }
    .inq-btn-area a:hover {
        background: #666
    }

    .inq-btn-area2 {
        width: 70%;
        margin: 20px auto;
        padding: 2rem;
        display: block;
        background: #0097c1;
        border: solid 10px #0b3c51;
        box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.6);
        border-radius: 20px;
    }
    .inq-btn-area2 h4 {
        color: #fff;
        padding: 1rem 0;
        text-align: center;
        border-bottom: solid 2px #fff;
        font-size: 5.0rem;
        font-weight: bold;
        letter-spacing: 1rem;
    }
    .inq-btn-area2 h5 {
        font-size: 3.0rem;
        font-weight: bold;
        color: #fff;
        text-align: center;
        margin: 2rem auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .inq-btn-area2 h5 span:nth-of-type(1) {
        font-size: 4.0rem;
        color: #fff;
        background: #e60012;
        display: inline-block;
        padding: 2rem;
        border-radius: 50%;
    }
    .inq-btn-area h5 span:nth-of-type(2) {
        font-size: 10rem;
        font-weight: bold;
        color: #e60012;
    }
    .inq-btn-area2 a {
        width: 70%;
        display: block;
        margin: 0 auto;
        background: #fff;
        padding: 2rem;
        color: #0b3c51;
        text-align: center;
        font-size: 2.4rem;
        font-weight: bold;
        text-decoration: none;
    }
    .inq-btn-area2 a:hover {
        background: #e60012;
        color: #fff;
    }

    .price {
        background: #00A780;
        padding: 40px 0 0;
        text-align: center;
    }
    .price img {
        background: #FFF;
    }



    .kansenboushi {
        background: #FFF;
        padding: 20px 0 0;
    }
    .kansenboushi .inner {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 68%;
        margin: 0 auto;
        background: #FFF;
        border-radius: 20px;
        padding: 20px;
        border: 2px solid #00afec;
    }
    .kansenboushi-left {
        width: 54%;
    }
    .kansenboushi-left h2 {
        color: #E60012;
        font-size: 3.6rem;
        font-weight: bold;
        line-height: 1.2;
    }
    .kansenboushi-left p {
        font-size: 1.2rem;
        margin: 10px 0 0;
    }
    .kansenboushi-right {
        width: 38%;
        background: #595757;
        padding: 20px;
        border-radius: 10px;
        color: #FFF;
        font-size: 2.4rem;
        text-align: center;
        font-weight: bold;
        line-height: 1.2;
        letter-spacing: 0.1rem;
    }
    .kansenboushi-right .kansenboushi-textyellow {
        color: #FFF100;
        font-size: 3.8rem;
        padding: 0 5px 0 0;
    }

    .tablet {
        display: block;
        width: 1000px;
        margin: 40px auto;
        background: #FFF7DF;
        border: 2px solid #005BAC;
        border-top: 20px solid #005BAC;
    }
    .tablet h2 img {
        width: 100%;
    }
    .table-flex {
        padding: 20px 20px 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .table-flex p:first-of-type {
        width: 48%;
        padding: 10px;
        background: #005BAC;
        border: 3px solid #005BAC;
        color: #FFF;
        font-size: 2.4rem;
        text-align: center;
    }
    .table-flex p:last-of-type {
        width: 48%;
        padding: 10px;
        background: #FFF;
        border: 3px double #005BAC;
        color: #005BAC;
        font-size: 2.4rem;
        text-align: center;
    }
    .tablet ul {
        list-style: none;
        font-size: 2.1rem;
        padding: 0 20px 20px;
    }
    .tablet ul li {
        margin: 15px 0 0;
    }

    .sidouyouryou {
        position: relative;
        display: block;
        width: 1000px;
        margin: 40px auto 0;
        background: #FFF7DF;
        border: 2px solid #004EA2;
    }
    .sidouyouryou h2 {
        background: #004EA2;
        padding: 15px 20px;
        width: 100%;
        font-size: 3.4rem;
        color: #FFF;
        font-weight: bold;
    }
    .sidouyouryou ul {
        list-style: none;
        font-size: 2.4rem;
        padding: 0 20px 20px;
    }
    .sidouyouryou ul li {
        margin: 20px 0 0;
        color: #E60012;
        font-weight: bold;
    }
    .sidouyouryou-human {
        display: none;
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .corona {
        position: relative;
        display: block;
        width: 1000px;
        margin: 40px auto;
    }
    .corona h2 {
        background: #0097E0;
        padding: 15px 20px;
        width: 100%;
        font-size: 3.4rem;
        color: #FFF;
        font-weight: bold;
        text-align: center;
    }
    .corona-ph {
        width: 100%;
    }

    .video {
        display: block;
        text-align: center;
        margin: 50px 0;
    }
    .video h2 {
        display: block;
        text-align: center;
        margin: 50px 0;
    }
    .video iframe {
        width: 800px;
        height: 450px;
    }


    .gokaku {
        display: block;
        width: 1000px;
        margin: 40px auto 0;
        border: 10px solid #CE000D;
    }
    .gokaku a {
        text-decoration: none;
    }
    .gokaku-kuwake {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 4.8rem;
        color: #FFF;
        font-weight: bold;
        background: #CE000D;
    }
    .gokaku-kuwake p {
        font-size: 5.2rem;
        background: #FFF;
        color: #CE000D;
        padding: 10px 20px;
        margin: 0 20px 0 0;
    }
    .gokaku-kuwake01 {
        background: #CE000D;
        width: 80%;
        margin: 20px auto;
        border: solid 10px #CE000D;
    }
    .gokaku-kuwake01 img {
        width: 100%;
    }
    .gokaku-kuwake01 div {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #FFFEEE;
        padding: 10px;
        border-top: solid 7px #CE000D;
    }
    .gokaku-kuwake01 div img {
        margin: 10px;
        width: 65%;
    }


    .kobetsu {
        display: block;
        width: 1000px;
        margin: 40px auto 0;
        border: solid 10px #008140;
    }
    .kobetsu a {
        text-decoration: none;
    }
    .kobetsu-kuwake {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 4.8rem;
        color: #FFF;
        font-weight: bold;
        padding: 10px 0 0;
        background: #008140;
    }
    .kobetsu-kuwake p {
        font-size: 5.2rem;
        background: #FFF;
        color: #008140;
        padding: 10px 20px;
        margin: 0 20px 0 0;
    }

    .kobetsu-kuwake01 {
        display: block;
        margin: 20px auto;
        border: solid 10px #008140;
        background: #fff;
        width: 80%;
    }
    .kobetsu-kuwake01 div {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .kobetsu-kuwake01 div:nth-of-type(1) {
        border-bottom: solid 5px #008140;
    }
    .kobetsu-kuwake01 div:nth-of-type(2) {
        background: #FFFEEE;
        padding: 10px;
    }

    .gakushusien {
        position: relative;
        display: block;
        width: 1000px;
        margin: 40px auto 0;
        background: #FFF;
        border: 2px solid #004EA2;
    }
    .gakushusien h2 {
        background: #004EA2;
        padding: 15px 20px;
        width: 100%;
        font-size: 3.4rem;
        color: #FFF;
        font-weight: bold;
    }
    .gakushusien-kaihou {
        padding: 20px;
    }
    .gakushusien-kaihou p {
        font-size: 2.4rem;
        font-weight: bold;
    }
    .gakushusien-kaihou-red {
        font-size: 4.4rem;
        color: #e83820;
        padding: 0 10px;
    }
    .gakushusien-kaihou-small {
        font-size: 1.8rem;
        padding: 0 0 0 10px;
    }
    .gakushusien-number {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px;
        background: #e6f4fd;
    }
    .gakushusien-number dl {
        width: calc(100% / 3 - 20px);
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .gakushusien-number dl dt {
        font-size: 5.0rem;
        font-weight: bold;
        color: #004098;
    }
    .gakushusien-number dl dd {
        font-size: 2.1rem;
        line-height: 1.2;
        font-weight: bold;
        margin: 0 0 0 20px;
    }
    .gakushusien-iinntyou {
        border: 1px solid #004098;
        padding: 20px;
        width: 70%;
        margin: 20px auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .gakushusien-iinntyou dl {
        width: 20%;
    }
    .gakushusien-iinntyou dl dt img {
        width: 100%;
    }
    .gakushusien-iinntyou dl dd {
        text-align: center;
        margin: 10px 0 0;
        line-height: 1.2;
    }
    .gakushusien-iinntyou p {
        width: 75%;
        font-size: 2.1rem;
        line-height: 1.4;
        font-weight: bold;
    }
    .gakushusien-iinntyou p span {
        display: block;
        text-align: right;
        font-size: 1.6rem;
    }

    .course-item .course-item-price,
    .course-item02 .course-item-price {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 10px 0;
    }
    .course-item .course-item-price dt,
    .course-item02 .course-item-price dt {
        width: 35%;
        padding: 10px;
        border-radius: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        background: #0068B6;
        color: #FFF;
        font-size: 1.5rem;
        font-weight: bold;
        line-height: 1.3;
    }

    .course-item .course-item-price dd,
    .course-item02 .course-item-price dd {
        width: 60%;
    }
    .course-item .course-item-price dd p,
    .course-item02 .course-item-price dd p {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin: 0;
    }
    .course-item .course-item-price dd span,
    .course-item02 .course-item-price dd span {
        color: #F00;
        font-weight: bold;
        margin: 0 0 0 5px;
    }
    .course-item .course-item-price dd img,
    .course-item02 .course-item-price dd img {
        max-height: 20px;
    }

    .course {
        width: 1000px;
        margin: 120px auto 0;
        border: solid 10px #0068B6;
    }
    .course a {
        text-decoration: none;
        color: #333;
    }

    .course-kuwake {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 4.8rem;
        color: #FFF;
        font-weight: bold;
        padding: 10px 0 0;
        background: #0068B6;
    }
    .course-kuwake p {
        font-size: 5.2rem;
        background: #FFF;
        color: #0068B6;
        padding: 10px 20px;
        margin: 0 20px 0 0;
    }

    .course .keizoku {
        margin: 10px;
        padding: 10px;
        border: solid 3px #008140;
    }
    .course .keizoku-title {
        display: flex;
        justify-content: space-between;
        background: #FFF;
        margin: 0 auto 20px;
    }
    .course .keizoku-title img {
        width: 50%;
        height: auto;
    }

    .course .koushu {
        margin: 10px;
        padding: 10px;
        border: solid 3px #E32C7C;
    }
    .course .koushu-title {
        display: flex;
        justify-content: space-between;
        background: #E32C7C;
        margin: 20px auto;
    }
    .course .koushu-title img {
        width: auto;
        height: 90px;
    }
    .course .koushu-title.center {
        justify-content: center;
    }

    .course .course-healine03 {
        color: #E32C7C;
        border: 2px solid #E32C7C;
        padding: 5px;
        background: #fffbc7;
        text-align: center;
        font-size: 2.4rem;
        font-weight: bold;
    }
    .course .course-healine03 span {
        font-size: 1.6rem;
        font-weight: normal;
    }

    .course .course-healine04 {
        color: #EB6D9A;
        border: 2px solid #EB6D9A;
        padding: 5px;
        background: #fffbc7;
        text-align: center;
        font-size: 2.4rem;
        font-weight: bold;
        margin: 20px auto 10px;
    }
    .course .course-healine04 span {
        font-size: 1.6rem;
        font-weight: normal;
    }

    .course .course-healine05 {
        color: #008140;
        border: 2px solid #008140;
        padding: 5px;
        background: #fffbc7;
        text-align: center;
        font-size: 2.4rem;
        font-weight: bold;
        margin: 20px auto 10px;
    }
    .course .course-healine05 span {
        font-size: 1.6rem;
        font-weight: normal;
    }

    .k01 .course-item02 h3 {
        background: #0068B6;
        color: #fff;
    }
    .k01 .course-item02 h3 span {
        font-size: 1.4rem;
        font-weight: normal;
    }
    .k01 .course-item02 dl {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin: 10px;
    }
    .k01 .course-item02 dt {
        font-weight: bold;
        background: #ccc;
        padding: 10px;
        line-height: 1.4;
        width: 20%;
    }
    .k01 .course-item02 dd {
        background: #fff;
        padding: 10px;
        line-height: 1.4;
        width: 80%;
    }
    .k01 .course-item02 dd img {
        width: auto;
        height: 16px;
        margin: 0 5px 0 10px;
        vertical-align: text-bottom;
    }
    .k01 .course-item02 dd span {
        color: #CE000D;
        font-weight: bold;
        font-size: 1.8rem;
    }

    .k02 .course-item02 h3 {
        background: #EB6D9A;
        color: #fff;
    }
    .k02 .course-item02 h3 span {
        font-size: 1.4rem;
        font-weight: normal;
    }
    .k02 .course-item02 h3.lightorange {
        background: #F08300;
    }
    .k02 .course-item02 h3.lightorange span {
        font-size: 1.8rem;
        font-weight: bold;
        background: #E60012;
        padding: 1px 5px;
    }
    .k02 .course-item02 dl {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin: 10px;
    }
    .k02 .course-item02 dt {
        font-weight: bold;
        background: #ccc;
        padding: 10px;
        line-height: 1.4;
        width: 40%;
    }
    .k02 .course-item02 dd {
        background: #fff;
        padding: 10px;
        line-height: 1.4;
        width: 60%;
    }
    .k02 .course-item02 dd img {
        width: auto;
        height: 20px;
        margin: 0 5px 0 10px;
    }
    .k02 .course-item02 dd span {
        color: #CE000D;
        font-weight: bold;
        font-size: 1.8rem;
    }

    .k03 .course-item02 h3 {
        background: #008140;
        color: #fff;
    }
    .k03 .course-item02 h3 span {
        font-size: 1.4rem;
        font-weight: normal;
    }
    .k03 .course-item02 dl {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin: 10px;
    }
    .k03 .course-item02 dt {
        font-weight: bold;
        background: #ccc;
        padding: 10px;
        line-height: 1.4;
        width: 40%;
    }
    .k03 .course-item02 dt span {
        color: #F00;
        font-weight: bold;
    }
    .k03 .course-item02 dd {
        background: #fff;
        padding: 10px;
        line-height: 1.4;
        width: 60%;
    }
    .k03 .course-item02 dd img {
        width: auto;
        height: 20px;
        margin: 0 5px 0 10px;
    }
    .k03 .course-item02 dd span {
        color: #CE000D;
        font-weight: bold;
        font-size: 1.8rem;
    }

    .course .course-healine01 {
        color: #0081cc;
        border: 2px solid #0081cc;
        padding: 5px;
        background: #fffbc7;
        text-align: center;
        font-size: 2.4rem;
        font-weight: bold;
    }
    .course .course-healine01 span {
        font-size: 1.6rem;
        font-weight: normal;
    }
    .course-item-wrap {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        flex-wrap: wrap;
    }
    .course-item {
        width: 49%;
        display: flex;
        justify-content: space-between;
        margin: 20px 0 0;
        background: #FFF;
        padding: 10px;
    }
    .course-item.w100p {
        width: 100%;
        margin-top: 0;
        padding: 10px 0;
    }
    .course-item dt {
        width: 35%;
        padding: 10px;
        border-radius: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        background: #CCC;
        color: #FFF;
        font-size: 1.5rem;
        font-weight: bold;
        box-shadow: 2px 2px 4px #AAA;
        line-height: 1.3;
    }
    .course-item dt.premior {
        background: linear-gradient(90deg, rgba(0, 104, 177, 1) 0%, rgba(0, 77, 152, 1) 37%, rgba(0, 50, 119, 1) 100%);
    }
    .course-item dt.kouritsu {
        background: #0081cc;
    }
    .course-item dt.nanboku {
        background: #0081cc;
    }
    .course-item dt.shougkausei {
        background: #009944;
    }
    .course-item dt.master {
        background: #009944;
    }
    .course-item dt.green {
        background: #009944;
    }
    .course-item dt.orange {
        background: #e94709;
    }
    .course-item dt.pink {
        background: #ee86a2;
    }
    .course-item dt.lightorange {
        background: #F08300;
    }
    .course-item dt.waterblue {
        background: #00a8eb;
    }
    .course-item dt.lightorange span {
        background: #E60012;
        display: inline-block;
        padding: 1px 10px;
    }


    .course-item dt img {
        width: 100px;
    }
    .course-item dd {
        width: 60%;
    }
    .course-item dd h3 {
        padding: 0 0 5px;
        border-bottom: 3px double #000;
        line-height: 1.2;
    }
    .course-item dd h3 span {
        font-size: 1.4rem;
    }
    .course-item dd p {
        padding: 5px 0 0;
        line-height: 1.2;
    }
    .course-item dd p span.red {
        color: #F00;
    }

    .course-item dt {
        width: 35%;
        padding: 10px;
        border-radius: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        background: #CCC;
        color: #FFF;
        font-size: 1.5rem;
        font-weight: bold;
        box-shadow: 2px 2px 4px #AAA;
        line-height: 1.3;
    }

    .price-table {
        width: 100%;
        margin-top: 10px;
        border-collapse: collapse;
    }
    .price-table th {
        font-size: 1.2rem;
        background: #FFFCDB;
        border: solid 1px #000;
        padding: 5px;
    }
    .price-table th.bg-red {
        background: #E60012;
        color: #fff;
    }
    .price-table th.bg-blue {
        background: #004098;
        color: #fff;
    }
    .price-table th.bg-green {
        background: #006435;
        color: #fff;
    }
    .price-table td {
        border: solid 1px #000;
        padding: 5px;
        list-style: 1.5;
        vertical-align: middle;
    }
    .course-item .course-item-price,
    .course-item02 .course-item-price {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 10px 0;
    }
    .course-item .course-item-price dt,
    .course-item02 .course-item-price dt {
        width: 35%;
        padding: 10px;
        border-radius: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        background: #0068B6;
        color: #FFF;
        font-size: 1.5rem;
        font-weight: bold;
        line-height: 1.3;
    }

    .course-item .course-item-price dd,
    .course-item02 .course-item-price dd {
        width: 60%;
    }
    .course-item .course-item-price dd p,
    .course-item02 .course-item-price dd p {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin: 0;
    }
    .course-item .course-item-price dd span,
    .course-item02 .course-item-price dd span {
        color: #F00;
        font-weight: bold;
        margin: 0 0 0 5px;
    }
    .course-item .course-item-price dd img,
    .course-item02 .course-item-price dd img {
        max-height: 20px;
    }

    .course .course-healine02 {
        color: #fff;
        /*border:2px solid #00a95f;*/
        margin: 20px 0 0;
        padding: 5px;
        background: #004098;
        text-align: center;
        font-size: 2.4rem;
        font-weight: bold;
    }
    .course-item02 {
        width: 49%;
        margin: 20px 0 0;
        background: #FFF;
    }
    .course-item02 h3 {
        font-size: 2.1rem;
        color: #fff;
        padding: 5px 10px;
        margin: 0 0 10px;
        background: #004098;
        line-height: 1.3;
        font-weight: bold;
    }
    .course-item02 h3 .red {
        background: #E60012;
        color: #fff;
        font-size: 12px;
        padding: 3px 10px;
        vertical-align: middle;
        margin-left: 0.5em;
    }
    .course-item02 h3 img {
        vertical-align: middle;
    }
    .course-item02 h4 {
        font-size: 1.8rem;
        color: #333;
        padding: 5px 10px;
        margin: 0 0 10px;
        line-height: 1.3;
        font-weight: bold;
        border-bottom: 3px double #333;
    }
    .course-item02 h4 span {
        font-size: 1.4rem;
    }

    .course-item02 p {
        padding: 10px;
        padding-top: 0;
    }

    .s07-cont-wrap {
        width: 1000px;
        margin: 0 auto;
    }
    .s07-cont-wrap dl {
        display: flex;
        margin: 1px auto;
    }
    .s07-cont-wrap dl dt {
        width: 20%;
        padding: 2rem 1rem 0 2rem;
        color: #0171BB;
        font-size: 1.8rem;
        font-weight: bold;
    }
    .s07-cont-wrap dl dd {
        width: 80%;
        padding: 1rem;
        display: flex;
        font-size: 2.0rem;
        justify-content: bottom;
        align-items: center;
    }
    .s07-cont-wrap dl dd input {
        border: solid 1px #666;
        border-radius: 10px;
        padding: 1.4rem;
        margin: 1rem;
        font-size: 2.0rem;
    }
    .s07-cont-wrap dl dd input[type=text] {
        width: 100%;
    }
    .s07-cont-wrap dl dd input[type=tel] {
        width: 100%;
    }
    .s07-cont-wrap dl dd input[type=email] {
        width: 100%;
    }
    .s07-cont-wrap dl dd input[type=submit] {
        width: 40%;
        margin-left: 10rem;
    }
    .s07-cont-wrap dl dd input[type=reset] {
        width: 40%;
        padding: 0.7rem;
        font-size: 1.4rem;
    }
    .s07-cont-wrap dl dd textarea {
        width: 100%;
        height: 15rem;
        padding: 1rem;
        margin: 1rem;
        font-size: 2.4rem;
        line-height: 1.6;
        border: solid 1px #666;
        border-radius: 10px;
    }


    footer {
        width: 100%;
        padding: 5rem;
        text-align: center;
        background: #0097E0;
    }
    footer p {
        color: #fff;
        font-size: 1.8rem;
        padding: 1rem 0;
    }
    footer p a {
        color: #fff;
    }

    .setsumeikai {
        width: 1000px;
        margin: 40px auto;
        padding: 5px;
        background: #009844;
        display: flex;
        /*
        align-items: center;
        justify-content: center;
        flex-wrap:wrap;
        */
    }
    /*
    .setsumeikai img{
        max-width:80%;
    }
*/
    .zeikomi {
        width: 1000px;
        margin: 20px auto;
    }
    .zeikomi p {
        font-size: 1.8rem;
    }

    .text-right {
        text-align: right;
    }
    .gasshuku {
        border: 3px solid #0198E1;
        margin: 10px;
    }

    .gasshuku-top {
        background: #0198E1;
        color: #FFF;
        font-size: 2rem;
        font-weight: bold;
        text-align: center;
        padding: 5px 0;
    }
    .gasshuku-wrap {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
    }
    .gasshuku-left {
        width: 35%;
        padding: 20px;
        background: #fffbc7;
    }
    .gasshuku-left-title {
        font-size: 2rem;
        font-weight: bold;
        margin-bottom: 10px;

    }
    .gasshuku-left-title span {
        padding-right: 10px;
        color: #0198E1;
        font-size: 5rem;
        text-shadow:
            2px 2px 0px white,
            /* 白の縁取り */
            -2px -2px 0px white,
            -2px 2px 0px white,
            2px -2px 0px white,
            4px 4px 5px rgba(0, 0, 0, 0.5);
    }
    .gasshuku-right {
        width: 60%;
        padding: 20px;
    }
    .gasshuku-right-days {
        font-size: 2rem;
        font-weight: bold;
    }
    .gasshuku-right-gentei {
        background: #0068B6;
        color: #FFF;
        font-size: 1.8rem;
        text-align: center;
        font-weight: bold;
        padding: 5px 0;
        margin: 10px 0;
    }
    .gasshuku-right-member {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        flex-wrap: wrap;
    }
    .gasshuku-right-member p {
        font-size: 1.4rem;
        font-weight: bold;
        border-bottom: 5px solid #FF0;
    }
    .gasshuku-right-member p span {
        font-size: 2rem;
        color: #0068B6;
        padding-left: 5px;
    }
    .gentei-caption {
        text-align: center;
        font-size: 2.6rem;
        font-weight: bold;
        color: #F00;
    }
    .gentei-caption span {
        color: rgb(255, 0, 0, 0.5);
    }
    .tokkunProgram dl {
        display: flex;
        align-items: center;
        margin-top: 10px;
    }
    .tokkunProgram dl dt {
        width: 10%;
        font-weight: bold;
        line-height: 1.4;
        background: #CCCCCC;
        padding: 5px;
        text-align: center;
        margin-right: 0.5em;
    }
    .tokkunProgram dl dd {
        width: 90%;
    }
    .tokkunProgram dl dd span {
        color: #F00;
        font-weight: bold;
    }
    .tokkunProgram dl dd img {
        width: auto;
        height: 16px;
        margin: 0 5px;
    }
    .tokkunProgramCap {
        background: #777;
        color: #FFF;
        font-size: 1.6rem;
        font-weight: bold;
        padding: 10px;
        margin: 20px 0 0;
        text-align: center;
    }
    .course-healine06 {
        color: #fff;
        padding: 5px;
        background: #D7000F;
        text-align: center;
        font-size: 2.4rem;
        font-weight: bold;
        margin: 20px auto 10px;
    }
    .course-healine06 span {
        font-size: 1.6rem;
        font-weight: normal;
    }
    .course .keizoku {
        margin: 10px;
        padding: 10px;
        border: solid 3px #008140;
    }
    .course .keizoku-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        /*background: #008140;*/
        /*margin: 0 auto 20px; */
    }
    .course .keizoku-title img {
        width: 50%;
        height: auto;
    }

}
}