﻿@media screen and (max-width: 640px) {
    .timeline .timeline-road {
        width: 15px;
        height: 4px;
        margin-left: -5px;
        overflow: hidden;
        position: relative;
        vertical-align: middle;
        display: inline-block;
        background-color: #4d4d4d;
    }
}


/* ================================ 共用footer ==================================== */
.commonFooter {
    background-color: #005bac;
    padding: 8px 4px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

.commonFooter .commonFooter__ul {
    list-style: none;
    padding-left: 0;
    margin: 4px 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

    .commonFooter .commonFooter__ul .commonFooter__li {
        width: auto;
        border-bottom: 0;
        border-right: 1px solid #fff;
        padding: 0 8px;
        margin: 0;
    }

        .commonFooter .commonFooter__ul .commonFooter__li a {
            color: #fff;
        }

        .commonFooter .commonFooter__ul .commonFooter__li:last-child {
            border-right: 0;
        }

.commonFooter .commonFooter__info--desktop {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

    .commonFooter .commonFooter__info--desktop .commonFooter__infoText {
        margin: 4px 0;
        padding: 0 8px;
        white-space: nowrap;
        border-right: 1px solid #fff;
    }

        .commonFooter .commonFooter__info--desktop .commonFooter__infoText:last-child {
            border-right: 0;
        }

.commonFooter .commonFooter__info--pad, .commonFooter .commonFooter__info--mobile {
    display: none;
    margin: 0 12px;
}

.commonFooter .commonFooter__friendly {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    padding: 4px 0;
}

.commonFooter .commonFooter__friendly a {
    color: white;
    text-decoration: underline;
}

@media screen and (max-width: 1536px) {
    .commonFooter .commonFooter__info--desktop .commonFooter__infoText:nth-child(3) {
        border-right: 0;
    }
}

@media screen and (max-width: 1280px) {
    .commonFooter .commonFooter__ul {
        flex-wrap: wrap;
        justify-content: left;
    }

        .commonFooter .commonFooter__ul .commonFooter__li {
            width: 100%;
            border-bottom: 1px solid #fff;
            border-right: 0;
            padding: 8px 2px;
            margin: 0 12px;
        }

    .commonFooter .commonFooter__info--desktop {
        display: none;
    }

    .commonFooter .commonFooter__info--pad {
        display: block;
    }

    .commonFooter .commonFooter__friendly {
        justify-content: flex-start;
        margin: 0 12px;
    }
}

@media screen and (max-width: 640px) {
    .commonFooter .commonFooter__info--pad {
        display: none;
    }

    .commonFooter .commonFooter__info--mobile {
        display: block;
    }
}

.footerBar {
    width: 100%;
    background: linear-gradient(90deg,#00b3fe,#039);
    height: 80px;
    border-top: 1px solid #fff;
    color: #fff;
    display: flex;
    justify-content: space-between;
}

    .footerBar .footerBar__imgBox {
        display: flex;
        padding-top: 8px;
    }

        .footerBar .footerBar__imgBox .footerBar__img {
            position: absolute;
            height: 20px;
            margin: 4px 24px;
        }

    .footerBar .footerBar__companyBox {
        display: flex;
        flex-wrap: nowrap;
    }

        .footerBar .footerBar__companyBox .footerBar__companyText {
            padding: 8px 0;
            margin: 0;
            display: flex;
            flex-wrap: wrap;
            justify-content: end;
            align-items: center;
        }

            .footerBar .footerBar__companyBox .footerBar__companyText .footerBar__companyImg {
                height: 24px;
            }

            .footerBar .footerBar__companyBox .footerBar__companyText .footerBar__companyRight {
                width: 100%;
                white-space: nowrap;
                text-align: right;
                font-size: 12px;
                line-height: 16px;
                margin: 0;
            }

        .footerBar .footerBar__companyBox .footerBar__companyWave {
            height: 24px;
            position: relative;
            right: 0;
            align-self: end;
        }

@media screen and (max-width: 1280px) {
    .footerBar .footerBar__imgBox .footerBar__img {
        height: 16px;
        margin: 4px 8px;
    }

    .footerBar .footerBar__companyBox .footerBar__companyText .footerBar__companyImg {
        height: 20px;
    }

    .footerBar .footerBar__companyBox .footerBar__companyText .footerBar__companyRight {
        font-size: 8.5px;
        line-height: 12px;
    }
}

@media screen and (max-width: 640px) {
    .footerBar {
        height: 64px;
    }

        .footerBar .footerBar__imgBox {
            align-items: center;
            padding-top: 0;
        }

            .footerBar .footerBar__imgBox .footerBar__img {
                display: block;
            }

        .footerBar .footerBar__companyBox {
            margin-right: 0;
        }

            .footerBar .footerBar__companyBox .footerBar__companyText {
                margin: 0 8px;
            }

                .footerBar .footerBar__companyBox .footerBar__companyText .footerBar__companyImg {
                    height: 16px;
                }

            .footerBar .footerBar__companyBox .footerBar__companyWave {
                height: 12px;
                position: absolute;
            }
}
