@charset "UTF-8";

.article_img {
	text-align: center;
}

.article_img figure {
	margin-top: 40px;
	text-align: left;
}

.article_img figure:first-child {
	margin-top: 0;
}

.article_img figure figcaption {
	font-size: 12px;
}

.article_subimg {
	margin: 20px auto 0;
	width: 50%;
	text-align: center;
}

.story_gal {
	margin: 20px auto 0;
	max-width: 750px;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
}

.story_gal figure {
	max-width: 300px;
	width: 48%;
	font-size: 12px;
	text-align: center;
}

.story_gal figure figcaption{
	text-align: left;
}

.cons_txt {
	max-width: 1000px;
	margin: 0 auto;
	font-size: 14px;
}

.cons_gal {
	margin-top: 40px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
}

.cons_gal figure {
	width: 32%;
	font-size: 12px;
}

.cons_gal figure img {
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.other_ttl {
	font-family: 'Noto Serif JP', serif;
	font-size: 24px;
	text-align: center;
}

.other_ttl span.-wrap {
	display: inline-block;
	border: 1px solid #000;
	padding: 0 15px;
}

.other_ttl span.-cnt {
	display: inline-block;
	padding: 10px 30px;
	background: #FFF;
	margin-top: -1px;
	margin-bottom: -1px;
}

.other_row {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin-top: 60px;
}

.other_img,
.other_cnt {
	width: 48%;
}

.other_subttl {
	font-family: 'Noto Serif JP', serif;
	font-size: 24px;
	margin-bottom: 10px;
}

.other_subttl small {
	font-size: 14px;
}

.other_label {}

.other_label span {
	font-family: 'Noto Serif JP', serif;
	display: inline-block;
	background: #111;
	color: #fff;
	font-size: 16px;
	padding: 0 20px;
	margin-bottom: 20px;
}

.other_txt {}

.other_subimg {
	text-align: center;
}

.other_subimg img {
	max-width: 100%;
	height: auto;
}

.other_subimg figcaption {
	font-size: 14px;
}

.other_subimgcont {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.other_subimgcont img {
	padding: 0 10px;
}

.other_img img {
	max-width: 100%;
	height: auto;
}

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

/* All SP & Tablet */
@media screen and (max-width:1060px) {
	.other_row {
		flex-direction: column;
	}

	.other_cnt {
		max-width: 670px;
		margin: 40px auto 0;
		padding: 0;
		width: 100%;
	}
	.other_img {
		width: 100%;
		text-align: center;
	}
}

/* All SP */
@media screen and (max-width:760px) {
	.article_img figure {
		text-align: center;
	}

	.article_subimg {
		width: 100%;
	}

	.story_gal {
		flex-direction: column;
		align-items: center;
	}

	.story_gal figure {
		width: auto;
	}

	.cons_gal {
		margin-top: 20px;
		flex-direction: column;
	}

	.cons_gal figure {
		width: 100%;
		padding-top: 20px;
	}

	.cons_gal figure:first-child {
		padding-top: 0;
	}

	.cons_gal figure img {
		width: auto;
	}

	.other_ttl {
		font-size: 20px;
	}

	.other_ttl span.-cnt {
		padding: 10px 10px;
	}

	.other_subttl {
		font-size: 20px;
	}
}