@charset "utf-8";

/* ----- イントロダクション ----- */
.intro h3{
	font-size: 22px;
	line-height: 1.8;
}
@media screen and (max-width: 768px) {
	.intro h3{
		font-size: 4vw;
		line-height: 1.8;
	}
}