/* page */
article.sdgs .sdgs_header {
  background-image: url(../img/page/sdgs/header_bg.jpg);
  background-size: cover;
  background-position: center center;
  padding: 10em 2em;
}
@media (max-width: 699px) {
  article.sdgs .sdgs_header {
    background-position: right 20% center;
    padding: 5em 1em;
  }
}
@media (max-width: 599px) {
  article.sdgs .sdgs_header {
    background-position: right 30% center;
  }
}
article.sdgs .sdgs_header .wrapper {
  max-width: 1200px;
  margin: auto;
}
article.sdgs .sdgs_header .wrapper .logo {
  margin-bottom: 2em;
}
article.sdgs .sdgs_header .wrapper .logo img {
  margin: 1em 0.5em;
}
@media (max-width: 599px) {
  article.sdgs .sdgs_header .wrapper .logo img {
    max-height: 30px;
  }
}
article.sdgs .sdgs_header .wrapper h1 {
  font-size: 2em;
  margin-bottom: 1em;
  word-break: keep-all;
}
@media (max-width: 599px) {
  article.sdgs .sdgs_header .wrapper h1 {
    font-size: 1.8em;
  }
  article.sdgs .sdgs_header .wrapper h1 span {
    display: block;
  }
}
@media (max-width: 699px) {
  article.sdgs .sdgs_header .wrapper .copy {
    padding: 0.5em;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 0.5em;
  }
}
@media (max-width: 599px) {
  article.sdgs .sdgs_header .wrapper .copy br {
    display: none;
  }
}
article.sdgs section {
  padding: 4em 1em;
}
article.sdgs section h2 {
  font-size: 2em;
  text-align: center;
  line-height: 1;
  margin: 1em auto;
}
article.sdgs section h2::after {
  content: url(../img/page/sdgs/line.png);
  display: table;
  margin: auto;
  max-width: 100%;
}
article.sdgs section.about .lead {
  margin: 1em;
  text-align: center;
}
@media (max-width: 599px) {
  article.sdgs section.about .lead {
    text-align: left;
  }
  article.sdgs section.about .lead br {
    display: none;
  }
}
article.sdgs section.about a.global-link {
  display: table;
  margin: 1em auto;
  padding: 0.5em 1em;
  background-color: white;
  border: solid lightgray 1px;
}
article.sdgs section.about .sdgs {
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix */
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 4em auto;
}
@media (max-width: 599px) {
  article.sdgs section.about .sdgs {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
article.sdgs section.about .sdgs dt {
  padding: 2em 4em;
}
@media (max-width: 599px) {
  article.sdgs section.about .sdgs dt img {
    max-width: 200px;
  }
}
article.sdgs section.action {
  background-color: white;
}
article.sdgs section.action .flexWrap {
  background-image: url(../img/page/sdgs/sdgsbg.png);
  background-position: center center;
  background-repeat: no-repeat;
  max-width: 1200px;
  margin: 2em auto;
  padding: 1.5em;
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-between;
  /* no prefix */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 699px) {
  article.sdgs section.action .flexWrap {
    background-size: contain;
  }
}
article.sdgs section.action .flexWrap .block {
  -webkit-flex-basis: 42%;
  flex-basis: 42%;
  max-width: 42%;
  margin: 2em auto;
  background-color: rgba(248, 248, 248, 0.8);
  padding: 1em;
  display: -ms-flexbox;
  /* prefix -> -webkit- */
  display: -webkit-flex;
  -webkit-flex-direction: column;
  /* no prefix */
  display: flex;
  flex-direction: column;
}
@media (max-width: 699px) {
  article.sdgs section.action .flexWrap .block {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
article.sdgs section.action .flexWrap .block h3 {
  font-size: 1.4em;
  font-weight: bold;
}
article.sdgs section.action .flexWrap .block .text {
  margin: 1em 0;
}
article.sdgs section.action .flexWrap .block figure {
  margin-top: auto;
  text-align: center;
}
