@charset "UTF-8";
/*
Theme Name: 夙川学園用テーマ
Author: Pantacle Inc.
Author URI: http://pantacle.net/
Version: 1.0
*/
html,
body{
    background:#ffffff;
    height:100%;
    margin:0;
    padding:0;
}

html{
    font-size:13px;
}
@media screen and (min-width: 1024px){
    html{
        font-size:calc(12px + 20 * (100vw - 1024px) / 2576);
    }
}
@media screen and (min-width: 3600px){
    html{
        font-size:32px;
    }
}

html,
body,
button,
input,
select,
textarea{
    font-family:"TsukuGoPro-M", -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Hiragino Kaku Gothic ProN, "メイリオ", meiryo, sans-serif;
}
b,
strong {
    font-family:"TsukuGoPro-H";
}


div{
    box-sizing:border-box;
    display:block;
    margin:0;
    padding:0;
}

p{
    line-height:1.6;
}

a{
    text-decoration:none;
}
a:link,
a:visited{
    color:#4c8686;
}
a:hover,
a:active{
    color:#4c8686;
    text-decoration:underline;
}
a:hover > img,
a:active > img{
    opacity:0.8;
}
a img{
    width: auto;
    height: auto;
}




/* 画像見出し */
.image_h{
    font-size:1rem;
    line-height:1;
    overflow:hidden;
    padding:0;
    white-space:nowrap;
}
.image_h img{
    vertical-align:top;
    width:100%;
}

/* デバイス毎の表示制御 */
.lon{
    display:block !important;
}

.loff{
    display:none !important;
}

@media screen and (max-width: 768px){
    .mon{
        display:block !important;
    }
    .moff{
        display:none !important;
    }
}

@media screen and (max-width: 640px){
    .son{
        display:block !important;
    }
    .soff{
        display:none !important;
    }
}

@media screen and (max-width: 480px){
    .xson{
        display:block !important;
    }
    .xsoff{
        display:none !important;
    }
}

.screen-reader-text{
    display:none;
}

/* ---------------------------------- */
/* レイアウト */
/* ---------------------------------- */
#site{
    margin:0 auto;
    max-width:1600px;
    padding:0;
    width:100%;
}

#site-header,
#site-body,
#site-content,
#site-menu,
#site-footer{
    box-sizing:border-box;
    margin:0;
    padding:0;
    position:relative;
}

#site-body{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
}

#site-content{
    -webkit-box-ordinal-group:2;
    -ms-flex-order:1;
    order:1;
    width:calc(100% - 250px);
}

#site-menu{
    -webkit-box-ordinal-group:1;
    -ms-flex-order:0;
    order:0;
    width:250px;
}

@media screen and (max-width: 768px){
    #site-body{
        display:block;
    }
    #site-content{
        width:100%;
    }
}

#page-header,
#page-content,
#page-footer{
    position:relative;
}
#page-content {
    padding: 2%;
    box-sizing: border-box;
}

@media screen and (max-width: 768px){
    #page-content{
        padding: 15px;
        box-sizing: border-box;
    }
    .home #page-content{
        padding: 0;
    }
}

/* ---------------------------------- */
/* ヘッダー */
/* ---------------------------------- */
#site-header{
    background:#007c64;
    text-align:right;
    width:100%;
    z-index:99999;
}
#site-header .menu{
    display:inline-block;
    list-style:none;
    margin:0;
    padding:0 2rem 0 0;
    text-align:right;
}
#site-header .menu li{
    display:inline;
    font-size:0.9rem;
    height:100%;
    margin:0 0 0 2em;
}
#site-header .menu li a{
    box-sizing:border-box;
    color:#ffffff;
    display:inline-block;
    height:100%;
    text-decoration:none;
}
@media screen and (max-width: 768px){
    #site-header{
        background:#ffffff;
    }
    #site-header .site-title{
        left:2vw;
        margin:0;
        max-width:460px;
        min-width:200px;
        position:absolute;
        top:50%;
        -webkit-transform:translateY(-50%);
        transform:translateY(-50%);
        width:50%;
    }
    #site-header #tabsp-menu-sw.mon{
        display:inline-block !important;
    }
    #site-header #tabsp-menu-sw{
        position:relative;
        width:15%;
    }
    #site-header #tabsp-menu-sw:before{
        content:"";
        display:block;
        padding-top:100%;
    }
    #site-header #tabsp-menu-sw > .content{
        bottom:0;
        left:0;
        margin:0;
        max-width:none;
        overflow:hidden;
        padding:0;
        position:absolute;
        right:0;
        top:0;
        width:100%;
    }
    #site-header #tabsp-menu-sw .trigger{
        box-sizing:content-box;
        height:26%;
        left:50%;
        margin:0;
        padding:0 0 1.4em 0;
        position:absolute;
        top:50%;
        -webkit-transform:translate(-50%, -50%);
        transform:translate(-50%, -50%);
        width:38%;
        margin-top: 6%;
    }
    #site-header #tabsp-menu-sw .trigger .hamburger{
        box-sizing:border-box;
        display:inline-block;
        position:relative;
        -webkit-transition:all 0.4s;
        transition:all 0.4s;
        height:100%;
        width:100%;
    }
    #site-header #tabsp-menu-sw .trigger .hamburger span{
        background-color:#007c64;
        border-radius:4px;
        box-sizing:border-box;
        display:inline-block;
        height:2px;
        left:0;
        position:absolute;
        -webkit-transition:all 0.4s;
        transition:all 0.4s;
        width:100%;
    }
    #site-header #tabsp-menu-sw .trigger .hamburger span:nth-of-type(1){
        top:0;
    }
    #site-header #tabsp-menu-sw .trigger .hamburger span:nth-of-type(2){
        top:50%;
        -webkit-transform:translateY(-1px);
        transform:translateY(-1px);
    }
    #site-header #tabsp-menu-sw .trigger .hamburger span:nth-of-type(3){
        bottom:0;
    }
    #site-header #tabsp-menu-sw .trigger p{
        bottom:0;
        color:#000000;
        font-size:0.8em;
        left:50%;
        line-height:1.4;
        margin:0;
        overflow:hidden;
        position:absolute;
        text-align:center;
        -webkit-transform:translateX(-50%);
        transform:translateX(-50%);
        -webkit-transition:all 0.4s;
        transition:all 0.4s;
        white-space:nowrap;
        font-family:"Fjalla One","TsukuGoPro-M",-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,"游ゴシック体",YuGothic,"游ゴシック","Yu Gothic",Hiragino Kaku Gothic ProN,"メイリオ",meiryo,sans-serif;
    }
    #site-header #tabsp-menu-sw .trigger p.close{
        opacity:1;
    }
    #site-header #tabsp-menu-sw .trigger p.open{
        opacity:0;
    }
    #site-header #tabsp-menu-sw.open .content .hamburger span:nth-of-type(1){
        top:50%;
        -webkit-transform:translateY(-1px) rotate(-45deg);
        transform:translateY(-1px) rotate(-45deg);
    }
    #site-header #tabsp-menu-sw.open .content .hamburger span:nth-of-type(2){
        opacity:0;
    }
    #site-header #tabsp-menu-sw.open .content .hamburger span:nth-of-type(3){
        top:50%;
        -webkit-transform:translateY(-1px) rotate(45deg);
        transform:translateY(-1px) rotate(45deg);
    }
    #site-header #tabsp-menu-sw.open .content p.close{
        opacity:0;
    }
    #site-header #tabsp-menu-sw.open .content p.open{
        opacity:1;
    }
}

