@charset "UTF-8";

.p-sdgs__inner {
  max-width: 98rem;
  margin: 2rem auto 0;
}

.p-sdgs__inner img {
  max-width: 100%;
  height: auto;
}

.p-sdgs__logo {
  width: 100%;
  max-width: 50rem;
  margin: 0 auto;
}

.p-sdgs__lead {
  margin-top: 2rem;
  font-size: 1.4rem;
  line-height: 1.7;
  text-align: center;
}

.p-sdgs__divider {
  margin-top: 2rem;
  text-align: center;
}

.p-sdgs__heading {
  margin-top: 4rem;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
  color: #0C1953;
  text-align: center;
}

.p-sdgs__copy {
  margin-top: 1.6rem;
  font-size: 1.8rem;
  font-weight: var(--fw-bold);
  letter-spacing: var(--tracking-default);
  color: #009DDA;
  text-align: center;
}

.p-sdgs__text {
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: var(--tracking-default);
  text-align: justify;
}

.p-sdgs__text strong {
  font-weight: var(--fw-bold);
}

.p-sdgs__text--en {
  margin-top: 0.4rem;
  color: #F04D2F;
  text-align: left;
}

.p-sdgs__box {
  margin-top: 1.6rem;
  padding: 1.6rem;
  background-color: #FAF7E9;
}

.p-sdgs__box hr {
  margin-top: 2rem;
  border: none;
  border-top: 1px solid #E0DACB;
}

.p-sdgs__images {
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .p-sdgs__heading {
    font-size: 3rem;
  }

  .p-sdgs__copy {
    font-size: 2rem;
  }

  .p-sdgs__text--en {
    text-align: justify;
  }

  .p-sdgs__box {
    padding: 3.2rem;
  }
}
