@charset "utf-8";
.sdgs-box {
  border-radius: 20px;
  border: 3px solid #F2F2F2;
  overflow: hidden;
}
.sdgs-head {
  background: #F2F2F2;
}
.sdgs-head, .sdgs-content {
  padding: 40px;
}
.sdgs-subttl {
  font-size: 14px;
}
.sdgs-ttl {
  font-size: 1.2rem;
  font-weight: 700;
}
.sdgs-logo-wrap {
  display: flex;
  gap: 12px;
}
.sdgs-logo-wrap > div {
  width: 100px;
}
.caption-wrap {
  display: flex;
}
.caption-number {
  font-size: 1.26rem;
  text-align: center;
  line-height: 1.3;
  width: 26px;
  min-width: 26px;
  height: 26px;
  border-radius: 50%;
  color: #fff;
  background: #339599;
  margin-right: 9px;
  display: block;
}
.contribution-caption {
  font-size: 1.06rem;
  font-weight: 700;
  line-height: 1.5;
}
.contribution-name {
  margin-bottom: 10px;
  font-weight: 700;
}
.bt-lightgrayborder {
  border-top: 1px solid #F2F2F2;
}
.global-imglist {
  display: flex;
  flex-wrap: wrap;
  row-gap: 22px;
  margin: 0 -7px;
}
.global-img {
  width: 33.333333%;
  padding: 0 7px;
}
.global-img img {
  width: 100%;
}
.global-img-ttl {
  font-size: 14px;
  margin-top: 5px;
}

html[lang="en"] .jap-img {
  display: none;
}
html:not([lang="en"]) .eng-img {
  display: none;
}/*
.biomass-wrap-f img{
  width: 30%;
}
.biomass-wrap-s img{
  width: 35%;
}*/
.eco-img-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-top: 1.5rem;
  row-gap: 1.5rem;
}
.eco-img-item {
  text-align: center;
  padding: 0 .5rem;
}
.eco-img-item_1 img, .eco-img-item_2 img {
  width: 85%;
}
.eco-img-item_1 img {
  max-width: 100px;
}
.eco-img-item_1 {
  width: 192px;
  max-width: 40%;
}
.eco-img-item_2 {
  width: 200px;
  max-width: 60%;
}
.eco-img-item_3 {
  width: 100%;
}
@media all and (min-width: 576px) {
  /*.biomass-wrap-s img{
    width: 40%;
    
  }
  .biomass-wrap-t {
    width: 40%;
  }*/
  .eco-img-wrap {
    flex-wrap: nowrap;
  }
  .eco-img-item_1 {
    width: 22%;
    max-width: 100%;
  }
  .eco-img-item_2 {
    width: 38%;
    max-width: 100%;
  }
  .eco-img-item_3 {
    width: 40%;
  }
}
@media all and (min-width: 768px) {
  /*
  .biomass-wrap-t img{
    width: 75%;
  }*/
  .eco-img-item img {
    width: 80%;
  }
  .eco-img-item_1 img {
    max-width: 88px;
  }
  .eco-img-item_2 img {
    margin-left: -19%;
  }
  .eco-img-item_1 {
    width: 202px;
    min-width: 202px;
  }
  .eco-img-item_2 {
    width: calc(48% - 101px);
  }
  .eco-img-item_3 {
    width: calc(52% - 101px);
  }
}
@media all and (min-width: 992px) {
 /* .biomass-wrap-f img{
    width: 50%;
  }
  .biomass-wrap-s img{
    width: 40%;
  }
  .biomass-wrap-t img{
    width: 80%;
  }*/
  .eco-img-item_1 img {
    width: 100px;
    max-width: 100px;
  }
  .eco-img-item_2 img {
    width: 100%;
    margin-left: -23%;
  }
  .eco-img-item_3 img {
    width: 100%;
  }
  .eco-img-item_2 {
    width: 200px;
  }
  .eco-img-item_3 {
    width: 265px;
  }
}
@media all and (min-width: 1200px) {

}
/*デスクトップ*/
@media all and (min-width: 992px) and (max-width: 1199px) {

}

/*中デバイス*/
@media all and (min-width: 768px) and (max-width: 991px) {
  
}

/*小デバイス*/
@media all and (min-width: 576px) and (max-width: 767px) {

}

/*デスクトップまで*/

@media all and (max-width: 1199px) {
}


@media all and (max-width: 991px) {
  .caption-wrap {
    display: block;
  }
  .caption-number {
    margin-bottom: 10px;
  }
}

/*中デバイスまで*/
@media all and (max-width: 767px) {
  .sdgs-logo-wrap {
    gap: 8px;
  }
  .sdgs-logo-wrap > div {
    width: 80px;
  }
  .global-img {
    width: 50%;
  }
}

/*小デバイス(横向きモバイル)まで*/

@media all and (max-width: 575px) {
  .sdgs-head, .sdgs-content {
    padding: 20px;
  }
  .caption-number {
    line-height: 1.5;
  }
}

/* 以下はbootstrapのブレイクポイントではなく、微調整用 */
@media all and (max-width: 480px) {
  
 
}
@media all and (max-width: 400px) {
  .sdgs-head, .sdgs-content {
    padding: 15px;
  }
}

@media all and (max-width: 380px) {

}
@media all and (max-width: 360px) {

}

/*iPhone5:SE*/
@media all and (max-width: 320px) {

}
