@charset "UTF-8";

.sec_sdgs_about {
    background-color: #f5f5f5;
    padding-bottom: 40px;
    padding-top: 70px;
}

.sec.sec_sdgs_about h1 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 50px;
}

.sdgs_ttl img {
    width: 430px;
    margin-bottom: 60px;
}

.sec_sdgs_about h2 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
}

.sdgs_fig img {
    width: 676px;
}

.sdgs_fig {
    margin-top: 50px;
    margin-bottom: 50px;
}

.sec_sdgs_box {
    padding-top: 70px;
    padding-bottom: 70px;
    border-bottom: solid 1px #c7c5c5;
}

.sec_sdgs_about h1 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 40px;
}

.flex-sb {
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
}

.sec_sdgs_box_content {
    width: 676px;
    margin: auto;
}

.sec_sdgs_box_content.flex-sb .image {
    width: 300px;
}

.image img {
    width: 100%;
}

.sec_sdgs_box_content .txt_box {
    text-align: left;
}

.sec_sdgs_box_content.flex-sb .txt_box {
    width: 335px;
}

.sec_sdgs_box_content .txt_box h3 {
    font-size: 18px;
    font-weight: bold;
    color: #a2864a;
}

.sec_sdgs_box_content .txt_box p {
    margin-bottom: 30px;
}

ul.sdgs_icon li .image {
    width: 84px !important;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

ul.sdgs_icon {
    overflow: hidden;
}

.sec_sdgs_box_content a.link {
    display: block;
    border: solid 2px;
    padding: 19px;
    text-decoration: none;
    background-image: url(/wordpress/wp-content/uploads/2022/06/pdf_icon.png);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 95%;
    margin-bottom: 30px;
}

/* FOR smartphone landscape
***************************************************************************/
@media screen and (max-width:899px) {

    .sec_sdgs_box_content a.link {
        display: block;
        border: solid 2px;
        padding: 19px;
        text-decoration: none;
        background-image: url(/wordpress/wp-content/uploads/2022/06/pdf_icon.png);
        background-repeat: no-repeat;
        background-size: 25px;
        background-position: 95%;
        margin-bottom: 30px;
    }

    .sdgs_ttl img {
        width: 60%;
    }

    .sec_sdgs_about {
        padding-left: 5%;
        padding-right: 5%;
    }

    .sec_sdgs_about p.txt br {
        display: none;
    }

    .sdgs_fig img {
        width: 100%;
    }

    .sec_sdgs_box {
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .sec_sdgs_box_content {
        width: 100%;
    }

    .sec_sdgs_box_content.flex-sb .txt_box {
        width: 100%;
    }

    .sec_sdgs_box_content.flex-sb .image {
        width: 100%;
        margin-bottom: 20px;
    }

}