@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    teacher_pc.css
*
*
------------------------------------------------------------------------------------------ */
@media screen and (min-width : 641px){
/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */
#content_body{ padding-right: 80px;}
/* --------------------------------------------------
*
    #content_body
*
-------------------------------------------------- */

#content_body .section_inner{
    position: relative;
}

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

#content_body .section_inner p{
    margin: 0 0 35px 0;
    font-size: 16px;
    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: 60px 0 25px 0;
    text-align: center;
}

#content_body h3 img{
    width: 283px;
}


#content_body .teacher_list{
    margin: 0 0 10px 0;
    width: calc(100% + 50px);
    letter-spacing: -.40em;
}

#content_body .teacher_list.m{
    width: calc(100% + 25px);
    margin-bottom: -20px;
    text-align: center;
}

#content_body .teacher_list li{
    width: 238px;
    margin: 0 25px 25px 0;
    display: inline-block;
}

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

#content_body .teacher_list li img{
    width: 100%;
}

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

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

#content_body .guest_teacher{
    margin: 0 0 10px 0;
}

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

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

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

#content_body .guest_teacher .pic{
    width: calc(476px / 2);
    margin: 0 10px 0 0;
    display: inline-block;
    vertical-align: top;
}

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

#content_body .guest_teacher .desc{
    width: 200px;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
}

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


} /* ----- min-width : 641px ----- */
