.sdgs-wrapper {
  max-width: 960px;
  margin: 0 auto;
  line-height: 29px;
}

.sdgs-wrapper a {
  word-wrap: break-word;
}

.sdgs-introduction {
  width: 800px;
  margin: 60px auto 80px;
}

.sdgs-section {
  margin: 0 auto 80px;
}

.sdgs-section:last-child {
  margin-bottom: 0;
}

.sdgs-titleH2 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
}

.sdgs-titleH3 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
}

.sdgs-titleH3:first-child {
  margin-top: 0;
}

.sdgs-titleH3:last-child {
  margin-bottom: 0;
}

.sdgs-image {
  text-align: center;
  margin: 0 0 30px;
}

.sdgs-image figcaption {
  margin-bottom: 10px;
}

.sdgs-image > img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.sdgs-image--max600 > img {
  max-width: 600px;
  width: 100%;
}

.sdgs-read {
  width: 800px;
  margin: 0 auto 30px;
}

.sdgs-read + .sdgs-read {
  margin-top: 42px;
}

.sdgs-button {
  width: 800px;
  text-align: right;
  margin: 20px auto;
}

.sdgs-button .m-button {
  display: inline-block;
  min-width: 200px;
  position: relative;
  padding-left: 32px;
  padding-right: 32px;
}

.sdgs-button .m-button-iconNext::after {
  font-size: 1.5rem;
  content: "\f00e";
  position: absolute;
  right: 15px;
  top: 50%;
  margin: auto;
  translate: 0 -50%;
}

.sdgs-crs {
  margin-bottom: 180px;
}

.sdgs-crs .m-button {
  background: #0033cc;
  color: #fff;
}

.sdgs-crs .m-button:hover {
  background: #fff;
  color: #0033cc;
}

.sdgs-crs .m-button-iconNext::after {
  content: "\f004";
}

.sdgs-wrapper .s-categoryHeader {
  margin-bottom: 60px;
}

.sdgs-wrapper .m-accordion {
  max-width: 800px;
  margin: 0 auto;
}

.sdgs-boxDashed {
  margin-bottom: 30px;
  border: 1px dashed #cccccc;
  padding: 20px;
}

.sdgs-boxDashed p:first-child {
  margin-top: 0;
}

.sdgs-boxDashed p:last-child {
  margin-bottom: 0;
}

.sdgs-table {
  border: 1px solid #c5c5c5;
  background: #fff;
  width: 100%;
}

.sdgs-table th, .sdgs-table td {
  border: 1px solid #c5c5c5;
}

.sdgs-table th {
  padding: 5px;
  font-weight: bold;
}

.sdgs-table td {
  padding: 20px 15px;
  vertical-align: top;
}

.sdgs-table thead {
  height: 64px;
}

.sdgs-table thead th {
  color: #fff;
  background: #666;
  text-align: center;
}

.sdgs-table caption {
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.sdgs-table .sdgs-table_primary {
  background-color: #dce5ef;
}

.sdgs-table th.sdgs-table_primary {
  background-color: #003e70;
}

.sdgs-table_lev1 {
  background-color: #fff;
}

.sdgs-table_lev2 {
  background-color: #ebebeb;
}

.sdgs-table_lev3 {
  background-color: #d4d4d4;
}

.sdgs-table ul:first-child {
  margin-top: 0;
}

.sdgs-table ul:last-child {
  margin-bottom: 0;
}


@media only screen and (max-width: 768px) {
  .sdgs-wrapper {
    max-width: 100%;
    margin: 0 30px;
    line-height: 25px;
  }
  .sdgs-introduction {
    width: auto;
    margin: 50px auto 80px;
  }

  .sdgs-read {
    width: auto;
  }

  .sdgs-crs {
    margin-bottom: 165px;
  }

  .sdgs-button {
    width: auto;
    text-align: center;
  }

  .sdgs-button .m-button {
    margin: 0 auto;
  }

  .sdgs-wrapper .s-categoryHeader {
    margin-bottom: 50px;
  }
}