#main>.topicpath {
    display: none;
}

main article {
    padding-top: 0;
}

main article>.container:first-child {
    display: none;
}

main article .container header {
    display: none;
}

main article h1 {
    background: url(/campaign/jointtomyairdo/images/main-img.webp) center bottom no-repeat;
    background-size: auto 500px;
    height: 500px;
}

.campaign-code .btn {
    display: block;
    max-width: 208px;
}

@media screen and (max-width: 767px) {
    main article {
        background: none;
    }
    h1.bg-none {
        background: none;
        margin-left: -16px;
        margin-right: -16px;
        height: auto;
        margin-bottom: 26px !important;
    }
    article table th,
    article table td {
        display: block;
        width: auto;
    }
}

.flow figcaption {
    color: #0D569F;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.1923076923;
}

.flow figcaption span {
    color: #F18E38;
    display: inline-block;
    font-style: normal;
    font-size: 28px;
    margin-top: 4px;
}

@media screen and (max-width: 767px) {
    .flow>div+div {
        margin-top: 40px;
    }
    .flow figure {
        display: flex;
        align-items: center;
        flex-direction: row;
    }
    .flow figure img {
        width: 50%;
    }
    .flow figcaption {
        flex-grow: 1;
        font-size: 16px;
        white-space: nowrap;
    }
    .flow figcaption span {
        font-size: 16px;
        margin-top: 0;
    }
}