@charset "utf-8";

* {
	font-family: "Noto Sans JP";
	font-feature-settings: "palt";
	color: #333;
	letter-spacing: 0.08em;
	margin: 0;
	padding: 0;
}

article {
	font-size: 14px;
	line-height: 180%;
	margin: 20px;
}

h3 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
}

dl dt {
	margin: 20px 0 10px 0;
	font-weight: 700;
}


@media only screen and (max-width: 767px) {
	
	article {
		font-size: 11px;
		line-height: 180%;
	}
	
}