@charset "UTF-8";
/*
Theme Name: 夏休み！自由研究プロジェクト｜学研キッズネット
Description: 学研キッズネット専用テーマ
Author: 株式会社ワン・パブリッシング
Author URI: https://one-publishing.co.jp/
Version: 1.0.0
*/
/* Vendor */
/* Overrides */
/* ------------------------------ */
/* Overrides */
/* ------------------------------ */
/* mod_icon_panel */
.mod_icon_panel li {
  margin-bottom: 20px;
}

/* kidsnet_nav */
.kidsnet_nav--small li a {
  font-size: 0.875em;
}
.kidsnet_nav--small li a.teacher {
  background-image: url(/jiyuu/common/images/nav_icon_teacher.png);
  color: #9B042D;
}

/* sec_special */
.sec_special .col_03 .col_in:nth-child(1),
.sec_special .col_03 .col_in:nth-child(2),
.sec_special .col_03 .col_in:nth-child(3),
.sec_special .col_03 .col_in:nth-child(4),
.sec_special .col_03 .col_in:nth-child(5) {
  margin-top: 30px;
}

.sec_special--sub {
  padding-top: 20px;
  padding-bottom: 70px;
}
@media screen and ( max-width: 599px ) {
  .sec_special--sub {
    padding-top: 10px;
    padding-bottom: 40px;
  }
}

/* sec_pagettl */
.sec_pagettl .page_lead--small {
  margin-bottom: 70px;
}

/* special_detail */
@media screen and ( max-width: 599px ) {
  .special_detail02 .related .mod_label_panel .col_in {
    width: 50% !important;
    padding-bottom: 10px;
  }
  .special_detail02 .related .mod_label_panel .col_in:nth-child(odd) {
    padding-right: 2px;
  }
  .special_detail02 .related .mod_label_panel .col_in:nth-child(even) {
    padding-left: 2px;
  }
  .special_detail02 .related .mod_label_panel .col_in a {
    padding-bottom: 0px;
  }
  .special_detail02 .related .mod_label_panel .col_in a br {
    display: none;
  }
  .special_detail02 .related .mod_label_panel .col_in a > figure {
    height: auto;
  }
  .special_detail02 .related .mod_label_panel .col_in a > figure img {
    -o-object-fit: unset;
       object-fit: unset;
    font-family: "";
  }
  .special_detail02 .related .mod_label_panel .col_in a > dl {
    height: auto;
  }
  .special_detail02 .related .mod_label_panel .col_in a > dl dt {
    position: relative;
    font-size: 0.875em;
    padding: 8px;
    line-height: 1.4em;
    height: 4em;
    overflow: hidden;
  }
  .special_detail02 .related .mod_label_panel .col_in a > dl dt:after {
    content: "";
    position: absolute;
    display: block;
    background-color: #20a0dc;
    top: calc(100% - 10px);
    left: 0px;
    width: 100%;
    height: 100%;
  }
  .special_detail02 .related .mod_label_panel .col_in a > dl dd {
    position: relative;
    font-size: 0.75em;
    line-height: 1.4em;
    padding: 8px;
    height: 5.5em;
  }
  .special_detail02 .related .mod_label_panel .col_in a > dl dd:after {
    content: "";
    position: absolute;
    display: block;
    background-color: #fff;
    top: 4.8em;
    left: 0px;
    width: 100%;
    height: 100%;
  }
  .special_detail02 .related .mod_label_panel .col_in .special_class {
    position: relative;
    display: block;
    padding: 6px;
  }
  .special_detail02 .related .mod_label_panel .col_in .special_class .special_grade dd {
    font-size: 0.625em;
    padding: 0px 3px;
  }
  .special_detail02 .related .mod_label_panel .col_in .special_class .special_day {
    padding: 0px;
    margin: 5px 0px 0px;
  }
  .special_detail02 .related .mod_label_panel .col_in .special_class .special_day dd {
    font-size: 0.625em;
    padding: 0px 3px;
  }
  .special_detail02 .related .mod_label_panel.col_large_title .col_in a > dl dt {
    line-height: 1.3em;
    height: 5.2em;
  }
  .special_detail02 .related .mod_label_panel.cat_none .col_in + .col_in {
    margin-top: 0px !important;
  }
}
/* page_lead */
.page_lead_framed {
  background-color: rgba(31, 160, 220, 0.2);
  padding: 30px;
  border-radius: 10px;
  margin: 40px auto;
  width: 80%;
}
.page_lead_framed p {
  text-align: left !important;
  font-size: 0.8em;
}
.page_lead_framed_heading {
  display: block;
  color: #1fa0dc;
  font-weight: bold;
  margin: 0px 0px 10px;
}
@media screen and ( max-width: 599px ) {
  .page_lead_framed {
    width: 100%;
  }
}

.page_lead__img {
  margin: 0px 0px 20px;
}

/* related */
.related .no-posts {
  text-align: center;
  font-size: 1.75em;
  font-weight: bold;
  color: #1fa0dc;
}

/* special_grade */
.special_detail02 .related .special_class--small dd {
  font-size: 12px;
  letter-spacing: -0.05em;
}

.special_detail02 .related .special_class--use-new-line dd {
  line-height: 1.4;
}

@media screen and ( max-width: 599px ) {
  .special_detail02 .related .special_class--use-new-line dd br {
    display: block !important;
  }
}

/* line clamp */
.line-clamp-3 {
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-align: left;
  margin: 0px 1px;
}
@media screen and ( max-width: 599px ) {
  .line-clamp-3 {
    height: 5em !important;
  }
}

/* col_in stretch */
@media screen and ( max-width: 599px ) {
  .col_in--stretch a {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .col_in--stretch a dl {
    height: auto !important;
  }
  .col_in--stretch a dl dd {
    height: auto !important;
    padding: 10px 17px !important;
  }
  .col_in--stretch a .btn {
    position: relative !important;
    bottom: 0px !important;
    margin: 10px auto 20px;
  }
}

.mod_img_panel.col_04 .col_in--large {
  width: 380px;
}
.mod_img_panel.col_04 .col_in--large .img {
  height: 265px;
}
@media screen and (max-width: 599px) {
  .mod_img_panel.col_04 .col_in--large {
    width: 100% !important;
  }
  .mod_img_panel.col_04 .col_in--large .img {
    height: 60vw;
  }
}

/* sec_other */
.sec_other .mod_label_panel .col_in figure + dl > dd {
  overflow: visible;
}

/* page top */
@media screen and ( max-width: 599px ) {
  .pagetop {
    bottom: 124px;
  }
}

/* footer nav */
footer .nav a small {
  display: block;
  font-size: 0.8em;
}

/* Blocks */
/* ------------------------------ */
/* Eye Catch */
/* ------------------------------ */
.b-eyecatch {
  background-color: #f3fcff;
}
.b-eyecatch img {
  display: block;
  width: 1000px;
  max-width: 100%;
  margin: 0px auto;
}

/* ------------------------------ */
/* Main Visual */
/* ------------------------------ */
@media screen and ( max-width: 599px ) {
  .frontpage .b-mv {
    margin-top: -40px;
  }
}
@media screen and ( min-width: 600px ) {
  .frontpage .b-mv {
    z-index: 11;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
  }
  .frontpage .b-mv .b-mv__heading {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: calc(100% - 400px);
    float: none;
  }
  .frontpage .b-mv .b-mv-side {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: relative;
    width: 375px;
    margin: 0px;
    padding-left: 25px;
  }
}

/* ------------------------------ */
/* Main Visual Menu */
/* ------------------------------ */
.b-mv-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding: 0px 8px;
  margin: -60px 0px 10px;
}
.b-mv-menu a {
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 0.875em;
  font-weight: bold;
}
.b-mv-menu__item {
  position: relative;
  width: 50%;
  padding: 5px;
}
.b-mv-menu__item > a {
  padding: 8px 5px;
  background-color: #1fa0dc;
  color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px 0px 0px #1e6e96;
          box-shadow: 0px 5px 0px 0px #1e6e96;
}
.b-mv-menu__sub {
  display: none;
  position: absolute;
  top: calc(100% - 10px);
  left: 50%;
  width: calc(100% - 10px);
  z-index: 2;
  border: 2px solid #1fa0dc;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.b-mv-menu__sub__item {
  border-bottom: 1px solid #75c6ec;
}
.b-mv-menu__sub__item a {
  padding: 5px;
  background-color: #fff;
}
@media screen and ( min-width: 600px ) {
  .b-mv-menu {
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 2;
  }
}

