@charset "utf-8";
@import url(base.css);
@import url(common.css);

/*---------------------------------
	bit Common CSS 2013.09
	CSS 担当者名 Document 2013.09
	Last Update 2013.09.18 梅田聡

・共通設定
・枠設定
・ヘッダ
・グローバルナビ
・サイドナビ
・コンテンツ部
・フッタ
---------------------------------*/
/*####################　共通　####################*/
/*　見出し
-------------------------------------*/
#Main {
    width: auto;
    max-width: 1000px;
    padding: 0 20px;
}

#Main h2 {
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 10px;
}

#Main article h3 {
    margin: 0 0 50px 0;
    font-size: 28px;
    color: #95532b;
    font-weight: normal;
}

#Main article h4 {
    margin: 0 0 40px 0;
    font-size: 20px;
    font-weight: normal;
}

#Main article h5 {
    clear: both;
    display: inline-block;
    margin: 60px 0 10px 0;
    padding: 10px 9px;
    background: url(../../img/bg_h5.gif) repeat left top;
    font-size: 16px;
}

/*　文章
-------------------------------------*/
p.caution {
    clear: both;
    font-size: 12px;
}

/*　ヘッダ部
-------------------------------------*/
#Header {
    position: absolute;
    left: 0;
    top: 0;
}

#Header ul {
    position: absolute;
}

/*　グローバルナビ
-------------------------------------*/
#GlobalNav {
    position: absolute;
}

/*　コンテンツナビゲーション
-------------------------------------*/
#Main .contNav {
    margin: 0 0 50px 0;
}

#Main .contNav ul {
    overflow: hidden;
    list-style: none;
}

#Main .contNav ul li {
    position: relative;
    float: left;
    height: 84px;
    text-align: center;
    font-size: 16px;
}

#Main .contNav ul li:last-child {
    margin-right: 0 !important;
}

#Main .contNav ul li a {
    display: block;
    background: #f0e6a9;
    color: #95532b;
    letter-spacing: 5px;
    line-height: 1.35;
}

#Main .contNav ul li a:hover {
    text-decoration: none;
}

#Main .contNav ul li span.arrow {
    position: absolute;
    top: 25px;
    right: 20px;
    background: url(../../img/arrow_contnav01.gif) no-repeat left top;
    width: 16px;
    height: 16px;
}

#Main .contNav ul li.current {
    background: url(../../img/arrow_contnav02.gif) no-repeat center bottom;
}

#Main .contNav ul li.current a {
    background: url(../../img/bg_contNav_current.gif) repeat-x left top;
    color: #fff;
}

#Main .contNav ul li.current span.arrow {
    display: none;
}

#Main .contNav ul.threeColumn li {
    width: 32%;
    margin-right: 2%;
}

#Main .contNav ul.threeColumn li a {
    height: 42px;
    padding: 22px 0 0 0;
}

#Main .contNav ul.fourColumn li {
    width: 23.5%;
    margin-right: 2%;
}

#Main .contNav ul.fourColumn li a {
    height: 52px;
    padding: 12px 0 0 0;
}

/*　コンテンツ
-------------------------------------*/
#Main article section.cont01 {
    margin: 0 0 70px 0;
}

/*　パンくず
-------------------------------------*/
#CrumbNav {
    clear: both;
    height: 38px;
    line-height: 38px;
    padding: 0 0 0 20px;
    background: #fbfbfb;
    text-align: left;
    border: 1px solid #e6e6e6;
    border-left: none;
    border-right: none;
}

#CrumbNav ul {
    padding: 0 0 0 30px;
    background: url(../../img/footer/footer-icon.jpg) no-repeat left center;
    list-style: none;
}

#CrumbNav ul li {
    display: inline-block;
    padding: 0 15px 0 0;
    margin: 0 9px 0 0;
    background: url(../../img/footer/footer_arrow01.gif) no-repeat right 16px;
    font-size: 10px;
}

#CrumbNav ul li:last-child {
    background: none;
}

#CrumbNav ul li a {
    color: #231815;
}

/*　フッター
-------------------------------------*/
#Footer {
    margin: 0 0 25px 0;
}

/*####################　学び舎東京とは　####################*/
/*　共通部分
-------------------------------------*/
#PageAbout #Main .contNav li a span.icon {
    position: absolute;
    left: 15px;
    top: 15px;
    height: 34px;
    width: 34px;
}

#PageAbout #Main .contNav li.method a span.icon {
    background: url(../../img/about/icon_aboutnav_method.jpg) no-repeat left top;
}

#PageAbout #Main .contNav li.method.current a span.icon {
    background: url(../../img/about/icon_aboutnav_method_current.png) no-repeat left top;
}

#PageAbout #Main .contNav li.facilities a span.icon {
    background: url(../../img/about/icon_aboutnav_facilities.jpg) no-repeat left top;
}

#PageAbout #Main .contNav li.facilities.current a span.icon {
    background: url(../../img/about/icon_aboutnav_facilities_current.png) no-repeat left top;
}

#PageAbout #Main .contNav li.teacher a span.icon {
    background: url(../../img/about/icon_aboutnav_teacher.jpg) no-repeat left top;
}

#PageAbout #Main .contNav li.teacher.current a span.icon {
    background: url(../../img/about/icon_aboutnav_teacher_current.png) no-repeat left top;
}

/*　トップページ
-------------------------------------*/
#PageAbout.index #Main .mainVisual {
    height: 260px;
    background: url(../../img/about/bg_mainvisual01.jpg) no-repeat center center;
}

#PageAbout.index #Main p.intro {
    margin: 0;
}

