body#pg-sustainability .csr_top .p-pgNav__item:nth-child(1) .p-pgNav__item__ttl a {
    background: url(/wp-content/uploads/company/csr-menu-policy.jpg)center center no-repeat;
    background-size: cover;
}

body#pg-sustainability .csr_top .p-pgNav__item:nth-child(2) .p-pgNav__item__ttl a {
    background-image: url(/wp-content/uploads/company/csr-menu-rule.jpg);

}
body#pg-sustainability .csr_top .p-pgNav__item:nth-child(3) .p-pgNav__item__ttl a {
    background-image: url(/wp-content/uploads/company/csr-menu-structure.jpg);
}

body#pg-sustainability .social_top .p-pgNav__item:nth-child(1) .p-pgNav__item__ttl a {
    background-image: url(/wp-content/uploads/company/social-manu-compliance.jpg);
}
body#pg-sustainability .social_top .p-pgNav__item:nth-child(2) .p-pgNav__item__ttl a {
    background-image: url(/wp-content/uploads/company/social-manu-security-policy.jpg);
}
body#pg-sustainability .social_top .p-pgNav__item:nth-child(3) .p-pgNav__item__ttl a {
    background-image: url(/wp-content/uploads/company/social-manu-quality.jpg);
}
body#pg-sustainability .social_top .p-pgNav__item:nth-child(4) .p-pgNav__item__ttl a {
    background-image: url(/wp-content/uploads/company/social-manu-health-and-safety.jpg);
}
body#pg-sustainability .social_top .p-pgNav__item:nth-child(5) .p-pgNav__item__ttl a {
    background-image: url(/wp-content/uploads/company/social-manu-social-report.jpg);
}

body#pg-sustainability .environment_top .p-pgNav__item:nth-child(1) .p-pgNav__item__ttl a {
    background-image: url(/wp-content/uploads/company/environment-menu-statement.jpg);
}
body#pg-sustainability .environment_top .p-pgNav__item:nth-child(2) .p-pgNav__item__ttl a {
    background-image: url(/wp-content/uploads/company/environment-menu-social-contribution.jpg);
    text-align: center;
}
body#pg-sustainability .environment_top .p-pgNav__item:nth-child(3) .p-pgNav__item__ttl a {
    background-image: url(/wp-content/uploads/company/environment-menu-initiatives.jpg);
}
body#pg-sustainability .environment_top .p-pgNav__item:nth-child(4) .p-pgNav__item__ttl a {
    background-image: url(/wp-content/uploads/company/environment-menu-compliance.jpg);
}
body#pg-sustainability .environment_top .p-pgNav__item:nth-child(5) .p-pgNav__item__ttl a {
    background-image: url(/wp-content/uploads/company/sustainability-bg-iso.jpg);
}




.csr_policy--sec02{
    margin-top: -170px !important;
}
@media screen and (max-width: 768px){
    .csr_policy--sec02{
        margin-top: -110px !important;
    }
}
@media screen and (max-width: 480px){
    .csr_policy--sec02{
        margin-top: -60px !important;
    }
}
.c-btn--csrreport{
    display: flex;
    justify-content: center;
}
.c-btn--csrreport a{
    min-width: 357px;
    background-color: #FB0303;
    border-color: #FB0303;
    color: #fff;
}
@media screen and (max-width: 380px){
    .c-btn--csrreport a{
        min-width: auto;
    }
}
.c-btn--csrreport a span.c-btn--csrreport__icon img{
    width: 14px;
    height: 18px;
    margin-right: 20px;
}
@media screen and (max-width: 380px){
    .c-btn--csrreport a span.c-btn--csrreport__icon img{
        margin-right: 15px;
    }
}
.c-btn--csrreport a span.c-btn--csrreport__title{
    font-size: 1.4rem;
    font-weight: bold;
    margin-right: 20px;
}
@media screen and (max-width: 380px){
    .c-btn--csrreport a span.c-btn--csrreport__title{
        margin-right: 15px;
    }
}
.c-btn--csrreport a span.c-btn--csrreport__size{
    font-size: 1.2rem;
}
.c-btn--csrreport + .p-ungc-row{
    margin-top: 90px;
}
@media screen and (max-width: 380px){
    .c-btn--csrreport + .p-ungc-row{
        margin-top: 50px;
    }
}






/* ol
----------------------------------------------- */
.p-ol li {
  position: relative;
  font-size: 1.8rem;
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .p-ol li {
    font-size: 1.4rem;
  }
}
  
.p-ol--counter li {
  padding-left: 2em;
}
.p-ol--counter li {
  counter-increment: number 1;
}
.p-ol--counter li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(number)".";
}


.p-ol--structure li {
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 80px;
  margin-bottom: 1.25em;
}
@media screen and (max-width: 768px) {
    .p-ol--structure li {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 45px;
        margin-bottom: 1.25em;
    }
}
.p-ol--structure li {
  counter-increment: number 1;
}
.p-ol--structure li::before {
  position: absolute;
  top: 13px;
  left: 15px;
  content: counter(number);
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1;
  z-index: 1;
}
@media screen and (max-width: 768px) {
    .p-ol--structure li::before {
        top: 8px;
        left: 9px;
        font-size: 1.6rem;
    }
}
.p-ol--structure li::after {
  content: "";
  display: block;
  width: 54px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: #F1F1F1;
}
@media screen and (max-width: 768px) {
    .p-ol--structure li::after {
        width: 30px;
        height: 30px;
    }
}


.p-sec__txt__right{
    text-align: right;
}




.p-dl__n--counter div {
    margin-bottom: 2em;
}
.p-dl__n--counter dt,
.p-dl__n--counter dd{
  position: relative;
  padding-left: 2em;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-dl__n--counter dt,
  .p-dl__n--counter dd{
    font-size: 1.4rem;
  }
}
.p-dl__n--counter div {
  counter-increment: number 1;
}
.p-dl__n--counter div dt::before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(number)".";
}
.p-dl__n--counter + .p-sec__txt{
    margin-top: 50px;
}

.compliance-prg{
    margin-bottom: 70px;
}
.compliance-prg dt,
.compliance-prg dd{
    margin-bottom: 15px;
}
.compliance-prg dt{
    font-weight: bold;
}
.compliance-prg dd{
      
}

.p-sec__txt--mb1{
    margin-bottom: 1em;
}

.p-sec__txt.p-sec__txt--mb15{
    margin-bottom: 15px;
}