@charset "UTF-8";
/* CSS Document */

div.main_fig {
	margin-top: 28px;
}

/*  */

div.past_season {
	text-align: right;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 12px;
}

div.past_season::before {
	content: '';
	display: block;
	width: 888px;
	height: 2px;
	background-color: #222222;

}

#btn_select_season {
	margin-bottom: 0;
}

/*  */

div.box_ttl {
	margin-top: 28px;
}

/*  */

#schedule {
	margin-top: 20px;
}

/*  */

section#outline {
	width: 100%;
	margin-top: 80px;
}


/*  */

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

	/*  */

	div.main_fig {
		margin-top: 6vw;
	}

	div.past_season {
		text-align: center;
		justify-content: center;
		margin-top: 0;
	}

	div.past_season::before {
		display: none;
	}

	/*  */

	section#outline {
		margin-top: 16vw;
	}


	/*  */

	#tbl_schedule tbody tr.not_sche td {
		width: 100vw;
		/* margin-inline: auto; */
		display: block;
		padding-top: 1em;
		padding-bottom: 1em;
	}







	/*  */
}





























/*  */