@charset "utf-8";

@media screen and (min-width: 769px) {
  .insight_body_html {
    max-width: 1130px;
    margin: auto;
    width: 100%;
  }
}

.insight_body_html .c-heading-L2 {
  margin-top: 48px;
  margin-bottom: 32px;
  font-family: Graphik;
  font-size: 36px;
  font-weight: 400;
  line-height: 43.2px;
  letter-spacing: 0.06em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.s-publications-content-sdgs {
  font-family: Graphik;
}

@media only screen and (max-width: 768px) {
  .s-publications-content-sdgs {
    margin: 0;
    padding: 0 8px;
  }
}

.s-publications-content-sdgs .c-relation-list {}

.s-publications-content-sdgs .c-relation-list .c-relation-item {
  width: 100%;
  border-top: 1px solid #e7e8ec;
  border-bottom: none;
  padding: 24px 0;
  margin-bottom: 0;
  font-weight: 400;
}

@media screen and (min-width: 769px) {
  .insight_body_html .c-relation-item:nth-child(even) {
    margin-left: 0;
  }
}

.insight_body_html .c-relation-item__head-label,
.insight_body_html .c-relation-item__head-date {
  color: #808080;
  margin-bottom: 0;
  font-weight: 400;
}

.insight_body_html .c-relation-item__head-label {
  padding-left: 8px;
}

.insight_body_html .c-relation-item__text {
  font-weight: 400;
}

@media screen and (min-width: 769px) {
  .insight_body_html .c-relation-item__text {
    padding-right: 32px;
    margin-top: 24px;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 21.6px;
  }
}

.c-relation-item__text>small {
  font-size: 16px;
  font-weight: 400;
  margin-top: 24px;
  display: block;
}

@media screen and (min-width: 769px) {
  .insight_body_html .c-relation-item__img img {
    width: 150px;
  }
}

.insight_body_html .c-relation-item .c-relation-item__link {
  position: relative;
  right: auto;
  bottom: auto;
  margin-top: 24px;
  display: block;
}

.insight_body_html .c-relation-item .c-relation-item__link span {
  font-family: Graphik;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.insight_body_html .c-relation-item .c-relation-item__link .p-adj-arrow {
  margin-left: 14px;
}

.insight_body_html .p-adj-relation-item__head-new {
  font-family: Graphik, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0.02em;
  text-align: left;
  width: 45px;
  height: 21px;
  border: solid 1px #004887;
  color: #004887;
  box-sizing: border-box;
  padding: 3px 7px 3px 7px;
}

@media screen and (max-width: 767px) {
  .s-publications-content-sdgs .c-relation-list .c-relation-item {}

  .s-publications-content-sdgs .c-relation-list .c-relation-item .c-relation-item__head {
    display: flex;
    flex-wrap: wrap;
  }

  .c-relation-item__head-date {
    order: 1;
  }

  .insight_body_html .c-relation-item__head-label {
    order: 3;
    flex-basis: 100%;
    padding-left: 0;
    margin-top: 10px;
  }

  .p-adj-relation-item__head-new {
    order: 2;
    margin-left: 10px;
  }

  .insight_body_html .c-relation-item__text {
    margin-top: 0;
    font-family: Graphik;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.02em;
  }

  .c-relation-item__text>small {
    font-family: Graphik;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.02em;
    display: none;
  }

  .insight_body_html .c-relation-item .c-relation-item__link {
    margin-top: 28px;
  }

  .insight_body_html .c-relation-item .c-relation-item__link span {
    font-family: Graphik;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.02em;
  }

  .insight_body_html .c-relation-item__body {
    display: flex;
    align-items: flex-start;
    margin-top: 28px;
  }

  .insight_body_content section.section_cont {
    padding-top: 0;
  }

  .insight_body_content section.section_cont h2 {
    margin-top: 80px;
  }

}

.insight_body_html .c-relation-item .c-relation-item__link span {
  color: #111;
  transition: all .4s;
}

.insight_body_html .c-relation-item .c-relation-item__link:hover span {
  color: #004887;
  opacity: 1;
}

.c-relation-item__link .p-adj-arrow {
  transition: all .4s;
}

.c-relation-item__link:hover .p-adj-arrow {
  transform: translateX(3px);
}

.c-relation-item__link:hover .p-adj-arrow path {
  stroke: #004887;
}