@charset "utf-8";
/* 共通 
---------------------------------------- */
.sectionWrapper {
	line-height: 1.8;
}

h2 {
	font-family: "Zen Kaku Gothic Antique", serif;
	color: var(--textColor);
	font-weight: 700;
	line-height: 1.3;
	font-size: 1.25rem;
	border-bottom: 1px solid #B0B0B0;
	margin: 1.5em 0 1em;
	padding-bottom: 0.5em;
}

h3 {
	font-size: 1rem;
	color: #1464C2;
	font-weight: bold;
	border-radius: 4px;
	display: inline-block;
	margin: 2em 0 0;
}

h2 + h3 {
	margin-top: 0;
}