/* ------------------------------ */
/* Main Visual Side */
/* ------------------------------ */
@media screen and ( max-width: 599px ) {
  .frontpage .b-mv-side li.b-mv-side__btn a {
    position: relative;
    height: 100%;
    padding: 5px;
  }
  .frontpage .b-mv-side li.b-mv-side__btn a .img img {
    width: 60px;
  }
  .frontpage .b-mv-side li.b-mv-side__btn a p.sub {
    font-size: 0.525em;
    color: #1fa0dc;
    padding: 0px 0px 0px 70px;
    letter-spacing: -0.05em;
  }
  .frontpage .b-mv-side li.b-mv-side__btn a p.txt {
    font-size: 0.75em;
    padding: 0px 0px 0px 70px;
  }
  .frontpage .b-mv-side li.b-mv-side__btn a p.comment {
    font-size: 0.525em;
    padding: 0px 0px 0px 70px;
  }
}

/* ------------------------------ */
/* Cat Sections */
/* ------------------------------ */
.b-cat-sections {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0px -20px;
}
.b-cat-sections__item {
  width: 50%;
  padding: 0px 20px;
  margin: 20px 0px;
}
.b-cat-sections__item__heading {
  font-size: 2.125em;
  text-align: center;
  font-weight: bold;
  color: #1fa0dc;
}
@media screen and ( max-width: 599px ) {
  .b-cat-sections__item {
    width: 100%;
  }
}

