@charset "utf-8";
/* CSS Document */
.SDGsMain {
  
}
.SDGsTitle {
  text-align: center;
  margin: 0 auto;
}
.SDGsTextRinen {
  text-align: center;
  font-weight: bold;
  padding-top: 3em;
  padding-bottom: 5em;
  line-height: 2.5em;
}
.SDGsTextCatv {
  text-align: center;
  font-weight: bold;
  padding-top: 3em;
  padding-bottom: 3em;
  line-height: 2.5em;
}
.SDGsImg {
  text-align: center;
  margin: 0 auto;
}

.SDGsGoals {
  margin: 0 auto;
  padding-bottom: 50px;
}



li.SDGsListBox {
  display: flex;
  justify-content: flex-start;
  border-top: 1px solid #231815;
  padding: 20px 0px;
}
.SDGsListBoxText {
  text-align: left;
  padding: 0 20px;
  width: 436px;
  font-weight: bold;
}
ul.SDGsList li:last-child {
  border-bottom: 1px solid #231815;
}
ul.SDGsList {
  margin-bottom: 100px;
}