.teacher-content{
    margin:10px 0;
}
.teacher-basic{
    margin: 0 30px;
    margin-top: 50px;
}
 .teacher-basic-inner img{
     float: left;max-width: 175px;
}
.teacher-basic-inner{
    /*display: flex;
    flex-direction: row;*/
    padding: 40px 50px;
    background-color: #eeee;
    overflow: hidden;
}
.teacher-basic-data{
    /*display: flex;
    flex-direction: column;*/
    float:left;
    margin-left: 60px;
    width: calc(100% - 236px);
}
.teacher-basic-name
{
    color: #0F867F!important;
    font-size: 24px!important;
    margin-bottom: 20px!important;
}
.teacher-basic-data p{
    color: #333333;
    font-size: 16px;
    margin-bottom: 4px;
}
.teacher-basic-sns{
    margin-top: 30px;
    width: calc(100% - 236px);
    float:right;
}
.teacher-basic-sns p{
    color: #666666;
    font-size: 14px;
    position: relative;
    padding-left: 20px;
}
.teacher-basic-sns p img{
    left: 0;
    position: absolute;
    top: 5px;
}
.teacher-details-message{
    margin-bottom: 70px;
}
.teacher-details-part{
    width: 100%;
    margin-top: 50px;
}
.teacher-part-title{
    border-bottom: 1px solid #E6EBED;
    display: flex;
    padding-bottom: 15px;
}
.teacher-part-title p{
    color: #323232;
    font-size: 18px;
    font-weight: bold;
    margin: 7px;
}
.teacher-part-content{
    margin-top: 30px;
    position: relative;
    padding-left:20px;
}
.teacher-part-content p{
    line-height: 24px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #0A0A0A;
}
.teacher-part-content-more{
    background-color: #038869;
    color: white;
    width: 60px;
    height: 30px;
    outline: none;
    border: none;
    float: right;
    /* margin-bottom: 10px; */
}
.teacher-part-littletitle{
    font-weight: bold;
    color: black!important;
}
.teacher-hidden{
    height: 175px;
    overflow: hidden;
}
@media only screen and (max-width: 500px){
    .teacher-basic{
        margin: 0;
    }
    .teacher-basic-inner{
        display: block;
        padding: 10px;
        position: relative;
    }
    .item-content-background {
        margin: 0 !important;
    }
    .teacher-basic-data{
        margin-left: 185px;
        display: inline-block;
        margin-top: 8%;
        width: calc(100% - 186px);
        min-height: 180px;
    }
    .teacher-basic-inner img{
        display: inline;
        position: absolute;
    }
    .teacher-basic-data p{
        /* display: inline; */
        word-break: normal;
        margin-bottom: 8px;
    }
    .teacher-basic-sns{
        display: block;
        width: 100%;
    }
    .teacher-basic-sns p{
        display: block;
    }
    .teacher-part-title{
        padding-left: 10px;
    }
    .teacher-part-content-more{
        margin-right: 20px;
    }
    .teacher-part-content p{
        margin-right: 20px;
    }
    .list-title-name{
        margin-left: 10px;
    }
}


#vsb_content p{text-indent:0px;}
