@charset "utf-8";
/* ----------------------------------------

    そらまめ教室案内用スタイル

----------------------------------------- */
.school-bot-wrap {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto 30px auto;
    width: 100%;
}

.school-bot-wrap > div {
    margin-bottom: 16px;
    width: 49%;
}
/*
.school-bot-wrap > div.sch-menu {
    width: 32%;
}
*/
.school-bot-wrap > div.sch-menu {
    width: 49%;
}

.school-bot-wrap > div.sch-menu.sc-t {
    width: 32%;
}

.school-bot-wrap > div a {
    align-items: center;
    background-color: #fff;
    border: 2px solid #c7dcb2;
    border-radius: 16px;
    color: #387000; 
    display: -webkit-flex;
    display: flex;
    font-size: 18px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 16px 30px;
    position: relative;
    text-decoration: none;
    min-height: 80px;
    height: 100%; /* 2023-04-16 add */
}
.school-bot-wrap > div a:hover {
    background-color: #c7dcb2;
    border: 2px solid #fff;
}
.school-bot-wrap > div a::after {
    content: "\f0d7";    
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
        top: 50%;
        right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.school-bot-wrap > div a > span {
    font-size: 14px;
    display: block;
    text-align: center;
    width: 100%;
}

.school-bot-wrap > div a > span.schedule-ttl {
    background-color: #387000;
    border-radius: 8px;
    line-height: 1.25;
    color: #fff;
    position: absolute;
        top: -45px;
        right: -10px;
    padding: 10px;
    width: auto;
}

/* 2019-12-15 追加 --------------------- */
.fontBld {
    color: #000;
    font-weight: bold;
}
.pattern {
    color: #000;
    font-weight: bold;
}
.redBld {
    color: #f00;
    font-weight: bold;
}
.f125 {
    font-size: 1.25em;
}
.fGreen {
    color: #387000;
}

.comment { 
    border: 1px solid #387000;
    border-radius: 16px;
    margin-bottom: 50px;
    padding: 20px 20px 15px 20px;
}

section.contents .comment p { margin-bottom: 5px; }

.weekNum { width: 10%; }
.weekW45 { width: 45%; }

.furikae { text-align: center; }

/* 2020-05-30 追加 ---------------------- */
ol.number {
    margin: 0 auto 30px auto;
    padding: 0;
    width: 100%;
}
ol.number li {
    padding: 0 0 0 2em;
    position: relative;
    margin-bottom: 1.5em;
}
ol.number li:last-child {
    margin-bottom: 0;
}
ol.number li::before {
    display: inline-block;
    position: absolute;
        top: 0;
        left: 5px;
}
ol.number li:nth-child(1)::before { content: "\02460"; }
ol.number li:nth-child(2)::before { content: "\02461"; }
ol.number li:nth-child(3)::before { content: "\02462"; }
ol.number li:nth-child(4)::before { content: "\02463"; }
ol.number li:nth-child(5)::before { content: "\02464"; }
ol.number li:nth-child(6)::before { content: "\02465"; }
ol.number li:nth-child(7)::before { content: "\02466"; }
ol.number li:nth-child(8)::before { content: "\02467"; }
ol.number li:nth-child(9)::before { content: "\02468"; }
ol.number li:nth-child(10)::before { content: "\02469"; }



.in-box {
    border-left: 5px solid #c7dcb2;
    margin: 0 auto 20px auto;
    padding: 20px;
    position: relative;
    width: 95%;
}
.in-box::after {
    color: #c7dcb2;
    content: "▼";
    position: absolute;
        left: -9.5px;
        bottom: -10px;
}
.in-box.no-flow {
    border-left: 5px solid #fff;
}
.in-box.no-flow::after {
    content: none;
}
section h2.no-head {
    padding: 8px;
    margin-bottom: .5em;
}
section h2.no-head::before {
    content: none;
    padding: 8px;
}

dl.time-list-tbl {
    margin: 10px auto;
    padding: 0;
    width: 100%;
}
dl.time-list-tbl > div {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    width: 100%;
}
dl.time-list-tbl dt {
    text-align: center;
    width: 30px;
}
dl.time-list-tbl dd {
    flex: 1 0 0%;
}

/* ---------------------------------------
    1199px以下レスポンシブ
---------------------------------------- */
@media only screen and (max-width : 1199px) {

    .school-bot-wrap > div.sch-menu.sc-t {
        width: 100%;
    }
}

/* ---------------------------------------
    1023px以下レスポンシブ
---------------------------------------- */
@media only screen and (max-width : 1023px) {
    
    .school-bot-wrap > div a {
        font-size: 14px;
    }
    .school-bot-wrap > div a > span {
        font-size: 12px;
    }

}

/* ---------------------------------------
    900px以下レスポンシブ
---------------------------------------- */
@media only screen and (max-width : 900px) {
    
    
    .school-bot-wrap > div.sch-menu {
        width: 49%;
    }    
    .school-bot-wrap > div a > span.schedule-ttl {
        top: 0;
        right: 20px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 10px;
        padding: 8px;
    }
    .school-bot-wrap {
        flex-wrap: wrap;
        margin: 0 auto 10px auto;
    }
    .school-bot-wrap > div {
        margin-bottom: 10px;
        width: 100%;
    }
    .school-bot-wrap > div a {
        padding: 10px 20px;
        min-height: inherit;
    }
    .school-bot-wrap > div a:nth-last-child() {
        margin-bottom: 0;
    }

}

/* ---------------------------------------
    767px以下レスポンシブ
---------------------------------------- */
@media only screen and (max-width : 767px) {

    .f125 { font-size: 1.00em; }
    .pattern {
        background-color: #ecf3e5;
        border: 1px solid #ccc;
        display: block;
        margin-bottom: 10px;
        width: 100%;
        padding: 5px;
    }
    .comment { 
        border-radius: 5px;
        margin-bottom: 20px;
        padding: 10px 10px 5px 10px;
    }
    
    
    

    
    
}

/* ---------------------------------------
    640px以下レスポンシブ
---------------------------------------- */
@media only screen and (max-width : 640px) {

}

/* ---------------------------------------
    480px以下レスポンシブ
---------------------------------------- */
@media only screen and (max-width : 480px) {

    
}

