@import "../common/reset.css";
@import "../common/core.css";
@import "../common/content.css";
@import "../common/media_query.css";
@import "../common/media_query_inside.css";



header #header-main{
	flex-wrap: nowrap;
}
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.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;
	}
}