#PageAbout.index #Main section {
    width: 610px;
    margin: 0 auto;
}

#PageAbout.index #Main section h3 {
    color: #231815;
    line-height: 1.5;
}

#PageAbout.index #Main .aboutNav {
    width: 610px;
    margin: 95px auto 0 auto;
}

#PageAbout.index #Main .aboutNav ul {
    clear: both;
    width: 610px;
    list-style: none;
}

#PageAbout.index #Main .aboutNav ul:after {
    content: "";
    display: block;
    clear: both;
}

#PageAbout.index #Main .aboutNav ul li {
    float: left;
    height: 220px;
    width: 178px;
    margin: 0 38px 0 0;
    text-align: center;
}

#PageAbout.index #Main .aboutNav ul li:last-child {
    margin: 0;
}

#PageAbout.index #Main .aboutNav ul li:hover {
    opacity: 0.9;
}

#PageAbout.index #Main .aboutNav ul li h4 {
    margin: 75px 0 65px 0;
    font-size: 20px;
    color: #b7622c;
    line-height: 1.5;
    letter-spacing: 5px;
    font-weight: normal;
}

#PageAbout.index #Main .aboutNav ul li h4 span {
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2px;
}

#PageAbout.index #Main .aboutNav ul li p {
    width: 120px;
    height: 30px;
    margin: 0 0 0 27px;
    background: #b7622c;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    border-radius: 30px;
}

#PageAbout.index #Main .aboutNav ul li p a {
    color: #fff;
}

#PageAbout.index #Main .aboutNav ul li.method {
    background: url(../../img/about/circle_method.jpg) no-repeat left top;
}

#PageAbout.index #Main .aboutNav ul li.facilities {
    background: url(../../img/about/circle_facilities.jpg) no-repeat left top;
}

#PageAbout.index #Main .aboutNav ul li.teacher {
    background: url(../../img/about/circle_teacher.jpg) no-repeat left top;
}

/*　学び舎メソッド
-------------------------------------*/
#PageAbout.method #Main section {
    clear: both;
    overflow: hidden;
}

#PageAbout.method #Main section div.img {
    float: left;
    width: 220px;
    margin: 0 30px 0 0;
}

#PageAbout.method #Main section div.text {
    margin: 0 0 0 250px;
}

#PageAbout.method #Main section div.text h4 {
    clear: both;
    display: inline-block;
    margin: 0 0 10px -10px;
    padding: 10px 9px;
    background: url(../../img/bg_h5.gif) repeat left top;
    font-size: 16px;
    color: #231815;
}

#PageAbout.method #Main section div.img {
    width: 220px;
    height: 220px;
}

#PageAbout.method #Main section.method {
    margin: 70px 0;
}

#PageAbout.method #Main section.method div.img {
    background: url(../../img/about/img_method01.jpg) no-repeat center center;
    background-size: auto 100%;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -ms-background-size: auto 100%;
    -o-background-size: auto 100%;
}

#PageAbout.method #Main section.facilities div.img {
    background: url(../../img/about/img_method02.jpg) no-repeat center center;
    background-size: auto 100%;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -ms-background-size: auto 100%;
    -o-background-size: auto 100%;
}

#PageAbout.method #Main section.teacher div.img {
    background: url(../../img/about/img_method03.jpg) no-repeat center center;
    background-size: auto 100%;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -ms-background-size: auto 100%;
    -o-background-size: auto 100%;
}

/*　講師紹介
-------------------------------------*/
#PageAbout.teacher #Main article h3 {
    clear: both;
}

#PageAbout.teacher #Main div.cover {
    clear: both;
}

#PageAbout.teacher #Main div.cover section {
    width: 46.5%;
    position: relative;
}

#PageAbout.teacher #Main div.cover section:after {
    content: "";
    display: block;
    clear: both;
}

#PageAbout.teacher #Main div.cover section figure {
    width: 100%;
}

#PageAbout.teacher #Main div.cover section figure img {
    width: 100%;
}

#PageAbout.teacher #Main div.cover section .text {
    margin: 20px 0 0 0;
}

#PageAbout.teacher #Main div.cover section .text h4 {
    margin: 0 0 25px 0;
    height: 20px;
    font-size: 18px;
    float: left;
    line-height: 20px;
}

#PageAbout.teacher #Main div.cover section .text .post {
    height: 20px;
    float: right;
    font-size: 10px;
    text-align: right;
    line-height: 20px;
}

#PageAbout.teacher #Main div.cover section .text .career {
    clear: both;
    margin: 0 0 5px 0;
    font-size: 12px;
}

#PageAbout.teacher #Main div.cover section .text .message {
    padding: 25px 0 0 0;
    background: url(../../img/about/arrow_teachertext.jpg) no-repeat top center;
}

#PageAbout.teacher #Main div.cover section.left {
    float: left;
}

#PageAbout.teacher #Main div.cover section.right {
    float: right;
}

/*　学習空間
-------------------------------------*/
#PageAbout.facilities #Main section ul {
    clear: both;
    list-style: none;
}

#PageAbout.facilities #Main section ul:after {
    content: "";
    display: block;
    clear: both;
}

#PageAbout.facilities #Main section ul li {
    float: left;
    width: 32%;
    max-height: 320px;
    margin: 0 2% 70px 0;
    text-align: center;
}

#PageAbout.facilities #Main section ul li img {
    max-height: 320px;
    box-shadow: 4px 4px 4px rgba(100, 100, 100, 0.1);
}

#PageAbout.facilities #Main section ul li.last {
    margin: 0 0 70px 0;
}

#PageAbout.facilities #Main section ul li.side img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