/* ---------------------------------- */
/* 検索 */
/* ---------------------------------- */
.searchbox{
    background:#EEEEEE;
    text-align:left;
    width:100%;
}
.searchbox .search-form{
    padding:0 3rem 0 0;
    position:relative;
}
.searchbox .search-field{
    background:#FFFFFF;
    border-color:#FFFFFF;
    border-radius:1em;
    border-style:solid;
    box-shadow:none;
    box-sizing:border-box;
    margin:3px;
    padding:0.4em 0.5em;
    width:97%;
}
.searchbox .search-field:focus{
    outline:none;
}
.searchbox .search-submit{
    background:#007c64;
    border:none;
    bottom:0;
    font-size:1.5rem;
    position:absolute;
    right:0;
    top:0;
    width:2em;
}
.searchbox .search-submit i{
    vertical-align:middle;
    color: #FFFFFF;
}

#site-header .searchbox{
    display:inline-block;
    width:19rem;
}

@media screen and (max-width: 768px){
    .searchbox{
        width:100%;
    }
    .searchbox .search-form{
        padding:0 4.5rem 0 0;
    }
    .searchbox .search-field{
        margin:0.5em;
        padding:1em;
    }
    .searchbox .search-submit{
        width:3em;
    }
}

/* ---------------------------------- */
/* メニュー */
/* ---------------------------------- */
.site-menu{
    list-style:none;
    margin:0;
    padding:0;
}
.site-menu > li a{
    color:#000000;
    line-height:1;
    text-decoration:none;
}

#site-menu{
    overflow:hidden;
}
#site-menu .site-title{
    border-bottom:1px solid #dddddd;
    margin:40px 30px 0;
    padding:0 0 40px;
}
#site-menu .site-title a{
    display:block;
}
#site-menu .site-title a img {
    width: 100%;
}
#site-menu .site-menu2{
    border-top:1px solid #dddddd;
    margin:0 30px;
    padding:1.5em 0;
}
#site-menu .site-menu2 li{
    margin:0;
    padding:1em 0;
}
#site-menu .site-menu2 li a:hover,
#site-menu .site-menu2 li a:active{
    color:#4c8686;
}

.side-menu-sub{
    background:rgba(0, 124, 100, 0.7);
    height:100%;
    left:250px;
    overflow:hidden;
    position:absolute;
    top:0;
    -webkit-transition:all 0.5s;
    transition:all 0.5s;
    -webkit-transition-delay:0.3s;
    transition-delay:0.3s;
    width:0;
    z-index:9999;
}
.side-menu-sub.active{
    width:330px;
}

.site-menu-caret{
    font-size:1.14rem;
    margin:1em 0;
}
.site-menu-caret > li{
    margin:0;
    padding:0;
}
.site-menu-caret > li > a{
    box-sizing:border-box;
    display:block;
    padding:1em 30px;
    position:relative;
}
.site-menu-caret > li > a:after{
    font-family:"Material Icons";
    font-weight:normal;
    font-style:normal;
    font-size:24px;
    /* Preferred icon size */
    display:inline-block;
    line-height:1;
    text-transform:none;
    letter-spacing:normal;
    word-wrap:normal;
    white-space:nowrap;
    direction:ltr;
    -webkit-font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
    -moz-osx-font-smoothing:grayscale;
    -webkit-font-feature-settings:"liga";
    font-feature-settings:"liga";
    color:#c9c9c9;
    content:"\e5cc";
    /* chevron_right */
    position:absolute;
    right:30px;
    top:calc(50% - 0.5em);
}

#site-menu .site-menu1 > li > a:hover,
#site-menu .site-menu1 > li > a.active{
    color:#ffffff;
    background:#007c64;
}
#site-menu .site-menu1 > li > a:hover:after,
#site-menu .site-menu1 > li > a.active:after{
    color:#ffffff;
    content:"\e5cb";
    /* chevron_left */
}

.side-menu-sub ul{
    margin-top:0;
}
.side-menu-sub ul > li:first-child{
    height:100px;
    position:relative;
}
.side-menu-sub ul > li:first-child a{
    position:absolute;
    bottom:0;
    width:100%;
}
.side-menu-sub ul > li > a{
    color:#ffffff;
    white-space:nowrap;
}
.side-menu-sub ul > li > a:after{
    color:#ffffff;
}
.side-menu-sub ul > li > a:hover,
.side-menu-sub ul > li > a.active{
    background:#01624f;
}

#side-menu-sub12 ul li:first-child{
    background:no-repeat url("../../../img/school-about/menu.jpg");
    background-size:cover ;
}

#side-menu-sub14 ul li:first-child{
    background:no-repeat url("../../../img/school-life/menu.jpg");
    background-size:cover ;
}

#side-menu-sub16 ul li:first-child{
    background:no-repeat url("../../../img/high-school/menu.jpg");
    background-size:cover ;
}

#side-menu-sub18 ul li:first-child{
    background:no-repeat url("../../../img/junior-high-school/menu.jpg");
    background-size:cover ;
}

.foot-menu{
    margin:3rem 0 0;
}

.foot-menu .accordion{
    font-size:1.14rem;
    margin:0;
}
.foot-menu .accordion > li{
    border-top:1px solid #d3d3d3;
    margin:0;
    overflow:hidden;
    padding:0;
    font-family:"TsukuGoPro-B", -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Hiragino Kaku Gothic ProN, "メイリオ", meiryo, sans-serif;
}
.foot-menu .accordion > li > a{
    box-sizing:border-box;
    display:block;
    padding:1em 30px;
    position:relative;
}
.foot-menu .accordion > li > a:after{
    color:#c9c9c9;
    content:"＋";
    display:inline-block;
    font-size:1.4em;
    line-height:1;
    position:absolute;
    right:32px;
    top:calc(50% - 0.5em);
}
.foot-menu .accordion > li ul{
    list-style:none;
    margin:0;
    padding:0;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
}
.foot-menu .accordion > li ul li{
    border-top:0 solid #82a599;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
}
.foot-menu .accordion > li ul li a{
    box-sizing:border-box;
    display:block;
    line-height:0;
    padding:0 30px;
    position:relative;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
    color:#ffffff;
    background:#007c64;
}
.foot-menu .accordion > li ul li a:before{
    content:"-";
    margin-right:0.6em;
}
.foot-menu .accordion > li.open > a:after{
    content:"-";
}
.foot-menu .accordion > li.open ul li{
    border-top-width:1px;
}
.foot-menu .accordion > li.open ul li a{
    line-height:1;
    padding-top:1em;
    padding-bottom:1em;
}

.foot-menu .site-menu2{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin:0;
}
.foot-menu .site-menu2 li{
    border-top:1px solid #d3d3d3;
}
.foot-menu .site-menu2 li:nth-child(odd){
    border-right:1px solid #d3d3d3;
    width:50%;
}
.foot-menu .site-menu2 li:nth-child(even){
    width:calc(50% - 1px);
}

