@charset "UTF-8";
header, main, footer {
  display: block;
}

ul, li, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

div {
  box-sizing: border-box;
}

p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.page-header--sdgs {
  background: #009FE8;
}
.page-header--sdgs .page-header__ttl-wrap {
  background-image: url("../images/sdgs/page-header-ttl-bg.png");
  background-position: right top;
}
.page-header--sdgs .page-header__ttl-wrap::after {
  background-image: url("../images/sdgs/page-header-ttl-bg-image.jpg");
}
@media (max-width: 759px) {
  .page-header--sdgs .page-header__ttl-wrap {
    background-image: url("../images/sdgs/page-header-ttl-bg-sp.png");
    background-position: right bottom;
  }
}

.page-header__subttl {
  width: 4em;
}

.action-on-sdgs {
  margin-top: -3rem;
  padding-top: 6rem;
  text-align: center;
  background: url("../images/sdgs/action-on-sdgs-bg.svg") no-repeat;
  background-position: top center;
}
.action-on-sdgs-ttlbox__ttl {
  width: 642px;
  margin-right: auto;
  margin-bottom: 1.5rem;
  margin-left: auto;
}
.action-on-sdgs-ttlbox__text {
  font-size: 1.187rem;
  font-weight: bold;
  line-height: 1.8em;
  color: #4E4441;
}
@media (max-width: 759px) {
  .action-on-sdgs {
    padding-right: 20px;
    padding-left: 20px;
    background-size: auto 400px;
  }
  .action-on-sdgs-ttlbox__ttl {
    width: 100%;
  }
}

.actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 710px;
  margin-top: 3rem;
  margin-right: auto;
  margin-left: auto;
}
.actions-item {
  display: block;
  width: 48%;
  margin-bottom: 2rem;
  text-align: left;
}
.actions-item__ttlimg {
  max-width: 96px;
  height: auto;
}
.actions-item__ttl {
  margin-top: 1rem;
}
.actions-item__read {
  font-size: 0.75rem;
  margin-top: 1em;
  margin-bottom: 1em;
  color: #231815;
}
.actions-item__list {
  font-size: 0.625rem;
}
.actions-item__list > li {
  font-weight: bold;
  position: relative;
  padding-left: 1em;
}
.actions-item__list > li::before {
  font-weight: bold;
  position: absolute;
  left: 0;
  content: "■";
}
.actions-item__list > li.astlisk::before {
  content: "＊";
}
@media (max-width: 759px) {
  .actions {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
  }
  .actions-item {
    width: 100%;
    padding-top: 2rem;
    border-top: 1px solid #231815;
  }
}

.text-goal-01 {
  color: #D61521;
}
.text-goal-02 {
  color: #CEA113;
}
.text-goal-03 {
  color: #15903B;
}
.text-goal-04 {
  color: #BA1B29;
}
.text-goal-05 {
  color: #DA3A1C;
}
.text-goal-06 {
  color: #189AC9;
}
.text-goal-07 {
  color: #EEB616;
}
.text-goal-08 {
  color: #8F1D31;
}
.text-goal-09 {
  color: #E0680E;
}
.text-goal-10 {
  color: #CB1072;
}
.text-goal-11 {
  color: #EB9D14;
}
.text-goal-12 {
  color: #CA8D0C;
}
.text-goal-13 {
  color: #407636;
}
.text-goal-14 {
  color: #0E6FAD;
}
.text-goal-15 {
  color: #28A838;
}
.text-goal-16 {
  color: #004980;
}
.text-goal-17 {
  color: #15315D;
}