#PageAbout.facilities #Main section ul li.length img {
    max-hight: 100%;
    height: auto;
    /* for ie8 */
    width: auto;
}

#PageAbout.facilities #More {
    clear: both;
    width: 100%;
    padding: 17px 0;
    box-shadow: 4px 4px 4px rgba(100, 100, 100, 0.1);
    border: 1px solid #e6c3ae;
    border-radius: 6px;
    text-align: center;
}

#PageAbout.facilities #More p {
    margin: 0;
}

#PageAbout.facilities #More p a {
    display: block;
    width: 55px;
    margin: 0 auto;
    padding: 0 0 0 45px;
    background: url(../../img/about/icon_more.jpg) no-repeat left center;
    background-size: auto 100%;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -ms-background-size: auto 100%;
    -o-background-size: auto 100%;
    font-size: 18px;
    color: #c5703d;
}

/*####################　受講をお考えの方へ　####################*/
/*　共通部分
-------------------------------------*/
.PageConsider #Main .mainVisual {
    background: inherit center center;
}

.PageConsider #Main a.contact {
    text-decoration: underline;
}

.PageConsider #Main dl {
    overflow: hidden;
}

.PageConsider #Main dl.ac {
    margin: 0 0 20px 0;
}

.PageConsider #Main dl.ac dt {
    clear: left;
    float: left;
    width: 10%;
    font-weight: bold;
}

.PageConsider #Main dl.ac dd {
    float: left;
    width: 89%;
    font-weight: normal;
}

.PageConsider #Main dl.mo {
    font-size: 12px;
}

.PageConsider #Main dl.mo dt {
    clear: left;
    float: left;
    width: 8%;
    font-weight: bold;
}

.PageConsider #Main dl.mo dd {
    float: left;
    width: 91%;
}

.PageConsider #Main .importantVisual p {
    position: relative;
    height: 150px;
    background: url(../../img/consider/bg_largeButton.jpg) no-repeat center center;
}

.PageConsider #Main .importantVisual p:hover {
    opacity: 0.9;
}

.PageConsider #Main .importantVisual a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 104px;
    padding-top: 30px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    border: 8px solid rgba(250, 158, 103, 0.3);
    line-height: 1.5;
    box-shadow: 5px 5px 5px rgba(50, 50, 50, 0.1);
}

.PageConsider #Main .importantVisual a:hover {
    text-decoration: none;
}

.PageConsider #Main .importantVisual span {
    position: absolute;
    top: 63px;
    right: 30px;
    height: 33px;
    width: 33px;
    background: url(../../img/arrow_importantVisual.png) no-repeat;
}


/*####################　アクセス　####################*/
#PageAccess.index #Main section {
    width: 730px;
    margin: 0 auto;
}

#PageAccess.index #Main section h3 {
    clear: both;
    display: inline-block;
    margin: 60px 0 10px 0;
    padding: 10px 9px;
    background: url(../../img/bg_h5.gif) repeat left top;
    font-size: 16px;
    color: #231815;
}

#PageAccess.index #Main section p.map {
    padding: 60px 84px;
    border: 1px solid #cbcbcb;
}

#PageAccess.index #Main section dl.ad {
    overflow: hidden;
    margin: 0 0 20px 0;
}

#PageAccess.index #Main section dl.ad dt {
    clear: left;
    float: left;
    font-weight: normal;
}

#PageAccess.index #Main section dl.ad dd {
    float: left;
    font-weight: normal;
}

/*####################　資料請求・授業体験　####################*/
#PageRequest.index #Main ul {
    clear: both;
    list-style: none;
}

#PageRequest.index #Main ul:after {
    content: "";
    display: block;
    clear: both;
}

#PageRequest.index #Main ul li {
    float: left;
    width: 32%;
    height: 320px;
    margin: 0 2% 0 0;
    background: #f7efe6;
    box-shadow: 5px 5px 5px rgba(50, 50, 50, 0.1);
}

#PageRequest.index #Main ul li:last-child {
    margin: 0;
}

#PageRequest.index #Main ul li div {
    height: 120px;
    background-size: auto 100%;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -ms-background-size: auto 100%;
    -o-background-size: auto 100%;
}

#PageRequest.index #Main ul li h3 {
    overflow: hidden;
    display: table;
    width: 100%;
    height: 80px;
    margin: 30px 0;
    font-size: 18px;
    color: #231815;
    line-height: 1.5;
}

#PageRequest.index #Main ul li h3 span.cover {
    display: table-cell;
    vertical-align: middle;
    height: 80px;
    text-align: center;
}

#PageRequest.index #Main ul li h3 span.cover span {
    display: block;
}

#PageRequest.index #Main ul li p {
    width: 182px;
    height: 26px;
    margin: 0 auto;
    background: #231815;
    border-radius: 26px;
    line-height: 26px;
}

#PageRequest.index #Main ul li p a {
    display: block;
    background: url(../../img/request/icon_blank01.jpg) no-repeat right center;
    margin: 0 18px 0 16px;
    font-size: 12px;
    color: #fff;
}

#PageRequest.index #Main ul li.junior div {
    background: url(../../img/request/bg_junior.jpg) no-repeat center center;
}

#PageRequest.index #Main ul li.heightschool div {
    background: url(../../img/request/bg_heightschool.jpg) no-repeat center center;
}

#PageRequest.index #Main ul li.university div {
    background: url(../../img/request/bg_univercity.jpg) no-repeat center center;
}

/*####################　プライバシーポリシー　####################*/
#PagePolicy.index #Main {
    font-size: 12px;
}

#PagePolicy.index #Main h2 + p {
    font-size: 14px;
}

#PagePolicy.index #Main section.cont01 {
    margin: 0 !important;
}

