
    .p_environment .subttl02{
        margin-bottom: 10px!important;
    }
    .strong{
        font-weight: bold;
        display: block;
        width: 100%;
    }
    .text__block strong,
    .award strong,
    .list__award strong,
    .list__nitiative01 strong {
        font-weight: bold;
    }
    .decolation-underline {
        text-decoration: underline;
    }
    .award,
    .list__award,
    .list__nitiative01 {
        margin-bottom: 30px;
    }
    .list__nitiative01 li,
    .list__award li,
    .award {
        display: flex;
        gap: 10px;
        align-items: flex-start;
        font-size: 1.6rem;
        line-height: 2;
        padding-bottom: 15px;
    }
    .award__title {
        min-width: 65px;
    }
    .subttl02,
    .subttl03 {
        font-weight: bold;
        font-size: 2.2rem;
        color: #005BC7;
    }
    .award + .subttl,
    ul + .subttl{
        margin-top: 10px;
    }
    .p_ir-governance__img {
        margin-bottom: 30px;
    }
    @media screen and (min-width: 1025px) {
        .list__nitiative01 li,
        .list__award li,
        .award {
            font-size: 1.8rem;
        }
        .award,
        .list__award,
        .list__nitiative01 {
            margin-bottom: 40px;
        }
        .award + .subttl,
        ul + .subttl{
            margin-top: 60px;
        }
        .p_ir-governance__img {
            margin-bottom: 60px;
        }
    }
    .color01 {
        color: #1870FA;
    }
    .eir .s_eirList_item {
        display: block;
        text-align: center;
        margin-bottom: 40px;
    }
    .s_eirList_item a {
        background: #F2F6FE;
        width: fit-content;
        padding: 12px 15px 16px!important;
    }
    .s_eirItem {
    display: flex;
    flex-wrap: wrap;
    }

    @media screen and (min-width: 1025px) {
        .headercolor tr:nth-of-type(1) th{
            background: #005bea!important;
            color: #fff;
        }
        .headercolor tr:nth-of-type(1) td{
            background: #005bea;
            color: #fff;
            border-left:1px solid #fff;
        }
    }
    @media screen and (max-width: 1024px) {
        .headercolor tr:nth-of-type(1) {
            display: none;
        }
    }

    .arrow__link.position-center.mb60{
        margin-bottom: 60px!important;
    }
    @media screen and (min-width: 1025px) {

        .arrow__link.position-center.mb60{
            margin-bottom: 100px!important;
        }
    }
    .text__block-flex {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .text__block-flex.type-flexstart {
        justify-content: flex-start;
    }
    .text__block-flex-inner {
        width: 75%;
        display: block;
    }
    .text__block-flex-icon {
        width: 20%;
        display: block;
    }

    @media screen and (max-width: 768px) {
        .text__block-flex-inner,
        .text__block-flex-icon {
            width: 100%;
        }
        .text__block-flex-icon img{
            display: block;
            margin: 30px auto;
            max-width: 300px;
        }
    }


    .award__img{
        margin: 0 auto 45px;
        max-width: 300px;
    }
    .award__img img{
        display: block;
        width: 100%;
    }
    .award__img.w49 img:nth-of-type(2) {
        margin-top: 5%;
    }
    @media screen and (min-width: 768px) {
        .award__img{
            margin-left: 0;
            margin-right: 0;
        }
    }

    @media screen and (min-width: 1025px) {
        .text__block-flex.type-flexstart {
            gap: 45px;
        }
         .award__img.w49{
            width: 20%;
            max-width: 300px;
            margin: 0 0 60px;
            display: flex;
            gap: 10%;
            align-items: center;
        }
         .award__img.w49{
            width: 49%;
            margin: 0 0 60px;
            display: flex;
            gap: 2%;
            align-items: center;
            justify-content: center;
            max-width: none;
        }
        .award__img.w49 img:nth-of-type(1) {
            max-width: 35%;
        }
        .award__img.w49 img:nth-of-type(2) {
            margin-top: 0;
            width: auto;
            /* height: 140px; */
        }
        .award__img.w49 img {
            width: 49%;
        }
        .award.w49 {
            width: 49%;
        }
        .text__block-flex.type-flexspacebetween {
            justify-content: space-between;
        }
    }

    /* @media screen and (min-width: 1240px) {
        .award__img{
        width: 49%;
        max-width: 300px;
        margin: 0 0 60px;
        display: flex;
        gap: 10%;
        align-items: center;
        justify-content: end;
    }
        .award__img img:nth-of-type(2) {
            margin-top: 0;
            width: auto;
            height: 140px;
        }
        .award__img img {
            width: 68%;
        }
        .award {
            width: 49%;
        }
    } */

    .movie__movie {
        margin: 15px auto;
    }
    .movie__sdgs-interview {
        max-width: 100%;
        width: 100vw;
        height: auto;
        aspect-ratio: 16 / 9;
    }
    .text__block-flex.type-flexstart.flex-nowrap {
        margin-bottom: 30px;
        flex-direction: column-reverse;
    }

    @media screen and (min-width: 1025px) {
        .text__block-flex.type-flexstart.flex-nowrap {
            flex-wrap: nowrap;
            margin-bottom: 40px;
            flex-direction: row;
        }
        .movie__text_w50 {
            width: 50%;
        }
        .movie__movie {
            width: 50%;
        }
        .movie__sdgs-interview {
            width: 560px;
            height: auto;
            aspect-ratio: 16 / 9;
            max-width: 100%;
        }
    }

    .list__nitiative01__innerflex{
        display: flex;
        flex-wrap: wrap;
    }
    .list__nitiative01__innerflex__img {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .list__nitiative01__innerflex__img img {
        width: 48.5%;
        display: block;
        height: auto;
    }

    .list__nitiative01__innerflex__text {
            width: 100%;
        }
        .list__nitiative01__innerflex__img{
            width: 100%;
            max-width: 300px;
            margin: 0 auto 0;
        }

    @media screen and (min-width: 768px) {
        .list__nitiative01__innerflex__text {
            width: 75%;
        }
        .list__nitiative01__innerflex__img{
            width: 15%;
            margin: 0 auto 0;
        }
    }
    sub {
        font-size: 74%;
    }




    .p_ir-faq__anc__item__link {
        padding-top: 10px;
        padding-left: 10px;
    }
    .p_ir-faq__anc__item__link:hover {
        background: #0058bd;
        color: #fff;
    }
    .p_ir-faq__anc__item__link:before {
        right: 10px;
        transition: .4s;
        top: -6px;
    }
    .p_ir-faq__anc__item__link:hover:before {
        border-color: #fff;
        top: -3px;
    }

    @media screen and (max-width: 768px) {
        .award__img.w49 {
            max-width: 100%;
        }
    }
    @media screen and (min-width: 768px) {
        .award.w49 {
            width: 48%;
            margin-left: 0;
            margin-right: 0;
        }
        .award__img.w49 {
            margin-left: 0;
            margin-right: 0;
            max-width: 48%;
        }
    }
    @media screen and (min-width: 1025px) {
        .award.w49 {
            width: 49%;
        }
        .award__img.w49 {
            justify-content: flex-start;
            align-items: flex-start;
            max-width: 49%;
        }
        .award__img.w49 img:nth-of-type(1) {
            width: 15cqw;
            max-height: 149px;
            max-width: 214px;
        }
        .award__img.w49 img:nth-of-type(2) {
            width: 22cqw;
            position: relative;
            top: -1px;
            max-height: 159px;
            max-width: 313px;
        }
    }