@charset "utf-8";

main.lowerLayer {
	padding-bottom: 100px;
}
section.lowerLayerContent {
	padding-top: 20px;
}
@media (max-width: 768px) {
	main.lowerLayer {
		padding-bottom: 13.333vw;
	}
	section.lowerLayerContent {
		padding-top: 5.333vw;
	}
}

/* itemWrap */
.lowerLayer .itemWrap {
	margin: 50px auto 0;
	display: flex;
	flex-wrap: wrap;
	gap: 30px 2.22222267%;
}
.lowerLayer .itemWrap .item {
	width: 23.333333%;
}
.lowerLayer .itemWrap .item a {
	background: var(--whiteColor);
	display: block;
	height: 100%;
	padding: 20px 20px 23px;
	border-radius: 20px;
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.07);
}
.lowerLayer .itemWrap .item a .pic {
	height: 20.929vw;
	max-height: 293px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.lowerLayer .itemWrap .item a .pic img {
	max-height: 100%;
}
.lowerLayer .itemWrap .item .iconWrap {
	margin-top: 18px;
	display: flex;
	align-items: flex-end;
	gap: 0 10px;
}
.lowerLayer .itemWrap .item .iconWrap .black,
.lowerLayer .itemWrap .item .iconWrap .green {
	line-height: 1;
	text-align: center;
}
.lowerLayer .itemWrap .item .iconWrap .black span {
	font-size: 15px;
	color: var(--whiteColor);
	background: var(--baseColor);
	padding: 4px 7px 6px;
	display: inline-block;
}
.lowerLayer .itemWrap .item .iconWrap .green span {
	font-size: 14px;
	color: var(--whiteColor);
	background: var(--greenColor);
	padding: 2px 5px 3px;
	display: inline-block;
}
.lowerLayer .itemWrap .item .txt {
	margin-top: 10px;
}
.lowerLayer .itemWrap .item .txt .ttl {
	font-size: 16px;
	font-weight: 600;
}
.lowerLayer .itemWrap .item .txt dl {
	font-size: 14px;
	display: flex;
	margin-top: 8px;
}
.lowerLayer .itemWrap .item .txt dl dt {
	width: 3.15em;
	margin-right: 10px;
	text-align-last: justify;
}
.lowerLayer .itemWrap .item .txt dl dd {
	width: calc(100% - 3.15em - 10px);
}
.lowerLayer .itemWrap .item .txt dl + dl {
	margin-top: 5px;
}
@media (max-width: 768px) {
	.lowerLayer .itemWrap {
		margin: 6vw auto 0;
		gap: 4vw 0;
	}
	.lowerLayer .itemWrap .item {
		width: 100%;
	}
	.lowerLayer .itemWrap .item a {
		padding: 5.333vw 5.333vw 6vw;
		border-radius: 2.667vw;
		box-shadow: 0 0 5px 0 rgba(0,0,0,0.07);
	}
	.lowerLayer .itemWrap .item a .pic {
		height: 80vw;
		max-height: 600px;
	}
	.lowerLayer .itemWrap .item .iconWrap {
		margin-top: 4vw;
		gap: 0 10px;
	}
	.lowerLayer .itemWrap .item .iconWrap .black span {
		font-size: 13px;
		padding: 2px 4px 3px;
	}
	.lowerLayer .itemWrap .item .iconWrap .green span {
		font-size: 12px;
		padding: 1px 3px 2px;
	}
	.lowerLayer .itemWrap .item .txt {
		margin-top: 8px;
	}
	.lowerLayer .itemWrap .item .txt .ttl {
		font-size: 15px;
	}
	.lowerLayer .itemWrap .item .txt dl {
		font-size: 12px;
		margin-top: 5px;
	}
}
