/* footer */
.footer_include .sdg_icons_wrapper {
    font-size: 12px;
    line-height: 1.25;
}

.footer_include .sdg_icons_wrapper .sdg_icons {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.footer_include .sdg_icons_wrapper .sdg_icon {
    flex: none;
    width: calc(100% / 4);
    padding: 1px 3px;
    box-sizing: border-box;
}

.footer_include .sdg_icons_wrapper .sdg_icon_image {
    width: 100%;
}

.footer_include .footer__li.footer_sdg_icon_mb {
    display: block !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

@media screen and (min-width: 1024px) {
    .footer_include .sdg_icons_wrapper {
        font-size: 14px;
    }
    .footer_include .sdg_icons_wrapper .sdg_icons {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .footer_include .footer__li.footer_sdg_icon_mb {
        display: none !important;
    }
}


/* 提案詳細頁 */
.vote__wrapper .vote__inner .vote__inner__contents .vote__inner__contents__text {
    padding-bottom: 10px !important;
}
@media screen and (min-width: 1024px) {
    .vote__wrapper .vote__inner .vote__inner__contents .vote__inner__contents__text {
        padding-bottom: 40px;
    }
}

.vote__inner__sdg__icons__pc {
    display: none !important;
    width: 100%;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
}
.vote__inner__sdg__icons__mb {
    display: block !important;
    width: 100%;
}
@media screen and (min-width: 1024px) {
    .vote__inner__sdg__icons__pc {
        display: block !important;
    }
    .vote__inner__sdg__icons__mb {
        display: none !important;
    }
}

/* 團體介紹頁 */
.report__intro__sdg_icons {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.report__intro__sdg_icons .sdg__icon__link {
    width: 33px;
    margin-left: 3px;
    margin-bottom: 3px;
}
.report__intro__sdg_icons .sdg__icon__link img {
    width: 100%;
}
@media screen and (min-width: 1024px) {
    .report__intro__sdg_icons .sdg__icon__link {
        width: 55px;
    }
}
