@charset "utf-8";

/*--- アクティブナビゲーション ---*/
#nav_sdgs a {
  font-weight: bold;
  color: #2680E8;
  pointer-events: none;
}

/*--- ページタイトル ---*/
#page_ttl {
  background-image: url("../img/nav_bk_sdgs.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto; /* 幅=100% 高さ=auto */
}

/* --- SDGsポスター---*/
.sdgs_poster {
  width: 90%;
  margin: 0 auto;
}

.sdgs_poster img {
  width: 100%;
}

@media screen and (min-width: 1025px) { /* 幅が1025px以上 */
  .sdgs_poster {
    width: 80%;
  }
}

/* --- 目標一覧（実施内容）---*/
.goals_list {
  margin-top: 30px;
}

.goals_list li {
  display: flex;
}

.goals_list li:not(:first-of-type) {
  margin-top: 20px;
}

.goals_list img {
  width: 110px;
  height: 110px;
}

.goals_list img + div {
  margin-left: 15px;
}

.goals_list p {
  font-size: 90%;
  line-height: 1.4em;
}

.goals_list p:nth-of-type(n + 2) { /* 2番目以降 */
  margin-top:5px;
}

.goals_list span {
  text-indent: -5px;
  font-weight: bold;
  display: block;
}