#PagePolicy.index #Main h3 {
    clear: both;
    display: inline-block;
    margin: 60px 0 10px 0;
    padding: 10px 9px;
    background: url(../../img/bg_h5.gif) repeat left top;
    font-size: 16px;
    color: #231815;
}

#PagePolicy.index #Main dl {
    overflow: hidden;
    margin: 0 0 30px 0;
}

#PagePolicy.index #Main dl dt {
    clear: left;
    float: left;
}

#PagePolicy.index #Main dl dd {
    float: left;
}

/*####################　レスポンシブ　####################*/
@media screen and (max-width: 827px) {
    #Main {
        margin: 217px 0 0 0 !important;
        padding: 0 20px 109px 20px;
        /* #GlobalNav height */
    }

    #GlobalNav {
        position: absolute !important;
    }
}

@media screen and (max-width: 768px) {
    #Main {
        padding: 0 20px;
    }

    #Main h2 {
        height: 39px;
        margin-bottom: 1px;
        padding: 30px 0;
        background: #fbfbfb;
        letter-spacing: 2px;
        font-size: 19px;
        line-height: 39px;
        margin-left: -20px !important;
        margin-right: -20px !important;
    }

    #Main article h3 {
        font-size: 22px;
        margin: 0 0 20px 0;
    }

    #Main article h4 {
        font-size: 16px;
    }

    #Main article h4 span {
        display: block;
    }

    #Main article h5 {
        width: 100%;
        margin-bottom: 30px;
        padding-left: 20px !important;
        padding-right: 20px !important;
        margin-left: -20px !important;
        margin-right: -20px !important;
    }

    #Main .contNav {
        margin-bottom: 30px;
        margin-left: -20px !important;
        margin-right: -20px !important;
    }

    #Main .contNav ul.threeColumn li {
        width: 32.8%;
        margin: 0 0.6% 0 0;
        height: 126px !important;
    }

    #Main .contNav ul.threeColumn a {
        height: 86px !important;
        padding: 26px 0 0 0;
        font-size: 12px;
    }

    #Main .contNav ul.threeColumn a span.arrow {
        display: none;
    }

    #Main .contNav ul.threeColumn a span.icon {
        width: 37px;
        height: 37px;
    }

    #Main .contNav ul.fourColumn li {
        height: 100px;
        width: 24.5%;
        margin: 0 0.6% 0 0;
    }

    #Main .contNav ul.fourColumn li a {
        height: 54px;
        padding: 26px 0 0 0;
        font-size: 12px;
        background-image: none;
    }

    #Main .contNav ul.fourColumn li span {
        overflow: hidden;
        display: block;
        width: 0;
        height: 0;
    }

    #Main .contNav ul.fourColumn li.current a {
        background: url(../../img/bg_contNav_current_sp.gif) repeat-x left top;
        background-size: 50% 100%;
        -webkit-background-size: 50% 100%;
        -moz-background-size: 50% 100%;
        -ms-background-size: 50% 100%;
        -o-background-size: 50% 100%;
    }

    #Main .contNav ul.fourColumn li.irregular a {
        height: 62px;
        padding: 18px 0 0 0;
    }

    #CrumbNav {
        display: none;
    }

    /*　学び舎東京とは
    -------------------------------------*/
    /* 共通 */
    #PageAbout .contNav {
        margin-bottom: 30px;
        margin-left: -20px !important;
        margin-right: -20px !important;
    }

    #PageAbout .contNav ul.threeColumn li {
        position: relative;
        font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
    }

    #PageAbout .contNav ul.threeColumn li a {
        height: 40px !important;
        padding: 67px 0 0 0 !important;
        font-size: 12px;
    }

    #PageAbout .contNav ul.threeColumn li a span.icon {
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        width: 37px !important;
        width: 37px !important;
        margin: -43px 0 0 -18px;
    }

    #PageAbout .contNav ul.threeColumn li.current a {
        background: url(../../img/about/bg_aboutnav_sp.jpg) repeat-x left top;
        background-size: 1px 100%;
        -webkit-background-size: 1px 100%;
        -moz-background-size: 1px 100%;
        -ms-background-size: 1px 100%;
        -o-background-size: 1px 100%;
    }

    /* トップページ */
    #PageAbout.index #Main .mainVisual {
        height: 115px;
        width: auto !important;
        background: url(../../img/about/bg_mainvisual01_sp.jpg) no-repeat center center;
        margin: 0 0 50px 0;
        margin-left: -20px !important;
        margin-right: -20px !important;
        background-size: 100% auto;
        -webkit-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -ms-background-size: 100% auto;
        -o-background-size: 100% auto;
    }

    #PageAbout.index #Main p.intro {
        margin: 0 0 25px 0;
    }

    #PageAbout.index #Main section {
        width: 100%;
    }

    #PageAbout.index #Main .aboutNav {
        width: 100%;
        margin: 0 0 50px 0;
    }

    #PageAbout.index #Main .aboutNav ul {
        width: 100%;
    }

    #PageAbout.index #Main .aboutNav ul li {
        position: relative;
        float: none;
        width: 100%;
        height: 55px;
        margin: 0 0 14px 0;
        background: #f0e6a9 !important;
        box-shadow: 4px 4px 4px rgba(100, 100, 100, 0.1);
    }

    #PageAbout.index #Main .aboutNav ul li h4 {
        margin: 0;
        font-size: 14px;
        line-height: 55px;
    }

    #PageAbout.index #Main .aboutNav ul li h4 span {
        display: none;
    }

    #PageAbout.index #Main .aboutNav ul li p {
        position: absolute;
        top: 20px;
        right: 20px;
        overflow: hidden;
        height: 13px;
        width: 13px;
        background: url(../../img/arrow_contnav01.gif) no-repeat left top;
        background-size: 100% 100%;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        -ms-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        text-indent: -9999px;
    }

    #PageAbout.index #Main .aboutNav ul li.method h4 {
        background: url(../../img/about/icon_method.jpg) no-repeat 20px center;
        background-size: auto 62%;
        -webkit-background-size: auto 62%;
        -moz-background-size: auto 62%;
        -ms-background-size: auto 62%;
        -o-background-size: auto 62%;
    }

    #PageAbout.index #Main .aboutNav ul li.facilities h4 {
        background: url(../../img/about/icon_facilities.jpg) no-repeat 20px center;
        background-size: auto 62%;
        -webkit-background-size: auto 62%;
        -moz-background-size: auto 62%;
        -ms-background-size: auto 62%;
        -o-background-size: auto 62%;
    }

    #PageAbout.index #Main .aboutNav ul li.teacher h4 {
        background: url(../../img/about/icon_teacher.jpg) no-repeat 20px center;
        background-size: auto 62%;
        -webkit-background-size: auto 62%;
        -moz-background-size: auto 62%;
        -ms-background-size: auto 62%;
        -o-background-size: auto 62%;
    }

    /* 学び舎メソッド */
    #PageAbout.method #Main section {
        overflow: visible;
    }

    #PageAbout.method #Main section div.img {
        overflow: hidden;
        float: none;
        width: 100%;
        height: 85px;
        padding-right: 20px;
        padding-left: 20px;
        margin-left: -20px !important;
        margin-right: -20px !important;
    }

    #PageAbout.method #Main section div.img img {
        width: 100%;
    }

    #PageAbout.method #Main section div.text {
        width: 100%;
        margin: 0;
    }

    #PageAbout.method #Main section div.text h4 {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
        margin-left: -20px !important;
        margin-right: -20px !important;
    }

    #PageAbout.method #Main section.method div.img {
        background: url(../../img/about/img_method01_sp.jpg) no-repeat center center;
        background-size: 100% auto;
        -webkit-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -ms-background-size: 100% auto;
        -o-background-size: 100% auto;
    }

    #PageAbout.method #Main section.facilities div.img {
        background: url(../../img/about/img_method02_sp.jpg) no-repeat center center;
        background-size: 100% auto;
        -webkit-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -ms-background-size: 100% auto;
        -o-background-size: 100% auto;
    }

    #PageAbout.method #Main section.teacher div.img {
        background: url(../../img/about/img_method03_sp.jpg) no-repeat center center;
        background-size: 100% auto;
        -webkit-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -ms-background-size: 100% auto;
        -o-background-size: 100% auto;
    }

    /* 講師紹介 */
    #PageAbout.teacher #Main h3 {
        line-height: 1.35;
    }

    #PageAbout.teacher #Main h3 span {
        display: block;
    }

    #PageAbout.teacher #Main div.cover section {
        width: 100%;
    }

    #PageAbout.teacher #Main div.cover section .text h4 {
        float: none;
        margin: 0 0 10px 0;
        font-size: 16px;
    }

    #PageAbout.teacher #Main div.cover section .text .post {
        float: none;
        font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
        text-align: left;
    }

    #PageAbout.teacher #Main div.cover section figure {
        width: auto;
        margin-left: -20px !important;
        margin-right: -20px !important;
    }

    #PageAbout.teacher #Main div.cover section.left,
    #PageAbout.teacher #Main div.cover section.right {
        float: none;
    }

    /* 学習空間 */
    #PageAbout.facilities #Main section {
        margin: 0 0 20px 0;
    }

    #PageAbout.facilities #Main section ul {
        margin: 0 0 20px 0;
    }

    #PageAbout.facilities #Main section ul li {
        float: none;
        width: 100%;
        margin: 0 0 20px 0;
        max-height: none;
        line-height: none !important;
    }

    #PageAbout.facilities #Main section ul li img {
        max-height: none;
    }

    #PageAbout.facilities #Main section ul li.last {
        margin: 0;
    }

    #PageAbout.facilities #Main section ul li.size {
        height: auto !important;
    }

    #PageAbout.facilities #Main section ul li.length img {
        height: auto;
        width: 100%;
    }

    #PageAbout.facilities #Main #More {
        margin: 0 0 40px 0;
    }

    /*　受講をお考えの方へ
    -------------------------------------*/
    /* 共通 */
    .PageConsider #Main h3 {
        line-height: 1.35;
    }

    .PageConsider #Main .mainVisual {
        height: 115px;
        min-height: 115px;
        margin: 0 0 44px 0;
        background-size: 100% auto !important;
        -webkit-background-size: 100% auto !important;
    }

    .PageConsider #Main dl dt {
        width: 100% !important;
        clear: both;
    }

    .PageConsider #Main dl dd {
        width: 100% !important;
        margin: 0 0 1em 0;
        clear: both;
    }

    .PageConsider #Main .importantVisual {
        overflow: hidden;
        min-height: 122px;
        max-height: 244px;
        padding: 28px 0 0 0;
        background: url(../../img/bg_importantVisual.gif) repeat-x left top;
        background-size: 100% 100%;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        -ms-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        margin-left: -20px !important;
        margin-right: -20px !important;
    }

    .PageConsider #Main .importantVisual p {
        margin: 0 20px 0 20px;
        background: none;
        background: url(../../img/consider/bg_largeButton_sp.jpg) no-repeat center center;
        background-size: 100% auto;
        -webkit-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -ms-background-size: 100% auto;
        -o-background-size: 100% auto;
        height: 90px;
    }

    .PageConsider #Main .importantVisual p a {
        display: block;
        height: 62px;
        width: 100%;
        padding-top: 12px;
        font-size: 14px;
    }

    .PageConsider #Main .importantVisual p span {
        top: 37px;
        right: 16px;
        height: 16px;
        width: 16px;
        background: url(../../img/arrow_importantVisual.png) no-repeat;
        background-size: 100% 100%;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        -ms-background-size: 100% 100%;
        -o-background-size: 100% 100%;
    }

    /* トップページ */
    .PageConsider.index #Main h2 {
        border-bottom: none;
    }

    .PageConsider.index #Main ul {
        /*margin-left: -20px !important;*/
        /*margin-right: -20px !important;*/
    }


    .PageConsider.index #Main ul li p {
        float: none;
        width: auto;
        font-size: 14px;
        height: 90px;
    }

    .PageConsider.index #Main ul li p span {
        margin: 0 0 0 12px;
    }

    .PageConsider.index #Main ul li.junior div {
        background: url(../../img/consider/bg_considernav01_sp.jpg) no-repeat left top;
        background-size: cover;
    }

    .PageConsider.index #Main ul li.junior p span {
        margin: 26px 0 0 12px;
    }

    .PageConsider.index #Main ul li.heightschool div {
        background: url(../../img/consider/bg_considernav02_sp.jpg) no-repeat left top;
        background-size: cover;
    }

    .PageConsider.index #Main ul li.heightschool p {
        line-height: 90px;
    }

    .PageConsider.index #Main ul li.graduate div {
        background: url(../../img/consider/bg_considernav03_sp.jpg) no-repeat left top;
        background-size: cover;
    }

    .PageConsider.index #Main ul li.graduate p {
        line-height: 90px;
    }

    .PageConsider.index #Main ul li.university div {
        background: url(../../img/consider/bg_considernav04_sp.jpg) no-repeat left top;
        background-size: cover;
    }

    .PageConsider.index #Main ul li.university p span {
        margin: 26px 0 0 12px;
    }

    /* 中学生講座 */
    .PageConsider.junior #Main .mainVisual {
        background: url(../../img/consider/bg_mainvisual01_sp.jpg) no-repeat center center;
    }

    /* 高校生講座 */
    .PageConsider.heightschool #Main .mainVisual {
        background: url(../../img/consider/bg_mainvisual02_sp.jpg) no-repeat center center;
    }

    /* 既卒生講座 */
    .PageConsider.graduate #Main .mainVisual {
        background: url(../../img/consider/bg_mainvisual03_sp.jpg) no-repeat center center;
    }

    /* 大学生・社会人講座 */
    .PageConsider.university #Main .mainVisual {
        background: url(../../img/consider/bg_mainvisual04_sp.jpg) no-repeat center center;
    }

    /* 生徒・保護者様の声 */
    .PageConsider.voice #Main .contNav {
        margin-bottom: 0;
    }

    .PageConsider.voice #Main .contNav ul.fourColumn {
        height: 80px;
        margin: 0 0 1px 0;
    }

    .PageConsider.voice #Main .mainVisual {
        height: 115px;
        margin: 0 0 44px 0;
        background: url(../../img/consider/bg_mainvisual05_sp.jpg) no-repeat center center;
        padding-right: 20px !important;
        padding-left: 20px !important;
        margin-left: -20px !important;
        margin-right: -20px !important;
        background-size: 100% auto;
        -webkit-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -ms-background-size: 100% auto;
        -o-background-size: 100% auto;
    }

    .PageConsider.voice #Main section {
        margin: 0;
        margin-left: -20px !important;
        margin-right: -20px !important;
        border-top: 1px solid #c4c4c4;
    }

    .PageConsider.voice #Main section:last-child {
        border-bottom: 1px solid #e6e6e6;
    }

    .PageConsider.voice #Main section .head {
        position: relative;
        float: none;
        width: 100%;
        height: 90px;
        background: url(../../img/consider/bg_voicenav.gif) repeat-x left top;
        background-size: 1px 100%;
        -webkit-background-size: 1px 100%;
        -moz-background-size: 1px 100%;
        -ms-background-size: 1px 100%;
        -o-background-size: 1px 100%;
        cursor: pointer;
    }

    .PageConsider.voice #Main section .head h4 {
        display: table-cell;
        vertical-align: middle;
        height: 90px;
        margin: 0;
        font-size: 15px;
        color: #231815;
        padding: 0 30px 0 20px;
        line-height: 1.5;
    }

    .PageConsider.voice #Main section .head h4 span {
        display: block;
        position: absolute;
        right: 9px;
        top: 35px;
    }

    .PageConsider.voice #Main section .slider {
        display: none;
        margin-top: 20px;
        margin-bottom: 60px;
        margin-left: 20px !important;
        margin-right: 20px !important;
    }

    .PageConsider.voice #Main section .text {
        float: none;
        width: 100%;
    }

    .PageConsider.voice #Main section .img {
        position: relative;
        overflow: hidden;
        height: 113px;
        margin: 0 0 30px 0;
        box-shadow: 4px 4px 4px rgba(100, 100, 100, 0.1);
    }

    .PageConsider.voice #Main section .img img {
        margin: 30px 0 0 0;
        width: 100%;
    }

    .PageConsider.voice #Main section .img p.loupe {
        position: absolute;
        right: 6px;
        bottom: 6px;
        margin: 0;
        background: #e0e0e0;
        opacity: 0.95;
        border: 1px solid #fff;
        border-radius: 4px;
    }

    .PageConsider.voice #Main section .img p.loupe a {
        padding: 5px 8px 5px 23px;
        background: url(../../img/consider/icon_loupe.png) no-repeat 5px center;
        background-size: auto 50%;
        -webkit-background-size: auto 50%;
        -moz-background-size: auto 50%;
        -ms-background-size: auto 50%;
        -o-background-size: auto 50%;
        text-decoration: none;
    }

    .PageConsider.voice #Main section .img p.loupe a span {
        display: none;
    }

    .PageConsider.voice #Main section .img .name {
        left: 0;
        top: 0;
    }

    /*　アクセス
    -------------------------------------*/
    #PageAccess.index #Main section {
        width: 100%;
    }

    #PageAccess.index #Main section h3 {
        width: 100%;
        margin-bottom: 30px;
        padding-right: 20px !important;
        padding-left: 20px !important;
        margin-left: -20px !important;
        margin-right: -20px !important;
    }

    #PageAccess.index #Main section p.map {
        margin: 50px 0 0 0;
        padding: 0;
        border: 0;
    }

    #PageAccess.index #Main section p.map img {
        width: 100%;
    }

    #PageAccess.index #Main section dl.ad dd span {
        display: block;
    }

    /*　資料請求・体験授業
    -------------------------------------*/
    #PageRequest.index #Main ul {
        margin-left: -20px !important;
        margin-right: -20px !important;
    }

    #PageRequest.index #Main ul li {
        overflow: hidden;
        clear: both;
        position: relative;
        float: none;
        width: 100%;
        height: 90px;
        background: url(../../img/request/bg_requestnav.gif) repeat-x left top;
        background-size: 1px 100%;
        -webkit-background-size: 1px 100%;
        -moz-background-size: 1px 100%;
        -ms-background-size: 1px 100%;
        -o-background-size: 1px 100%;
        box-shadow: none;
    }

    #PageRequest.index #Main ul li div {
        float: left;
        margin: 11px 20px;
        height: 69px;
        width: 69px;
    }

    #PageRequest.index #Main ul li h3 {
        display: table-cell;
        vertical-align: middle;
        float: left;
        width: auto;
        height: 90px;
        text-align: left;
        font-size: 14px;
        margin: 0 0 0 0;
    }

    #PageRequest.index #Main ul li h3 span.cover {
        height: 90px;
        text-align: left;
    }

    #PageRequest.index #Main ul li h3 span.cover span {
        display: inline;
    }

    #PageRequest.index #Main ul li h3 span.cover span.break {
        display: block;
    }

    #PageRequest.index #Main ul li p {
        background: none;
        border-radius: none;
    }

    #PageRequest.index #Main ul li p a {
        position: absolute;
        right: 9px;
        top: 40px;
        overflow: hidden;
        display: block;
        width: 17px;
        height: 12px;
        margin: 0;
        background: url(../../img/request/icon_blank02.png) no-repeat left top;
        background-size: auto 100%;
        -webkit-background-size: auto 100%;
        -moz-background-size: auto 100%;
        -ms-background-size: auto 100%;
        -o-background-size: auto 100%;
        text-indent: -9999px;
    }

    #PageRequest.index #Main ul li.junior div {
        background: url(../../img/request/bg_junior_sp.jpg) center center;
        background-size: auto 100%;
        -webkit-background-size: auto 100%;
        -moz-background-size: auto 100%;
        -ms-background-size: auto 100%;
        -o-background-size: auto 100%;
    }

    #PageRequest.index #Main ul li.heightschool div {
        background: url(../../img/request/bg_heightschool_sp.jpg) center center;
        background-size: auto 100%;
        -webkit-background-size: auto 100%;
        -moz-background-size: auto 100%;
        -ms-background-size: auto 100%;
        -o-background-size: auto 100%;
    }

    #PageRequest.index #Main ul li.univercity div {
        background: url(../../img/request/bg_univercity_sp.jpg) center center;
        background-size: auto 100%;
        -webkit-background-size: auto 100%;
        -moz-background-size: auto 100%;
        -ms-background-size: auto 100%;
        -o-background-size: auto 100%;
    }

    /*　プライバシーポリシー
    -------------------------------------*/
    #PagePolicy.index #Main h2 {
        margin: 0 0 50px 0;
    }

    #PagePolicy.index #Main h3 {
        width: 100%;
        margin-top: 30px !important;
        margin-bottom: 30px;
        padding-right: 20px !important;
        padding-left: 20px !important;
        margin-left: -20px !important;
        margin-right: -20px !important;
    }

    #PagePolicy.index #Main dl dd span {
        display: block;
    }
}

