html {
  font-size: 100%;
}

.under-topics {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 80px;
}
@media screen and (max-width: 750px) {
  .under-topics {
    margin: 0 auto 50px;
  }
}
.under-topics article {
  margin-bottom: 80px;
}
@media screen and (max-width: 750px) {
  .under-topics article {
    margin-bottom: 50px;
  }
}
.under-topics article:last-child {
  margin-bottom: 0;
}
.under-topics article a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media print, screen and (max-width: 900px) {
  .under-topics article a {
    display: block;
  }
}
.under-topics article:nth-child(even) a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.under-topics-pic {
  max-width: 512px;
  width: 42.6666666667%;
}
@media print, screen and (max-width: 900px) {
  .under-topics-pic {
    max-width: none;
    width: 100%;
  }
}
.under-topics-pic > img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
@media screen and (max-width: 750px) {
  .under-topics-pic > img {
    border-radius: 10px;
  }
}
.under-topics-txt {
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .under-topics-txt {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
.under-topics-txt-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 7.3333333333% 0 6.6666666667%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media print, screen and (max-width: 900px) {
  .under-topics-txt-wrap {
    padding: 40px 0 0;
  }
}
@media screen and (max-width: 750px) {
  .under-topics-txt-wrap {
    padding: 20px 0 0;
  }
}
.under-topics-txt-wrap time {
  display: block;
  color: #707070;
  font-size: 0.75rem;
  line-height: 1.5;
  margin-bottom: 22px;
}
@media screen and (max-width: 750px) {
  .under-topics-txt-wrap time {
    font-size: 0.625rem;
    line-height: 1.5;
    margin-bottom: 10px;
  }
}
.under-topics-txt-ttl {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: bold;
  color: #000099;
}
@media screen and (max-width: 750px) {
  .under-topics-txt-ttl {
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 10px;
  }
}

.under-topics-wrapper .pagination .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.under-topics-wrapper .pagination .wp-pagenavi li {
  margin-right: 20px;
}
.under-topics-wrapper .pagination .wp-pagenavi li:last-child {
  margin: 0;
}
.under-topics-wrapper .pagination .wp-pagenavi li a, .under-topics-wrapper .pagination .wp-pagenavi li span.current {
  display: block;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .under-topics-wrapper .pagination .wp-pagenavi li a, .under-topics-wrapper .pagination .wp-pagenavi li span.current {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.under-topics-wrapper .pagination .wp-pagenavi li a {
  border: #D8DFEF solid 1px;
}
.under-topics-wrapper .pagination .wp-pagenavi li a.nextpostslink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
}
@media screen and (max-width: 750px) {
  .under-topics-wrapper .pagination .wp-pagenavi li a.nextpostslink img {
    width: 10px;
  }
}
.under-topics-wrapper .pagination .wp-pagenavi li a.previouspostslink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (max-width: 750px) {
  .under-topics-wrapper .pagination .wp-pagenavi li a.previouspostslink img {
    width: 10px;
  }
}
.under-topics-wrapper .pagination .wp-pagenavi li span.current {
  background: #000099;
}
/*# sourceMappingURL=../../../_development/maps/css/sustainability/topics.css.map */
