.schedule {
    position: relative;
    font-size: 17px;
	margin-bottom: 60px;
	margin-left: 30px;
}
.schedule::before {
    position: absolute;
    top: 0px;
    left: 8.05em;
    width: 3px;
    height: 100%;
    background-color: #c0c0c0;
    content: "";
}

.schedule ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.schedule li {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}
.schedule li + li {
    margin-top: 2em;
}

.schedule_time {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 5em;
    height: 2em;
    border-radius: 6px;
    background-color: #090;
    color: #fff;
    text-align: center;
	font-size:20px;
}
.schedule_time::before {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateX(50%) translateY(-50%) rotate(45deg);
    width: 0.6em;
    height: 0.6em;
    z-index: 9999;
    background-color: #090;
    content: "";
}
.schedule_time::after {
    position: absolute;
    top: 50%;
    left: 6.4em;
    transform: translateY(-50%);
    width: 0.8em;
    height: 0.8em;
    border: 2px solid #FCFBE7;
    border-radius: 50%;
    background-color: #555;
    content: "";
}

.schedule_content_title {
    font-weight: bold;
	font-size: 20px;
	color:#090;
}

.schedule_content {
    margin: 0px 0px 0px 4em;
    width: calc(100% - 10em);
}


/*------時間が空白の部分----------*/
.schedule_time2 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 5em;
    height: 2em;
    border-radius: 6px;
    background-color: #FCFBE7;
    text-align: center;
	font-size:20px;
}
.schedule_time2::before {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateX(50%) translateY(-50%) rotate(45deg);
    width: 0.6em;
    height: 0.6em;
    z-index: 9999;
    background-color: #FCFBE7;
    content: "";
}
.schedule_time2::after {
    position: absolute;
    top: 50%;
    left: 6.4em;
    transform: translateY(-50%);
    width: 0.8em;
    height: 0.8em;
    border: 2px solid #FCFBE7;
    border-radius: 50%;
    background-color: #555;
    content: "";
}


@media only screen and (max-width:767px){
	
.schedule {
    position: relative;
    font-size: 17px;
	margin-bottom: 60px;
	margin-left: 0px;
}

.schedule::before {
    position: absolute;
    top: 0px;
    left: 6.6em;
    width: 3px;
    height: 100%;
    background-color: #c0c0c0;
    content: "";
}

.schedule ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.schedule li {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}
.schedule li + li {
    margin-top: 3.5em;
}

.schedule_time {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 4.5em;
    height: 2em;
    border-radius: 6px;
    background-color: #090;
    color: #fff;
    text-align: center;
	font-size:20px;
}
.schedule_time::before {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateX(50%) translateY(-50%) rotate(45deg);
    width: 0.6em;
    height: 0.6em;
    z-index: 9999;
    background-color: #090;
    content: "";
}
.schedule_time::after {
    position: absolute;
    top: 50%;
    left: 5.2em;
    transform: translateY(-50%);
    width: 0.8em;
    height: 0.8em;
    border: 2px solid #FCFBE7;
    border-radius: 50%;
    background-color: #555;
    content: "";
}

.schedule_content_title {
    font-weight: bold;
	font-size: 20px;
	color:#090;
}

.schedule_content {
    margin: 0px 0px 0px 3em;
    width: calc(100% - 8em);
}



}