/*####################　CSS3ローディング　####################*/
#floatingCirclesG {
    position: relative;
    width: 67px;
    height: 67px;
    margin: 0 auto;
    -moz-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
}

.f_circleG {
    position: absolute;
    background-color: #f0e6a9;
    height: 12px;
    width: 12px;
    -moz-border-radius: 6px;
    -moz-animation-name: f_fadeG;
    -moz-animation-duration: 1.04s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: linear;
    -webkit-border-radius: 6px;
    -webkit-animation-name: f_fadeG;
    -webkit-animation-duration: 1.04s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: linear;
    -ms-border-radius: 6px;
    -ms-animation-name: f_fadeG;
    -ms-animation-duration: 1.04s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: linear;
    -o-border-radius: 6px;
    -o-animation-name: f_fadeG;
    -o-animation-duration: 1.04s;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: linear;
    border-radius: 6px;
    animation-name: f_fadeG;
    animation-duration: 1.04s;
    animation-iteration-count: infinite;
    animation-direction: linear;
}

#frotateG_01 {
    left: 0;
    top: 27px;
    -moz-animation-delay: 0.39s;
    -webkit-animation-delay: 0.39s;
    -ms-animation-delay: 0.39s;
    -o-animation-delay: 0.39s;
    animation-delay: 0.39s;
}

