#privacy {
  margin-top: 120px;
}
#privacy .titleBox {
  width: 100%;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #D8E8F4;
}
@media screen and (max-width: 640px) {
  #privacy .titleBox {
    height: 120px;
  }
}
#privacy .titleBox h2 {
  font-size: 3.5rem;
  color: #0068B7;
}
@media screen and (max-width: 640px) {
  #privacy .titleBox h2 {
    font-size: 2.8rem;
  }
}
#privacy .privacyBox {
  width: 92%;
  max-width: 800px;
  margin: 80px auto 100px;
}
@media screen and (max-width: 640px) {
  #privacy .privacyBox {
    margin: 40px auto 50px;
  }
}
#privacy .privacyBox h3 {
  font-size: 2rem;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 10px;
}
#privacy .privacyBox h3:first-of-type {
  margin-top: 0;
}
#privacy .privacyBox h4 {
  font-size: 1.7rem;
  margin-top: 15px;
  margin-bottom: 10px;
}
#privacy .privacyBox ol {
  margin-left: 1em;
}

#sdgs {
  margin-top: 120px;
}
@media screen and (max-width: 1024px) {
  #sdgs {
    margin-top: 140px;
  }
}
@media screen and (max-width: 768px) {
  #sdgs {
    margin-top: 110px;
  }
}
#sdgs .titleBox {
  width: 100%;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("../img/sdgs/title_bg_sdgs.png");
  background-repeat: no-repeat;
  background-size: cover;
}
#sdgs .titleBox h2 {
  font-size: 3.5rem;
  color: #FFF;
}
#sdgs .descBox {
  width: 92%;
  max-width: 700px;
  margin: 90px auto 0;
}
@media screen and (max-width: 768px) {
  #sdgs .descBox {
    margin: 60px auto 0;
  }
}
#sdgs .descBox p:not(:first-child) {
  margin-top: 30px;
}
#sdgs .useBox {
  width: 92%;
  max-width: 1080px;
  margin: 80px auto 100px;
}
@media screen and (max-width: 768px) {
  #sdgs .useBox {
    margin: 60px auto 80px;
  }
}
#sdgs .useBox h3 {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  #sdgs .useBox h3 {
    margin-bottom: 40px;
  }
}
#sdgs .useBox div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  #sdgs .useBox div {
    display: block;
  }
}
#sdgs .useBox div dl {
  width: 32%;
}
@media screen and (max-width: 640px) {
  #sdgs .useBox div dl {
    width: 100%;
    margin-bottom: 50px;
  }
}
#sdgs .useBox div dl dt figure {
  width: 100%;
}
#sdgs .useBox div dl dt figure img {
  width: 100%;
}
#sdgs .useBox div dl dt h4 {
  font-size: 2rem;
  text-align: center;
  margin: 30px 0;
}
@media screen and (max-width: 768px) {
  #sdgs .useBox div dl dt h4 {
    font-size: 1.8rem;
    margin: 20px 0;
  }
}
@media screen and (max-width: 640px) {
  #sdgs .useBox div dl dt h4 {
    font-size: 2rem;
  }
}
#sdgs .useBox div dl dd {
  padding: 0 5%;
}

.bgc {
  background-color: #D8E8F4;
}

#nothing {
  margin-top: 120px;
}
@media screen and (max-width: 1024px) {
  #nothing {
    margin-top: 140px;
  }
}
@media screen and (max-width: 768px) {
  #nothing {
    margin-top: 110px;
  }
}
#nothing .nothingBox {
  padding: 100px 0;
}
#nothing .nothingBox p {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #nothing .nothingBox p {
    font-size: 1.8rem;
  }
}
#nothing .nothingBox p br {
  display: none;
}
@media screen and (max-width: 640px) {
  #nothing .nothingBox p br {
    display: block;
  }
}
#nothing + #footer {
  position: fixed;
  bottom: 0;
}