#site-menu .site-title,
#site-menu .site-menu1,
#site-menu .site-menu2{
    position:relative;
    z-index:1;
}
/*
#site-menu .tri{
    border-right:250px solid #f5f5f5;
    border-top:250px solid transparent;
    bottom:0;
    left:auto;
    position:fixed;
    z-index:0;
}
*/
@media screen and (max-width: 768px){
    .side-menu-sub{
        display:none;
    }
    #site-menu{
        background:#007c64;
        position:absolute;
        top:-100%;
        width:100%;
        z-index:9999;
        -webkit-transition:all 0.5s;
        transition:all 0.5s;
    }
    #site-menu.open{
        top:0;
    }
    #site-menu .site-menu1{
        border-top:1px solid #82bcb1;
    }
    #site-menu .site-menu2{
        border-top:none;
        font-size:1.14rem;
        padding:0;
    }
    #site-menu .site-menu2 li{
        margin:0;
        padding:0;
    }
    #site-menu .site-menu2 li a{
        display:block;
        position:relative;
    }
    #site-menu .site-menu2 li a:after{
        font-family:"Material Icons";
        font-weight:normal;
        font-style:normal;
        font-size:24px;
        /* Preferred icon size */
        display:inline-block;
        line-height:1;
        text-transform:none;
        letter-spacing:normal;
        word-wrap:normal;
        white-space:nowrap;
        direction:ltr;
        -webkit-font-smoothing:antialiased;
        text-rendering:optimizeLegibility;
        -moz-osx-font-smoothing:grayscale;
        -webkit-font-feature-settings:"liga";
        font-feature-settings:"liga";
        color:#c9c9c9;
        content:"\e5cc";
        /* chevron_right */
        position:absolute;
        right:30px;
        top:calc(50% - 0.5em);
    }
    #site-menu .site-menu1,
    #site-menu .site-menu2{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        margin:0;
    }
    #site-menu .site-menu1 li,
    #site-menu .site-menu2 li{
        border-bottom:1px solid #82bcb1;
    }
    #site-menu .site-menu1 li:nth-child(odd),
    #site-menu .site-menu2 li:nth-child(odd){
        border-right:1px solid #82bcb1;
        width:50%;
    }
    #site-menu .site-menu1 li:nth-child(even),
    #site-menu .site-menu2 li:nth-child(even){
        width:calc(50% - 1px);
    }
    #site-menu .site-menu1 li a,
    #site-menu .site-menu2 li a{
        color:#ffffff;
        padding:1em 20px;
    }
    #site-menu .site-menu1 li a:after,
    #site-menu .site-menu2 li a:after{
        color:#82bcb1;
        right:20px;
    }
    #site-menu .site-menu1 li a:hover,
    #site-menu .site-menu2 li a:hover{
        color:#007c64;
        background:#ffffff;
    }
    #site-menu .site-menu1 li a:hover:after,
    #site-menu .site-menu2 li a:hover:after{
        content:"\e5cc";
        /* chevron_right */
        color:#007c64;
    }
    #site-menu .site-menu3{
        margin:0;
        padding:2rem 20px 1rem;
    }
    #site-menu .site-menu3 li{
        display:inline-block;
        margin:0 2rem 1rem 0;
        white-space:nowrap;
    }
    #site-menu .site-menu3 li a{
        color:#ffffff;
    }
    #site-menu .site-menu3 li a:hover,
    #site-menu .site-menu3 li a:active{
        color:#4c8686;
    }
}

/* ---------------------------------- */
/* フッター */
/* ---------------------------------- */
#site-footer{
    background:#f8f8f8;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin:2rem 0 0;
}
#site-footer > div{
    margin:2rem 0 0;
    padding:0 3%;
}
#site-footer .addr{
    -webkit-box-flex:2;
    -ms-flex-positive:2;
    flex-grow:2;
    line-height: 1.6;
}
#site-footer .addr img{
    max-width:366px;
    width:55%;
}
#site-footer .addr span{
    display:block;
    white-space:nowrap;
}
#site-footer .menus{
    -webkit-box-flex:1;
    -ms-flex-positive:1;
    flex-grow:1;
}
#site-footer .menus ul{
    list-style:none;
    margin:0;
    padding:0;
}
#site-footer .menus ul li{
    margin:0 0 0.5em;
}
#site-footer .menus ul li a{
    color:#000000;
}
#site-footer .suma{
    -webkit-box-flex:1;
    -ms-flex-positive:1;
    flex-grow:1;
}
#site-footer .suma a{
    background:#ffffff;
    border:1px solid #a2a2a2;
    box-sizing:border-box;
    display:block;
    margin:0;
    max-width:266px;
    padding:3% 3.7% 2.5% 6%;
    position:relative;
    width:75%;
}
#site-footer .suma a:after{
    font-family:"Material Icons";
    font-weight:normal;
    font-style:normal;
    font-size:24px;
    /* Preferred icon size */
    display:inline-block;
    line-height:1;
    text-transform:none;
    letter-spacing:normal;
    word-wrap:normal;
    white-space:nowrap;
    direction:ltr;
    -webkit-font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
    -moz-osx-font-smoothing:grayscale;
    -webkit-font-feature-settings:"liga";
    font-feature-settings:"liga";
    color:#a2a2a2;
    content:"\e3e0";
    /* filter_none */
    position:absolute;
    bottom:8%;
    font-size:0.9em;
    right:3%;
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
}
#site-footer .suma a img{
    vertical-align:top;
    width:85%;
}
#site-footer #copyright{
    background:#007c64;
    color:#ffffff;
    font-size:0.6rem;
    text-align:right;
    margin:3em 0 0;
    padding:1em 2%;
    width:100%;
}
#site-footer #copyright span{
    line-height:1.6;
    white-space:nowrap;
}

@media screen and (max-width: 768px){
    #site-footer{
        display:block;
        overflow:hidden;
        margin:0;
    }
    #site-footer > div{
        margin:0 15px;
        padding:17px 0 15px;
    }
    #site-footer .addr{
        border-bottom:1px solid #b4b4b4;
    }
    #site-footer .addr img{
        width:70%;
    }
    #site-footer .menus ul li{
        display:inline-block;
        margin:0 1em 1em 0;
    }
    #site-footer .menus ul li a{
        color:#555555;
    }
    #site-footer .suma{
        padding-top:0;
    }
    #site-footer .suma a{
        max-width:none;
        text-align:center;
        width:100%;
    }
    #site-footer .suma a:after{
        font-size:1.2rem;
        right:1%;
    }
    #site-footer .suma a img{
        width:58%;
    }
    #site-footer #copyright{
        font-size:0.8rem;
        margin-top: 0.5rem;
        padding:1em 3%;
        text-align:left;
    }
}

/* ---------------------------------- */
/* トップページ */
/* ---------------------------------- */
/* スライダー */
.home #page-header .signage{
    position:relative;
}
.home #page-header .signage:before{
    content:"";
    display:block;
    padding-top:71.11%;
}
.home #page-header .signage > .content{
    bottom:0;
    left:0;
    margin:0;
    max-width:none;
    overflow:hidden;
    padding:0;
    position:absolute;
    right:0;
    top:0;
    width:100%;
}
.home #page-header .signage .swiper-container{
    bottom:0;
    left:0;
    position:absolute;
    right:0;
    top:0;
}
.home #page-header .signage .swiper-container .swiper-wrapper .swiper-slide img.main,
.home #page-header .signage .swiper-container .swiper-wrapper .swiper-slide img.sub{
    top:0;
    left:0;
    position:absolute;
    width:100%;
}
.home #page-header .signage .swiper-container .swiper-wrapper .swiper-slide img.sub{
    opacity:0;
}
.home #page-header .signage .swiper-container .swiper-wrapper .swiper-slide-active img.sub,
.home #page-header .signage .swiper-container .swiper-wrapper .swiper-slide-duplicate-active img.sub{
    opacity:1;
    -webkit-transition:all 1s;
    transition:all 1s;
    -webkit-transition-delay:1s;
    transition-delay:1s;
}
.home #page-header .signage .swiper-container .swiper-wrapper .swiper-slide-prev img.sub,
.home #page-header .signage .swiper-container .swiper-wrapper .swiper-slide-duplicate-prev img.sub{
    opacity:0;
    -webkit-transition:all 1s;
    transition:all 1s;
    -webkit-transition-delay:0;
    transition-delay:0;
}
.home #page-header .signage .swiper-pagination{
    display:none;
}

@media screen and (min-width: 769px){
    .home #page-header .signage .swiper-container .swiper-wrapper-pc.lon{
        display:-webkit-box !important;
        display:-ms-flexbox !important;
        display:flex !important;
    }
}