#frotateG_02 {
    left: 8px;
    top: 8px;
    -moz-animation-delay: 0.52s;
    -webkit-animation-delay: 0.52s;
    -ms-animation-delay: 0.52s;
    -o-animation-delay: 0.52s;
    animation-delay: 0.52s;
}

#frotateG_03 {
    left: 27px;
    top: 0;
    -moz-animation-delay: 0.65s;
    -webkit-animation-delay: 0.65s;
    -ms-animation-delay: 0.65s;
    -o-animation-delay: 0.65s;
    animation-delay: 0.65s;
}

#frotateG_04 {
    right: 8px;
    top: 8px;
    -moz-animation-delay: 0.78s;
    -webkit-animation-delay: 0.78s;
    -ms-animation-delay: 0.78s;
    -o-animation-delay: 0.78s;
    animation-delay: 0.78s;
}

#frotateG_05 {
    right: 0;
    top: 27px;
    -moz-animation-delay: 0.91s;
    -webkit-animation-delay: 0.91s;
    -ms-animation-delay: 0.91s;
    -o-animation-delay: 0.91s;
    animation-delay: 0.91s;
}

#frotateG_06 {
    right: 8px;
    bottom: 8px;
    -moz-animation-delay: 1.04s;
    -webkit-animation-delay: 1.04s;
    -ms-animation-delay: 1.04s;
    -o-animation-delay: 1.04s;
    animation-delay: 1.04s;
}

