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

/* --------------------------------------------------
*
    #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 h2{
    font-size: 26px;
}

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

#content_body h2 .box{
    margin: 2px 15px 0 0;
    padding: 5px 6px 5px 8px;
    font-size: 12px;
    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: 45px 0;
    display: table;
}

#master_comment .col_l{
    width: 160px;
    padding: 0 20px 0 0;
    display: table-cell;
    vertical-align: top;
}

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

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

#master_comment .col_r:after{
    content: '';
    width: 22px;
    height: 16px;
    background-image:url(../images/teacher/parts_balloon_arrow.png);
    background-repeat: no-repeat;
    background-size: 22px;
    display: block;
    position: absolute;
    top: 45px;
    left: -22px;
}

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

#master_comment .col_r p{
    margin: 0;
    font-size: 15px;
    white-space: nowrap;
}

/* --------------------------------------------------
*
    #section_mov
*
-------------------------------------------------- */
#section_mov{
    width: 660px;
    margin: 0 0 50px -80px;
}

#section_mov iframe{
    width: 100%;
}

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

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

#teacher_comment p{
}


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

#profile img{
    width: 195px;
}

#profile .col_l{
    width: 195px;
    display: table-cell;
    vertical-align: top;
}

#profile .col_r{
    padding: 0 0 0 20px;
    display: table-cell;
    vertical-align: top;
}

#profile .col_r h4{
    margin: 0 0 10px 0;
    font-size: 20px;
}

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

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

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

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

.btn_back img{
    width: 256px;
}

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