@charset 'UTF-8';
body{
	font-family: 'Noto Sans JP', sans-serif;
	text-align: left;
	word-wrap: break-word;
}
.homePage .langInner ul a{
	line-height: 1;
	text-align: center;

	flex-flow: column;
}
.homePage .langInner ul a small{
	font-size: .85em;
	display: block;
}
@media only screen and (max-width: 767px){
	.header .logo .text{
		line-height: 1.1;
	}
	/*end*/
}
