@charset "utf-8";
/* CSS Document */

.lyt-timeschedule{
	box-sizing: border-box;
	max-width: 580px;
	margin: auto;
}

.lyt-timeschedule dl{
	box-sizing: border-box;
	font-size: 14px;
	max-width: 480px;
	margin: 0 auto 1em;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.lyt-timeschedule dl dt{
	box-sizing: border-box;
	border-radius: 30px;
	width: 82px;
	text-align: center;
	font-size: 12px;
	line-height: 36px;
	color: #fff;
	background-color: #907A0F;
}
.lyt-timeschedule dl dd{
	box-sizing: border-box;
	width: calc(100% - 100px);
	padding-left: .5em;
	margin-left: .5em;
	border-bottom: 1px solid #907A0F;
}
.lyt-timeschedule dl dt:nth-child(n+3),.lyt-timeschedule dl dd:nth-child(n+3){
	margin-top: .6em;
}
.lyt-timeschedule .lyt-sub li{
	font-size: 12px;
	text-indent: -1em;
	padding-left: 1em
}

@media screen and (min-width: 737px) {
.lyt-timeschedule dl{
	font-size: 16px;
}

.lyt-timeschedule dl dt{
	font-size: 14px;
	width: 92px;
}
.lyt-timeschedule dl dd{
	width: calc(100% - 110px);
}

.lyt-timeschedule .lyt-sub li{
	font-size: 14px;
}
	
}

