@import "../common/reset.css";
@import "../common/core.css";
@import "../common/index.css";
@import "../common/media_query.css";
@import "../common/media_query_index.css";

footer > div.footer-right{
	max-width: calc(100% - 572px);
}
header #header-main #school-title {
    font-size: 1.6em;
    padding-left: 20px;
}

@media screen and (max-width: 1124px){
	header #header-main #school-title{
		font-size: 1.7em;
	}
	
}

@media screen and (max-width: 1090px){
	header #header-main #school-title{
		font-size: 1.5em;
	}
}

@media screen and (max-width: 767px){
	header #header-main #school-title{
		font-size: 1.3em;
	}
}
@media screen and (max-width:400px){
	header #header-main #school-title{
		font-size: 1.15em;
	}
}