@media print, screen and (min-width: 1081px) {
  .pagettl_area .pagettl.sdgs-page {
    padding: 30px;
  }
}

.sdgs_top {
  text-align: center;
}

@media print, screen and (max-width: 767.9px) {
  .sdgs_top {
    padding: 80px 15px 50px;
  }
}

@media print, screen and (min-width: 768px) {
  .sdgs_top {
    padding: 100px 15px;
  }
}

.sdgs_top .com_h3 h3 {
  letter-spacing: 2px;
}

.sdgs_top .sdgs_img {
  padding: 50px 0 80px;
}

.sdgs_top .s-txt {
  background: url(../images/sdgs/sdgs_bg.png) 50% 50% no-repeat;
}

.sdgs_top .s-txt p {
  margin-bottom: 2em;
  line-height: 2;
}

@media print, screen and (min-width: 768px) {
  .sdgs_top .s-txt p {
    font-size: 22px;
  }
}

.sdgs_top .s-txt p a {
  text-decoration: underline;
}

.sdgs_logo {
  margin: auto;
}

@media print, screen and (max-width: 767.9px) {
  .sdgs_logo {
    width: 130px;
  }
}

@media print, screen and (min-width: 768px) {
  .sdgs_logo {
    width: 200px;
  }
}

.sdgs_cts {
  padding: 50px 15px 80px;
}

.sdgs_cts h4 {
  text-align: center;
  background-color: #0b1c31;
  color: #fff;
  padding: 11px;
  margin-bottom: 65px;
}

@media print, screen and (min-width: 768px) {
  .sdgs_cts h4 {
    font-size: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .sdgs_cts .cts_wrap {
    padding: 50px 0 80px;
  }
}

@media print, screen and (min-width: 768px) {
  .sdgs_cts .cts_wrap .col2_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sdgs_cts .cts_wrap .col2_wrap > li:first-of-type {
    width: 45%;
  }
  .sdgs_cts .cts_wrap .col2_wrap > li:last-of-type {
    width: 52%;
  }
}

.sdgs_cts .cts_wrap .col2_wrap > li:last-of-type {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 20px;
}

.sdgs_cts .cts_wrap .col2_wrap > li p {
  letter-spacing: 0;
  line-height: 2.5;
}

@media print, screen and (max-width: 960px) {
  .sdgs_cts .cts_wrap .col2_wrap > li p {
    font-size: 17px;
  }
}

@media print, screen and (min-width: 961px) {
  .sdgs_cts .cts_wrap .col2_wrap > li p {
    font-size: 21px;
  }
}
/*# sourceMappingURL=sdgs.css.map */