/* ------------------------------ */
/* Post List */
/* ------------------------------ */
.b-post-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0px -10px;
}
.b-post-list__item {
  width: 25%;
  margin: 0px;
  padding: 10px;
}
.b-post-list__item a {
  border: 2px solid #1fa0dc;
  border-radius: 5px;
  background-color: #fff;
  height: 100%;
  text-decoration: none;
  overflow: hidden;
  padding: 0px 0px 20px;
  -webkit-box-shadow: 0px 5px 0px 0px #1fa0dc;
          box-shadow: 0px 5px 0px 0px #1fa0dc;
}
.b-post-list__item a:hover, .b-post-list__item a:focus {
  background-color: #ffff00;
  opacity: 1;
}
.b-post-list__item__contents {
  height: 14em;
  overflow: hidden;
}
.b-post-list__item__contents__title {
  background-color: #1fa0dc;
  color: #fff;
  padding: 14px 18px;
  line-height: 1.4em;
  font-weight: bold;
}
.b-post-list__item__contents__desc {
  padding: 14px 18px;
  line-height: 1.8em;
  color: #333;
}
.b-post-list__item__img img {
  width: 100%;
  height: 190px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.b-post-list__item__btn {
  padding: 0px 18px;
}
.b-post-list__item__btn span {
  display: block;
  background-color: #1fa0dc;
  color: #fff;
  border-radius: 5px;
  padding: 5px 0px;
  font-size: 1.125em;
  font-weight: bold;
  text-align: center;
  -webkit-box-shadow: 0px 5px 0px 0px #1e6e96;
          box-shadow: 0px 5px 0px 0px #1e6e96;
}
.b-post-list__item__desc {
  color: #333;
  padding: 20px 0px;
}
.b-post-list--2col .b-post-list__item {
  width: 50%;
}
.b-post-list--3col-1line .b-post-list__item {
  width: 33.33%;
}
.b-post-list--3col-1line .b-post-list__item:nth-child(n+4) {
  display: none;
}
.b-post-list--wide .b-post-list__item {
  width: 80%;
  margin: 0px auto;
}
.b-post-list--wide .b-post-list__item a {
  padding: 30px;
}
.b-post-list--wide .b-post-list__item__img img {
  height: 240px;
  border-radius: 10px;
}
.b-post-list--related {
  margin: 0px 0px 60px;
}
@media screen and ( max-width: 599px ) {
  .b-post-list {
    margin: 0px -5px;
  }
  .b-post-list__item {
    padding: 10px 5px;
    width: 50%;
  }
  .b-post-list__item__img img {
    height: 100px;
  }
  .b-post-list__item__contents {
    height: 9.5em;
  }
  .b-post-list__item__contents__title {
    font-size: 0.75em;
    padding: 8px 10px;
    min-height: 4em;
  }
  .b-post-list__item__contents__desc {
    font-size: 0.625em;
    padding: 8px 10px;
    line-height: 1.4em;
  }
  .b-post-list__item__btn {
    padding: 0px 10px;
  }
  .b-post-list__item__btn span {
    font-size: 0.875em;
  }
  .b-post-list--3col-1line {
    margin: 0px -5px 60px;
  }
  .b-post-list--3col-1line .b-post-list__item {
    width: 50%;
  }
  .b-post-list--3col-1line .b-post-list__item:nth-child(n+4) {
    display: block;
  }
  .b-post-list--wide .b-post-list__item {
    width: 100%;
  }
  .b-post-list--wide .b-post-list__item a {
    padding: 20px;
  }
  .b-post-list--wide .b-post-list__item__img img {
    height: 48vw;
  }
  .b-post-list--wide .b-post-list__item__desc {
    font-size: 0.875em;
  }
}
@media screen and ( max-width: 374px ) {
  .b-post-list__item__contents {
    height: 10em;
  }
  .b-post-list__item__contents__title {
    font-size: 0.625em;
    padding: 6px 8px;
  }
  .b-post-list__item__contents__desc {
    font-size: 0.625em;
    padding: 6px 8px;
  }
}

/* ------------------------------ */
/* How To Summary Btn */
/* ------------------------------ */
.b-how-to-summary-btn {
  display: block;
  width: 600px;
  max-width: 100%;
  margin: 80px auto;
  font-size: 1.625em;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  border: 2px solid #1fa0dc;
  border-radius: 10px;
  line-height: 1.4;
  padding: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 0px 2px #1fa0dc;
          box-shadow: 0px 2px 0px 2px #1fa0dc;
}
.b-how-to-summary-btn br {
  display: none;
}
@media screen and ( max-width: 599px ) {
  .b-how-to-summary-btn {
    font-size: 1.5em;
  }
  .b-how-to-summary-btn br {
    display: block;
  }
}

/* ------------------------------ */
/* Footer Banner */
/* ------------------------------ */
.b-footer-banner {
  margin: 40px auto 0px;
}
.b-footer-banner__item {
  display: block;
  width: 600px;
  max-width: 90%;
  margin: 20px auto;
}
@media screen and ( min-width: 600px ) {
  .b-footer-banner__item:hover, .b-footer-banner__item:focus {
    opacity: 0.5;
  }
}

/* ------------------------------ */
/* Tag Area */
/* ------------------------------ */
.b-tag-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.b-tag-area__item {
  padding: 5px 12px;
  background-color: #f2f2f2;
  border-radius: 10px;
  color: #999;
  font-weight: bold;
  margin: 0px 5px 5px 0px;
}

/* ------------------------------ */
/* Ranking */
/* ------------------------------ */
.b-ranking {
  position: relative;
  width: 780px;
  max-width: 100%;
  padding: 0px 20px;
  margin: 0px auto 60px;
  z-index: 1;
}
.b-ranking__heading {
  font-size: 2.125em;
  font-weight: bold;
  text-align: center;
  margin: 0px 0px 20px;
  color: #1fa0dc;
}
.b-ranking__list__item {
  position: relative;
  padding: 14px 0px 14px 70px;
  border-top: 1px solid #999;
}
.b-ranking__list__item:before {
  position: absolute;
  top: 50%;
  left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  width: 50px;
  background-color: #1fa0dc;
  color: #fff;
  font-size: 1.25em;
  font-weight: bold;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 5px;
}
.b-ranking__list__item:nth-child(1):before {
  content: "1";
}
.b-ranking__list__item:nth-child(2):before {
  content: "2";
}
.b-ranking__list__item:nth-child(3):before {
  content: "3";
}
.b-ranking__list__item:nth-child(4):before {
  content: "4";
}
.b-ranking__list__item:nth-child(5):before {
  content: "5";
}
.b-ranking__list__item:nth-child(6):before {
  content: "6";
}
.b-ranking__list__item:nth-child(7):before {
  content: "7";
}
.b-ranking__list__item:nth-child(8):before {
  content: "8";
}
.b-ranking__list__item:nth-child(9):before {
  content: "9";
}
.b-ranking__list__item:nth-child(10):before {
  content: "10";
}
.b-ranking__list__item:nth-child(11):before {
  content: "11";
}
.b-ranking__list__item:nth-child(12):before {
  content: "12";
}
.b-ranking__list__item:nth-child(13):before {
  content: "13";
}
.b-ranking__list__item:nth-child(14):before {
  content: "14";
}
.b-ranking__list__item:nth-child(15):before {
  content: "15";
}
.b-ranking__list__item:nth-child(16):before {
  content: "16";
}
.b-ranking__list__item:nth-child(17):before {
  content: "17";
}
.b-ranking__list__item:nth-child(18):before {
  content: "18";
}
.b-ranking__list__item:nth-child(19):before {
  content: "19";
}
.b-ranking__list__item:nth-child(20):before {
  content: "20";
}
.b-ranking__list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #333;
}
.b-ranking__list__item__thumb {
  width: 120px;
  height: 68px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  /*IE対策*/
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.b-ranking__list__item__title {
  padding: 0px 0px 0px 20px;
  line-height: 1.4em;
  font-size: 1.125em;
  font-weight: bold;
}
.b-ranking--single-page {
  margin: 80px auto -30px;
  padding: 80px 20px 0px;
  background-size: 22px 2px;
  background-image: linear-gradient(to right, #1fa0dc, #1fa0dc 16px, transparent 16px, transparent 22px);
  background-repeat: repeat-x;
}
.b-ranking--category-list-page {
  margin: 100px auto 0px;
}
.b-ranking--search-page {
  margin: 100px auto;
}
@media screen and ( max-width: 599px ) {
  .b-ranking__heading {
    font-size: 1.5em;
  }
  .b-ranking__list__item {
    padding: 10px 0px 10px 40px;
  }
  .b-ranking__list__item:before {
    height: 30px;
    width: 30px;
    font-size: 16px;
  }
  .b-ranking__list__item__thumb {
    width: 80px;
    height: 60px;
  }
  .b-ranking__list__item__title {
    font-size: 0.875em;
    padding: 0px 0px 0px 10px;
  }
  .b-ranking--single-page {
    padding: 60px 20px 0px;
  }
}

/* ------------------------------ */
/* Page Banner */
/* ------------------------------ */
.b-page-banner {
  display: block;
  width: 50%;
  margin: 30px auto;
}
@media screen and ( max-width: 599px ) {
  .b-page-banner {
    width: 100%;
  }
}

/* ------------------------------ */
/* Movie */
/* ------------------------------ */
.b-movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.b-movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* ------------------------------ */
/* Top Banner */
/* ------------------------------ */
.b-top-banner {
  display: block;
  max-width: 90%;
  width: 600px;
  margin: 30px auto;
}
.b-top-banner--bordered {
  border: 2px solid #1fa0dc;
}
@media screen and ( max-width: 599px ) {
  .b-top-banner {
    position: relative;
    top: 20px;
  }
}

/* ------------------------------ */
/* Useful Contents */
/* ------------------------------ */
.b-useful-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 700px;
  max-width: 90%;
  margin: 40px auto;
}
.b-useful-contents__item {
  width: calc((100% - 60px) / 2);
  border: 1px solid #1fa0dc;
}
.b-useful-contents__item--1col {
  width: 51%;
}
@media screen and ( max-width: 599px ) {
  .b-useful-contents {
    display: block;
    margin: 20px auto;
  }
  .b-useful-contents__item {
    width: 100%;
    margin: 20px 0px;
  }
}

/* ------------------------------ */
/* Footer Text Banner */
/* ------------------------------ */
.b-footer-txt-bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  background-color: #f2f2f2;
  width: 650px;
  max-width: 100%;
  text-decoration: none;
  color: #333;
  padding: 20px;
  margin: 40px auto;
  line-height: 1.4;
}
.b-footer-txt-bnr:before {
  content: "【PR】";
  display: block;
  font-weight: bold;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 0.9em;
}
@media screen and ( max-width: 599px ) {
  .b-footer-txt-bnr {
    font-size: 0.875em;
  }
}

/* Contest 2022 */
/* ------------------------------ */
/* Contest 2022 Header */
/* ------------------------------ */
.b-contest2022-header {
  width: 850px;
  max-width: 90%;
  margin: 0px auto 30px;
}
.b-contest2022-header__lead {
  font-size: 1.25em;
}
.b-contest2022-header__lead--centered {
  text-align: center;
}
@media screen and ( max-width: 599px ) {
  .b-contest2022-header {
    border: none;
  }
  .b-contest2022-header__lead {
    font-size: 16px;
  }
}

/* ------------------------------ */
/* Contest 2022 Section */
/* ------------------------------ */
.b-contest2022-section {
  width: 850px;
  max-width: 90%;
  margin: 0px auto;
  padding: 30px 0px;
  border-top: 2px solid #1fa0dc;
}
.b-contest2022-section__heading {
  font-size: 2.125em;
  font-weight: bold;
  color: #1fa0dc;
  text-align: center;
  margin: 0px 0px 20px;
}
.b-contest2022-section__heading-middle {
  font-size: 1.625em;
  font-weight: bold;
  color: #1fa0dc;
  padding: 0px 0px 5px;
  margin: 0px 0px 20px;
  border-bottom: 1px solid #1fa0dc;
}
.b-contest2022-section__heading-small {
  font-size: 1.25em;
  font-weight: bold;
  color: #1fa0dc;
  padding: 0px 0px 0px 10px;
  margin: 20px 0px 10px;
  border-left: 3px solid #1fa0dc;
  line-height: 1.4;
}
.b-contest2022-section__lead {
  border-top: 1px dashed rgba(31, 160, 220, 0.5);
  border-bottom: 1px dashed rgba(31, 160, 220, 0.5);
  padding: 20px 0px;
}
.b-contest2022-section hr {
  margin: 40px 0px;
  border-bottom: 2px dashed #1fa0dc;
}
.b-contest2022-section__list {
  margin: 0px 0px 0px 1.4em;
}
.b-contest2022-section__list li {
  list-style-type: disc;
}
@media screen and ( max-width: 599px ) {
  .b-contest2022-section__heading {
    font-size: 1.25em;
  }
  .b-contest2022-section__heading-middle {
    font-size: 1.25em;
  }
  .b-contest2022-section__heading-small {
    font-size: 1.125em;
  }
}

