#program_page .time_table {
	max-width: 810px;
	@media screen and (max-width: 750px) {
		max-width: 400px;
	}
}
#program_page .time_table .time_table-date {
	background: #002d64;
	color: white;
	font-weight: 700;
	font-size: clamp(1rem, 0.425rem + 1.23vw, 1.25rem);
	padding: 10px 5px;
	margin-bottom: 10px;
}
#program_page .time_table .time_table-grid {
	display: flex;
	justify-content: center;
	gap: 10px;
	@media screen and (max-width: 750px) {
		flex-direction: column;
		gap: 20px;
	}
}
#program_page .time_table .time_table-grid ul.venue {
	display: flex;
	flex-direction: column;
	gap: 10px;
	max-width: 400px;
	@media screen and (max-width: 750px) {
		margin-inline: auto;
	}
}
#program_page .time_table .time_table-grid ul.venueb .session_item {
	&:nth-of-type(2) {
		margin-top: 299px;
		@media screen and (max-width: 750px) {
			margin-top: 0;
		}
	}
}
#program_page .time_table .time_table-grid ul.venue .session_item {
	background: #ddedf5;
	transition: all 0.2s ease;
	&:hover {
		background: #d0e0ef;
	}

	@media screen and (max-width: 750px) {
		text-align: left;
	}
}
#program_page .time_table .time_table-grid ul.venue .session_item a {
	font-weight: 800;
	text-align: left;
	display: block;
	padding: 15px;
}
#program_page .time_table .time_table-grid ul.venue .session_head {
	background: #4d90d8;
	color: white;
	font-weight: 700;
	font-size: clamp(1rem, 0.425rem + 1.23vw, 1.25rem);
	padding: 10px 5px;
}
#program_page
	.time_table
	.time_table-grid
	ul.venue
	.session_item
	.session_item-time {
	color: #000;
	font-size: 14px;
	margin-bottom: 5px;
}
#program_page
	.time_table
	.time_table-grid
	ul.venue
	.session_item
	.session_item-title {
	color: #002d64;
	font-size: 15px;
	line-height: 1.4;
	&:not(&:first-of-type) {
		margin-top: 8px;
	}
}
#program_page
	.time_table
	.time_table-grid
	ul.venue
	.session_item
	.session_item-title-exc {
	padding-left: 16px;
}
