.home_container {
	overflow: hidden;
	font-size: 18px;
}
.home_container .schedule {
	float: left;
}
.home_container .schedule_content {
	margin-bottom: 80px;
}
.home_container .schedule_content:last-child {
	margin-bottom: 0;
}
.home_container .schedule_content p {
	margin: 15px 0;
}
.home_bn {
	float: right;
	list-style: none;
}
.home_bn li:nth-of-type(n + 2) {
	margin-top: 20px;
}

@media screen and (max-width: 960px) {
.home_container {
	font-size: 16px;
}
.home_container .schedule_content {
	margin-bottom: 60px;
}
}