/* CSS Document */
.contentsHead {
	margin-bottom: 50px;
}
.eventList li {
	margin: 0 2.5% 50px 0;
	width: 23%;
}
.eventList li:nth-child(4n) {
	margin-right: 0;
}
.eventList li a {
	display: block;
	transition: 0.3s;
}
.eventList li a:hover {
	opacity: 0.7;
}
.eventList li .img img {
	object-fit: cover;
	font-family: 'object-fit: cover;';
	height: auto;
	width: 100%;
}
.eventList li .txt {
	background: #F7F7F7;
	padding: 20px;
}
.eventList li .txt .ttl {
	color: #022202;
	font-size: 1.6rem;
	font-weight: 400;
}
.eventList li .txt .more {
	display: block;
	text-align: right;
}

@media screen and (max-width: 767px) {
	.eventList li {
		width: 100%;
	}
	.eventList li .txt .ttl {
		font-size: 1.3rem;
	}
	.eventList li .txt .more {
		background-size: 15px;
		font-size: 1.2rem;
		padding: 5px 25px 5px 0;
	}
}

/*detail*/
.post ul.infoNav {
	margin: 0 0 50px;
	display: flex;
	justify-content: space-between;
}
.post ul.infoNav li {
	margin: 0;
	list-style: none;
}
.postHead a {
	color: #7BA327;
	text-decoration: underline;
}

.post ul.infoNav.noico li:before{
  content: none;
}


/*form*/
.contentsHead .headline span {
	font-size: 1.6rem;
	font-weight: 400;
}

/* 20221108 */
.eventList li .img {
	height: 186px;
	align-items: center;
	display: flex;
	justify-content: center;
}

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

@media screen and (max-width: 767px) {
	.eventList li .img {
		height: 30vw;
	}
	.eventList li .img img {
		max-height: 100%;
		max-width: 100%;
	}
}