﻿main .btn-important a, main .btn a {
  border: 1px solid #4ea33e;
  background-color: #e2edd9;
  background-image: url(/assets_new/img/sustainability/common/icon_link.png);
}

main .btn-important a[target="_blank"], main .btn a[target="_blank"] {
  background-image: url(/assets_new/img/sustainability/common/icon_blank.svg);
}

.title-h2 > h2 {
  border-color: #4EA33E;
}

.title-h3 > h3 {
  color: #4EA33E;
}

.title-h3 > h3 > span {
  border-color: #4EA33E;
}

.title-h4 > h4:after {
  background-color: #4EA33E;
}

.title-h5 > h5 {
  color: #4EA33E;
}

.table-body > table > thead > tr > th {
  background-color: rgba(78, 163, 62, 0.1);
}

.table-body > table > tbody > tr > th {
  background-color: rgba(78, 163, 62, 0.1);
}

.mat-sdgs > p {
  color: #4EA33E;
}

.materiality-nav .local-nav > ul > li > a {
  background-image: url(/assets_new/img/sustainability/common/arrow_r.svg);
}

.anchor-radious-list>ul {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.anchor-radious-list>ul>li {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-block: calc((1em - 1lh) / 2);
}

.anchor-radious-list>ul>li::before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  background: url(/assets_new/img/sustainability/common/radious_arrow_down.svg) no-repeat center/ 18px;
  margin-right: 10px;
  transform: translateY(-0.1em) rotate(-90deg);
  vertical-align: middle;
}

.anchor-radious-list>ul>li:has(a[href^="#"])::before {
  transform: translateY(-0.1em) rotate(0deg);
}

.anchor-radious-list>ul>li>a {
  color: #333;
  text-decoration: none;
}
.anchor-radious-list>ul>li>a:hover {
  text-decoration: underline;
  color: #4EA33E;
  opacity: 1;
}

.anchor-radious-list>ul>li:has(a:hover)::before {
  background-image: url(/assets_new/img/sustainability/common/radious_arrow_down_hover.svg);
  transform: rotate(-90deg);
}

.anchor-radious-list>ul>li:has(a[href^="#"]:hover)::before {
  transform: rotate(0deg);
}

.btn-radius a {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  border: 1px solid #4EA33E;
  color: #4EA33E;
  background: #FFF;
  text-decoration: none;
  font-size: 1.8rem;
  line-height: 1.333;
  text-align: center;
}

.btn-radius a:hover {
  background-color: #4EA33E;
  color: #FFF;
  opacity: initial;
}

.btn-radius a:hover::after {
  filter: brightness(0) invert(1);
}

.anchor-list > ul {
  gap: 10px;
}

.anchor-list > ul:nth-of-type(n+2) {
  margin-top: 10px;
}

.anchor-list > ul > li > a {
  border: 1px solid #4ea33e;
  background-color: #e2edd9;
  background-image: url(/assets_new/img/sustainability/common/arrow_down.png);
}

.guideline-list {
  border: 1px solid #4EA33E;
}

.guideline-list > dt {
  background: #4EA33E;
}

.guideline-list > dd > ol > li > span {
  background: #4EA33E;
}

.point-list > ul > li:after {
  background-color: #4EA33E;
}

.btn-pdf {
  margin: 30px auto 0;
}

.btn-pdf a {
  border: 1px solid #4ea33e;
  background-color: #e2edd9;
}

.btn-radius a {
  padding: 10px calc(15px + 8px) 10px 15px;
  max-width: 520px;
  margin: 50px auto 0;
}

.btn-radius a>span {
  padding: 0 10px;
}

.btn-radius a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 15px;
  width: 8px;
  height: 11px;
  transform: translateY(-50%);
  background: url(/assets_new/img/sustainability/common/icon_link.png)no-repeat;
  background-size: contain;
}

.btn-radius a[target="_blank"] {
  padding: 10px calc(15px + 15px) 10px 15px;
}

.btn-radius a[target="_blank"]::after {
  width: 15px;
  height: 15px;
  background: url(/assets_new/img/sustainability/common/icon_blank.svg)no-repeat;
}

.btn-radius a[href$=".pdf" i] {
  padding: 10px calc(15px + 27px) 10px 15px;
}

.btn-radius a[href$=".pdf" i]::after {
  width: 27px;
  height: 13px;
  background: url(/assets_new/img/common/icon_pdf.png)no-repeat;
}

.btn-radius a[href$=".pdf" i]:hover::after {
  filter: none;
}

.sustainability-mat-card-body > dl > dd > p:after {
  border: 2px solid #4EA33E;
}

.sustainability-mat-card-head > dl {
  background-color: #4EA33E;
}

.anchor-pref {
  max-width: 1100px;
  margin: 0 auto 60px;
}

.anchor-pref > ul {
  gap: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.anchor-pref > ul > li {
  width: 20%;
  border-left: 1px solid #e6e6e6;
}

.anchor-pref > ul > li:last-of-type {
  border-right: 1px solid #e6e6e6;
}

.anchor-pref > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 60px;
  background-image: url(/assets_new/img/sustainability/common/arrow_down.png);
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 12px;
  color: #333;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
}


.anchor-link-list {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}


@media screen and (max-width: 767px) {
  .anchor-list > ul:nth-of-type(n+2) {
    margin-top: 5px;
  }
  .anchor-list > ul > li:nth-of-type(n+2) {
    margin-top: 5px;
  }
  .anchor-pref > ul {
    gap: 15px 0;
  }
  .anchor-pref > ul > li {
    width: 33.33333%;
  }
  .anchor-pref > ul > li:nth-of-type(3n) {
    border-right: 1px solid #e6e6e6;
  }
  .anchor-pref > ul > li > a {
    height: 50px;
    background-position: right 10px center;
  }

  .anchor-radious-list>ul>li {
    font-size: 1.4rem;
  }

  .anchor-radious-list>ul {
    gap: 18px;
  }

  .btn-radius a {
    font-size: 1.4rem;
  }
  
  .anchor-link-list {
    row-gap: 18px;
  }
}

@media screen and (min-width: 768px), print {
  .anchor-list > ul > li > a {
    height: 100%;
    min-height: 60px;
    padding: 5px 0;
  }
}