/* ------------------------------ */
/* Contest 2022 Award */
/* ------------------------------ */
.b-contest2022-award {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin: 30px 0px;
}
.b-contest2022-award__item {
  width: calc((100% - 40px) / 3);
  border: 2px solid #1fa0dc;
  padding: 20px;
  border-radius: 10px;
  background-color: rgba(31, 160, 220, 0.1);
  -webkit-box-shadow: 0 5px 0 #1fa0dc;
          box-shadow: 0 5px 0 #1fa0dc;
}
.b-contest2022-award__item__heading {
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  margin: 0px 0px 10px;
}
.b-contest2022-award__item__heading__sub {
  display: block;
  font-size: 0.7em;
}
.b-contest2022-award__item__heading--gold {
  color: #B08A1C;
}
.b-contest2022-award__item__heading--silver {
  color: #96A9B3;
}
.b-contest2022-award__item__heading--special {
  color: #f73644;
}
.b-contest2022-award__item--grand {
  width: 100%;
}
.b-contest2022-award__item--grand .b-contest2022-award__item__heading {
  font-size: 1.75em;
}
.b-contest2022-award__item__desc {
  text-align: center;
  margin: 0px 0px 20px;
}
.b-contest2022-award__item__prize-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.b-contest2022-award__item__prize-list__item {
  width: calc((100% - 20px) / 3);
}
.b-contest2022-award__item__prize {
  padding: 10px;
  border: 2px solid #1fa0dc;
  border-radius: 10px;
  background-color: #fff;
}
.b-contest2022-award__item__prize__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.6;
  text-align: center;
  font-size: 0.875em;
  background-color: #1fa0dc;
  color: #fff;
  border-radius: 5px;
  margin: 0px 0px 5px;
  padding: 0px 5px;
  height: 90px;
}
.b-contest2022-award__item__prize__title__main {
  display: block;
  width: 100%;
  font-size: 1.125em;
  font-weight: bold;
}
.b-contest2022-award__item__prize__title__sub {
  display: block;
  font-size: 0.875em;
}
.b-contest2022-award__item__prize__title__icon {
  position: absolute;
  top: -16px;
  left: -16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #fff;
  font-size: 1.25em;
  font-weight: bold;
  color: #1fa0dc;
  border: 2px solid #1fa0dc;
  border-radius: 50%;
}
.b-contest2022-award--centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and ( max-width: 599px ) {
  .b-contest2022-award {
    display: block;
  }
  .b-contest2022-award__item {
    width: 100%;
    margin: 20px 0px 0px;
  }
  .b-contest2022-award__item__prize-list {
    display: block;
  }
  .b-contest2022-award__item__prize-list__item {
    width: 100%;
    margin: 0px 0px 20px;
  }
}

/* ------------------------------ */
/* Contest 2022 Judge */
/* ------------------------------ */
.b-contest2022-judge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin: 30px 0px;
}
.b-contest2022-judge__item {
  position: relative;
  width: calc((100% - 60px) / 3);
}
.b-contest2022-judge__item__photo {
  position: relative;
  display: block;
  width: 70%;
  border: 4px solid #fff;
  -webkit-box-shadow: 0px 2px 2px 2px rgba(51, 51, 51, 0.3);
          box-shadow: 0px 2px 2px 2px rgba(51, 51, 51, 0.3);
  margin: 0px auto 10px;
}
.b-contest2022-judge__item__role {
  display: block;
  width: 200px;
  background-color: #1fa0dc;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 20px;
  margin: 0px auto;
}
.b-contest2022-judge__item__name {
  display: block;
  font-size: 1.5em;
  text-align: center;
}
.b-contest2022-judge__item__name--small {
  line-height: 1.2;
  margin: 10px 0px;
}
.b-contest2022-judge__item__title {
  display: block;
  line-height: 1.4;
  text-align: center;
}
.b-contest2022-judge__item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background-color: rgba(31, 160, 220, 0.1);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.b-contest2022-judge__comment {
  max-width: 90%;
  margin: 10px auto 40px;
  padding: 30px;
  background-color: #f3fcff;
  -webkit-box-shadow: 1px 1px 0px rgba(30, 110, 150, 0.2);
          box-shadow: 1px 1px 0px rgba(30, 110, 150, 0.2);
  border-radius: 10px;
}
.b-contest2022-judge__comment__heading {
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.4;
  color: #1fa0dc;
  margin: 0px 0px 20px;
}
.b-contest2022-judge__comment__txt__author {
  display: block;
  font-weight: 700;
  text-align: right;
}
.b-contest2022-judge--centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and ( max-width: 599px ) {
  .b-contest2022-judge {
    display: block;
  }
  .b-contest2022-judge__item {
    width: 100%;
    margin: 20px 0px 0px;
  }
  .b-contest2022-judge__item__photo {
    width: 50%;
  }
  .b-contest2022-judge__comment {
    padding: 0px;
  }
}

/* ------------------------------ */
/* Contest 2022 About */
/* ------------------------------ */
.b-contest2022-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 30px 0px;
  border-radius: 5px;
  overflow: hidden;
  border-top: 1px solid #1fa0dc;
  border-bottom: 1px solid #1fa0dc;
}
.b-contest2022-about dt,
.b-contest2022-about dd {
  padding: 10px;
  border-right: 1px solid #1fa0dc;
}
.b-contest2022-about dt del,
.b-contest2022-about dd del {
  color: red;
}
.b-contest2022-about dt del span,
.b-contest2022-about dd del span {
  color: #333;
}
.b-contest2022-about dt b,
.b-contest2022-about dd b {
  color: red;
}
.b-contest2022-about dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 160px;
  background-color: #1fa0dc;
  font-weight: bold;
  color: #fff;
}
.b-contest2022-about dt:not(:last-of-type) {
  border-bottom: 1px solid #fff;
}
.b-contest2022-about dd {
  width: calc(100% - 160px);
}
.b-contest2022-about dd:not(:last-of-type) {
  border-bottom: 1px solid #1fa0dc;
}
@media screen and ( max-width: 599px ) {
  .b-contest2022-about {
    display: block;
  }
  .b-contest2022-about dt,
.b-contest2022-about dd {
    width: 100%;
    border-left: 1px solid #1fa0dc;
  }
  .b-contest2022-about dt {
    text-align: center;
  }
}

