.eventtop img {
	vertical-align: top;
	width: 100%;
}

.eventtop {
	max-width: 855px;
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0 auto 30px;
}

.eventtop * {
	list-style: none;
	padding: 0;
	margin: 0;
}

.eventtop .pc-only {
	display: block;
}

.eventtop .eventtop__txt {
	font-size: 22px;
	font-weight: 600;
	color: #c40e18;
	text-align: left;
	line-height: 1.5;
	margin-bottom: calc(60 / 855 * 100%);
}

.eventtop .eventtop__bnr {
	margin-bottom: calc(30 / 855 * 100%);
}

.eventtop .content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: calc(50 / 855 * 100%);
}

.eventtop .content li:nth-of-type(n+2) {
	margin-top: calc(20 / 855 * 100%);
}

.eventtop .content li:nth-of-type(n+5) {
	width: calc(417 / 855 * 100%);
}

/*-- --*/
@media screen and (max-width: 855px) {
	.eventtop {
		padding: 10px;
		margin-bottom: 20px;
	}

	.eventtop img {
		width: 100%;
		height: auto;
	}

	.eventtop .pc-only {
		display: none;
	}

	.eventtop .eventtop__txt {
		font-size: 14px;
	}

}

