.title {
	font-weight: bold;
	font-size: 1.2em;
	line-height: 2.0;
}

.title_main {
	font-size: 1.6em;
}

table {
	width: 80%;
	line-height: 1.6;
	/* margin: 0 auto; */
}

td {
	border: 1px solid black;
	padding: 15px; 
}

td:nth-of-type(2) {
	text-align: center;
}

.play_button {
	display: inline-block;
	white-space: nowrap;
	border-radius: 10px;
	background-color: #dc0011;
	color: white;
	padding: 5px 10px;
	margin-top: 5px;
}

.play_button:hover {
	background-color: #f35460;
}

.sponsorship {
	display: inline-block;
	margin: 0 auto;
	line-height: 1.6;
}

.not_margin {
	margin: 0;
}

.text_nowrap {
	white-space: nowrap;
}

.text_center {
	text-align: center;
}

.text_left {
	text-align: left;
}

.text_right {
	text-align: right;
}

.flex {
	display: flex;
}

@media screen and (max-width:500px) {
	
}