.schedule-item {
    width: 770px;
}

.schedule-item:last-child .div_tag .parts {
    border-bottom: 1px solid #C2D4E0;  
}
.schedule-item .div_tag {
    display: flex;
    flex-wrap: wrap;
}

.schedule-item .div_tag .parts {
    min-height: 3em;
    border: 1px solid #C2D4E0;
    border-right: none;
    border-bottom: none;
    display: flex;
    align-items: center;
}


.schedule-item .div_tag .parts .note {
    width: calc(100% - 20px);
    margin: 10px;
    display: flex;
}

.schedule-item .div_tag .parts:first-child {
    width: calc(120px - 1px);
    background-color: #f7dcdc;
}


.schedule-item .div_tag .parts:first-child .note .block {
    text-align: center;
}


.schedule-item .div_tag .parts:last-child {
    width: calc(650px - 2px);
    border-right: 1px solid #C2D4E0;
}

.schedule-item .div_tag .parts:first-child h3 {
    margin: 0!important;
    padding: 0!important;
    margin: 0 0 10px !important;
    color: #333!important;
    font-weight: normal;
    font-size: 100%!important;
}

.area3 .schedule-item p {
    margin-bottom: 0.2em;
}



