.p-sdgs__logo {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-sdgs__logo {
    width: 68%;
    margin: auto;
  }
}
.p-sdgs__ul {
  margin-top: 25px;
  margin-bottom: 25px;
}
.p-sdgs__ul li {
  position: relative;
  padding-left: 1.2em;
  margin-top: 10px;
}
.p-sdgs__ul li:first-child {
  margin-top: 0;
}
.p-sdgs__ul li::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #0068B7;
  top: .4em;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-sdgs__ul li::before {
    top: .3em;
  }
}
.p-sdgs__subttl {
  position: relative;
  text-align: center;
  margin-bottom: 60px;
}
.p-sdgs__subttl::before {
  position: absolute;
  content: "";
  background: url("../img/sdgs/sdgs_bar.png") no-repeat top center/cover;
  width: 170px;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
}
