@media (max-width: 568px) {
/*
body {
	font-feature-settings : "palt";
	letter-spacing: 0.5px;
}*/
#breadcrumb {
    margin: 0;
}
header#education-hd.educatiion {
    background-position: 50%;
}
header#education-hd.introduction {
    background-position: 50%;
}
.school-life #main h3 {
    font-size: 15px;
}
/*
#main p{
	text-align: justify;
	text-align-last: left;
	letter-spacing: 2px;
}*/
.intro-map-box {
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.intro-map-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
	.video {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
}