#special_new .time_line > li .icon {
    width: 1.8em;
    height: 1.8em;
    left: -2px;
}
#special_new .timeicon span {
    font-size: 0.8em;
    margin-left: 0;
    display: block;
}
#special_new h2.btitle {
        font-weight: 700;
        margin-bottom: 15px;
        font-size: 23px;
        margin-top: 50px;
        border-left: none;
        padding-left: 8px;
        background: #ff914d;
        color: #ffffff;
        margin-bottom: 40px;
        padding: 5px;
}
@media screen and (max-width: 767px) {
div#area_topimg img {
    height: 200px;
}
li.departure_list {
    display: flex;
    }
li.departure_list div.departure {
    width: 15%;
}
li.departure_list div.tour_price {
    width: 50%;
}
#special_new div#area_topimg h1 {
    font-size: 5.5vw;
    text-align: center;
    top: 50%;
    padding: 0%;
    transform: translateY(-50%);
    font-weight: 600;
    text-shadow: 2px 2px 4px black;
}
#special_new .time_line > li dl dt {
    width: 35%;
}
#special_new .time_line > li dl dd {
    width: calc(65% - 14px);
}
#special_new .time_line > li:not(:last-child) {
    padding-bottom: 35px;
}
#special_new .time_line > li:not(:last-child)::before {
    left: 18%;
}
#special_new .transport {
    left: 5px;
    top: 55%;
    width: 35%;
}
}


@media screen and (max-width: 768px) {
#renew250107 li.departure_list {
        display: flex;
}
#renew250107 li.departure_list div {
    width: calc(100% / 3) !important;
}
}