@charset "utf-8";

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

.school_detail_teacher .teacher_interview ul li{
    flex: 0 0 50%;
    margin:0 auto;
    padding:0 0 20px;
    text-align: center;
}

.school_detail_teacher .teacher_interview ul li:nth-of-type(3){
    flex: 0 0 100%;
}
.school_detail_teacher .teacher_interview ul li.teacher_img{
    text-align: left;
    margin-bottom: 20px;
}
.school_detail_teacher .teacher_interview ul li.teacher_img img{
    box-shadow: 15px 15px 0 #EEE;
}

.school_detail_teacher .teacher_interview ul li h3 {
    margin: 10px 0 20px;
    line-height: 1.4;
    text-align: left !important;
    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;
  width: 100% !important;
}
.school_detail_teacher .teacher_interview ul li dl dt {
    font-weight: normal !important;
    width: 25%;
    border-bottom: 1px solid #D5D5D5;
    padding: 15px;
    margin: 0 !important;
    text-align: center;
}
.school_detail_teacher .teacher_interview ul li dl dd {
    width: 75%;
    font-size: 1.6rem;
    border-bottom: 1px solid #D5D5D5;
    padding: 15px;
    margin: 0 !important;
    text-align: left;
}

.school_detail_teacher .teacher_interview .teacher_message{
    width: 1200px;
    margin: 40px auto;
    overflow: hidden;
}

.school_detail_teacher .teacher_interview .teacher_message figure{
    float: right;
    margin-top: 20px;
}
.school_detail_teacher .teacher_interview .teacher_message .movie {
    float: right;
    margin-top: 20px;
}
.school_detail_teacher .teacher_interview .teacher_message p {
    background: url(/school/include/img/right-quote-sign.png)no-repeat #F2F2F2 top 30px left 30px;
    padding: 80px 80px 60px 60px;
    margin: 0 500px 0 0 !important;
    line-height: 3;
    font-size: 16px;
    width: auto !important;
}
