@charset "UTF-8";

#action_img + .composite_box01 .inner_item:nth-of-type(2) img {
    object-fit: contain;
}
@media screen and (min-width: 951px) {
#action + .contents_box01 .heading {
    width: 43%;
}
#action + .contents_box01 .wrapper_item {
    width: 53%;
}
}

/*-------------------ロゴ画像並び---------------------*/
.sdgs-logo{
   display:flex;
    flex-wrap: wrap;
   gap:15px;
}
.sdgs-logo img{
   width:80px!important;
   height:80px!important;
}