#frotateG_07 {
    left: 27px;
    bottom: 0;
    -moz-animation-delay: 1.17s;
    -webkit-animation-delay: 1.17s;
    -ms-animation-delay: 1.17s;
    -o-animation-delay: 1.17s;
    animation-delay: 1.17s;
}

#frotateG_08 {
    left: 8px;
    bottom: 8px;
    -moz-animation-delay: 1.3s;
    -webkit-animation-delay: 1.3s;
    -ms-animation-delay: 1.3s;
    -o-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

@-moz-keyframes f_fadeG {
    0% {
        background-color: #c5703d;
    }

    100% {
        background-color: #f0e6a9;
    }
}

@-webkit-keyframes f_fadeG {
    0% {
        background-color: #c5703d;
    }

    100% {
        background-color: #f0e6a9;
    }
}

@-ms-keyframes f_fadeG {
    0% {
        background-color: #c5703d;
    }

    100% {
        background-color: #f0e6a9;
    }
}

@-o-keyframes f_fadeG {
    0% {
        background-color: #c5703d;
    }

    100% {
        background-color: #f0e6a9;
    }
}

@keyframes f_fadeG {
    0% {
        background-color: #c5703d;
    }

    100% {
        background-color: #f0e6a9;
    }
}

/*　こみだし
-------------------------------------*/
/* まごみだし */
/*end*/

