/************************
 page-sdgs
************************/
#page-sdgs h1 {
  font-weight: bold;
  margin-top: 80px;
  margin-bottom: 0px;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #a6a6a7;
  padding-bottom: 20px;
  color: #0077b3;
  font-size: 42px;
}
@media (max-width: 767px) {
  #page-sdgs h1 {
    font-size: 32px;
  }
}
/**********************
 sdgs-detail
***********************/
#sdgs-detail {
  padding-bottom: 100px;
}
#sdgs-detail .thumb {
  max-width: 800px;
  width: 100%;
  margin: 50px auto 50px;
}
#sdgs-detail .thumb img {
  width: 100%;
}
#sdgs-detail .main-catch {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #5e5d5c;
}
#sdgs-detail .catch {
  font-size: 20px;
  color: #5e5d5c;
}
@media (max-width: 767px) {
  #sdgs-detail .main-catch {
    font-size: 22px;
  }
}
/***********************
 sdgs-report
************************/
#sdgs-report {
  padding-bottom: 100px;
}
#sdgs-report .report-label {
  font-size: 52px;
  font-weight: bold;
  color: #5e5d5c;
  font-weight: bold;
  text-align: center;
  margin-bottom: 80px;
}
#sdgs-report .logo {
  text-align: center;
  max-width: 800px;
  width: 100%;
  margin: 0 auto 80px;
}
#sdgs-report .logo img {
  width: 100%;
}
#sdgs-report .main-catch {
  font-size: 52px;
  font-weight: bold;
  color: #5e5d5c;
  font-weight: bold;
}
#sdgs-report .box {
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 100px;
}
#sdgs-report .table-responsive {
  margin-bottom: 50px;
}
#sdgs-report table thead th {
  text-align: center;
  font-size: 20px;
  color: #5e5d5c;
}
#sdgs-report table tbody tr td:first-child {
  width: 290px;
  color: #5e5d5c;
}
#sdgs-report table tbody tr td:nth-of-type(2) {
  align-content: center;
}
#sdgs-report table tbody tr td:nth-of-type(3) {
  width: calc(100% - 540px);
  width: -webkit-calc(100% - 540px);
  min-width: 300px;
  color: #5e5d5c;
}
#sdgs-report table tbody tr:first-child td:first-child {
  font-size: 16px;
}
#sdgs-report table tbody tr:nth-of-type(2) td:first-child {
  font-size: 20px;
}
#sdgs-report table tbody tr:nth-of-type(3) td:first-child {
  font-size: 20px;
}
#sdgs-report table tbody tr td:first-child {
  word-break: keep-all;
  text-align: center;
  vertical-align: middle;
}
#sdgs-report table tbody tr td .flex {
  display: flex;
  justify-content: space-between;
  align-content: center;
  width: 250px;
}
#sdgs-report table tbody tr td .flex .flex-item {
  text-align: center;
}
#sdgs-report table tbody tr td .flex .flex-item img {
  width: 60px;
}
#sdgs-report .sdgs-list ul li {
  font-size: 20px;
  font-weight: bold;
  color: #5e5d5c;
}
#sdgs-report .sdgs-list img {
  width: 100%;
}
@media (max-width: 767px) {
  #sdgs-report .report-label {
    font-size: 28px;
  }
  #sdgs-report .main-catch {
    font-size: 28px;
    font-weight: bold;
    color: #5e5d5c;
    font-weight: bold;
  }
  #sdgs-report .box {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 100px;
  }
}
