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

body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

@font-face {
    font-family: YuGothicM;
    src: local(Yu Gothic Medium), local(Yu Gothic);
    font-weight: 500;
}

html {
    height: 100%;
}

* html div#wrapper {
    height: 100%;
}

* {
    margin: 0;
    padding: 0;
}

#wrapper img a {
    border: 0;
}

.lf {
    float: left;
}

.ri {
    float: right;
}

.cl {
    clear: both;
}

a {
    outline: hidden;
    outline: none;
}

.note {
    padding: 20px 5px !important;
    line-height: 1.2rem;
}

    /* custom------------------------------------------- */

.fs19 {
    font-size: 19px !important;
}

.fs20 {
    font-size: 20px !important;
}

.fs22 {
    font-size: 22px !important;
}

.mt1 {
    margin-top: 1rem;
}

.mt2 {
    margin-top: 2rem;
}

.mb1 {
    margin-bottom: 1rem;
}

.mb2 {
    margin-bottom: 2rem;
}

.mb3 {
    margin-bottom: 3rem;
}

.yrh {
    background: #ffd52f;
}

.jrh {
    background: #d0e7ed;
}

.hrh {
    background: #bff284;
}

.balloon {
    background-color: #000;
    padding: 20px;
    position: relative;
}

.balloon:after {
    border-left: 12px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    content: '';
    margin-top: -10px;
    position: absolute;
    right: -12px;
    top: 50%;
}

    /* HEADER  BASE------------------------------------------- */

header {
    width: 100%;
}
.header .sub_ttl {
    padding: 10px 20px 0;
    color: #e70012;
    font-size: 3.6em;
    font-weight: 600;
    text-align: center;
}
.header .add_ttl {
    padding: 10px 20px;
    color: #e70012;
    font-size: 5em;
    font-weight: 600;
    text-align: center;
    line-height: 1.2em;
}
.header .catch_txt {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.header .catch_txt img {
    display: block;
    width: 100%;
    height: auto;
}
.header h2 {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
    line-height: 1;
}
.summer_class_schedule {
    text-align: center;
    margin-bottom: 20px;
}
.summer_class_schedule .inner {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 4px;
    background: #00beee;
    background: #00beee;
    color: #fff;
    font-size: 3.6em;
}
.summer_class_schedule .inner em {
    display: inline-block;
    font-style: italic;
    font-weight: 600;
}
.summer_class_schedule .inner small {
    display: inline-block;
    font-size: 0.5em;
    font-weight: 600;
}
@media screen and (max-width: 768px) {
    .header .sub_ttl,
    .header .add_ttl {
        font-size: 6.5vw;
    }
    .summer_class_schedule .inner {
        font-size: 2.8em;
    }
}

#build-menu-page {
    left: 0;
    position: relative;
}

#build-menu {
    visibility: visible;
    z-index: 0;
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    display: none;
    /*width: 260px;*/
    padding: 0;
    position: static;
    z-index: 0;
    top: 0;
    height: 100%;
    overflow-y: auto;
    float: right;
    font-size: 15px;
}

#build-menu li {
    display: block;
    width: 180px;
    padding: 10px;
    border-bottom: #ccc solid 1px;
}

#build-menu li a {
    color: #3d5e05;
    text-decoration: none;
}

li.sectnav {
    display: block;
    border: #ccc solid 1px !important;
    margin-top: 20px;
}

.build-menu-animating #build-menu-page {
    position: fixed;
    overflow: hidden;
    width: 100%;
    top: 0;
    bottom: 0;
}

.build-menu-animating.build-menu-close #build-menu-page,
.build-menu-animating.build-menu-open #build-menu-page {
    -webkit-transition: -webkit-transform 250ms;
    -moz-transition: -moz-transform 250ms;
    -o-transition: -o-transform 250ms;
    -ms-transition: -ms-transform 250ms;
    transition: transform 250ms;
}

.build-menu-animating.build-menu-open #build-menu-page {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.build-menu-animating #build-menu {
    display: block
}

.build-menu-open #build-menu {
    display: block;
    -webkit-transition-delay: 0ms, 0ms, 0ms;
    -moz-transition-delay: 0ms, 0ms, 0ms;
    -o-transition-delay: 0ms, 0ms, 0ms;
    -ms-transition-delay: 0ms, 0ms, 0ms;
    transition-delay: 0ms, 0ms, 0ms;
}