@media screen and (max-width: 768px){
    .home #page-header .signage:before{
        padding-top:130.66%;
    }
    .home #page-header .signage .swiper-container .swiper-wrapper-sp.mon{
        display:-webkit-box !important;
        display:-ms-flexbox !important;
        display:flex !important;
    }
}

/* 重要なお知らせ */
.notices dl{
    margin:0;
    overflow:hidden;
    padding:0.8rem 0 0.8rem 0.8rem;
    width:100%;
}
.notices dl dt{
    background:#007c64;
    color:#ffffff;
    float:left;
    line-height:2;
    text-align:center;
    width:7em;
}
.notices dl dd{
    margin:0 0 0.7em 8em;
    line-height:2;
    width:calc(100% - 8em);
}
.notices dl dd:last-child{
    margin-bottom:0;
}

.home #page-header .notices{
    background:#007c64;
    bottom:2rem;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    left:0;
    margin:0;
    padding:0;
    position:absolute;
    width:100%;
    z-index:10;
}
.home #page-header .notices h2{
    background:#01624f;
    color:#ffffff;
    font-size:1rem;
    margin:0;
    padding:1.3em 2em 0;
    white-space:nowrap;
}
.home #page-header .notices dl dt{
    background:rgba(255, 255, 255, 0.8);
    color:#007c64;
}
.home #page-header .notices dl dd a{
    white-space:nowrap;
}
.home #page-header .notices dl dd a:link,
.home #page-header .notices dl dd a:visited{
    color:#ffffff;
}
.home #page-header .notices dl dd a:hover,
.home #page-header .notices dl dd a:active{
    color:#4c8686;
    text-decoration:none;
}

.single-notices .entry-header{
    width: 100%;
}


@media screen and (max-width: 768px){
    .home #page-header .notices{
        display:block;
        position:static;
    }
    .home #page-header .notices h2{
        padding:0.8rem 0;
        text-align:center;
        width:10em;
    }
}

.trit{
    border-left:calc((100vw - 250px) * 0.438) solid #f6f7df;
    border-bottom:calc((100vw - 250px) * 0.438 * 0.733) solid transparent;
    top:0;
    left:0;
    position:absolute;
    z-index:-1;
}

.trib{
    border-right:calc((100vw - 250px) * 0.438) solid #f8f8f8;
    border-top:calc((100vw - 250px) * 0.438 * 0.733) solid transparent;
    bottom:0;
    right:0;
    position:absolute;
    z-index:-1;
}

@media screen and (min-width: 1200px){
    .trit{
        border-left-width:430px;
        border-bottom-width:316px;
    }
    .trib{
        border-right-width:430px;
        border-top-width:316px;
    }
}

@media screen and (max-width: 768px){
    .trit{
        border-left:calc(100vw * 0.438) solid #f6f7df;
        border-bottom:calc(100vw * 0.438 * 0.733) solid transparent;
    }
    .trib{
        border-right:calc(100vw * 0.438) solid #f8f8f8;
        border-top:calc(100vw * 0.438 * 0.733) solid transparent;
    }
}
.home #page-content {
    padding: 0;
}

.home section{
    margin:3rem 0 0;
    padding:0 0 1rem;
    position:relative;
}

.home .hsub{
    margin:0 0 2rem;
    text-align:center;
}

.btns{
    margin:2rem 0 1rem;
    text-align:center;
}

a.blkbtn{
    background:#007c64;
    box-sizing:border-box;
    color:#ffffff;
    display:inline-block;
    line-height:47px;
    margin:1rem;
    padding:0 50px 0 20px;
    position:relative;
    text-align:center;
    height:50px;
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.1);
    font-family:"TsukuGoPro-B", -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Hiragino Kaku Gothic ProN, "メイリオ", meiryo, sans-serif;
}
a.blkbtn span{
    background:#01624f;
    box-sizing:border-box;
    display:block;
    height:50px;
    position:absolute;
    right:0;
    top:0;
    width:50px;
}
a.blkbtn span:after{
    font-family:"Material Icons";
    font-weight:normal;
    font-style:normal;
    font-size:24px;
    /* Preferred icon size */
    display:inline-block;
    line-height:1;
    text-transform:none;
    letter-spacing:normal;
    word-wrap:normal;
    white-space:nowrap;
    direction:ltr;
    -webkit-font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
    -moz-osx-font-smoothing:grayscale;
    -webkit-font-feature-settings:"liga";
    font-feature-settings:"liga";
    color:#ffffff;
    content:"\e5cc";
    /* chevron_right */
    font-size:32px;
    left:calc(25px - 0.5em);
    position:absolute;
    top:calc(50% - 0.5em);
}
a.blkbtn:visited {
    color:#ffffff;
}
a.blkbtn:hover{
    color:#ffffff;
    background-color: #01624f;
    text-decoration:none;
}
a.blkbtn:hover span{
    background:#007c64;
}
@media screen and (max-width: 768px){
    .btns{
        font-size: 1.1rem;
    }
}

.home .calendar{
    position:relative;
}
.home .calendar h2{
    font-family:"Fjalla One","TsukuGoPro-M",-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,"游ゴシック体",YuGothic,"游ゴシック","Yu Gothic",Hiragino Kaku Gothic ProN,"メイリオ",meiryo,sans-serif;
    font-size:2rem;
    margin:1rem 0 0;
    font-weight: normal;
    text-align:center;
}

.home .calendar .calendar-articles{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin:2rem 0;
}
.home .calendar .calendar-articles .calendar-article{
    width:23%;
    margin:0 1% 2rem 1%;
}
.home .calendar .calendar-articles .calendar-article .date{
    font-size: 0.9rem;
    color: #8B8B8B;
}
.home .calendar .calendar-articles .calendar-article .title{
    color: #000000;
    line-height: 1.4;
}

@media screen and (max-width: 1024px){
    .home .calendar .calendar-articles .calendar-article{
        width:31%;
    }
}

@media screen and (max-width: 768px){
    .home .calendar .calendar-articles{
        margin:2rem 0;
    }
    .home .calendar .calendar-articles .calendar-article{
        width:23%;
    }
    .home .calendar .calendar-yms{
        margin: 0 0 1rem;
        padding:0;
    }
    .home .calendar .controls {
        padding: 0;
    }
}

@media screen and (max-width: 640px){
    .home .calendar .calendar-articles .calendar-article{
        width:31%;
    }
}

@media screen and (max-width: 480px){
    .home .calendar .calendar-articles .calendar-article{
        width:48%;
    }
}

/* @media screen and (max-width: 375px){ */
/*     .home .calendar .calendar-articles .calendar-article{ */
/*         width:98%; */
/*     } */
/* } */

@media screen and (max-width: 768px){
    .home .calendar .btns{
        font-family: Arial;
        margin-bottom: 2rem;
    }
}

.home .blkbtn{
    width:100%;
    max-width:300px;
}

.entry-kinds{
    overflow:hidden;
}
.entry-kinds .kind{
    color:#ffffff;
    float:left;
    line-height:2;
    margin:0;
    padding:0 0.8em;
}
.entry-kinds .kind.high{
    background:#114d89;
}
.entry-kinds .kind.junior{
    background:#029fac;
}

.calendar-article a{
    display:block;
    position:relative;
}
.calendar-article a .entry-kinds{
    position:absolute;
    z-index:10;
}
.calendar-article a .entry-kinds .kind{
    font-size:0.9em;
}
.calendar-article a .img{
    position:relative;
    width:100%;
}

/* 100thロゴ */
.suma100th_logo{
    display: none;
    
}
.home .suma100th_logo.pc {
    z-index: 1;
}
.home .suma100th_logo.pc img {
    display: block;
    max-width: 150px;
    height: auto;
    margin: 1em auto;
}
.home .suma100th_logo.sp img {
    display: block;
    max-width: 150px;
    height: auto;
    margin: 1em auto;
}


