/*
	アジア学院とのつながり
	2025.3.8
*/

#Contents{
	& h1{
		margin-bottom:.4em;
		color:#f74b55;
	}
	& section{
		& p{
			margin:1em;
			text-align:left;
		}
		& div{margin-bottom:1em;}
	}
}

#SMenu a:first-child{
	font-family:"Noto Serif JP",serif;
	font-size:120%;
	font-weight:bold;
}

/*
** Respansible
*/
@media screen and (max-width:665px){
	#Contents{font-size:.95em;}
}
@media screen and (max-width:500px){
	#Contents{font-size:.9em;}
}
