.tit01_1B224C {
    color: #1B224C;
}

.wrap01_03 {
    padding: 40px 0;
}

.flow_point-wrap  {
    display: flex;
    color: #364497;
    gap: 4%;
}

.flow_point-text {
    width: 65%;
}

.flow_point-title {
    text-decoration: underline;
    font-weight: 700;
    margin-bottom: 24px;
}

.flow_point-img  {
    width: 35%;
}

.schedule_image-wrap {
    display: flex;
    gap: 2%;
}

.schedule_image-item {
    width: 33.3333%;
}

.route_title-text {
    color: #1B224C;
    font-weight: 600;
}

.route_title-wrap {
    margin-bottom: 5rem;
}

.route_flex-wrap {
    display: flex;
}

.route_flex-item {
    margin-top: 2rem;
}

.route_flex-text {
    width: 65%;
}

.route_flex-img {
    width: 35%;
}

@media screen and (max-width:767px) {
    .flow_point-wrap,.schedule_image-wrap,.route_flex-wrap   {
        flex-direction: column;
        gap: 16px;
    }
    .flow_point-text,.flow_point-img,.schedule_image-item,.route_flex-text,.route_flex-img {
        width: 100%;
    }
}