@charset "UTF-8";
/* CSS Document */
@media (max-width: 700px) {
#teacher{
	
}
.teacher_cont {
    padding: 24px;
    background-color: #f2f8ed;
    margin-bottom: 32px;
}

#teach_top{

}
.teacher_head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 56px;
	flex-wrap: wrap-reverse;
}
.teacher_img {
    width: 100%;
}
.teacher_img img {
    width: 100%;
}
.teacher_intro {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 24px;
}
.teacher_intro .h2_h2{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    background-image: url(../images/arrow_long.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: right bottom;
    padding-bottom: 16px;
    margin-top: 8.46%;
}
.teacher_intro .h2h2_ja{
    font-size: 26px;
    line-height: 1em;
    font-weight: 500;
}
.teacher_intro .h2h2_abc {
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    line-height: 1em;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 0;
    padding-right: 12px;
}
.teacher_intro .teacher_degree {
    font-size: 17px;
    line-height: 1.4em;
    margin-top: 24px;
}

.teacher_catch {
    font-size: 20px;
    line-height: 1em;
    font-weight: 600;
    letter-spacing: 0;
}
.teacher_catch span {
    background-color: #FFFFFF;
    padding-top: 6px;
    padding-right: 8px;
    padding-left: 12px;
    padding-bottom: 10px;
    margin-bottom: 12px;
}
.teacher_profile.vertical-line::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 48px;
    top: -24px;
    left: 50%;
    background-color: #000000;
}
.teacher_profile {
    padding-top: 48px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 28px;
    background-color: #FFFFFF;
}
.teacher_profile h3 {
    border-left: 1px solid #78b844;
    padding-left: 16px;
    font-size: 22px;
    line-height: 1em;
    font-weight: 600;
    margin-bottom: 24px;
    letter-spacing: .048em;
}


.teacher_profile p{
    font-size: 16px;
    line-height: 1.8em;
}
.teacher_profile .p_margin-b{
	margin-bottom: 10px;
}
}