@charset "UTF-8";
/*----------------------------------------------------------
************************************************************
SDGsページ220824
************************************************************
-----------------------------------------------------------*/
.title {
  font-size: 48px;
  font-weight: normal;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
  color: #000;
  text-align: center;
}

.page_sdgs {
  width: 80%;
  margin: auto;
  max-width: 1000px;
  padding-bottom: 0;
}
.page_sdgs .con_margin_tb {
  margin: 100px auto;
}
.page_sdgs .con_margin_t {
  margin: 100px auto 0 auto;
}
.page_sdgs .item_margin_tb {
  margin: 50px auto;
}
.page_sdgs .item_margin_t {
  margin: 50px auto 0 auto;
}
.page_sdgs .item_margin_b {
  margin: 0 auto 50px auto;
}
.page_sdgs .bk_blue {
  background-color: #cddff9;
}
.page_sdgs .relative {
  position: relative;
  z-index: 1;
}
.page_sdgs .absolute_bk {
  position: absolute;
  left: -200%;
  right: -200%;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.page_sdgs .text_left {
  text-align: left !important;
  z-index: 1;
}
.page_sdgs .text_center {
  text-align: center !important;
}
.page_sdgs .sdgs_logo_2 {
  font-size: clamp(1.5em, 3vw, 2.7em);
  font-weight: 800;
  text-align: center;
}
.page_sdgs .sdgs_text {
  font-size: 1.7em;
  text-align: center;
}
.page_sdgs .sdgs_text_l {
  font-size: clamp(1.5em, 2vw, 2em);
  font-weight: 600;
  text-align: center;
}
.page_sdgs .sdgs_text_xl {
  font-size: 3.2em;
}
.page_sdgs .sdgs_img {
  display: block;
}
.page_sdgs .sdgs_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.page_sdgs .sdgs_box_left {
  width: 30%;
  margin: auto;
}
.page_sdgs .sdgs_box_right {
  width: 60%;
  margin: auto;
}
.page_sdgs .sdgs_waku {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 罫線も含む長さ     */
  display: inline-block;
  padding: 10px 20px;
  /* 文字の位置合わせ   */
  border: 3px dashed #252525;
  /* 枠線の指定（上）   */
  background-color: #fff;
}
.page_sdgs .sdgs_waku tr {
  width: 30px;
}
.page_sdgs .sdgs_waku tr td {
  font-size: 1.4em;
  height: 3.5em;
}
.page_sdgs .sdgs_waku tr td.font_1em {
  font-size: 1em;
}
.page_sdgs .osusume {
  color: rgb(230, 0, 0);
  font-weight: 600;
  font-size: 18px;
}
.page_sdgs .osusume2 {
  font-size: 1.2em;
  color: rgb(230, 0, 0);
  font-weight: 600;
}
.page_sdgs .osusume3 {
  font-size: 16px !important;
  font-weight: 600;
}

.sdgs_text_bk_black {
  font-size: 38px;
  font-weight: 600;
  padding: 20px 175px;
  background-color: black;
  color: white;
  margin: 100px auto 0 auto;
}

.sdgs_text_red {
  margin: 80px auto 0 auto;
  padding: 0;
  font-size: clamp(1.2em, 2vw, 3em);
  font-weight: 600;
  color: red;
  text-align: center;
}
.sdgs_text_red .marker {
  font-size: clamp(1.2em, 5vw, 55px);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(0%, #FFFF00));
  background: linear-gradient(transparent 75%, #FFFF00 0%);
}

.w_p_45 {
  width: 45% !important;
  padding-top: 45px;
}

.SDGs_form_ttl {
  padding: 5px;
  font-style: normal;
  text-align: center;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 0.05em;
  background-color: #0070C0;
  color: white;
  border-radius: 5px;
}

.merit_area {
  position: relative;
  padding: 50px 0;
}
.merit_area .merit_lead {
  margin-bottom: 40px;
  font-size: 1.2em;
  text-align: center;
}
.merit_area .merit_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 10%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.merit_area .merit_box img {
  max-width: 200px;
  display: block;
  margin: auto;
  width: 100%;
}
.merit_area .merit_item {
  width: 45%;
  border: solid 1px black;
  border-radius: 10px;
  padding: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .merit_area .merit_item {
    width: 100%;
  }
}
.merit_area .merit_title {
  font-weight: 1.5em;
  font-weight: bold;
  text-align: center;
}/*# sourceMappingURL=sdgs.css.map */