@charset "UTF-8";
.sdgs{
    display: flex;
}
.sdgs > li:not(:last-child){
    margin-right: 10px;
}
.sdgs img{
    width: 150px;
    height: 150px;
}
.local-navi.local-navi02{
    background-color:unset;
}
.local-navi.local-navi02 .local-navi__inner{
    padding: 0;
}
.report_dl_ttl{
    margin: 24px 0 20px;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.5;
    color: #000;
}
.report_dl_list{
    font-size: 1.6rem;
}
.highlight_h_s{
    display: block;
    font-size: 1.8rem;
    margin-top: 60px 0 20px 0;
}
.nmb_list{
    margin-left: 20px;
}
.nmb_list li{
    list-style-type: decimal !important;
    font-size: 1.6rem;
    line-height: 2;
    color: #222;
    position: relative;
    padding-left: 0.875em;
}
.cap{
    display: block;
    margin-top: 12px;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #222;
}
.img_title{
    margin: 24px 0 20px;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.5;
    color: #000;
}
.text_underline{
    border-bottom: 1px solid #000;
}
.report_dl_list_ttl{
    font-weight: normal;
    font-size: 1.6rem;
}
.mb26{
    margin-bottom: 50px !important;
}
/* レイアウト中 */
@media screen and (max-width: 1099px) {
    .report_link .c-grid__item{
        margin: 0 0 40px 0;
    }
}
/* レイアウト小 */
@media screen and (max-width: 519px) {
    .sdgs img{
        width: 80px;
        height: 80px;
    }
    .c-media__col3-4--center{
        width: 100%;
    }
    
}