:root {
  --primary-color: #0066cc;
}

* {
  color: #333;
  box-sizing: border-box;
}

html {
  font-size: 18px;
  font-family: -apple-system, BlinkMacSystemFont, YuGothic, "Yu Gothic Medium", 'メイリオ', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', 'arial', 'Century Gothic', 'Osaka', sans-serif !important;
}


#sdgs {
  width: 920px;
  margin: 0 auto;
  padding: 0 5px 100px;
}

#sdgs_title {
  margin-top: 35px;
  padding: 10px;
  border-bottom: 4px solid var(--primary-color);
  text-align: center;
  font-weight: bold;
  font-size: 26px;
}

#sdgs_subtitle {
  margin-top: 60px;
  padding: 14px 22px;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid var(--primary-color);
  border-left: 5px solid var(--primary-color);
  color: var(--primary-color);
}

.sdgs_block {
  margin-top: 60px;
}

.sdgs_block:first-of-type {
  margin-top: 30px;
}

.sdgs_block_title {
  margin-bottom: 20px;
  padding: 12px 15px;
  color: #fff;
  font-weight: bold;
  background-color: #0066cc;
  clear: both;
}

.sdgs_block_flex {
  display: flex;
}

.sdgs_block_flex-text {
  width: 75%;
  line-height: 28px;
}

.sdgs_block_flex-img {
  width: 25%;
}

.sdgs_block_flex-text div:not(:first-child) {
  margin-top: 20px;
}

.sdgs_block_flex-img img {
  width: 100%;
}

.sdgs_list {
  list-style: none;
  padding-left: 22px;
}

.sdgs_list-item {
  position: relative;
}

.sdgs_list-item:nth-of-type(n+2) {
  margin-top: 8px;
}

.sdgs_list-item::before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-18px);
}

.sdgs_block_filelink_wrap {
  margin-top: 20px;
}

.sdgs_block_filelink_wrap div:nth-of-type(n+2) {
  margin-top: 5px;
}

.sdgs_block_link {
  text-decoration: none;
  color: var(--primary-color);
}

.sdgs_block_link i {
  margin-right: 8px;
}

.sdgs_block_notice {
  margin-top: 20px;
}

.sdgs_contact {
  margin-top: 60px;
  padding: 20px;
  border: 3px solid var(--primary-color);
  border-radius: 10px;
}

.sdgs_contact_title {
  margin-bottom: 7px;
  color: var(--primary-color);
  font-weight: bold;
}

.fa-file-word {
  color: blue;
}

.fa-file-excel {
  color: green;
}

.fa-file-pdf {
  color: red;
}

.sdgs_footer_anchor {
  margin-top: 100px;
  text-align: right;
}

.sdgs_footer_anchor a {
  text-decoration: none;
}

.sdgs_footer_anchor i {
  color: var(--primary-color);
  margin-right: 5px;
}

@media screen and (max-width:768px) {
  #sdgs {
    width: 100%;
  }

  .sdgs_block_flex {
    flex-direction: column;
  }

  .sdgs_block_flex-text {
    width: 100%;
  }

  .sdgs_block_flex-img {
    padding-top: 10px;
    width: 100%;
    text-align: center;
  }

  .sdgs_block_flex-img img {
    width: 40%;
  }

}
