@charset "UTF-8";

/* SDGs
--------------------------------*/

table.sdgs {
  width: 100%;
}

table.sdgs th {
  text-align: center;
  vertical-align: middle;
}

table.sdgs th {
  color: #444;
}

table.sdgs tr.env th {
    background: #BFE9DB;
}

table.sdgs tr.env td {
  background: #ecfff8;
}

table.sdgs tr.soc th {
  background: #FCDF7A;
}

table.sdgs tr.soc td {
  background: #fffbec;
}

table.sdgs tr.eco th {
  background: #FBB9B9;
}

table.sdgs tr.eco td {
  background: #ffecec;
}

@media(min-width:751px){
  table.sdgs tr td:nth-of-type(3) img{
    table-layout: fixed;
  }；
}

.page-header--dx {
  background-image: url(images/h_dx.jpg);
}

@media print, screen and (min-width: 768px) {
  .page-header--dx {
    background-image: url(images/h_dx_l.jpg);
  }
}