@charset "UTF-8";

@media screen and (max-width: 1199px) {
	h1 {
		font-size: 24px;
	}	
}

@media screen and (max-width: 737px) {
	h1 {
		line-height: 1.4;
	}

	.kind h2 {
		line-height: 1.4;
	}
}

