@charset "utf-8";

.school_detail_teacher .teacher_interview ul{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
}

.school_detail_teacher .teacher_interview ul li{
    flex: 0 0 100%;
    margin:0 auto;
    padding: 20px 0;
    text-align: center;
}
.school_detail_teacher .teacher_interview ul li.teacher_img{
    text-align: center;
}
.school_detail_teacher .teacher_interview ul li.teacher_img img{
    box-shadow: 15px 15px 0 #EEE;
    width: 90% !important;
}

.school_detail_teacher .teacher_interview ul li h3 {
    line-height: 1.4;
    border-bottom: 2px solid #FF85B4;
    padding: 0 0 10px 0;
    font-size: 24px !important;
    font-weight: bold;
}
.school_detail_teacher .teacher_interview ul li dl {
  display: flex;
  flex-wrap: wrap;
}
.school_detail_teacher .teacher_interview ul li dl dt {
    font-weight: normal !important;
    width: 25%;
    border-bottom: 1px solid #D5D5D5;
    padding: 10px 5px;
    font-size: 1.4rem !important;
}
.school_detail_teacher .teacher_interview ul li dl dd {
    width: 75%;
    font-size: 1.4rem;
    border-bottom: 1px solid #D5D5D5;
    padding: 10px;
    margin: 0 !important;
    text-align: left;
}
.school_detail_teacher .teacher_interview ul li dl.dl_b dt {
    font-weight: normal !important;
    width: 100%;
    border-bottom: 1px solid #D5D5D5;
    padding: 10px 5px;
    font-size: 1.4rem !important;
    text-align: left;
}

.school_detail_teacher .teacher_interview ul li dl.dl_b dd {
    width: 100%;
    font-size: 1.4rem;
    border-bottom: 1px solid #D5D5D5;
    padding: 10px;
    margin: 0 0 30px !important;
    text-align: left;
}

.school_detail_teacher .teacher_interview{
    padding: 0 20px;
}
.school_detail_teacher .teacher_interview .teacher_message{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.school_detail_teacher .teacher_interview .teacher_message figure{
    float: right;
    margin-top: 20px;
    order: 2;
}
.school_detail_teacher .teacher_interview .teacher_message .movie {
    float: right;
    margin-top: 20px;
    order: 3;
}

.school_detail_teacher .teacher_interview .teacher_message p {
    background: url(/school/include/img/right-quote-sign.png)no-repeat #F2F2F2 top 10px left 10px;
        background-size: auto;
    padding: 40px 30px 30px 30px;
    margin: 0 0 20px 0;
    font-size: 14px;
    order: 1;
    background-size: 30px;
    position: relative;
    display: inline-block;
}

.school_detail_teacher .teacher_interview .teacher_message p::before{
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    border: 10px solid transparent;
}

.school_detail_teacher .teacher_interview .teacher_message p::before{
    border-top: 10px solid #F2F2F2;
}
