@charset "utf-8";
/* CSS Document */


.sche_tbl_out{
	width: 750px;
	margin: auto;
	max-width: 100%;
	padding: 0 60px;
	background-repeat: repeat-y;
	background-position: left top,right top;
}
#y0 .sche_tbl_out{
	background-image: url("../images/schedule/line01.png"),url("../images/schedule/line01.png")
}
#y1 .sche_tbl_out{
	background-image: url("../images/schedule/line02.png"),url("../images/schedule/line02.png")
}
#y3 .sche_tbl_out{
	background-image: url("../images/schedule/line03.png"),url("../images/schedule/line03.png")
}
#y4 .sche_tbl_out{
	background-image: url("../images/schedule/line04.png"),url("../images/schedule/line04.png")
}
.sche_tbl{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	border: 1px solid #ccc;
}
.sche_tbl dt{
	width:150px;
	padding: 15px 10px;
	border: 1px solid #ccc;
	border-width: 0 1px 1px 0;
}
.sche_tbl dd{
	width: calc( 100% - 150px);
	padding: 15px 10px;
	border: 1px solid #ccc;
	border-width: 0 0 1px 0;
}
.sche_tbl dt:last-of-type,
.sche_tbl dd:last-of-type{
	border-bottom: none;
}


.sche_tbl dd .txt + .txt{
	margin-top: 0.5em;
}



@media screen and (max-width: 767px) {
	
	.sche_tbl_out{
		padding: 0 15%;
	}
	.sche_tbl{
		display: block;
		width: 100%;
		padding: 5.6vw 0;
		background-repeat: no-repeat;
		background-position: center top,center bottom;
		background-size: 100%;
		border: none;
	}
	#y0 .sche_tbl{
		background-image: url("../images/schedule/line_bar01.png"),url("../images/schedule/line_bar01.png")
	}
	#y1 .sche_tbl{
		background-image: url("../images/schedule/line_bar02.png"),url("../images/schedule/line_bar02.png")
	}
	#y3 .sche_tbl{
		background-image: url("../images/schedule/line_bar03.png"),url("../images/schedule/line_bar03.png")
	}
	#y4 .sche_tbl{
		background-image: url("../images/schedule/line_bar04.png"),url("../images/schedule/line_bar04.png")
	}
	.sche_tbl dt,
	.sche_tbl dd{
		width: 100%;
		padding: 0;
		border: none;
	}
	.sche_tbl dd{
		padding-bottom: 15px;
		padding-left: 1em;
	}
	.sche_tbl dd .txt + .txt{
		margin-top: 0;
	}
	
}