@charset "utf-8";

img {
    max-width: 100%;
    object-fit: contain;
}

#sdgs h2.cmp_ttl span {
    margin-right: 0;
}

.section_inner {
    width: 980px;
    max-width: 95%;
    margin: 0 auto 80px;
    padding-top: 40px;
}

#sdgs .sdgs_text {
    text-align: center;
    font-size: 20px;
}

.sdgs_img {
    margin-top: 20px;
}

.img_wrap {
    width: 100%;
    padding-top: 10px;
    margin-bottom: 30px;
}

.blockquote {
    background: #EDEDED;
    padding: 20px;
    margin-bottom: 10px;
}

.cite a {
    display: block;
    text-align: right;
    font-size: 16px;
}

.sdgs_efforts_wrap {
    margin-bottom: 60px;
}

.sdgs_efforts {
    padding: 30px;
    border: 1px solid #cccccc;
}

.sdgs_efforts:not(:last-child) {
    margin-bottom: 30px;
}

.sdgs_efforts_ttl {
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    /* display: inline-block; */
    border-bottom: 1px solid #40b2d9;
}

.sdgs_efforts_list {
    font-size: 16px;
    list-style: disc inside;
    padding-left: 15px;
    margin-bottom: 20px;
}

.sdgs_efforts_num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: calc(5% / 4);
    margin-bottom: 20px;
}

.sdgs_efforts_num img {
    width: 19%;
}

@media all and (-ms-high-contrast: none) {
    .sdgs_efforts_num img:not(:last-child) {
        margin-right: calc(5% / 4);
    }
}

.sdgs_efforts_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1%;
}

.sdgs_efforts_img img {
    width: 100%;
}

/* SP */
/* -------------------------------------------------- */
@media screen and (max-width:768px) {
    #sdgs .sdgs_text {
        font-size: 1.5rem;
    }

    #sdgs .sdgs_text br{
        display: none;
    }

    .sdgs_efforts_ttl{
        font-size: 1.5rem;
    }

    .sdgs_efforts_list{
        font-size: 1.4rem;
    }
    
    
}