@charset "UTF-8";
/* CSS Document */


@media screen and (max-width: 640px) {

.main-img {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.ind-sec {
    width: 100%;
    margin: 0;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.blue-sec {
    background-color: #EDFCFF;
}

.ind-wrap {
	width: 98%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

h2 {
    width: 100%;
    margin: 0 0 60px;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 180%;
    line-height: 180%;
    font-weight: bold;
    color: #037A91;
    text-align: center;
}

h2:after {
    content: "";
    display: block;
    margin: 0 auto;
    height: 10px;
    width: 100px;
    background-image: url("../img/index/hdr2-line.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

/**PAGE CONTENTS**/
ul.page-cont {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
    display: block;
    justify-content: space-between;
}

ul.page-cont li {
    width: 90%;
    margin: 0 auto 20px;
    padding: 0;
    background-color: #FFFFFF;
    border-radius: 20px;
}

ul.page-cont li:last-child {
	margin: 0 auto;
}

ul.page-cont li a {
    width: 80%;
    margin: 0 auto;
    padding: 20px 10%;
    display: flex;
	justify-content: space-between;
	align-items: center;
}

ul.page-cont li h3 {
    width: 60%;
    margin: 0 0 10px;
    padding: 0;
    position: relative;
    overflow: hidden;
    text-align: left;
    font-size: 120%;
	line-height: 110%;
    font-weight: bold;
    color: #1B879C;
}

ul.page-cont li img {
    width: 35%;
    max-width: 300px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: block;
}

ul.student-content {
    width: 90%;
    margin: 0 auto;
	padding: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
}

ul.student-content li {
    width: 98%;
    margin: 0 auto 10px;
    border: solid 1px #C6D6D9;
	font-size: 90%;
    font-weight: bold;
}

ul.student-content li:last-child {
	margin: 0 auto;
}

ul.student-content li a {
    width: 90%;
    margin: 0 auto;
    padding: 20px 5%;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000000; 
    background-color: #FFFFFF;
    transition: all 0.5s;
}

ul.student-content li a:hover {
    background-color: #EDFCFF;
}

ul.student-content li a:after {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    background-image: url("../img/index/pagecontent-arr.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

}