@charset "utf-8";

/* ===================================================================
思い出から、未来へ
=================================================================== */

/* COMMON
--------------------*/

.s-toggle-title {
	min-height: 40px;
	padding: 5px 10px 5px 45px;
	font-size: 14px;
	line-height: 1;
}

.s-toggle-title:after {
	width: 15px;
	height: 15px;
}

.s-toggle-detail {
	padding: 15px;
}

.item-list {
	margin: 0 0 45px;
}

.item-list > ul {
	display: flex;
	flex-wrap: wrap;
	column-gap: calc(15 / 900 * 100%);
	row-gap: 45px;
}

.item-list > ul > li {
	width: calc(290 / 900 * 100%);
}

.item-img {
	margin: 0 0 10px;
}

.item-name {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 56px;
	margin: 0 0 10px;
	text-align: center;
	font-weight: 700;
}

.sub {
	font-size: .8em;
}

.main {
	font-size: 1.1em;
}

.main span {
	font-size: .8em;
}

.heading {
	margin: 0 0 5px;
	color: #384688;
	font-weight: 700;
}

.heading span {
	font-size: .8em;
}

.info {
	padding: 10px 0 0;
	font-size: .9em;
	border-top: 1px solid #384688;
}

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

	/* ===================================================================
	思い出から、未来へ
	=================================================================== */

	/* COMMON
	--------------------*/

	.item-list {
		margin: 0 0 30px;
	}

	.item-list > ul {
		column-gap: 0;
		row-gap: 30px;
	}

	.item-list > ul > li {
		width: 100%;
	}

	.item-name {
		min-height: unset;
	}

}