@media screen and (min-width: 767px){
    .home .suma100th_logo.pc{
        display: block;
        position: relative;
    }
}
@media screen and (max-width: 768px){
    .home .suma100th_logo.sp{
        display: block;
    }
}

/* pantacle:2020-08 */
/* .calendar-article a .img:before{ */
/*     content:""; */
/*     display:block; */
/*     padding-top:60.37%; */
/* } */
/* .calendar-article a .img > .content{ */
/*     bottom:0; */
/*     left:0; */
/*     margin:0; */
/*     max-width:none; */
/*     overflow:hidden; */
/*     padding:0; */
/*     position:absolute; */
/*     right:0; */
/*     top:0; */
/*     width:100%; */
/* } */
.calendar-article a .img img{
    width:100%;
}
/* /pantacle:2020-08 */
.calendar-article a .date{
    line-height:1;
    margin:0.9rem 0 0;
    font-size: 0.9rem;
    color: #8B8B8B;
}
.calendar-article a .title{
    margin:0.4rem 0 0;
    color: #000000;
    line-height: 1.4;
}

.home .hagukumu{
    padding: 4rem 5rem 5rem;
}
.home .hagukumu .hc{
    position:absolute;
    z-index:10;
    font-family: "TsukuGoPro-B";
}
.home .hagukumu .hc h2{
    font-size:2.8rem;
    margin:0;
}
.home .hagukumu .hc p{
    font-size: 2rem;
    margin: 1rem 0 0 -0.8rem;
    line-height: 1.6;
}
.home .hagukumu .ht{
    font-size:1.2rem;
    margin:0 0 0 26rem;
    line-height: 1.5;
}
.home .hagukumu .img{
    margin:2rem 0 0;
    text-align:center;
}
.home .hagukumu .img img{
    width:80%;
}

@media screen and (max-width: 768px){
    .home .hagukumu{
        padding: 30px 25px 25px;
        margin-top: 0;
    }
    .home .hagukumu .hc{
        position:static;
    }
    .home .hagukumu .hc h2{
        font-size:2.4rem;
    }
    .home .hagukumu .hc p{
        font-size: 1.6rem;
        margin: 0.8rem 0 0 -0.7rem;
    }
    .home .hagukumu .ht{
        margin:1rem 0 0;
        font-size: 1rem;
    }
    .home .hagukumu .img img{
        width:100%;
    }
    .home .hagukumu .btns{
        margin: 1rem 0 2rem;
    }
}

@media screen and (max-width: 480px){
    .home .hagukumu .blkbtn{
        margin:1rem 0 0;
    }
}

.home .schools{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    margin-bottom: 8%;
}
.home .schools section{
    background:#f0f0f0;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    margin:0;
    overflow:hidden;
    padding:0;
    position:relative;
    width:50%;
}
.home .schools section h2{
    font-family:"Fjalla One","TsukuGoPro-M",-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,"游ゴシック体",YuGothic,"游ゴシック","Yu Gothic",Hiragino Kaku Gothic ProN,"メイリオ",meiryo,sans-serif;
    margin:0;
}
.home .schools section .dtl{
    padding:2rem 2rem calc(50px + 2rem) 2rem;
    position:relative;
    width:52%;
}
.home .schools section .dtl ul{
    list-style:none;
    margin:2rem 0 0;
    padding:0;
    font-family:"TsukuGoPro-B", -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Hiragino Kaku Gothic ProN, "メイリオ", meiryo, sans-serif;
}
.home .schools section .dtl ul li{
    margin:0 0 1rem;
    padding:0;
}
.home .schools section .dtl ul li a{
    display:inline-block;
    position:relative;
    padding:0 0 0 1.2rem;
    line-height:1.1;
    color: #000000;
}
.home .schools section .dtl ul li a:before{
    font-family:"Material Icons";
    font-weight:normal;
    font-style:normal;
    font-size:24px;
    /* Preferred icon size */
    display:inline-block;
    line-height:1;
    text-transform:none;
    letter-spacing:normal;
    word-wrap:normal;
    white-space:nowrap;
    direction:ltr;
    -webkit-font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
    -moz-osx-font-smoothing:grayscale;
    -webkit-font-feature-settings:"liga";
    font-feature-settings:"liga";
    color:#ffffff;
    content:"\e315";
    /* keyboard_arrow_right */
    font-size:1rem;
    left:0;
    position:absolute;
    border-radius:50%;
    width:1rem;
    height:1rem;
}
.home .schools section .btns{
    position:absolute;
    margin:0;
    padding:0 2rem;
    width:calc(100% * 0.52);
    left:0;
    bottom:1rem;
}
.home .schools section .blkbtn{
    margin:0;
}
.home .schools section .img{
    width:48%;
}
.home .schools section .img img{
    vertical-align:top;
    width:100%;
}
.home .schools section.high .dtl ul li a:before{
    background:#114d89;
}
.home .schools section.high .dtl .blkbtn{
    background:#114d89;
    border:1px solid #114d89;
}
.home .schools section.high .dtl .blkbtn span{
    background:#12375c;
    border:1px solid #12375c;
}
.home .schools section.high .dtl .blkbtn:hover{
    background:#ffffff;
    color:#12375c;
}
.home .schools section.high .dtl .blkbtn:hover span{
    background:#114d89;
}
.home .schools section.high .btns .blkbtn {
    background-color: #114D89;
}
.home .schools section.high .btns .blkbtn span {
    background-color: #12375C;
}
.home .schools section.junior .dtl ul li a:before{
    background:#029fac;
}
.home .schools section.junior .dtl .blkbtn{
    background:#029fac;
    border:1px solid #029fac;
}
.home .schools section.junior .dtl .blkbtn span{
    background:#078089;
    border:1px solid #078089;
}
.home .schools section.junior .dtl .blkbtn:hover{
    background:#ffffff;
    color:#078089;
}
.home .schools section.junior .dtl .blkbtn:hover span{
    background:#029fac;
}
.home .schools section.junior .btns .blkbtn {
    background-color: #029FAC;
}
.home .schools section.junior .btns .blkbtn span {
    background-color: #078089;
}

@media screen and (max-width: 1024px){
    .home .schools section{
        padding-bottom:calc(50px + 2rem);
    }
    .home .schools section .dtl{
        padding-bottom:0;
    }
    .home .schools section .btns{
        width:100%;
    }
}

@media screen and (max-width: 768px){
    .home .schools{
        display:block;
    }
    .home .schools section{
        margin-bottom:1rem;
        padding-bottom:0;
        width:100%;
    }
    .home .schools section .dtl{
        padding-bottom:calc(50px + 2rem);
    }
    .home .schools section .btns{
        width:calc(100% * 0.52);
    }
}

@media screen and (max-width: 480px){
    .home .schools section{
        padding-bottom:calc(50px + 2rem);
    }
    .home .schools section .dtl{
        padding-bottom:0;
    }
    .home .schools section .btns{
        width:100%;
    }
}

/* パンくず */
#breadCrumbs{
    margin:0;
    padding:0 1% 1%;
}
#breadCrumbs ul{
    font-size:0.8rem;
    list-style:none;
    margin:0;
    padding:0;
    text-align:right;
}
#breadCrumbs ul li{
    display:inline;
    color:#ffffff;
}
#breadCrumbs ul li:before{
    content:"\03e";
    margin:0 0.5em;
    color: #76a098;
}
#breadCrumbs ul li:first-child:before{
    display:none;
}
#breadCrumbs ul li a{
    color:#ffffff;
}
#breadCrumbs ul li a:hover,
#breadCrumbs ul li a:active{
    color:#4c8686;
    text-decoration:underline;
}

