@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    teacher_sp.css
*
*
------------------------------------------------------------------------------------------ */
/* --------------------------------------------------------------------------------------------------------------
*
    max-width: 640px;
*
-------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
/* --------------------------------------------------
*
    #content_body
*
-------------------------------------------------- */
#content_body .section_inner{
    position: relative;
    padding: 40px 15px 10px 15px;
}

#content_body .section_inner h2{
    margin: 0 0 30px 0;
}

#content_body .section_inner p{
    margin: 0 0 25px 0;
    line-height: 2em;
}

#content_body .section_inner a{
    text-decoration: underline;
}

#content_body .section_inner a:hover,
#content_body .section_inner a.touch{
    text-decoration: none;
}

#content_body h3{
    margin: 30px 0 15px 0;
    text-align: center;
}

#content_body h3 img{
    width: 80%;
    max-width: 283px;
}

#content_body .teacher_list{
    margin: 0;
    letter-spacing: -.40em;
    text-align: center;
}

#content_body .teacher_list li{
    width: 100%;
    text-align: center;
    margin: 0 0 20px 0;
    display: inline-block;
}

#content_body .teacher_list li p{
    margin: 0;
    line-height: 0;
}

#content_body .teacher_list li img{
    width: 100%;
    max-width: 260px;
}

#content_body .guest{
    margin: 30px 0 10px 0;
}

#content_body .guest img{
    width: 157px;
}

#content_body .guest_teacher{
    width: 100%;
    max-width: 320px;
    margin: 0 auto 30px auto;
}

#content_body .guest_teacher h4{
    margin: 0 0 15px 0;
    font-size: 18px;
}

#content_body .guest_teacher h4 span.n{
    margin: 0 0 10px 0;
    display: block;
    font-size: 14px;
}

#content_body .guest_teacher h4 span.role{
    margin: 5px 0 0 0;
    font-size: 14px;
    line-height: 1.4em;
    display: block;
}

#content_body .guest_teacher .pic{
    width: 100%;
    max-width: 260px;
    margin: 0 auto 20px auto;
    display: block;
    vertical-align: top;
}

#content_body .guest_teacher .pic img{
    width: 100%;
}

#content_body .guest_teacher .desc{
    vertical-align: top;
}

#content_body .guest_teacher .desc p{
    margin: 0 0 2em 0;
    font-size: 14px;
    line-height: 2em;
    letter-spacing: 0;
}



} /* ----- max-width: 640px ----- */
