.kv_img {
  background-color: #f9faf4;
  height: 170px;
}
@media screen and (max-width: 768px) {
  .kv_img {
    height: 100px;
  }
}
.kv_img h1 {
  color: #99991e !important;
  text-shadow: none !important;
  display: flex;
  align-items: center;
}
.kv_img h1 span.undertext {
  position: relative;
  margin-right: 25px;
}
@media screen and (max-width: 768px) {
  .kv_img h1 span.undertext {
    margin-right: 10px;
  }
}
.kv_img h1 span.undertext em {
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  position: absolute;
  bottom: -1.45em;
  left: 0;
}
@media screen and (max-width: 768px) {
  .kv_img h1 span.undertext em {
    width: 50px;
    font-size: 8px;
    bottom: -1.5em;
  }
}
.kv_img h1 span.undertext img {
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .kv_img h1 span.undertext img {
    width: 50px;
  }
}

.kv_noimg h1 {
  display: flex;
  align-items: center;
  color: #99991e;
}
.kv_noimg h1 img {
  margin-right: 25px;
}
@media screen and (max-width: 768px) {
  .kv_noimg h1 img {
    width: 50px;
    margin-right: 10px;
  }
}

.challenge_area {
  font-size: 16px;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .challenge_area {
    font-size: 14px;
    margin-bottom: 50px;
    padding: 0 5%;
  }
}
.challenge_area .title {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .challenge_area .title {
    margin-bottom: 30px;
  }
}
.challenge_area .title h2 {
  color: #99991e;
  font-size: 32px;
  display: inline !important;
}
@media screen and (max-width: 768px) {
  .challenge_area .title h2 {
    font-size: 22px;
    margin-bottom: 40px;
  }
}
.challenge_area .title h2 span {
  display: block;
  font-size: 18px;
  padding-right: 15px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .challenge_area .title h2 span {
    font-size: 12px;
  }
}
.challenge_area h3 {
  font-size: 22px;
  margin-top: 80px;
  color: #99991E;
}
@media screen and (max-width: 768px) {
  .challenge_area h3 {
    font-size: 18px;
    margin-top: 40px;
  }
}
.challenge_area h4 {
  font-size: 18px;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .challenge_area h4 {
    margin-top: 40px;
  }
}
.challenge_area h4.mt1 {
  margin-top: 15px;
}
.challenge_area h5 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 10px;
}
.challenge_area h5.mt1 {
  margin-top: 15px;
}
.challenge_area h6 {
  font-size: 16px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .challenge_area h6 {
    margin-top: 30px;
  }
}
.challenge_area h6.mt1 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .challenge_area h6.mt1 {
    margin-top: 30px;
  }
}
.challenge_area p {
  margin-top: 10px;
}

.img {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .img {
    margin-top: 20px;
  }
}
.img.s {
  max-width: 70%;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .img.s {
    margin-top: 20px;
    max-width: 100%;
  }
}

.bg {
  margin-top: 30px;
  background-color: #F9FAF4;
  padding: 30px 40px;
}
@media screen and (max-width: 768px) {
  .bg {
    margin-top: 20px;
    padding: 25px 5%;
  }
}
.bg h3 {
  font-size: 22px;
  margin-top: 0;
  color: #3C3C3C;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .bg h3 {
    font-size: 18px;
  }
}
.bg ul {
  max-width: 650px;
  margin: 0 auto;
}
.bg ul.s {
  max-width: 590px;
}
.bg ul li {
  font-size: 16px;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .bg ul li {
    font-size: 15px;
  }
}

.caption {
  margin-top: 20px;
  font-size: 16px;
  text-align: center;
}

a.txt {
  color: #009966;
  text-decoration: underline;
}
a.txt:hover {
  text-decoration: none;
}

.ttl-table {
  font-size: 16px;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .ttl-table {
    font-size: 15px;
  }
}
.ttl-table.mt1 {
  margin-top: 80px !important;
}
@media screen and (max-width: 768px) {
  .ttl-table.mt1 {
    margin-top: 30px !important;
  }
}
.ttl-table.mt2 {
  margin-top: 40px !important;
}
@media screen and (max-width: 768px) {
  .ttl-table.mt2 {
    margin-top: 30px !important;
  }
}

@media screen and (max-width: 768px) {
  .table_area {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
.table_area table {
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .table_area table {
    width: 768px;
  }
}
.table_area table tr th {
  background-color: #f3f3f3;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  padding: 15px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
@media screen and (max-width: 768px) {
  .table_area table tr th {
    font-size: 13px;
    padding: 10px;
  }
}
.table_area table tr td {
  font-size: 14px;
  vertical-align: middle;
  padding: 15px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .table_area table tr td {
    font-size: 13px;
    padding: 10px;
  }
}

sub {
  bottom: 0;
}

.sustainability_linkarea {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto 90px;
}
@media screen and (max-width: 768px) {
  .sustainability_linkarea {
    margin-bottom: 50px;
  }
}
.sustainability_linkarea .sustainability_linkbox {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .sustainability_linkarea .sustainability_linkbox {
    overflow: auto;
    margin-bottom: 30px;
  }
}
.sustainability_linkarea ul.link {
  width: 100%;
  display: flex;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .sustainability_linkarea ul.link {
    width: 1040px;
    margin-top: 0;
    background-color: #f0f0f0;
    padding: 15px;
    position: relative;
    border: none;
  }
  .sustainability_linkarea ul.link:before {
    content: "";
    position: absolute;
    top: 36px;
    left: 5px;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    border-top: 2px solid #666666;
    border-right: 2px solid #99991e;
    transform: rotate(-135deg);
  }
  .sustainability_linkarea ul.link:after {
    content: "";
    position: absolute;
    top: 36px;
    right: 5px;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    border-top: 2px solid #666666;
    border-right: 2px solid #666666;
    transform: rotate(45deg);
  }
}
.sustainability_linkarea ul.link li {
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .sustainability_linkarea ul.link li {
    margin-right: 10px;
  }
}
.sustainability_linkarea ul.link li:last-child {
  margin-right: 0;
}
.sustainability_linkarea ul.link li:last-child a {
  width: 135px;
}
.sustainability_linkarea ul.link li a {
  width: 136px;
  height: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.3;
  font-size: 15px;
  color: #99991e;
  border: 1px solid #99991e;
  background: url(/sustainability/sdgs/img/icn_arw_r_sustainability.png) no-repeat right 10px center #ffffff;
  background-size: 7px 13px;
  transition: all 0.2s;
}
@media screen and (max-width: 768px) {
  .sustainability_linkarea ul.link li a {
    background-size: 6px;
  }
}
.sustainability_linkarea ul.link li a:hover {
  transition: all 0.2s;
  background-position: right 5px center;
}
@media screen and (max-width: 768px) {
  .sustainability_linkarea ul.link li a:hover {
    background-size: 6px;
  }
}
.sustainability_linkarea ul.link li a.act {
  background: #99991e;
  color: #ffffff;
}
.sustainability_linkarea ul.link.sep4 li a {
  width: 245px;
}
.sustainability_linkarea ul.link.sep4 li:last-child a {
  width: 245px;
}
.sustainability_linkarea ul.link.sep3 li a {
  width: 336px;
}
.sustainability_linkarea ul.link.sep3 li:last-child a {
  width: 336px;
}/*# sourceMappingURL=layout.css.map */