@media screen and (max-width: 768px){
    #breadCrumbs{
        padding:0 1.5% 1.5%;
    }
}

/* 見出し */
#page-header{
    background-color:#01624f;
}

#page-header .page-title{
    box-sizing:border-box;
    color:#ffffff;
    font-size:2em;
    font-weight:bold;
    line-height:1.15;
    margin:0;
    padding:2% 0;
    text-align:center;
}

/* ---------------------------------- */
/* 固定ページ */
/* ---------------------------------- */
/* メインビジュアル */
.main-visual{
    width:100%;
}
.main-visual img{
    width:100%;
}

/* 下層リンク */
.page-children{
    box-sizing:border-box;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:flex-start;
    list-style:none;
    margin:0;
    padding:0;
}

.page-children li{
    width:32%;
    margin-right: 1.5%;
}
.page-children li:nth-child(3n){
    margin-right: 0;
}

.page-children li a{
    display:block;
    width:100%;
    height:100%;
    color:#000000;
    cursor:pointer;
}

.page-children li a .img{
    position:relative;
}

.page-children li a .img:before{
    content:"";
    display:block;
    padding-top:51.2%;
}

.page-children li a .img > .content{
    bottom:0;
    left:0;
    margin:0;
    max-width:none;
    overflow:hidden;
    padding:0;
    position:absolute;
    right:0;
    top:0;
    width:100%;
}

.page-children li a img{
    position:absolute;
    left:0;
    top:50%;
    width: 100%;
    transform:translateY(-50%);
}

.page-children li a p {
    margin-top: 0.3em;
    margin-bottom: 1.7em;
}

@media screen and (max-width: 768px){
    .page-children li{
        width:48%;
        margin-right: 4%;
    }
    .page-children li:nth-child(3n){
        margin-right: 4%;
    }
    .page-children li:nth-child(2n){
        margin-right: 0;
    }
}

.page-id-47 .sitemap{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin:1rem 3%;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
}
.page-id-47 .sitemap section{
    margin:0 0 3rem;
    overflow:hidden;
    width:48%;
}
.page-id-47 .sitemap section.etc{
    width:98%;
}
.page-id-47 .sitemap section.etc ul{
    border-top:1px solid #dddddd;
    float:left;
    margin:1rem 0 1rem 1.5rem;
    padding:0;
}
.page-id-47 .sitemap h2{
    background:#01624f;
    color:#ffffff;
    font-size:1.5rem;
    margin:0;
    padding:1rem 0 1rem 1.5rem;
}
.page-id-47 .sitemap ul{
    list-style:none;
    margin:0;
    padding:1rem 2rem;
}
.page-id-47 .sitemap ul li{
    margin:1rem 0;
    padding:0;
}

@media screen and (max-width: 768px){
    .page-id-47 .sitemap{
        margin:1rem 0;
    }
}

@media screen and (max-width: 480px){
    .page-id-47 .sitemap{
        display:block;
    }
    .page-id-47 .sitemap section{
        margin-bottom:1rem;
        width:auto;
    }
    .page-id-47 .sitemap section.etc ul{
        margin:0;
        padding:1rem 0 1rem 1.5rem;
        width:100%;
    }
}

/*
 * 学園カレンダー
 */
.fka{
    cursor:pointer;
    color:#4c8686;
}
.fka:hover,
.fka:active{
    color:#4c8686;
    text-decoration:underline;
}
.fka.mixitup-control-active {
    background-color: #007C64;
    color: #ffffff;
    padding: 0.2rem 0.6rem;
    box-sizing: border-box;
}
.fka.mixitup-control-active:hover,
.fka.mixitup-control-active:active {
    text-decoration:none;
}

.page-id-11785 .calendar-yms{
    margin:1rem 0;
    padding:0 1rem;
    border-bottom:1px solid #dddddd;
}

.page-id-11785 .calendar-months{
    display:inline-block;
    list-style:none;
    margin:0 0 1rem;
    padding:0;
}
.page-id-11785 .calendar-months li{
    display:inline-block;
    margin:0 0.4rem;
    padding:0;
    vertical-align:top;
    color: #cccccc;
}
.page-id-11785 .calendar-months li .current{
    background-color: #007C64;
    color: #ffffff;
    padding: 0.2rem 0.6rem;
    box-sizing: border-box;
}
.page-id-11785 .calendar-months:nth-child(2){
    margin-right:5rem;
}
.page-id-11785 .calendar-months.years #yearscb{
    display:none;
}
.page-id-11785 .calendar-months.years .yearslist{
    background:transparent;
    max-height:0;
    overflow:hidden;
    position:absolute;
    width:10em;
    z-index:100;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
}
.page-id-11785 .calendar-months.years .yearslist ul{
    background:#ffffff;
    box-sizing:border-box;
    list-style:none;
    margin:0 10px;
    padding:0 1rem;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
}
.page-id-11785 .calendar-months.years .yearslist ul li{
    display:list-item;
    margin:0;
    padding:0;
    line-height:0;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
}
.page-id-11785 .calendar-months.years .fka {
    position: relative;
    padding-right: 1.3rem;
}
.page-id-11785 .calendar-months.years .fka:after{
    font-family:"Material Icons";
    font-weight:normal;
    font-style:normal;
    font-size:24px;
    /* Preferred icon size */
    display:inline-block;
    line-height:1;
    text-transform:none;
    letter-spacing:normal;
    word-wrap:normal;
    white-space:nowrap;
    direction:ltr;
    -webkit-font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
    -moz-osx-font-smoothing:grayscale;
    -webkit-font-feature-settings:"liga";
    font-feature-settings:"liga";
    background:#007c64;
    color:#ffffff;
    content:"\e313";
    /* keyboard_arrow_down */
    font-size:1rem;
    right:0;
    position:absolute;
    border-radius:50%;
    width:1rem;
    height:1rem;
}
.page-id-11785 .calendar-months.years #yearscb:checked + .yearslist{
    max-height:none;
}
.page-id-11785 .calendar-months.years #yearscb:checked + .yearslist ul{
    box-shadow:0 0 10px rgba(0, 0, 0, 0.3);
    margin-top:10px;
    margin-bottom:10px;
    padding-top:0.5rem;
    padding-bottom:0.5rem;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
}
.page-id-11785 .calendar-months.years #yearscb:checked + .yearslist ul li{
    margin-top:0.5rem;
    margin-bottom:0.5rem;
    line-height:1.6;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
}

.page-id-11785 .controls{
    margin:1rem 0;
    padding:0 1rem;
    border-bottom:1px solid #dddddd;
}
.page-id-11785 .controls ul{
    display:inline-block;
    list-style:none;
    margin:0 0 1rem;
    padding:0;
}
.page-id-11785 .controls ul li{
    display:inline-block;
    margin:0 0.4rem;
    padding:0;
    vertical-align:top;
}

.page-id-11785 .calendar-articles{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin:2rem 0;
}
.page-id-11785 .calendar-articles .calendar-article{
    width:23%;
    margin:0 1% 2rem 1%;
}
.page-id-11785 .calendar-articles .calendar-article .date{
    font-size: 0.9rem;
    color: #8B8B8B;
}
.page-id-11785 .calendar-articles .calendar-article .title{
    color: #000000;
    line-height: 1.4;
}

@media screen and (max-width: 1024px){
    .page-id-11785 .calendar-articles .calendar-article{
        width:31%;
    }
}

@media screen and (max-width: 768px){
    .page-id-11785 .calendar-articles{
        margin:2rem 0;
    }
    .page-id-11785 .calendar-articles .calendar-article{
        width:23%;
    }
    .page-id-11785 .calendar-yms{
        margin: 0 0 1rem;
        padding:0;
    }
    .page-id-11785 .controls {
        padding: 0;
    }
}

