.route-section-bg {
    padding: 64px 0;
    background-image: linear-gradient(259deg, #32a343, #02640d);
}
.route-section {
    width: 1080px;
    margin: 0 auto;
    color: #fff;
}
.route-title {
    font-size: 42px;
    font-weight: 900;
}
.route-description {
    margin: 12px 0 0 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.8;
}
.ads-main {
    display: block;
    width: 1080px;
    margin: 0 auto 96px auto;
}
.route-main-section {
    margin: 96px 0 0 0;
    padding: 0;
}
.route-main-flex {
    display: flex;
}
.route-main-flex-left {
    margin: 0 50px 0 0;
}
.route-h2-title {
    font-size: 34px;
}
.station-target-description {
    margin: 24px 0 0 0;
    line-height: 1.75;
}
.supplement {
    display: block;
    margin: 12px 0 0 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.67;
    color: #666;
}
.station-target-segment {
    margin: 16px 0 0 0;
}
.route-segment {
    margin: 0 0 12px 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.75;
    color: #ff7f00;
}
.route-segment-detail {
    display: inline-flex;
    align-items: center;
    margin: 0 12px 12px 0;
    padding: 6px 12px 6px 6px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    background-color: #efefef;
}
.station-target-search-link {
    padding: 6px 16px;
    border-radius: 40px;
    font-weight: bold;
    color: #026400;
    border: solid 1px #00650e;
    background-color: #fff;
    cursor: pointer;
    margin: 5px 0px 0px 0px;
    display: inline-block;
}
.segment-arrow {
    margin: 0 4px 0 0;
    width: auto;
    height: auto;
}
.ads-route-image {
    width: 507px;
    height: 272px;
}
.route-case-list {
    margin: 18px 0 0 0;
    display: flex;
    flex-wrap: wrap;
}
.route-case-list-item {
    width: calc(50% - 34px);
    margin: 0 16px 16px 0;
    padding: 18px 16px 16px 0;
    border: solid 1px #bebebe;
    border-radius: 8px;
}
.route-case-dl {
    position: relative;
}
.case-number {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    border-radius: 0 4px 4px 0;
    background-color: #006400;
}
.route-case-team {
    margin: 0 0 0 70px;
    font-size: 16px;
    font-weight: bold;
}
.route-case-description {
    margin: 16px 0 0 16px;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 500;
}
.station-target-description-grayarea {
    background-color: #efefef;
    padding: 16px;
    border-radius: 8px;
    margin: 24px 0;
    width: 90%;
}
.station-target-description-grayarea span{
    font-weight: bold;
}
.list-with-style {
    list-style: disc;
    margin-left: 24px;
}
.station-target-area{
    display: flex;
    flex-wrap: wrap;
}
.main-station-target-link-area {
    padding: 9px 16px;
    font-size: 16px;
}
.main-station-target-link {
    text-decoration: underline;
    margin: 0px 5px;
}
/* 横幅1080 + margin72 = 1152 */
@media (max-width: 1152px) {
    .route-section-bg {
        padding: 36px 24px;
    }
    .route-section {
        width: auto;
        color: #fff;
    }
    .route-title {
        font-size: 28px;
        font-weight: 900;
    }
    .route-description {
        margin: 16px 0 0 0;
        font-size: 16px;
        font-weight: bold;
        line-height: 24px;
    }
    .ads-main {
        width: auto;
        margin: 0 24px 96px;
    }
    .route-main-section {
        margin: 48px 0 0 0;
        padding: 0;
    }
    .route-main-flex {
        display: block;
    }
    .route-main-flex-left {
        margin: 0;
    }
    .route-h2-title {
        font-size: 24px;
    }
    .station-target-description {
        margin: 16px 0 0 0;
        line-height: 1.75;
    }
    .supplement {
        margin: 16px 0 0;
        font-size: 12px;
        color: #666;
    }
    .station-target-segment {
        margin: 16px 0 0 0;
    }
    .route-segment {
        margin: 0 0 12px 0;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.5;
        color: #ff7f00;
    }
    .route-segment-detail {
        display: inline-flex;
        margin: 0 12px 16px 0;
        padding: 4px 8px;
        border-radius: 4px;
        font-size: 14px;
        font-weight: bold;
        background-color: #efefef;
    }
    .station-target-img-block {
        margin: 24px 0 0 0;
        text-align: center;
    }
    .ads-route-image {
        width: 100%;
        height: 100%;
        /*width: 327px;*/
        /*height: 175px;*/
    }
    .route-case-list {
        margin: 8px 0 0 0;
        display: block;
        flex-wrap: nowrap;
    }
    .route-case-list-item {
        width: auto;
        margin: 16px 0 0 0;
        padding: 18px 16px 16px 0;
        border: solid 1px #bebebe;
        border-radius: 8px;
    }
    .route-case-dl {
        position: relative;
    }
    .case-number {
        position: absolute;
        top: -4px;
        left: 0;
        padding: 10px;
        font-size: 12px;
        line-height: 1;
        color: #fff;
        border-radius: 0 4px 4px 0;
        background-color: #006400;
    }
    .route-case-team {
        margin: 0 0 0 70px;
        font-size: 16px;
        font-weight: bold;
    }
    .route-case-description {
        margin: 16px 0 0 16px;
        line-height: 1.5;
        font-size: 14px;
        font-weight: 500;
    }
    .main-station-target-link-area {
        padding: 9px 0px;
    }
}
