
#contents {
	padding-top: 80px;
	padding-bottom: 40px;
	text-align: center;
}

#contents h3 {
	font-family: "kozuka-gothic-pr6n", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 35px;
	line-height: 1em;
	font-weight: normal;
	letter-spacing: 0.15em;
}


/*contents01*/
.contents01 {
	max-width: 1024px;
	padding-top: 90px;
	text-align: left;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
	justify-items: center;
	gap: 3.8rem 1.6rem;
}

.contents01 .box {
	width: 100%;
	/* margin-right: 13px;
	margin-left: 13px;
	margin-bottom: 50px; */
	vertical-align: top;
	display: inline-block;
	float: left;

	img {
		width: 100%;
	}
}

.contents01 .box h4 {
	font-family: "Fira Sans";
	font-weight: 100;
	font-size: 19px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.contents01 .box h4 span {
	font-size: 12px;
	line-height: 1.2em;
	font-weight: normal;
	vertical-align: top;
	display: inline-block;
	padding-top: 10px;
	padding-left: 10px;
}

.contents01 .box p {
	font-size: 12px;
	line-height: 1.6em;
	margin-bottom: 15px;
}

.detail {
	clear: both;
	background-color: #e6e6e6;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.detail div {
	clear: both;
	margin-bottom: 5px;
}

.detail div h5 {
	line-height: 1em;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	background-color: #000;
	text-align: center;
	width: 60px;
	padding-top: 5px;
	padding-bottom: 3px;
}

.detail div span {
	font-size: 12px;
	width: 150px;
}

.space-box {
	clear: both;
}