@media screen and (max-width: 640px){
    .page-id-11785 .calendar-articles .calendar-article{
        width:31%;
    }
}

@media screen and (max-width: 480px){
    .page-id-11785 .calendar-articles .calendar-article{
        width:48%;
    }
}

@media screen and (max-width: 375px){
    .page-id-11785 .calendar-articles .calendar-article{
        width:98%;
    }
}

/*
 * 過去の入試問題
 */
.blue-box{
    background:#eff1f5;
    border:1px solid #bec2d5;
    padding:2.5rem;
    margin:0 0 2rem;
}

.past-tests{
    margin-top:1rem;
}
.past-tests .tests{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.past-tests .tests .test{
    width:29%;
    margin:0 2% 1rem;
}
.past-tests .tests .test .name{
    font-size:1.2em;
}
.past-tests .tests .test dl{
    line-height:1.6;
    overflow:hidden;
    margin:1rem;
}
.past-tests .tests .test dl dt{
    clear:both;
    float:left;
    font-weight:bold;
    width:4rem;
}
.past-tests .tests .test dl dd{
    margin:0 0 0.5rem 4em;
}

@media screen and (max-width: 640px){
    .past-tests .tests .test{
        width:46%;
    }
    .blue-box{
    padding:0.5rem;
    }
}

@media screen and (max-width: 480px){
    .past-tests .tests .test{
        margin-left:0;
        margin-right:0;
        width:98%;
    }
}

/*
 * 入試結果
 */

.exam-result .caption{
    background:#7d85ab;
    box-sizing:border-box;
    color:#ffffff;
    font-family:"TsukuGoPro-B";
    font-size:1.4rem;
    padding:8px 15px 10px;
    text-align:left;
    width:100%;
}

.exam-result table{
    margin:0 auto 2.5rem;
    width:96%;
}
.exam-result table th,
.exam-result table td{
    padding:35px 0 20px;
    text-align:center;
}
.exam-result table th{
    font-weight:normal;
    text-align:center;
}
.exam-result table thead th{
    border-bottom:1px solid #d8d8d8;
    font-family:"TsukuGoPro-B";
    font-size:1.4rem;
}
.exam-result table tbody th,
.exam-result table tbody td{
    border-bottom:1px dotted #d8d8d8;
    font-size:1.2rem;
}
.exam-result table tbody td{
    width:25%;
}

.exam-result .bunpu{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin:0 0 2rem;
    border-bottom:1px dotted #d8d8d8;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:center;
}
.exam-result .bunpu:last-child{
    border-bottom:none;
}
.exam-result .bunpu > div{
    text-align:center;
}
.exam-result .bunpu > div img{
    width:100%;
}
.exam-result .bunpu.col2 > div{
    width:29%;
    margin: 0 1%;
}
.exam-result .bunpu.col3 > div{
    width:29%;
    margin: 0 1%;
}

@media screen and (max-width: 640px){
    .exam-result .bunpu.col2 > div{
        width:46%;
    }
    .exam-result .bunpu.col3 > div{
        width:46%;
    }
}

@media screen and (max-width: 480px){
    .exam-result .bunpu.col2 > div{
        width:100%;
    }
    .exam-result .bunpu.col3 > div{
        width:100%;
    }
}

/*
 * 説明会スケジュール
 */
.events{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.events .item{
    background:#eff6f3;
    border:1px solid #01624f;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    margin:1rem 1%;
    width:31%;
}
.events .item .date{
    text-align:center;
    min-width:5rem;
    width:5rem;
}
.events .item .date .m{
    margin-bottom:0;
}
.events .item .date .d{
    font-size:2rem;
    margin:0;
}
.events .item .date .w{
    margin-top:0;
}
.events .item .dtl{
    border-left:1px solid #01624f;
    -webkit-box-flex:2;
    -ms-flex-positive:2;
    flex-grow:2;
    padding:0 0 3.5rem 0;
    position:relative;
}
.events .item .dtl .title{
    background:#01624f;
    color:#ffffff;
    line-height:1.4;
    padding:0.2em 0.5em 0.4em;
    margin:0;
}
.events .item .dtl .taisyou{
    margin:0.2em 0.8em 0;
    min-height:1.6em;
}
.events .item .dtl .taisyou:before{
    content:"- ";
}
.events .item .dtl .taisyou:after{
    content:" -";
}
.events .item .dtl dl{
    margin:0.5rem 0.8em 0;
    padding:0;
    overflow:hidden;
}
.events .item .dtl dl dt{
    clear:both;
    float:left;
    width:3rem;
}
.events .item .dtl dl dd{
    margin:0 0 0.4em 3rem;
}
.events .item .dtl .remark,
.events .item .dtl .naiyou{
    margin:0.5rem 0.8em 0;
}
.events .item .dtl .naiyou span{
    background:#ffffff;
    display:inline-block;
    margin:0.3rem 0.5rem 0.3rem 0;
    padding:0.4em 0.5em;
}
.events .item .dtl .entry{
    margin:0 auto;
    text-align:center;
    position:absolute;
    bottom:0.5rem;
    width:100%;
    padding:0 0.8rem;
}
.events .item .dtl .entry a,
.events .item .dtl .entry span{
    display:inline-block;
    padding:0.6rem 1rem;
    border:1px solid #01624f;
    border-radius:0.4em;
    box-sizing:border-box;
    width:100%;
}
.events .item .dtl .entry .req{
    background:#01624f;
    color:#ffffff;
}
.events .item .dtl .entry .noreq{
    color:#01624f;
    background:#ffffff;
}

.page-id-11819 .blkbtn{
    width:300px;
}

@media screen and (max-width: 1024px){
    .events .item{
        width:48%;
    }
}

@media screen and (max-width: 550px){
    .events{
        display:block;
    }
    .events .item{
        width:auto;
    }
}

/*
 * アクセス
 */
.access{
    margin:0 3% 2rem;
}
.access .img img{
    width:100%;
    margin: 3% 0;
}
.access.col2{
    overflow:hidden;
}
.access.col2 .img{
    float:left;
    width:40%;
}
.access.col2 p{
    float:right;
    width:50%;
}

.page-access section{
    margin-bottom: 5%;
}

@media screen and (max-width: 768px){
    .access{
        margin:0 0 2rem;
    }
}

@media screen and (max-width: 480px){
    .access.col2 .img,
    .access.col2 p{
        float:none;
        width:auto;
    }
}

/*
 * お問い合わせ
 */
.page-id-26 .entry-content{
    margin:1%;
}

.page-id-26 .msg{
    font-size:2.5rem;
}

.page-id-26 .addr{
    margin:3rem 0 0;
}
.page-id-26 .addr h2{
    font-family:"TsukuGoPro-E";
    font-size:1.7rem;
}
.page-id-26 .addr p{
    font-size:1.28rem;
    margin:0;
}

.page-id-26 .emails{
    margin:3rem 0 0;
}
.page-id-26 .emails h3{
    font-family:"TsukuGoPro-E";
    font-size:1.4rem;
}
.page-id-26 .emails h3:before{
    content:"■";
    color:#01624f;
}
.page-id-26 .emails p{
    margin:0;
}

/*
 * 申し込みフォーム
 */
.contactform{
    background:#f7f7f7;
    padding:1rem;
}
.contactform dl dt{
    margin:0;
    padding:0;
}
.contactform dl dd{
    margin:0.8rem 0 1.4rem;
    padding:0 0.5rem;
}
.contactform .btns{
    margin:1rem 0 0;
    padding:0;
    text-align:center;
}
.contactform .btns input{
    border-radius:5px;
    cursor:pointer;
    display:inline-block;
    font-size:1rem;
    line-height:1;
    margin:1rem;
    padding:1rem 1rem;
    width:10em;
}
.contactform .btns input.submitbtn{
    background:#bb051b;
    color:#ffffff;
}
.contactform .btns input.backbtn{
    background:#e0e0e0;
    color:#000000;
}
.contactform span.essential{
    color: red;
    margin-left: 0.5em;
}

.msg-for-input,
.msg-for-confirm{
    display:none;
}

.mw_wp_form_input .msg-for-input{
    display:block;
}

.mw_wp_form_input dl dt.required:after{
    color:#ffffff;
    content:"（必須）";
    background:#bb051b;
    margin-left:1rem;
}

.mw_wp_form_confirm .msg-for-confirm{
    display:block;
}

/*
 * プライバシーポリシー
 */
.page-privacy-policy .entry-content > section {
    margin-bottom: 5%;
}


/* ---------------------------------- */
/* アーカイブページ */
/* ---------------------------------- */
.pagination{
    margin:1rem 1rem 0;
    text-align:center;
}
.pagination .nav-links a,
.pagination .nav-links span{
    display:inline-block;
    margin:0 0.1rem;
}

.archive-empty{
    padding:3rem 0 2rem;
    text-align:center;
}

/* ---------------------------------- */
/* 個別ページ */
/* ---------------------------------- */
.single .page-main{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.single .page-main .entry-main{
    padding:2rem 2rem;
    width:calc(100% - 280px);
}
.single .page-main .entry-main .entry-title{
    margin: 0;
    font-size: 1.8rem;
    line-height: 1.3;
}
.single .page-main .entry-main .post-date{
    font-size: 0.9rem;
    color: #8B8B8B;
}
.single .page-main .entry-aside{
    padding:2rem 1rem;
    width:280px;
}

.single .entry-content{
    margin:2rem 0 0;
}
.single .entry-content a img{
    max-width:90%;
    width:auto;
}

.single .page-links{
    margin:2rem 0 0;
    overflow:hidden;
}
.single .page-links a{
    margin-bottom:1rem;
    white-space:nowrap;
}
.single .page-links a.prev{
    float:left;
    margin-right:1rem;
}
.single .page-links a.next{
    float:right;
    margin-left:1rem;
}

.single .entry-aside ul{
    list-style:none;
    margin:0;
    padding:0;
    line-height: 1.4;
}
.single .entry-aside ul li{
    margin:0;
    padding:0;
}

.single .entry-aside .archive-years .fka{
    padding-right:1.4em;
    position:relative;
}
.single .entry-aside .archive-years .fka:after{
    font-family:"Material Icons";
    font-weight:normal;
    font-style:normal;
    font-size:24px;
    /* Preferred icon size */
    display:inline-block;
    line-height:1;
    text-transform:none;
    letter-spacing:normal;
    word-wrap:normal;
    white-space:nowrap;
    direction:ltr;
    -webkit-font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
    -moz-osx-font-smoothing:grayscale;
    -webkit-font-feature-settings:"liga";
    font-feature-settings:"liga";
    background:#007c64;
    color:#ffffff;
    content:"\e313";
    /* keyboard_arrow_down */
    font-size:1rem;
    right:0;
    position:absolute;
    border-radius:50%;
    width:1rem;
    height:1rem;
}

.single .entry-aside .archive-years #archive-years-toggle{
    display:none;
}

.single .entry-aside .archive-years ul{
    overflow:hidden;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
}
.single .entry-aside .archive-years ul li{
    line-height:0;
    padding-left:1rem;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
}

.single .entry-aside .archive-years #archive-years-toggle:checked + ul{
    margin-top:0.2rem;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
}
.single .entry-aside .archive-years #archive-years-toggle:checked + ul li{
    line-height:1.4;
    padding-top:0.2rem;
    padding-bottom:0.2rem;
}

