@charset "UTF-8";

.text-content {
	margin-bottom: 72px;
}

.text-content__section:not(:last-child) {
	margin-bottom: 46px;
}

.text-content__heading {
	margin-bottom: 24px;
	font-family: "Noto Serif JP", serif;
	font-size: 30px;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

.text-content__text p:not(:last-child) {
	margin-bottom: 1.8em;
}

@media screen and (max-width: 767px) {

.text-content { /* sp */
	margin-bottom: 50px;
}

.text-content__section:not(:last-child) { /* sp */
	margin-bottom: 40px;
}

.text-content__heading { /* sp */
	font-size: 20px;
}

.text-content__text p:not(:last-child) { /* sp */
	margin-bottom: 2.2em;
}

}