.build-menu-open #build-menu,
.build-menu-close #build-menu {
    -webkit-transition: -webkit-transform 250ms, opacity 250ms, visibility 0ms 250ms;
    -moz-transition: -moz-transform 250ms, opacity 250ms, visibility 0ms 250ms;
    -o-transition: -o-transform 250ms, opacity 250ms, visibility 0ms 250ms;
    -ms-transition: -ms-transform 250ms, opacity 250ms, visibility 0ms 250ms;
    transition: transform 250ms, opacity 250ms, visibility 0ms 250ms;
}

.topbox04 .one h3 {
    border-radius: 200px;
    width: 150px;
    margin: 20px 2rem 0.5rem;
    font-size: 38px;
    font-weight: 800;
    padding: 5px 10px;
    text-align: center;
}

.voice-base .one h3 {
    font-size: 27px;
    padding: 0 73px 20px;
    line-height: 1.3;
}

.voice-base .one h3.shou {
    background: url(../images/ehukidasi.png) left 10px no-repeat;
}

.voice-base .one h3.chu {
    background: url(../images/jhukidasi.png) left 10px no-repeat;
}

.voice-base .one h3.kou {
    background: url(../images/hhukidasi.png) left 10px no-repeat;
}
.movie_block {
    margin: 0 40px 40px;
    padding: 20px 20px 20px 40%;
    border: 10px solid #ad3939;
    background: url(../images/bg_movie.png) top left no-repeat #d34843;
    background-size: contain;
}
.movie_block .inner {
    position: relative;
    width: 100%;
    padding: 56.5% 0 0;
}
.movie_block .inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
    @media screen and (min-width: 769px) {

        body {
            color: #323333;
        }

        .wrapper {
            display: block;
            width: 100%;
            height: 100%;
            min-height: 100%;
        }

        #wrapper {
            min-width: 1040px;
            border: solid 18px #e70012;
        }

        .pc-none {
            display: none;
        }

        .fix {
            width: 1000px;
            margin-left: auto;
            margin-right: auto;
        }

        img {
            display: block;
        }

        .sptouch {
            display: none;
        }

        /* HEADER------------------------------------------- */
        #mobile-bar {
            display: none;
        }

        .header {
            display: block;
            box-sizing: border-box;
        }
          .header .sub_ttl br,
          .header .add_ttl br {
              display: none;
          }

        .header .fix {
            display: block;
        }

        .header h1 {
            display: block;
            float: left;
            padding-top: 22px;
          }

        .hright {
            display: block;
            float: right;
            padding-top: 22px;
        }

        .hright .tel {
            display: block;
            float: left;
        }

        .hright .btn {
            display: block;
            float: left;
            padding-left: 17px;
            padding-top: 8px;
        }

        ul#menu li a {
            display: block;
        }

        ul#sub {
            background: #EB6100;
            position: absolute;
            z-index: 99;
            width: 140px;
        }

        ul#sub li {
            float: none;
        }

        ul#sub li a {
            font-size: 12px;
            display: block;
            padding-left: 7px;
            padding-right: 6px;
            padding-top: 9px;
            padding-bottom: 9px;
            color: #FFF;
            text-decoration: none;
        }

        ul#sub li a:hover {
            background: #FFB077;
        }

        .fix-footer {
            display: none !important;
        }

        .fix-footer .tel {
            display: none !important;
        }

        .fix-footer .btn {
            display: none !important;
        }

        .fix-footer img {
            display: none !important;
        }
    }

    /* CONTETNS------------------------------------------- */
    .contents {
        display: block;
    }

    .yellowbg {
        background: #ffd52f;
        border-radius: 60px;
        width: 96%;
        margin: auto;
    }

    .subcatch {
        display: block;
        width: 100%;
        position: relative;
        overflow: hidden;
        z-index: 99;
        height: 450px;
    }

    .over-cont {
        width: 1155px;
        height: 345px;
        position: absolute;
        left: 50%;
        margin-left: -575px;
    }

    .over-cont .ref {
        display: block;
        float: right;
        padding-right: 55px;
        padding-top: 46px;
    }

    .over-cont .ref div {
        padding-top: 21px;
    }

    .over-cont .ref p {
        display: block;
        font-size: 16px;
        width: 500px;
    }

    .over-cont .img {
        display: block;
        float: left;
        padding-top: 46px;
    }

    .topbox02 {
        display: block;
        background: url(../images/bg02.jpg) left top;
        padding-top: 11px;
        padding-bottom: 45px;
    }

    .imgcenter {
        display: block;
        text-align: center;
        margin: auto;
    }

    .imgcenter img {
        display: inline;
        border: none;
        line-height: 130%;
    }

    .rea-box {
        display: block;
        padding-top: 3px;
    }

    @media screen and (min-width:769px) {
        .coform {
            display: block;
            background: url(../images/bg05.jpg) left top repeat-x;
            padding-bottom: 100px;
        }

        .fl-wrap {
            display: block;
            width: 1000px;
            margin-left: auto;
            margin-right: auto;
        }

        .fl-wrap .pad {
            display: block;
            padding-left: 6px;
        }

        .fl-wrap .lef {
            display: block;
            float: left;
            padding-right: 21px;
        }

        .fl-wrap .lef.last {
            display: block;
            float: left;
            padding-right: 0px !important;
        }

        .fl-wrap .one {
            display: block;
            width: 230px;
        }

        .fl-wrap figure {
            display: block;
            text-align: center;
        }

        .fl-wrap figure img {
            display: inline;
            border: none;
            line-height: 130%;
        }

        .fl-wrap .txt {
            display: block;
            background: #efefef;
            font-size: 14px;
            height: 163px;
            padding-left: 15px;
            padding-right: 15px;
            border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            -webkit-border-radius: 4px;
        }

        .fl-wrap .txt p {
            display: block;
            padding-top: 15px;
            line-height: 170%;
        }

        .fl-wrap .lef2 {
            display: block;
            float: left;
            padding-right: 20px;
        }

        .fl-wrap .one2 {
            display: block;
            width: 180px;
        }

        .fl-wrap .one3 {
            display: block;
            width: 360px;
        }

        .fl-wrap .one3 figure:nth-of-type(1) {
            display: block;
            float: left;
        }

        figure span {
            text-align: center;
            display: block;
            font-size: 14px;
            background: beige;
            padding: 3px 0;
            width: 50%;
            margin: 3px auto 0;
            border: 2px solid #a3d18f75;
            margin-block-end: 15px;
        }

        .fl-wrap .one3 figure:nth-of-type(2) {
            display: block;
            float: right;
        }

        .topbox09 {
            display: block;
            background: url(../images/bg05.jpg) left top repeat-x;
        }

        h2.imgti01 {
            display: block;
            width: 1000px;
            margin-left: auto;
            margin-right: auto;
        }

        .rea-box .lef {
            display: block;
            padding-right: 48px;
            padding-top: 20px;
        }

        .rea-box .lef2 {
            display: block;
            padding-top: 20px;
            padding-left: 45px;
        }

        .rea-box .one.rf {
            float: right;
            width: 636px;
        }

        .rea-box .one.le {
            float: left;
            width: 636px;
        }

        .rea-box figure.le {
            display: block;
            float: left;
        }

        .rea-box figure.rf {
            display: block;
            float: right;
        }

        .rea-box .one h3 {
            display: block;
            background: url(../images/line02.png) left bottom no-repeat;
            font-size: 24px;
            font-weight: normal;
            line-height: 130%;
            padding-left: 5px;
            padding-top: 15px;
            padding-bottom: 15px;
            margin-bottom: 7px;
        }
    }

    .rea-box .one p {
        display: block;
        font-size: 14px;
        line-height: 180%;
        padding: 10px;
    }

    .rea-box .one p b {
        color: #c80000;
    }

    .topbox07 {
        display: block;
        background: #f0f0f0;
        padding-top: 29px;
        padding-bottom: 60px;
    }

    .topbox07 p {
        padding-right: 30px;
    }

    .voice-wrap {
        display: block;
        background: url(../images/sbg01.jpg) left top;
        margin-top: 17px;
        padding-top: 15px;
        padding-bottom: 75px;
        box-shadow: 3px 2px 7px 2px #e2e2e2;
        -moz-box-shadow: 3px 2px 7px 2px #e2e2e2;
        -webkit-box-shadow: 3px 2px 7px 2px #e2e2e2;
    }

    .voice-base {
        display: block;
        background: url(../images/line03.png) left top no-repeat;
        padding-top: 14px;
    }

    .voice-base .one {
        display: block;
        background: url(../images/line03.png) left bottom no-repeat;
        padding-left: 45px;
        padding-top: 34px;
        padding-bottom: 42px;
        vertical-align: middle;
    }

    .voice-base .one p {
        display: block;
        font-size: 14px;
        line-height: 170%;
    }

    .textred {
        color: red;
        font-size: 35px;
    }

    .textbic {
        font-size: 30px;
    }

    .topbox03 {
        display: block;
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 805px;
    }

    .topbox-wrap {
        display: block;
        position: absolute;
        background: url(../images/bg03.jpg) left top no-repeat;
        width: 1274px;
        height: 805px;
        left: 50%;
        margin-left: -637px;
    }

    .topbox-wrap .pad {
        display: block;
        padding-left: 137px;
        padding-top: 20px;
    }

    .topbox-wrap .pad h3 {
        display: block;
    }

    .topbox-wrap .pad p {
        display: block;
        font-size: 14px;
        padding-left: 29px;
        padding-top: 7px;
        padding-bottom: 20px;
    }

    .topbox-wrap .pad p.w01 {
        width: 530px;
    }

    .topbox-wrap .im-list {
        display: block;
        padding-top: 40px;
    }

    .topbox-wrap .im-list figure:nth-of-type(1) {
        display: block;
        float: left;
        padding-right: 32px;
    }

    .topbox-wrap .im-list figure:nth-of-type(2) {
        display: block;
        float: left;
        padding-right: 32px;
    }

    .topbox-wrap .im-list figure:nth-of-type(3) {
        display: block;
        float: left;
    }

    .topbox04 {
        display: block;
        padding-bottom: 30px;
        width: 90%;
        margin: auto;
    }

    .topbox04 .one {
        display: block;
        min-height: 254px;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .topbox04 .one.yer {
        background: url(../images/img13.jpg) right center no-repeat;
        border: #ffd52f solid 3px;
        background-size: auto 100%;
    }

    .topbox04 .one.blb {
        background: url(../images/img14.jpg) right top no-repeat;
        border: #d0e7ed solid 3px;
        background-size: auto 100%;
    }

    .topbox04 .one.gre {
        background: url(../images/img15.jpg) right top no-repeat;
        border: #bff284 solid 3px;
        background-size: auto 100%;
    }

    .topbox04 .one p {
        display: block;
        font-size: 14px;
        width: 540px;
        padding-left: 44px;
        line-height: 180%;
    }

    .topbox05 {
        display: block;
        background: url(../images/bg05.jpg) left top repeat-x;
        padding-bottom: 60px;
    }

    .topbox06 {
        display: block;
        background: #dbf0fb;
        padding-top: 35px;
        padding-bottom: 50px;
    }

    .topbox06 .pad {
        display: block;
        padding-left: 50px;
        padding-right: 50px;
    }

    .topbox06 .recom_h {
        padding: 10px;
        background: #0089cd;
        border-radius: 80px;
        color: #fff;
        width: 25%;
        text-align: center;
        font-size: 230%;
    }

    .table {
        display: table;
        width: 100%;
    }

    .table-cell {
        display: table-cell;
        width: 45%;
        padding: 0 2%;
    }

    .rei-one {
        display: block;
        padding-top: 30px;
    }

    .rei-one h3 {
        display: block;
        background: url(../images/line04.jpg) left bottom no-repeat;
        font-size: 27px;
        font-weight: normal;
        color: #333333;
        padding-bottom: 6px;
        margin-bottom: 20px;
    }

    .rei-one h3 span {
        display: block;
        background: url(../images/hbg01.jpg) left 7px no-repeat;
        padding-left: 38px;
    }

    .rei-one h3 small {
        font-size: 19px;
    }

    .rei-one .whi {
        display: block;
        background: #FFF;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -webkit-border-radius: 4px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 20px;
        line-height: 170%;
        color: #00a0ea;
        border: 3px dotted #0089cd;
    }

    .rei-one .whi span {
        display: inline-block;
        background: #ffd52f;
        font-size: 18px;
        font-weight: bold;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 10px;
    }

    .smtxt {
        background: transparent !important;
        font-size: 12px !important;
        margin-top: 0px !important;
        padding: 0px !important;
        vertical-align: middle;
    }

    .rei-one .whi dl {
        display: block;
        padding-bottom: 22px;
    }

    .rei-one .whi dt {
        display: block;
        float: left;
        font-size: 20px;
        color: #1d97d3;
    }

    .rei-one .whi dd {
        display: block;
        float: right;
        font-size: 14px;
        width: 570px;
    }

    .topbox08 {
        display: block;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .kolist {
          display: flex;
          flex-wrap: wrap;
        background: #f7f5e6;
        padding: 2rem 0rem 3rem 6rem;
    }

    .kolist .lef {
          display: block;
          width: 25%;
    }

    .kolist .lef p {
        display: block;
        font-size: 18px;
        color: #333333;
        padding-bottom: 3px;
    }

    .kolist .lef ul {
        display: block;
    }

    .kolist .lef li {
        display: block;
        font-size: 14px;
        background: url(../images/list01.jpg) 3px 8px no-repeat;
        padding-left: 20px;
        padding-bottom: 8px;
    }

    .kolist .lef a {
        text-decoration: none;
        color: #333333;
    }

    .kolist .lef a:hover {
        text-decoration: underline;
    }





    .flow-box {
        display: block;
        padding-top: 30px;
    }

    .flow-box h3 {
        display: block;
        text-align: center;
        font-size: 22px;
        background: url(../images/line07.png) left bottom no-repeat;
        width: 495px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 35px;
        padding-bottom: 6px;
    }

    .flow-main {
        display: block;
        background: url(../images/yebg.jpg) left top repeat-x;
        padding-bottom: 50px;
    }


    .mb00 {
        margin-bottom: 0px !important;
        padding-bottom: 0px !important;
    }

    /* formé------------------------------------------ */


    .txtcenter {
        display: block;
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        padding-top: 30px;
        padding-bottom: 35px;
    }

    .form-main {
        display: block;
    }

    .form-main dl {
        display: block;
        padding-left: 50px;
        padding-right: 50px;
        border-bottom: #cccccc solid 1px;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .form-main dt {
        display: block;
        float: left;
    }

    .form-main dt.fti {
        width: 180px;
        font-size: 18px;
        font-weight: bold;
        padding-top: 5px;
    }

    .form-main dt.che {
        width: 55px;
        padding-top: 9px;
    }

    span.hi {
        display: block;
        text-align: center;
        color: #FFF;
        letter-spacing: 3px;
        text-align: center;
        font-size: 12px;
        background: #d36060;
        padding-top: 2px;
    }

    span.ni {
        display: block;
        text-align: center;
        color: #FFF;
        letter-spacing: 3px;
        text-align: center;
        font-size: 12px;
        background: #999999;
        padding-top: 2px;
    }

    .form-main dd {
        display: block;
        float: right;
        width: 650px;
    }

    .form-main dd div {
        display: block;
        font-size: 16px;
        padding-top: 7px;
    }

    .n001 {
        height: 38px;
        width: 500px;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -webkit-border-radius: 4px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 14px;
        background: #f3f3f3;
        border: #ccc solid 1px;
    }

    .n002 {
        height: 38px;
        width: 315px;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -webkit-border-radius: 4px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 14px;
        background: #f3f3f3;
        border: #ccc solid 1px;
    }

    .n003 {
        height: 38px;
        width: 90px;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -webkit-border-radius: 4px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 14px;
        background: #f3f3f3;
        border: #ccc solid 1px;
    }

    .form-main select {
        height: 38px;
        width: 200px;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -webkit-border-radius: 4px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 14px;
        background: #f3f3f3;
        border: #ccc solid 1px;
     }
     textarea#form_youbou {
         box-sizing: border-box;
         width: 100%;
         height: 10em;
         padding: 0.5em;
        background: #f3f3f3;
        border-radius: 4px;
        border: #ccc solid 1px;
        font-size: 14px;
     }

    .longsel {
        width: 225px !important;
    }

    .gbtn001 {
        display: block;
        text-align: center;
        padding-top: 56px;
        padding-bottom: 45px;
    }

    .sbt {
        background: url(../images/cbtn.jpg) left top no-repeat;
        text-indent: -9999px;
        border: none;
        cursor: pointer;
        width: 650px;
        height: 118px;
    }

    .bnr01 {
        display: block;
        text-align: center;
    }

    .bnr01 img {
        display: inline;
        border: none;
    }

    .sitebtn {
        display: block;
        padding: 30px;
    }

    .sitebtn a {
        display: block;
        text-align: center;
        color: #FFF;
        text-decoration: none;
        font-size: 25px;
        font-weight: bold;
        background: #0962A3;
        width: 220px;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -webkit-border-radius: 5px;
    }

    .sbt2 {
        text-align: center;
        color: #FFF;
        text-decoration: none;
        font-size: 25px;
        font-weight: bold;
        background: #83090B;
        width: 220px;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -webkit-border-radius: 5px;
        border: none;
        cursor: pointer;
        margin-left: 10px;
        margin-right: 10px;
    }

    .sbt3 {
        text-align: center;
        color: #FFF;
        text-decoration: none;
        font-size: 25px;
        font-weight: bold;
        background: #7C7A7B;
        width: 220px;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -webkit-border-radius: 5px;
        border: none;
        cursor: pointer;
        margin-left: 10px;
        margin-right: 10px;
    }

    .error {
        font-size: 16px;
        color: #E3090C;
        font-weight: bold;
        padding-bottom: 30px;
    }

    .gtel {
        display: block;
        text-align: center;
    }

    .gtel img {
        display: inline;
        border: none;
    }

    /* PRICE TAble Style */
    #fdw-pricing-table {
          display: flex;
          flex-wrap: wrap;
          align-items: stretch;
        width: 100%;
    }


    /* --------------- */
    #fdw-pricing-table .plan {
         box-sizing: border-box;
        background: #fff;
        border: 1px solid #ddd;
        color: #333;
        padding: 20px;
        width: calc(50% - 10px);
          position: relative;
          text-align: center;
        margin: 0 5px;
        box-shadow: 0 2px 2px -1px #cedbe2a1;
        min-height: 285px;
        margin-bottom: 0.8rem;
    }

    #fdw-pricing-table .plan:after {
        z-index: -1;
        position: absolute;
        content: "";
        bottom: 10px;
        right: 4px;
        width: 80%;
        top: 80%;
        -webkit-box-shadow: 0 12px 5px rgba(0, 0, 0, .3);
        -moz-box-shadow: 0 12px 5px rgba(0, 0, 0, .3);
        box-shadow: 0 12px 5px rgba(0, 0, 0, .3);
        -webkit-transform: rotate(3deg);
        -moz-transform: rotate(3deg);
        -o-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
        transform: rotate(3deg);
    }

    /* --------------- */
    #fdw-pricing-table .head {
        position: relative;
        font-size: 30px;
        color: #008acd;
        font-weight: normal;
        text-transform: uppercase;
        padding: 20px;
        margin: -20px -20px 20px -20px;
        border-bottom: 8px solid;
        background-color: #0089cd;
        background-image: linear-gradient(#fff, #dfefff);
    }

    #fdw-pricing-table .head:after {
        position: absolute;
        bottom: -8px;
        left: 0;
        height: 3px;
        width: 100%;
        content: '';
    }

    #fdw-pricing-table .popular-plan .head {
        margin-top: -40px;
        padding-top: 60px;
    }

    #fdw-pricing-table .plan1 .head {
        border-bottom: dashed 5px #96c2fe;
        font-size: 18px;
        padding: 10px;
    }

    /* --------------- */
    #fdw-pricing-table .price {
        font-size: 20px;
        color: white;
        margin: 0 0 0.8rem;
        background: #00a0ea;
        text-align: center;
        border-radius: 5px;
    }

    #fdw-pricing-table .price span {
        font-size: 14px;
    }

    /* --------------- */
    #fdw-pricing-table ul {
        padding: 10px;
        list-style: none;
        text-align: left;
        background: #a5d3ea40;
        border: dotted 1px #96c2fe;
    }

    #fdw-pricing-table li {
        padding: 3px 0;
        font-size: 14px;
    }

    #calender figure{
        overflow-x: scroll;
    }
    #calender .calendertxt{
        font-size: 15px;
        padding: 20px;
        background: #dbf0fb;
        margin-bottom: 1rem;
        font-weight: 500;
    }

    #jikan table {
        border-collapse: separate;
        border-spacing: 0;
        margin: 1rem auto 2rem;
    }

    #jikan table tr th {
        padding: 10px;
        background: #ffd52f;
        text-align: center;
        font-size: 0.9rem;
    }

    #jikan table tr:nth-child(2n) {
        font-size: 1.1rem;
        text-align: center;
        color: white;
        background: linear-gradient(#5cb6e3, #0089cd);
        border: 1px solid #116c99;
        box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.3) inset;
        padding: 5px 0;
    }

    #jikan table tr:nth-child(3n) {
        font-size: 12px;
    }

    #jikan table td {
        text-align: center;
        border-left: 1px solid #a8b7c5;
        border-bottom: 1px solid #a8b7c5;
        border-top: none;
        padding: 5px;
    }

    #jikan table td:last-child {
        border-right: 1px solid #a8b7c5;
    }

    #jikan table tr:last-child td:first-child {
        border-radius: 0 0 0 5px;
    }

    #jikan table tr:last-child td:last-child {
        border-radius: 0 0 5px 0;
    }

    .bluedot {
        position: relative;
        background: #dfefff;
        padding: 0.4em 0.5em;
        font-size: 30px;
        text-align: center;
        color: #008acd;
        margin: 10px 20px 10px;
        width: 50%;
    }

    .bluedot:after {
        position: absolute;
        content: '';
        top: 100%;
        left: 30px;
        border: 15px solid transparent;
        border-top: 15px solid #e0edff;
        width: 0;
        height: 0;
    }

    /* footer------------------------------------------- */
    .footer {
        display: block;
        background: url(../images/foot-bg.jpg) left top repeat-x;
    }

    .pagetop {
        display: block;
        text-align: right;
    }

    .pagetop img {
        display: inline;
        border: none;
        line-height: 130%;
    }

    .flogo {
        display: block;
        text-align: center;
        padding-top: 24px;
        padding-bottom: 32px;
    }

    .flogo img {
        display: inline;
        border: none;
    }

    .copy {
        display: block;
        background: #eeecee;
        padding-top: 17px;
        padding-bottom: 17px;
    }

    .copy p {
        display: block;
        width: 1000px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .copy small {
        font-size: 11px;
    }

    #fixed_header {
        position: fixed;
        right: 30px;
        box-shadow: 0px 0px 6px 3px #ededed;
        -moz-box-shadow: 0px 0px 6px 3px #ededed;
        -webkit-box-shadow: 0px 0px 6px 3px #ededed;
        border: #2786AD solid 1px;
        width: 230px;
        background: #FFF;
        z-index: 2000 !important;
    }

    #fixed_header div {
        display: block;
        text-align: center;
        color: #FFF;
        font-size: 20px;
        background: #2786AD;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    #fixed_header p {
        display: block;
        text-align: center;
        font-size: 22px;
        font-weight: bold;
        color: #2786AD;
        padding-top: 5px;
    }

    #fixed_header span {
        display: block;
    }

    #fixed_header span a {
        display: block;
        text-align: center;
        color: #FFF;
        text-decoration: none;
        padding-top: 7px;
        padding-bottom: 7px;
        font-size: 17px;
        font-weight: bold;
        background: #BF1114;
    }

    #fixed_header span a:hover {
        background: #BF1114 url(../images/ya.png) right 12px center no-repeat;
    }

    .vo-subti {
        display: block;
        font-size: 28px;
        padding-left: 65px;
        color: #16ABE9;
        margin-top: 20px;
        background: url(../images/volist.png) left 11px no-repeat;
        padding-top: 20px;
        padding-bottom: 7px;
    }

    .bigs {
        font-size: 34px;
        color: #B15607;
    }

    .colred {
        color: #AD0608;
    }

    .img-fluid {
        max-width: 100%;
        height: auto;
    }
.voice-base .initial {
    padding: 0 60px;
    font-size: 20px;
    color: #266cb5;
}
</pre></body></html>