@charset "UTF-8";

.event {
	border-bottom: 1px solid #ccc;
	padding-bottom: 50px;
	margin-bottom: 50px;
}

.event_update {
	margin-bottom: 3px;
}

.event_update>time {}

.event_title {
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 14px;
}

.event_text {
	margin-bottom: 1em;
}

.event_text:last-child {
	margin-bottom: 0;
}

.event_table {}

.event_table>tbody {}

.event_table>tbody>tr {}

.event_table>tbody>tr:first-child {}

.event_table>tbody>tr:last-child {}

.event_table>tbody>tr>th {
	white-space: nowrap;
}

.event_table>tbody>tr>td {}

.event:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.eventNav {
	display: flex;
	justify-content: space-between;
}

.eventNav-top {
	margin-bottom: 20px;
}

.eventNav_link {
	width: 200px;
}

.eventNav_link>a {}

.eventNav_link>a::before {
	content: "";
}

.eventNav_link>a::after {
	content: "";
}

.other_link {
	margin: -40px 0 40px;
}

.other_linkbtn {
	margin-left: auto;
	max-width: 250px;
	width: 100%;
	height: 40px;
	line-height: 1;
	padding: 0 1em;
	border-radius: 5px;
	background-color: #e96d32;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	user-select: none;
	transition: opacity 0.5s;
}

.other_linkbtn:hover {
	opacity: 0.75;
}

@media screen and (min-width:1000px) {}

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

@media screen and (max-width:767px) {
	.event {
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 35px;
	}

	.event_update {
		font-size: 12px;
	}

	.event_title {
		font-size: 18px;
		margin-bottom: 6px;
	}

	.event_table {
		font-size: 13px;
	}

	.event_table>tbody>tr>th {
		width: auto;
	}

	.eventNav_link {
		width: 48%;
	}
}