@charset "utf-8";
body{
/*    background-color: rgb(76 192 173 / 20%);*/
    font-family: "Noto Sans SC", sans-serif;
    
}
#contents{
    margin: 0 auto;
    font-family: "Noto Sans SC", sans-serif !important;
}
a{
   font-family: "Noto Sans SC", sans-serif;
    font-weight: 500;
}
h1, h2, h3, h4, h5, h6{
    font-family: "Noto Sans SC", sans-serif;
}
p, .ed_stv_text, .faculty_lineup{
    font-family: "Noto Sans SC", sans-serif;
    font-weight: 500;
}
span, th, td, li, dl, dt, dd{
    font-family: "Noto Sans SC", sans-serif;
    font-weight: 500;
}
h2 {
    color: #86C551;
    margin: 50px auto;
    font-size: 30px;
    font-family: "Noto Sans SC", sans-serif;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 2px solid #86C551;
    max-width: 1200px;
    width: 100%;
}


.yearly_event img{
    max-width: 1200px;
    margin: auto;
    width: 100%;
}
.student_voice_comment{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 20px auto;
}
.student_voice_comment01{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 20px auto;
}
.stv_box fieldset{
    background-image: url(../../images/main_bg/box-bg.png);
    padding: 10px;
    border-radius: 20px;
}
.stv_box legend {
    background: #86C551;
    color: #fff;
    padding: 5px 30px;
    border-radius: 25px;
}
.stv_box{
    width: calc(100% / 2 - 10px);
    display: flex;
}
.stv_comment{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.stv_img{
    width: calc(100% / 2 - 10px);
}
.stv_txt{
    width: calc(100% / 2 - 10px);
    background: #E0CCBE;
    padding: 12px;
    text-align:justify;
    word-break:break-all; 
    text-justify:inter-ideograph;
    text-justify:inter-character;
    word-wrap:break-word;
    overflow-wrap:break-word;
    border-radius: 20px;
    box-shadow: 5px 5px #888888;
}
.stv_img img {
    width: 80%;
}

.stv_box01 fieldset{
    background-image: url(../../images/features/features_table_bg.jpg);
    padding: 10px;
    border-radius: 20px;
}
.stv_box01 legend {
    background: #F3D556;
    color: #000;
    padding: 5px 30px;
    border-radius: 25px;
}
.stv_box01{
    width: calc(100% / 2 - 10px);
    display: flex;
    
}

h3{
    font-size: 40px;
    color: #007AC1;
    font-weight: 800;
    line-height: 0.8;
    border-bottom: 1px solid #007AC1;
    padding-bottom: 10px;
    margin: 100px 0 50px 0;
}


@media (max-width : 540px) {
    h3{
        font-size: 30px;
    }
    .link_button_box{
        flex-wrap: wrap;
        margin: 0 0 50px 0;
    }
    .link_button{
        min-width: 275px;
        max-width: 300px;
        padding: 10px 0;
    }
    .link_button_box div{
        margin: 10px 0;
    }
    .student_voice_comment{
        flex-wrap: wrap;
    }
    .student_voice_comment01{
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    
    .stv_box{
        width: 100%;
    }
    .stv_box01{
        width: 100%;
        margin-top: 20px;
    }
}

.ed_student_voice{
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    max-width: 650px;
/*    background-image: url(../../images/features/features_table_bg.jpg);*/
    padding: 20px;
    border-radius: 15px;
    justify-content: space-between;
    margin: 50px auto;
    background-image: url(../../images/features/features_table_bg.jpg);
}
.stvttl_img{
    position: absolute;
    top: -40px;
    left: 0;
}


.ed_stv_text{
    width: calc(100% / 2 - 10px);
    text-align: left;
    align-self: center;
    background: #E0CCBE;
    padding: 5px;
    border-radius: 15px;
    box-shadow: 5px 5px #888888;
}

.ed_stv_img{
    width: calc(100% / 2 - 10px);
}

.ed_stv_img img{
    width: 90%;
    max-width: 166px;
    
}



@media (max-width : 540px) {
    h2 {
        font-size: 25px;
        }
    .stv_comment {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column-reverse;
}
    .stv_txt {
        width: auto;
    }
    .stv_img{
        width: auto;
    }
    img.ed_features_img{
        width: 100%;
    }
    
    .ed_student_voice{
        flex-direction: column-reverse;
        align-items: center;
    }
    .ed_stv_text{
        width: 100%;
        padding: 10px;
    }
    .ed_stv_img{
        width: 100%;
    }
	
    
    
}