.image-100 img {
	width: 100%;
}

.image-90 img {
	width: 90%;
}

.tag {
	border: 1px solid #000;
	font-size: 140%;
	line-height: 1.8;
	text-align: center;
	width: 10vw;
	margin-bottom: 1rem;
}
.event-table tr td:first-child {
		background-color: #005DAC;
		color: #FFF;
		border-color: #FFF;
}
.event-table thead {
	border-bottom: 1px solid #005DAC;
	background-color: #005DAC;
	color: #FFF;
}
.event-table thead th {
	color: #FFF;
	border-color: #FFF;
}
.event-table table a {
	text-decoration: underline;
}
.event-table th:nth-child(2) {
	width: 30%;
}
.event-table th:nth-child(3) {
	width: 30%;
}
.event-table th:last-child {
	width: 30%;
}

.sp-none {
	@media only screen and (max-width: 768px) {
		display: none;
	}
}
.pc-none {
	@media only screen and (min-width: 768px) {
		display: none;
	}
}

