h2 {
	margin: 0;
	font-family: 'NotoSansCJKjp', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	color: #c3372c;
}
h3 {
	margin-bottom: 30px;
}


.lead {
	max-width: 1000px;
	padding: 0 20px 0;
}
.lead p {
	margin-bottom: 1em;
}
.lead ul {
	list-style: disc;
	margin: 1em 0;
	padding-left: 1.5em;
	font-size: 1.2em;
}


.image {
	margin-bottom: 50px;
}
.image .caption {
	margin-top: 1em;
	text-align: right;
}
.image + ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
}
.image + ul li {
	width: calc((100% - 2em) / 3);
}


.images {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
}


.lead_area {}
.lead_area .lead {
	margin: auto;
}
.lead_area .lead p {
	margin-bottom: 0;
	text-align: center;
	font-size: 2em;
	line-height: 1.6em;
}


.content {}


@media (max-width: 860px) {

}


@media (max-width: 768px) {
	.lead_area .lead p {
		font-size: 1.5em;
	}
}


@media (max-width: 460px) {
	.image + ul li {
		width: 100%;
	}
	.image + ul li:not(:last-child) {
		margin-bottom: 1em;
	}
}
