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

#content_body .section_inner h2{
    margin: 0 0 20px 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 h2{
    font-size: 22px;
}

#content_body h2 .s{
    font-size: 18px;
}

#content_body h2 .box{
    margin: 1px 15px 0 0;
    padding: 4px 6px 4px 8px;
    font-size: 11px;
    display: inline-block;
    color: #ec5a0c;
    border: 1px solid #ec5a0c;
    letter-spacing: normal;
    line-height: 1em;
    vertical-align: top;
}
/* --------------------------------------------------
*
    #master_comment
*
-------------------------------------------------- */
#master_comment{
    width: 100%;
    margin: 25px 0;
}

#master_comment .col_l{
    width: 70px;
    padding: 0 10px 0 0;
    display: none;
    vertical-align: top;
}

#master_comment .col_l img{
    width: 62px;
    margin: 0 0 0 -10px;
}

#master_comment .col_r{
    padding: 0 0 0 15px;
    display: table-cell;
    vertical-align: top;
    position: relative;
    border-left: 1px solid #023e21;
}

#master_comment .col_r h3{
    margin: 5px 0 10px 0;
    font-size: 20px;
}

#master_comment .col_r p{
    margin: 0;
    font-size: 13px;
}

/* --------------------------------------------------
*
    #section_mov
*
-------------------------------------------------- */
#section_mov{
    margin: 0 0 30px -30px;
}

#section_mov iframe{
    width: 100% !important;
}

/* --------------------------------------------------
*
    #teacher_comment
*
-------------------------------------------------- */
#teacher_comment{
    padding: 0 0 5px 0;
}

#teacher_comment h3{
    margin: 0 0 10px 0;
    font-size: 20px;
}


/* --------------------------------------------------
*
    #profile
*
-------------------------------------------------- */
#profile{
    padding: 30px 0 0 0;
    border-top: 1px dashed #003c20;
    border-bottom: 1px dashed #003c20;
    display: table;
}

#profile img{
    width: 180px;
}

#profile .col_l{
    text-align: center;
}

#profile .col_l p.pic{
    margin: 0 0 10px 0;
}

#profile .col_r h4{
    margin: 0 0 30px 0;
    font-size: 22px;
    text-align: center;
}

#profile .col_r h4 .kana{
    margin: 5px 0 0 0;
    font-size: 14px;
    display: block;
}

#profile .col_r p{
    font-size: 13px;
    line-height: 2em;
    text-justfy: inter-ideograph;
    text-align: justify;
}

#profile .col_r p br{
    display: none !important;
}

.btn_back{
    padding: 30px 0 0 0;
    text-align: center;
}

.btn_back img{
    width: 240px;
}


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