@charset "UTF-8";
/* Scss Document */
/* Shitrota Setting */
/* 色 */
.sp_only {
  display: none;
}

.sdgs_title {
  font-size: 1.125rem;
  font-weight: bold;
  border-bottom: 1px solid #000;
  padding-bottom: 0.5rem;
}

.sdgs_text {
  font-size: 1rem;
  line-height: 2rem;
}

.section1,
.section2 {
  margin-bottom: 120px;
}

.section1 .sdgs_lead_wrap,
.section1 .sdgs_registration_wrap {
  margin-bottom: 58px;
}
.section1 .sdgs_logo_wrap {
  margin: 0 0 40px;
}
.section1 .sdgs_logo_1 {
  width: 17.5%;
}
.section1 .sdgs_logo_2 {
  width: 47.7%;
}
.section1 .modal_link {
  display: block;
  position: relative;
}
.section1 .modal_link::after {
  position: absolute;
  top: 15px;
  right: 15px;
  content: "";
  width: 32px;
  height: 32px;
  background-image: url("../../shared/images/icon-zoom.png");
  background-size: cover;
}
.section1 .sdgs_registration {
  width: 20%;
  margin-right: 4%;
}
.section1 .sdgs_table {
  width: 45%;
}
.section1 .sdgs_table dl {
  border-bottom: 1px solid #ddd;
}
.section1 .sdgs_table dl dd {
  width: 100%;
  border-top: 1px solid #ddd;
}
.section1 .pdf_link_wrap {
  display: flex;
  justify-content: space-around;
  max-width: 920px;
  margin: 0 auto;
}
.section1 .pdf_link_inner {
  text-align: center;
}
.section1 .pdf_link_inner .btn {
  width: 360px;
}

.section2 .sdgs_link {
  border-bottom: 1px solid #000;
  position: relative;
  padding-right: 16px;
  display: inline;
}
.section2 .sdgs_link::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  right: 0;
  transform: translate(0, -50%) rotate(45deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
.section2 .sdgs_link:hover::after {
  border-top: 1px solid #70bd8a;
  border-right: 1px solid #70bd8a;
}

@media (max-width: 1000px) {
  .section1 .pdf_link_wrap {
    flex-direction: column;
  }
  .section1 .pdf_link_inner {
    margin-bottom: 16px;
  }
}
@media (max-width: 767.98px) {
  .sp_only {
    display: block;
  }

  .section1 .sdgs_logo_wrap,
.section1 .sdgs_table {
    width: 100%;
    padding: 0 15px;
  }
  .section1 .sdgs_logo_wrap,
.section1 .sdgs_registration_wrap {
    flex-direction: column;
  }
  .section1 .pdf_link_inner .btn {
    width: 100%;
  }
  .section1 .sdgs_registration {
    width: 50%;
    margin: 0 auto 16px;
  }
  .section1 .sdgs_logo_1 {
    width: 38%;
  }
  .section1 .sdgs_logo_2 {
    width: 100%;
  }
}

/*# sourceMappingURL=sdgs.css.map */