/* ------------------------------ */
/* Contest 2022 Howto */
/* ------------------------------ */
.b-contest2022-howto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin: 30px auto;
}
.b-contest2022-howto__item {
  display: block;
  width: calc((100% - 30px) / 2);
  border: 2px solid #1fa0dc;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
}
.b-contest2022-howto__item__title {
  display: block;
  font-size: 1.125em;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #1fa0dc;
  padding: 10px 0px;
}
.b-contest2022-howto__item__desc {
  padding: 20px;
  color: #333;
}
.b-contest2022-howto__item__btn {
  display: block;
  width: 90%;
  background-color: #1fa0dc;
  color: #fff;
  border-radius: 5px;
  padding: 5px 0px;
  font-size: 1.125em;
  font-weight: bold;
  text-align: center;
  -webkit-box-shadow: 0px 5px 0px 0px #f3fcff;
          box-shadow: 0px 5px 0px 0px #f3fcff;
  margin: 0px auto 20px;
}
@media screen and ( max-width: 599px ) {
  .b-contest2022-howto {
    display: block;
  }
  .b-contest2022-howto__item {
    width: 100%;
    margin: 20px 0px 0px;
  }
  .b-contest2022-howto__item__desc {
    font-size: 0.875em;
    line-height: 1.4;
  }
}

