@charset "utf-8";
/* CSS Document */

.p-sdgs {
  margin-top: 60px;
}

@media screen and (max-width:768px) {
  .p-sdgs {
  margin-top: 40px;
}
}

.p-sdgs .c-flexBox + .c-flexBox {
  margin-top: 60px
}

@media screen and (max-width:768px) {
  .p-sdgs .c-flexBox + .c-flexBox {
  margin-top: 40px
}
}

.p-sdgs dl dt {
  font-weight: bold;
  margin-top: 1em;
}