.PageConsider.index #Main.p-consider ul li {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 150px;
    margin-bottom: 30px;
    background: #f7f6f5;
    box-shadow: 5px 5px 5px rgba(50, 50, 50, 0.1);
}

.p-voice {

}


.p-voice__more {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px auto 0;
}

.p-voice__more a {
    display: inline-block;
    text-align: center;
    font-size: 20px;
}

.p-voice-list {
    display: flex;
    justify-content: space-between;
}

.p-voice-list li {
    overflow: unset !important;
    position: relative !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    background: none !important;
    box-shadow: none !important;
    flex: 0 1 31%;
}

.p-voice-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    border: 1px solid #eaeaea;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 5px 5px 5px rgba(50, 50, 50, 0.1);
}

.p-voice-card__image {
    width: unset !important;
    height: auto !important;
    float: unset !important;
}

.p-voice-card__image img {
    max-width: 100%;
}

.p-voice-card__title {
    font-size: 15px !important;
    line-height: 1.6;
    float: none !important;
    width: 100% !important;
    margin: 0;
    padding: 20px;
    max-width: 100%;
    display: block;
    box-sizing: border-box;
    height: auto !important;
}

#Main {
    margin: 0 auto;
}


#Main.l-top-about {
    margin-top: 0;
}

#Main {
    margin-top: 50px;
}

#Footer {
    text-align: center;
    margin: 50px 0 25px 0;
}

#PageAbout #GlobalNav ul li.menu01 a, #PageConsider #GlobalNav ul li.menu02 a, #PageAccess #GlobalNav ul li.menu03 a, #PageRequest #GlobalNav ul li.menu04 a, #PagePolicy #GlobalNav ul li.menu05 a {
    background: none !important;
}

.p-online-banner {
    display: block;
    max-width: 420px;
    width: 100%;
}

.p-banner-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


#banner-mtp {
    display: block;
    max-width: 500px;
    width: 100%;
    margin-bottom: 50px;
}

.mainVisual {
    position: relative;
}

.p-online-banner {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 320px;
}

#GlobalNav {
    position: fixed;
}

#Header {
    position: fixed;
}


.mb-5 {
    margin-bottom: 1.5em !important;
}



.p-cta {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}


.p-cta__tel {
    display: block;
    font-size: 22px;
    color: #3A2F2D;
    line-height: 1.2;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #F2F2F2;
}

.p-cta__tel span {
    display: block;
    font-size: 11px;
    color: #828282;
    text-align: right;
}

header {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 999;
    border-bottom: 1px solid #f5f5f5;
}

.l-header {
    height: auto;
}
