@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;
}


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