.single .entry-aside .archive-months{
    border-top:1px solid #dddddd;
    margin-top:1rem;
    padding-top:1rem;
}

.single .entry-aside .archive-recent{
    border-top:1px solid #dddddd;
    margin-top:1rem;
    padding-top:1rem;
}
.single .entry-aside .archive-recent .calendar-article{
    margin-bottom:2rem;
}
/* .single .entry-aside .archive-recent .calendar-article a .img:before{ */
/*     padding-top:0; */
/* } */
/* .single .entry-aside .archive-recent .calendar-article a .img .content{ */
/*     position:relative; */
/* } */
.single .entry-aside .archive-recent .calendar-article .date{
    font-size: 0.9rem;
    color: #8B8B8B;
}
.single .entry-aside .archive-recent .calendar-article .title{
    color: #000000;
    line-height: 1.4;
}

@media screen and (max-width: 1024px){
    .single .page-main .entry-main{
        width:calc(100% - 200px);
    }
    .single .page-main .entry-aside{
        width:200px;
    }
}

@media screen and (max-width: 640px){
    .single .page-main .entry-main{
        padding:0;
        width:100%;
    }
    .single .page-main .entry-aside{
        border-top:1px solid #dddddd;
        margin-top:1rem;
        overflow:hidden;
        width:100%;
        padding: 0;
    }
    .single .entry-aside .archive-yms{
        width:100%;
        padding: 3% 0;
        margin-bottom: 6%;
        border-bottom: 1px solid #dddddd;
    }
    .single .page-main .entry-aside ul{
        line-height: 1.6;
    }
    .single .entry-aside .archive-recent{
        border-top:none;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        margin-top:0;
        padding-top:0;
        width:100%;
    }
    .single .entry-aside .archive-recent .calendar-article{
        width:29%;
        margin-left:2%;
        margin-right:2%;
    }
    .single .page-links a{
    white-space:normal;
    }
}

@media screen and (max-width: 512px){
    .single .entry-aside .archive-recent .calendar-article{
        width:46%;
    }
}

/*
 * 学園カレンダー 詳細
 */
.single-post .entry-content img{
	height: auto
}
.single-post .entry-content .imgbox {
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 20px;
}
.single-post .entry-content .imgbox .caption {
    padding-top: 10px;
    max-width: 100%;
}
.single-post .entry-content .imgbox .img-l {
    float: left;
    width: 49.5%;
}
.single-post .entry-content .imgbox .img-r {
    float: right;
    width: 49.5%;
    text-align: left;
}

.single-post .entry-content .imgbox img {
    width: 100%;
}
.single-post .calendar-article .img .content img{
    width: 100%;
}

@media screen and (max-width: 1219px){
    .single-post .entry-content .imgbox img {
        width: 100%;
        height: auto;
        vertical-align: bottom;
        line-height: 1.0;
    }
}


@media screen and (max-width: 900px){
    .single-post .entry-content .imgbox .img-l,
    .single-post .entry-content .imgbox .img-r {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
}

/*
 * 重要なお知らせ 詳細
 */
.single-notices .page-main .entry-main {
    width: 100%;
}




.form_event{
    background:#f7f7f7;
    padding:1rem;
    margin: 0 0 1rem 0;
}

.form_event p{
    margin:0;
}

.form_event .taisyou:before{
    content:"- ";
}

.form_event .taisyou:after{
    content:" -";
}

.form_event dl{
    margin:0.5rem 0 0;
    padding:0;
    overflow:hidden;
}

.form_event dl dt{
    clear:both;
    float:left;
    width:3rem;
}

.form_event dl dd{
    margin:0 0 0.4em 3rem;
}


.home section.counter{
    text-align:center;
    /* margin-top:1em; */
    margin-top:0;
    padding:0;
}

.home section.counter span{
    display:inline-block;
    margin:0 0.5em 0.5em;
    color:#bbbbbb;
    white-space:nowrap;
}

.home section.counter .label{
    /* display:block; */
    display:none;
}
