/***************************************

style.css

***************************************/

.br_sp {display: none;}
.br_pc {display: block;}

span.f_l {font-size: 120%;}
span.f_m {font-size: 110%;}
span.f_s {font-size: 90%;}
span.f_ss {font-size: 80%;}
span.f_sss {font-size: 70%;}

span.f_bold {font-weight: bold;}

.bgc_jp {background-color: #f0fff0;}/*国語*/
.bgc_en {background-color: #fff0f5;}/*英語*/
.bgc_fr {background-color: #ffdab9;}/*仏語*/
.bgc_ma {background-color: #f0ffff;}/*数学*/
.bgc_jh {background-color: #fffff0;}/*日本史・世界史*/

@media screen and (orientation: portrait) and (max-width: 767px) {
    
    .br_sp {display: block;}
    .br_pc {display: none;}
    
}

#main_content h1 {
    font-size: 2rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    padding: 3rem 0;
    margin-bottom: 2rem;
    border-top: 1px solid #036eb8;
    border-bottom: 1px solid #036eb8;
}

#main_content h2 {
    font-size: 1.4rem;
    font-weight: bold;
    margin: 2rem 0;
}

/* section

============================ */
section {

}

section dl {
    border: 1px solid #036eb8;
    padding: 1.5rem 2rem;
    margin-bottom: 1rem;
}

section dl dt {
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 1rem;
    background-color: #036eb8;
    padding: .4rem .5rem .4rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

section dl dt .kyoka {
    border: 1px solid #555;
    border-radius: .3rem;
    padding: .1rem .5rem;
    margin-right: 2rem;
    color: #00578a;
    font-size: .9rem;
}

section dl dt .c_title {
    margin: 0rem 0;
}

section dl dt .c_level {
    font-size: .9rem;
    border: 1px solid #fff;
    padding: .2rem .5rem;
    margin-left: auto;
}

section dl dd ul {
    margin-bottom: 1rem;
}

section dl dd ul li {
    font-size: 1.15rem;
    margin-bottom: .5rem;
    text-indent: -2rem;
    margin-left: 2rem;
}

section dl dd ul li::before {
    content: "■";
    margin-right: 1rem;
    color: #036eb8;
}

section dl dd p {
    margin: 0;
    text-align: justify;
}

@media screen and (orientation: portrait) and (max-width: 767px) {
    
    #main_content h2 {
    font-size: 1.4rem;
    margin: 2rem 1rem;
}
    
    section {
        width: 95%;
        margin: 0 auto;
    }
    
    section dl {
    padding: 1rem 1rem;
}
    
    section dl dt {
    font-size: 1.25rem;
    padding: .4rem .5rem .4rem;
    display: block;
}
    
    section dl dt .c_title {
    margin: .5rem 0;
}
    
    section dl dt .kyoka {
    display: inline-block;
        font-size: .85rem;
}

section dl dt .c_level {
    display: inline-block;
}
    
}

/* place_link

============================ */

.place_link {
    display: flex;
    justify-content: center;
    border-top: 1px solid #036eb8;
    border-bottom: 1px solid #036eb8;
    padding: 1.5rem 2rem;
    margin: 3rem 0 4rem;
}

.place_link a:not(:last-child) {
    border-right: 1px solid #036eb8;
    padding-right: 1rem;
    margin-right: 1rem;
}


/* contact_area

============================ */
li.phone_kichijoji {display: none;}
li.phone_tokyo {display: none;}


