.sdgs {
    margin-left: auto;
    margin-right: auto;
    max-width: 1350px;
    padding-top: 80px;
}

.h1_sdgs {
    background-color: #e2efda;
    font-weight: normal;
    text-align: center;
    font-size: 36px;
    padding: 14px;
    font-weight: bold;
}

.h2_sdgs {
    font-weight: normal;
    font-size: 36px;
    text-align: left;
    font-weight: bold;
}

.iconmark {
    width: 80px;

}

.h2_sdgs .item {
    display: flex;
    align-items: center;
}

.h2_sdgs .iconmark {
    margin-right: 10px;
}

.logo {
    width: 300px;
}

.wheel {
    width: 200px;
}

.grayback {
    background-color: #f2f2f2;
    padding: 20px;
    padding-bottom: 40px;
}

.whiteback {
    background-color: #fff;
    padding: 20px;
    padding-bottom: 40px;
}

.box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 50px;

}

.box .item {
    padding-right: 20px;
    font-size: 24px;
}

.box2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 50px;
}

.box2 .item {
    padding-right: 20px;
    font-size: 22px;
}

.box2 .item img {
    width: 100px;
}
@media (max-width: 768px) {
    .h1_sdgs {
        background-color: #e2efda;
        font-weight: normal;
        text-align: center;
        font-size: 24px;
        padding: 14px;
        font-weight: bold;
    }
    
    .h2_sdgs {
        font-weight: normal;
        font-size: 24px;
        text-align: left;
        font-weight: bold;
    }

    
    .box {
        flex-wrap: wrap;
    }
    .box .item.break {
        flex-basis: 100%;
        padding-right: 0;
        padding: 10px;

    }
    .box .item .break br {
        display: none;
    }
    .box2 {
        flex-wrap: wrap;
    }
    .box2 .item.break {
        flex-basis: 100%;
        padding-right: 0;
        padding-top: 30px;
    }
    .box2 .item .break br {
        display: none;
    }
    .br-sp {
        display: none;
    }
}
.pageHeader .banner {
    background-image: url(/company/sdgs/images/banner.png);
    background-size: cover;
}
@media screen and (min-width: 768px)
.pageHeader {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 75px;
}