/*/////////////////////コンテンツ////////////////////////////*/
.img {
    margin-bottom: 30px;
}
.top-ttl-sub {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 20px;
}
.top-text {
    margin-bottom: 20px;
}
.sdgs-link {
    width: fit-content;
    color: #0069B9;
    font-weight: 600;
    padding-bottom: 5px;
    text-decoration: underline;
    line-height: 1.2;
    margin-bottom: 20px;
}
.item-ttl {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.item-ttl h4 {
    font-size: 21px;
    font-weight: 600;
}
.icon {
    width: 100px;
    height: 100px;
    margin-right: 20px;
}
.img-box .text {
    width: 60%;
    padding: 30px;
    background-color: #E5E8F0;
}
.img-box .text span {
    font-weight: 600;
}
.img-box .img {
    width: 40%;
    margin-bottom: 0;
    align-self: stretch;
    flex-grow: 1;
    object-fit: cover;
}
.top .item {
    margin-bottom: 30px;
}
.top .item:last-of-type {
    margin-bottom: 80px;
}

.com-logo {
    max-width: 720px;
    width: 80%;
    margin: 0 auto 40px auto;
}
.btm {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}
@media screen and (max-width: 800px) {
}
@media screen and (max-width: 600px) {
    .com-logo {
        margin-bottom: 20px;
    }
    .btm {
        font-size: 16px;
    }
    .top .item {
        margin-bottom: 20px;
    }
    .item:last-of-type {
        margin-bottom: 40px;
    }
    .item-ttl {
        margin-bottom: 10px;
    }
    .item-ttl h4 {
        font-size: 21px;
    }
    .icon {
        width: 80px;
        height: 80px;
        margin-right: 10px;
    }
    .img-box .text {
        width: 100%;
        padding: 20px;
    }
    .img-box .img {
        width: 100%;
    }
}