/* ------------------------------ */
/* Contest 2022 Winners */
/* ------------------------------ */
.b-contest2022-winners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
.b-contest2022-winners__header {
  width: 100%;
  border-bottom: 1px dashed #1fa0dc;
  padding: 0px 0px 20px;
}
.b-contest2022-winners__header__heading {
  text-align: center;
  font-weight: bold;
}
.b-contest2022-winners__header__heading__title {
  display: block;
  width: 300px;
  color: #fff;
  background-color: #1fa0dc;
  margin: 0px auto 10px;
}
.b-contest2022-winners__header__heading__work {
  font-size: 1.5em;
  color: #1fa0dc;
  line-height: 1.4;
}
.b-contest2022-winners__header__photo {
  display: block;
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 10px auto;
  border-radius: 50%;
}
.b-contest2022-winners__header__name {
  display: block;
  text-align: center;
  font-size: 1.125em;
}
.b-contest2022-winners__header__profile {
  display: block;
  text-align: center;
  font-size: 0.875em;
}
.b-contest2022-winners__comments {
  width: calc(50% - 20px);
}
.b-contest2022-winners__comments p {
  font-size: 0.875em;
  margin: 0px 0px 20px;
}
.b-contest2022-winners__comments__qa {
  margin: 0px 0px 20px;
}
.b-contest2022-winners__comments__qa dt {
  font-weight: bold;
  color: #1fa0dc;
  padding: 0px 0px 5px;
  margin: 20px 0px 5px;
  border-bottom: 1px solid #1fa0dc;
  line-height: 1.4;
}
.b-contest2022-winners__comments__qa dd {
  font-size: 0.875em;
}
.b-contest2022-winners__comments__judge__heading {
  background-color: #1fa0dc;
  color: #fff;
  padding: 5px 10px;
}
.b-contest2022-winners__comments__judge__txt {
  font-size: 0.875em;
  border: 1px solid #1fa0dc;
  padding: 10px 20px;
}
.b-contest2022-winners__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
.b-contest2022-winners__gallery__item {
  position: relative;
  width: calc((100% - 15px) / 4);
  border: 1px solid #1fa0dc;
}
.b-contest2022-winners__gallery__item a {
  display: block;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  padding-top: 60%;
  overflow: hidden;
}
.b-contest2022-winners__gallery__item a img {
  display: block;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.b-contest2022-winners__gallery__item:first-child {
  width: 100%;
}
.b-contest2022-winners__gallery__item--hidden {
  display: none;
}
.b-contest2022-winners__gallery-note {
  display: block;
  text-align: right;
  color: #e66e5f;
}
.b-contest2022-winners__gallery-note--small {
  font-size: 0.75em;
}
.b-contest2022-winners__gallery-note--narrow {
  letter-spacing: -0.05em;
}
.b-contest2022-winners__slide {
  width: 50%;
}
.b-contest2022-winners__slide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
.b-contest2022-winners__slide__list__item {
  width: calc((100% - 15px) / 4);
  border: 1px solid #1fa0dc;
}
.b-contest2022-winners__slide__list__item img {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.b-contest2022-winners__slide__list__item--main {
  width: 100%;
}
.b-contest2022-winners__slide__note {
  display: block;
  text-align: right;
  color: #e66e5f;
}
@media screen and ( max-width: 599px ) {
  .b-contest2022-winners {
    display: block;
  }
  .b-contest2022-winners__comments {
    width: 100%;
    margin: 0px 0px 30px;
  }
  .b-contest2022-winners__slide {
    width: 100%;
  }
  .b-contest2022-winners__gallery-note--narrow {
    font-size: 0.75em;
  }
}

/* ------------------------------ */
/* Contest 2022 Notes */
/* ------------------------------ */
.b-contest2022-notes {
  margin: 30px 0px 30px 1.4em;
}
.b-contest2022-notes__item {
  text-align: left;
  list-style-type: "＊";
}

/* ------------------------------ */
/* Contest 2022 QA */
/* ------------------------------ */
.b-contest2022-qa dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  color: #1fa0dc;
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1.4;
}
.b-contest2022-qa dt:before {
  content: "Q";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 30px;
  height: 30px;
  background-color: #1fa0dc;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
}
.b-contest2022-qa dd {
  margin: 10px 0px 30px;
}

/* ------------------------------ */
/* Contest 2022 Prize */
/* ------------------------------ */
.b-contest2022-prize__heading {
  position: relative;
  height: 64px;
  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;
  gap: 20px;
  width: 100%;
  font-size: 2.325em;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 0px auto 20px;
}
.b-contest2022-prize__heading__deco {
  width: 26px;
}
.b-contest2022-prize__heading__deco--right {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.b-contest2022-prize__heading--gold {
  color: #B08A1C;
}
.b-contest2022-prize__heading--silver {
  color: #96A9B3;
}
.b-contest2022-prize__heading--red {
  color: #f73644;
}
.b-contest2022-prize__section {
  border-top: 1px dotted #1fa0dc;
  padding: 30px 0px;
}
.b-contest2022-prize__section__heading {
  max-width: 200px;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1;
  background-color: #1fa0dc;
  padding: 10px 0px;
  margin: 0px auto 20px;
  border-radius: 20px;
}
.b-contest2022-prize__section__winner {
  text-align: center;
  font-size: 1.75em;
  font-weight: bold;
  margin: 20px 0px 10px;
  line-height: 1.6;
}
.b-contest2022-prize__section__winner__sub {
  display: block;
  font-size: 0.7em;
}
.b-contest2022-prize__section__winner__title {
  display: block;
  font-size: 0.7em;
  font-weight: normal;
  margin: 0px 0px 22px;
}
.b-contest2022-prize__section__winner--middle {
  font-size: 1.625em;
}
.b-contest2022-prize__section__winner--small {
  font-size: 1.25em;
}
.b-contest2022-prize__section__web {
  padding: 20px 0px;
  text-align: center;
}
.b-contest2022-prize__section__web a {
  background-color: #1fa0dc;
  color: #fff;
  text-decoration: none;
  padding: 0px 10px;
  border-radius: 10px;
}
.b-contest2022-prize__section__winners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px 0px;
  margin: 20px 0px 33px;
}
.b-contest2022-prize__section__winners__item {
  width: 33.33%;
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.b-contest2022-prize__section__winners__item__title {
  display: block;
  font-size: 0.5em;
  font-weight: normal;
}
.b-contest2022-prize__section__comment {
  margin: 20px 0px;
}
.b-contest2022-prize__section__comment__item {
  border: 1px solid #1fa0dc;
}
.b-contest2022-prize__section__comment__item__heading {
  font-weight: bold;
  color: #1fa0dc;
  background-color: rgba(31, 160, 220, 0.2);
  padding: 10px;
  border-bottom: 1px solid #1fa0dc;
}
.b-contest2022-prize__section__comment__item__heading--sub {
  color: #fff;
  background-color: #1fa0dc;
}
.b-contest2022-prize__section__comment__item__body {
  padding: 10px;
  font-size: 0.875em;
}
.b-contest2022-prize__section__comment__item__body--small {
  font-size: 0.75em;
}
.b-contest2022-prize__section__comment__item__body__name {
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  text-align: right;
}
.b-contest2022-prize__section__comment__item__body p:not(:last-child) {
  margin: 0px 0px 10px;
}
.b-contest2022-prize__section__comment--2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.b-contest2022-prize__section__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.b-contest2022-prize__section__list__item {
  width: calc(50% - 15px);
}
.b-contest2022-prize__section__list--3col {
  gap: 24px;
}
.b-contest2022-prize__section__list--3col .b-contest2022-prize__section__list__item {
  width: calc(33.33% - 18px);
}
@media screen and ( max-width: 599px ) {
  .b-contest2022-prize__heading {
    font-size: 1.625em;
  }
  .b-contest2022-prize__section__heading {
    font-size: 1.25em;
  }
  .b-contest2022-prize__section__comment {
    display: block;
  }
  .b-contest2022-prize__section__comment__item:not(first-child) {
    margin: 14px 0px 0px;
  }
  .b-contest2022-prize__section__comment__item__body {
    font-size: 0.875em !important;
  }
  .b-contest2022-prize__section__list {
    display: block;
  }
  .b-contest2022-prize__section__list__item {
    width: 100% !important;
  }
  .b-contest2022-prize__section__list__item:not(:first-child) {
    padding-top: 20px;
    border-top: 1px dashed #1fa0dc;
  }
}

/* ------------------------------ */
/* Page SDGs About */
/* ------------------------------ */
.b-page-sdgs-about {
  width: min(95%, 1000px);
  padding: 20px 40px;
  margin: 20px auto;
  border: 2px solid #1fa0dc;
  border-radius: 20px;
  -webkit-box-shadow: 0px 5px 0px 0px #1fa0dc;
          box-shadow: 0px 5px 0px 0px #1fa0dc;
}
.b-page-sdgs-about__heading {
  font-size: 2.125em;
  font-weight: bold;
  color: #1fa0dc;
  text-align: center;
  margin: 0px 0px 10px;
}
.b-page-sdgs-about__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.b-page-sdgs-about__contents__main__kv {
  margin: 0px 0px 10px;
}
.b-page-sdgs-about__contents__main__desc {
  font-size: 1.125em;
}
.b-page-sdgs-about .b-how-to-summary-btn {
  margin: 30px auto;
}
@media screen and ( max-width: 599px ) {
  .b-page-sdgs-about {
    padding: 10px 20px;
  }
  .b-page-sdgs-about__heading {
    font-size: 1.5em;
  }
  .b-page-sdgs-about__contents {
    display: block;
  }
  .b-page-sdgs-about__contents__main {
    margin: 0px 0px 20px;
  }
}

/* ------------------------------ */
/* Page SDGs Goal */
/* ------------------------------ */
.b-page-sdgs-goal {
  width: min(95%, 800px);
  margin: 30px auto;
  padding: 0px 0px 30px;
  border-bottom: 2px dashed #1fa0dc;
}
.b-page-sdgs-goal__header {
  margin: 0px 0px 20px;
}
.b-page-sdgs-goal__header__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.b-page-sdgs-goal__header__heading__txt {
  display: block;
  font-size: 1.625em;
  font-weight: bold;
  text-align: center;
  color: #1fa0dc;
  letter-spacing: 0.1em;
}
.b-page-sdgs-goal__header__heading__txt--color1 {
  color: #e4011e;
}
.b-page-sdgs-goal__header__heading__txt--color2 {
  color: #d6a601;
}
.b-page-sdgs-goal__header__heading__txt--color3 {
  color: #1C973A;
}
.b-page-sdgs-goal__header__heading__txt--color4 {
  color: #C50F28;
}
.b-page-sdgs-goal__header__heading__txt--color5 {
  color: #E83317;
}
.b-page-sdgs-goal__header__heading__txt--color6 {
  color: #04A5D9;
}
.b-page-sdgs-goal__header__heading__txt--color7 {
  color: #FABC00;
}
.b-page-sdgs-goal__header__heading__txt--color8 {
  color: #970931;
}
.b-page-sdgs-goal__header__heading__txt--color9 {
  color: #EC6A05;
}
.b-page-sdgs-goal__header__heading__txt--color10 {
  color: #DC087A;
}
.b-page-sdgs-goal__header__heading__txt--color11 {
  color: #F5A20B;
}
.b-page-sdgs-goal__header__heading__txt--color12 {
  color: #D29204;
}
.b-page-sdgs-goal__header__heading__txt--color13 {
  color: #407936;
}
.b-page-sdgs-goal__header__heading__txt--color14 {
  color: #0175BA;
}
.b-page-sdgs-goal__header__heading__txt--color15 {
  color: #26A838;
}
.b-page-sdgs-goal__header__heading__txt--color16 {
  color: #004C88;
}
.b-page-sdgs-goal__header__heading__txt--color17 {
  color: #023066;
}
.b-page-sdgs-goal__header__heading__icon {
  width: 100px;
}
.b-page-sdgs-goal__articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
  width: 100%;
}
.b-page-sdgs-goal__articles__item {
  width: calc((100% - 40px) / 3);
}
.b-page-sdgs-goal__articles__item a {
  display: block;
  padding: 10px 10px 20px;
  border: 2px solid #1fa0dc;
  border-radius: 10px;
  -webkit-box-shadow: 0px 5px 0px 0px #1fa0dc;
          box-shadow: 0px 5px 0px 0px #1fa0dc;
  text-decoration: none;
}
.b-page-sdgs-goal__articles__item__thumb {
  margin: 0px 0px 10px;
  height: 130px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.b-page-sdgs-goal__articles__item__title {
  line-height: 1.4;
  margin: 0px 0px 10px;
}
.b-page-sdgs-goal__articles__item__btn {
  display: block;
  background-color: #1fa0dc;
  color: #fff;
  border-radius: 5px;
  padding: 5px 0px;
  font-size: 0.875em;
  font-weight: bold;
  text-align: center;
  -webkit-box-shadow: 0px 5px 0px 0px #1e6e96;
          box-shadow: 0px 5px 0px 0px #1e6e96;
  text-decoration: none;
}
@media screen and ( max-width: 599px ) {
  .b-page-sdgs-goal {
    display: block;
    padding: 20px 0px;
  }
  .b-page-sdgs-goal__header {
    margin: 0px 0px 30px;
  }
  .b-page-sdgs-goal__header__heading__icon {
    display: block;
    width: 80px;
  }
  .b-page-sdgs-goal__header__heading__txt {
    font-size: 16px;
    line-height: 1.4;
  }
  .b-page-sdgs-goal__articles {
    display: block;
  }
  .b-page-sdgs-goal__articles__item {
    width: 100%;
    margin: 0px 0px 20px;
  }
}

/* ------------------------------ */
/* Footer Recommended Banners */
/* ------------------------------ */
.b-ft-recommended-banners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  max-width: 100%;
  margin: 100px 0px 80px;
}

/* ------------------------------ */
/* Partners */
/* ------------------------------ */
.b-partners {
  padding: 80px 20px;
}
.b-partners__heading {
  text-align: center;
}
.b-partners__heading img {
  width: 340px;
  max-width: 90%;
}
.b-partners__lead {
  text-align: center;
  font-weight: 600;
  margin: 20px 0px;
}
.b-partners__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.b-partners__list__item {
  height: 90px;
  width: auto;
}
.b-partners__list__item a {
  display: block;
  height: 100%;
}
.b-partners__list__item a img {
  height: 100%;
  max-width: auto;
}
@media screen and ( min-width: 600px ) {
  .b-partners__list__item a:hover, .b-partners__list__item a:focus {
    opacity: 0.8;
  }
}
@media screen and ( max-width: 599px ) {
  .b-partners__list__item {
    height: 40px;
  }
}

/* Utility */
/* ------------------------------ */
/* Post New Mark */
/* ------------------------------ */
.new-mark {
  position: relative;
}
.new-mark:after {
  content: "NEW!";
  display: block;
  position: absolute;
  top: -8px;
  left: -8px;
  background-color: #e66e5f;
  color: #fff;
  padding: 2px 10px;
  font-weight: bold;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

/* ------------------------------ */
/* Utility 
/* ------------------------------ */
.u-mg-tp--0 {
  margin-top: 0px;
}
.u-mg-tp--10 {
  margin-top: 10px;
}
.u-mg-tp--20 {
  margin-top: 20px;
}
.u-mg-tp--30 {
  margin-top: 30px;
}
.u-mg-tp--40 {
  margin-top: 40px;
}
.u-mg-tp--50 {
  margin-top: 50px;
}
.u-mg-tp--60 {
  margin-top: 60px;
}
.u-mg-tp--70 {
  margin-top: 70px;
}
.u-mg-tp--80 {
  margin-top: 80px;
}
.u-mg-tp--90 {
  margin-top: 90px;
}
.u-mg-tp--100 {
  margin-top: 100px;
}
.u-mg-tp--110 {
  margin-top: 110px;
}
.u-mg-tp--120 {
  margin-top: 120px;
}
.u-mg-tp--130 {
  margin-top: 130px;
}
.u-mg-tp--140 {
  margin-top: 140px;
}
.u-mg-tp--150 {
  margin-top: 150px;
}
.u-mg-tp--160 {
  margin-top: 160px;
}
.u-mg-tp--170 {
  margin-top: 170px;
}
.u-mg-tp--180 {
  margin-top: 180px;
}
.u-mg-tp--190 {
  margin-top: 190px;
}
.u-mg-tp--200 {
  margin-top: 200px;
}
@media screen and ( min-width: 600px ) {
  .u-mg-tp-sm-up--0 {
    margin-top: 0px;
  }
  .u-mg-tp-sm-up--10 {
    margin-top: 10px;
  }
  .u-mg-tp-sm-up--20 {
    margin-top: 20px;
  }
  .u-mg-tp-sm-up--30 {
    margin-top: 30px;
  }
  .u-mg-tp-sm-up--40 {
    margin-top: 40px;
  }
  .u-mg-tp-sm-up--50 {
    margin-top: 50px;
  }
  .u-mg-tp-sm-up--60 {
    margin-top: 60px;
  }
  .u-mg-tp-sm-up--70 {
    margin-top: 70px;
  }
  .u-mg-tp-sm-up--80 {
    margin-top: 80px;
  }
  .u-mg-tp-sm-up--90 {
    margin-top: 90px;
  }
  .u-mg-tp-sm-up--100 {
    margin-top: 100px;
  }
  .u-mg-tp-sm-up--110 {
    margin-top: 110px;
  }
  .u-mg-tp-sm-up--120 {
    margin-top: 120px;
  }
  .u-mg-tp-sm-up--130 {
    margin-top: 130px;
  }
  .u-mg-tp-sm-up--140 {
    margin-top: 140px;
  }
  .u-mg-tp-sm-up--150 {
    margin-top: 150px;
  }
  .u-mg-tp-sm-up--160 {
    margin-top: 160px;
  }
  .u-mg-tp-sm-up--170 {
    margin-top: 170px;
  }
  .u-mg-tp-sm-up--180 {
    margin-top: 180px;
  }
  .u-mg-tp-sm-up--190 {
    margin-top: 190px;
  }
  .u-mg-tp-sm-up--200 {
    margin-top: 200px;
  }
}

.u-mg-bt--0 {
  margin-bottom: 0px;
}
.u-mg-bt--10 {
  margin-bottom: 10px;
}
.u-mg-bt--20 {
  margin-bottom: 20px;
}
.u-mg-bt--30 {
  margin-bottom: 30px;
}
.u-mg-bt--40 {
  margin-bottom: 40px;
}
.u-mg-bt--50 {
  margin-bottom: 50px;
}
.u-mg-bt--60 {
  margin-bottom: 60px;
}
.u-mg-bt--70 {
  margin-bottom: 70px;
}
.u-mg-bt--80 {
  margin-bottom: 80px;
}
.u-mg-bt--90 {
  margin-bottom: 90px;
}
.u-mg-bt--100 {
  margin-bottom: 100px;
}
.u-mg-bt--110 {
  margin-bottom: 110px;
}
.u-mg-bt--120 {
  margin-bottom: 120px;
}
.u-mg-bt--130 {
  margin-bottom: 130px;
}
.u-mg-bt--140 {
  margin-bottom: 140px;
}
.u-mg-bt--150 {
  margin-bottom: 150px;
}
.u-mg-bt--160 {
  margin-bottom: 160px;
}
.u-mg-bt--170 {
  margin-bottom: 170px;
}
.u-mg-bt--180 {
  margin-bottom: 180px;
}
.u-mg-bt--190 {
  margin-bottom: 190px;
}
.u-mg-bt--200 {
  margin-bottom: 200px;
}
@media screen and ( min-width: 600px ) {
  .u-mg-bt-sm-up--0 {
    margin-bottom: 0px;
  }
  .u-mg-bt-sm-up--10 {
    margin-bottom: 10px;
  }
  .u-mg-bt-sm-up--20 {
    margin-bottom: 20px;
  }
  .u-mg-bt-sm-up--30 {
    margin-bottom: 30px;
  }
  .u-mg-bt-sm-up--40 {
    margin-bottom: 40px;
  }
  .u-mg-bt-sm-up--50 {
    margin-bottom: 50px;
  }
  .u-mg-bt-sm-up--60 {
    margin-bottom: 60px;
  }
  .u-mg-bt-sm-up--70 {
    margin-bottom: 70px;
  }
  .u-mg-bt-sm-up--80 {
    margin-bottom: 80px;
  }
  .u-mg-bt-sm-up--90 {
    margin-bottom: 90px;
  }
  .u-mg-bt-sm-up--100 {
    margin-bottom: 100px;
  }
  .u-mg-bt-sm-up--110 {
    margin-bottom: 110px;
  }
  .u-mg-bt-sm-up--120 {
    margin-bottom: 120px;
  }
  .u-mg-bt-sm-up--130 {
    margin-bottom: 130px;
  }
  .u-mg-bt-sm-up--140 {
    margin-bottom: 140px;
  }
  .u-mg-bt-sm-up--150 {
    margin-bottom: 150px;
  }
  .u-mg-bt-sm-up--160 {
    margin-bottom: 160px;
  }
  .u-mg-bt-sm-up--170 {
    margin-bottom: 170px;
  }
  .u-mg-bt-sm-up--180 {
    margin-bottom: 180px;
  }
  .u-mg-bt-sm-up--190 {
    margin-bottom: 190px;
  }
  .u-mg-bt-sm-up--200 {
    margin-bottom: 200px;
  }
}

.u-pd-tp--0 {
  padding-top: 0px;
}
.u-pd-tp--10 {
  padding-top: 10px;
}
.u-pd-tp--20 {
  padding-top: 20px;
}
.u-pd-tp--30 {
  padding-top: 30px;
}
.u-pd-tp--40 {
  padding-top: 40px;
}
.u-pd-tp--50 {
  padding-top: 50px;
}
.u-pd-tp--60 {
  padding-top: 60px;
}
.u-pd-tp--70 {
  padding-top: 70px;
}
.u-pd-tp--80 {
  padding-top: 80px;
}
.u-pd-tp--90 {
  padding-top: 90px;
}
.u-pd-tp--100 {
  padding-top: 100px;
}
.u-pd-tp--110 {
  padding-top: 110px;
}
.u-pd-tp--120 {
  padding-top: 120px;
}
.u-pd-tp--130 {
  padding-top: 130px;
}
.u-pd-tp--140 {
  padding-top: 140px;
}
.u-pd-tp--150 {
  padding-top: 150px;
}
.u-pd-tp--160 {
  padding-top: 160px;
}
.u-pd-tp--170 {
  padding-top: 170px;
}
.u-pd-tp--180 {
  padding-top: 180px;
}
.u-pd-tp--190 {
  padding-top: 190px;
}
.u-pd-tp--200 {
  padding-top: 200px;
}
@media screen and ( min-width: 600px ) {
  .u-pd-tp-sm-up--0 {
    padding-top: 0px;
  }
  .u-pd-tp-sm-up--10 {
    padding-top: 10px;
  }
  .u-pd-tp-sm-up--20 {
    padding-top: 20px;
  }
  .u-pd-tp-sm-up--30 {
    padding-top: 30px;
  }
  .u-pd-tp-sm-up--40 {
    padding-top: 40px;
  }
  .u-pd-tp-sm-up--50 {
    padding-top: 50px;
  }
  .u-pd-tp-sm-up--60 {
    padding-top: 60px;
  }
  .u-pd-tp-sm-up--70 {
    padding-top: 70px;
  }
  .u-pd-tp-sm-up--80 {
    padding-top: 80px;
  }
  .u-pd-tp-sm-up--90 {
    padding-top: 90px;
  }
  .u-pd-tp-sm-up--100 {
    padding-top: 100px;
  }
  .u-pd-tp-sm-up--110 {
    padding-top: 110px;
  }
  .u-pd-tp-sm-up--120 {
    padding-top: 120px;
  }
  .u-pd-tp-sm-up--130 {
    padding-top: 130px;
  }
  .u-pd-tp-sm-up--140 {
    padding-top: 140px;
  }
  .u-pd-tp-sm-up--150 {
    padding-top: 150px;
  }
  .u-pd-tp-sm-up--160 {
    padding-top: 160px;
  }
  .u-pd-tp-sm-up--170 {
    padding-top: 170px;
  }
  .u-pd-tp-sm-up--180 {
    padding-top: 180px;
  }
  .u-pd-tp-sm-up--190 {
    padding-top: 190px;
  }
  .u-pd-tp-sm-up--200 {
    padding-top: 200px;
  }
}

.u-pd-bt--0 {
  padding-bottom: 0px;
}
.u-pd-bt--10 {
  padding-bottom: 10px;
}
.u-pd-bt--20 {
  padding-bottom: 20px;
}
.u-pd-bt--30 {
  padding-bottom: 30px;
}
.u-pd-bt--40 {
  padding-bottom: 40px;
}
.u-pd-bt--50 {
  padding-bottom: 50px;
}
.u-pd-bt--60 {
  padding-bottom: 60px;
}
.u-pd-bt--70 {
  padding-bottom: 70px;
}
.u-pd-bt--80 {
  padding-bottom: 80px;
}
.u-pd-bt--90 {
  padding-bottom: 90px;
}
.u-pd-bt--100 {
  padding-bottom: 100px;
}
.u-pd-bt--110 {
  padding-bottom: 110px;
}
.u-pd-bt--120 {
  padding-bottom: 120px;
}
.u-pd-bt--130 {
  padding-bottom: 130px;
}
.u-pd-bt--140 {
  padding-bottom: 140px;
}
.u-pd-bt--150 {
  padding-bottom: 150px;
}
.u-pd-bt--160 {
  padding-bottom: 160px;
}
.u-pd-bt--170 {
  padding-bottom: 170px;
}
.u-pd-bt--180 {
  padding-bottom: 180px;
}
.u-pd-bt--190 {
  padding-bottom: 190px;
}
.u-pd-bt--200 {
  padding-bottom: 200px;
}
@media screen and ( min-width: 600px ) {
  .u-pd-bt-sm-up--0 {
    padding-bottom: 0px;
  }
  .u-pd-bt-sm-up--10 {
    padding-bottom: 10px;
  }
  .u-pd-bt-sm-up--20 {
    padding-bottom: 20px;
  }
  .u-pd-bt-sm-up--30 {
    padding-bottom: 30px;
  }
  .u-pd-bt-sm-up--40 {
    padding-bottom: 40px;
  }
  .u-pd-bt-sm-up--50 {
    padding-bottom: 50px;
  }
  .u-pd-bt-sm-up--60 {
    padding-bottom: 60px;
  }
  .u-pd-bt-sm-up--70 {
    padding-bottom: 70px;
  }
  .u-pd-bt-sm-up--80 {
    padding-bottom: 80px;
  }
  .u-pd-bt-sm-up--90 {
    padding-bottom: 90px;
  }
  .u-pd-bt-sm-up--100 {
    padding-bottom: 100px;
  }
  .u-pd-bt-sm-up--110 {
    padding-bottom: 110px;
  }
  .u-pd-bt-sm-up--120 {
    padding-bottom: 120px;
  }
  .u-pd-bt-sm-up--130 {
    padding-bottom: 130px;
  }
  .u-pd-bt-sm-up--140 {
    padding-bottom: 140px;
  }
  .u-pd-bt-sm-up--150 {
    padding-bottom: 150px;
  }
  .u-pd-bt-sm-up--160 {
    padding-bottom: 160px;
  }
  .u-pd-bt-sm-up--170 {
    padding-bottom: 170px;
  }
  .u-pd-bt-sm-up--180 {
    padding-bottom: 180px;
  }
  .u-pd-bt-sm-up--190 {
    padding-bottom: 190px;
  }
  .u-pd-bt-sm-up--200 {
    padding-bottom: 200px;
  }
}

.u-show-sm-down {
  display: none;
}
@media screen and ( max-width: 599px ) {
  .u-show-sm-down {
    display: block;
  }
}

.u-show-md-down {
  display: none;
}
@media screen and ( max-width: 1023px ) {
  .u-show-md-down {
    display: block;
  }
}

.u-show-sm-up {
  display: none;
}
@media screen and ( min-width: 600px ) {
  .u-show-sm-up {
    display: block;
  }
}

.u-show-md-up {
  display: none;
}
@media screen and ( min-width: 1024px ) {
  .u-show-md-up {
    display: block;
  }
}

.u-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.u-grid--4 {
  gap: 10px;
}
.u-grid--4 .u-grid__col {
  width: calc((100% - 30px) / 4);
}
@media screen and ( max-width: 599px ) {
  .u-grid--4 .u-grid__col {
    width: calc((100% - 10px) / 2);
  }
}

.u-disabled {
  pointer-events: none;
  opacity: 0.2;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}