﻿.hideme {
    opacity: 0;
}


/* PERFORMANCE SUB PAGE start */

.section_title {
    display: block;
    color: #FFFFFF;
    width: 45%;
    padding: 5px 0px 7px 60px;
    font-size: 25pt;
    font-weight: 600;
    letter-spacing: 2.5pt;
}

.section_download {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 40px;
    background-color: white;
}

    .section_download p {
        text-align: center;
        font-size: 14pt;
        font-weight: bolder;
        padding: 10px;
        margin-block-start: 0;
        margin-block-end: 0;
    }

    .section_download ul {
        display: flex;
        justify-content: center;
    }

    .section_download li {
        display: block;
        cursor: pointer;
        background-color: #4e4e4e;
        padding: 2px 8px 4px 13px;
        margin: 0 18px;
        font-size: 15pt;
    }

.content_wrap {
    width: 89%;
    margin: 30px auto 20px auto;
}

    .content_wrap .sub_title {
        font-size: 19pt;
        font-weight: bolder;
        line-height: 24pt;
        display: flex;
        align-items: center;
        margin: 30px auto 10px auto;
    }

        .content_wrap .sub_title::before {
            content: '';
            width: 6px;
            display: inline-block;
            height: 28px;
            margin-right: 6px;
        }

    .content_wrap > img {
        margin: 20px auto;
        display: block;
        max-width: 100%;
    }

.img_title {
    font-size: 19pt;
    font-weight: bolder;
    margin: 30px auto 10px auto;
}

.fontcolor_rd {
    color: #6b216b;
}

.territory,
.titlehead_territory::before {
    color: #000000;
    background-color: #D4CFE7;
}

.governance,
.titlehead_governance::before {
    color: #FFFFFF;
    background-color: #F39A2F;
}

.rd,
.titlehead_rd::before {
    color: #FFFFFF;
    background-color: #8ABA29;
}


/*workplace start */
.workplace,
.titlehead_workplace::before {
    color: #FFFFFF;
    background-color: #51BA97;
}
.tabs.tabs_workplace_a li:nth-child(1)::before,
.tabs.tabs_workplace_a li:nth-child(2)::before,
.tabs.tabs_workplace_a li:nth-child(3)::before,
.tabs.tabs_workplace_a li:nth-child(4)::before,
.tabs.tabs_workplace_a li:nth-child(5)::before,
.tabs.tabs_workplace_a li:nth-child(6)::before,
.tabs.tabs_workplace_b li:nth-child(1)::before,
.tabs.tabs_workplace_b li:nth-child(2)::before,
.tabs.tabs_workplace_b li:nth-child(3)::before,
.tabs.tabs_workplace_b li:nth-child(4)::before,
.tabs.tabs_workplace_b li:nth-child(5)::before,
.tabs.tabs_workplace_b li:nth-child(6)::before,
.tabs.tabs_workplace_c li:nth-child(1)::before,
.tabs.tabs_workplace_c li:nth-child(2)::before,
.tabs.tabs_workplace_c li:nth-child(3)::before,
.tabs.tabs_workplace_c li:nth-child(4)::before,
.tabs.tabs_workplace_c li:nth-child(5)::before,
.tabs.tabs_workplace_c li:nth-child(6)::before {
    content: none;
}


.content_wrap .chart_workplace_a > div:not(:first-child),
.content_wrap .chart_workplace_b > div:not(:first-child),
.content_wrap .chart_workplace_c > div:not(:first-child) {
    display: none;
}

.content_wrap .chart_workplace_c > div:nth-child(1),
.content_wrap .chart_workplace_c > div:nth-child(1),
.content_wrap .chart_workplace_c > div:nth-child(1) {
    display: block;
}




.tabs.tabs_workplace_a li span,
.tabs.tabs_workplace_b li span,
.tabs.tabs_workplace_c li span {
    text-align: center;
    margin: 0 auto;
}

.content_wrap .chart_workplace_a,
.content_wrap .chart_workplace_b,
.content_wrap .chart_workplace_c {
    background-color: #f7f7f7;
    padding: 26px;
    font-size: 14pt;
    height: 360px;
}



.tabs_workplace_a li:nth-child(1),
.tabs_workplace_b li:nth-child(1),
.tabs_workplace_c li:nth-child(1) {
    color: #945800;
    background-color: #f5a200;
    opacity: unset;
}

    .tabs_workplace_a li:nth-child(1):hover, .tabs_workplace_a li.active:nth-child(1),
    .tabs_workplace_b li:nth-child(1):hover, .tabs_workplace_b li.active:nth-child(1),
    .tabs_workplace_c li:nth-child(1):hover, .tabs_workplace_c li.active:nth-child(1) {
        color: #dd8300;
    }

.content_wrap .chart_workplace_a > div:nth-child(1) span,
.content_wrap .chart_workplace_b > div:nth-child(1) span,
.content_wrap .chart_workplace_c > div:nth-child(1) span {
    color: #dd8300;
    font-weight: bolder;
    width: 100%;
    display: block;
    border-bottom: 1px #dd8300 dashed;
    padding-bottom: 8px;
}


.tabs_workplace_a li:nth-child(2),
.tabs_workplace_b li:nth-child(2),
.tabs_workplace_c li:nth-child(2) {
    color: #ab5000;
    background-color: #f5a200;
    opacity: unset;
}

    .tabs_workplace_a li:nth-child(2):hover, .tabs_workplace_a li.active:nth-child(2),
    .tabs_workplace_b li:nth-child(2):hover, .tabs_workplace_b li.active:nth-child(2),
    .tabs_workplace_c li:nth-child(2):hover, .tabs_workplace_c li.active:nth-child(2) {
        color: #ff7800;
    }

.content_wrap .chart_workplace_a > div:nth-child(2) span,
.content_wrap .chart_workplace_b > div:nth-child(2) span,
.content_wrap .chart_workplace_c > div:nth-child(2) span {
    color: #ff7800;
    font-weight: bolder;
    width: 100%;
    display: block;
    border-bottom: 1px #ff7800 dashed;
    padding-bottom: 8px;
}

.tabs_workplace_a li:nth-child(3),
.tabs_workplace_b li:nth-child(3),
.tabs_workplace_c li:nth-child(3) {
    color: #ab4218;
    background-color: #f5a200;
    opacity: unset;
}

    .tabs_workplace_a li:nth-child(3):hover, .tabs_workplace_a li.active:nth-child(3),
    .tabs_workplace_b li:nth-child(3):hover, .tabs_workplace_b li.active:nth-child(3),
    .tabs_workplace_c li:nth-child(3):hover, .tabs_workplace_c li.active:nth-child(3) {
        color: #ff6224;
    }

.content_wrap .chart_workplace_a > div:nth-child(3) span,
.content_wrap .chart_workplace_b > div:nth-child(3) span,
.content_wrap .chart_workplace_c > div:nth-child(3) span {
    color: #ff6224;
    font-weight: bolder;
    width: 100%;
    display: block;
    border-bottom: 1px #ff6224 dashed;
    padding-bottom: 8px;
}

.tabs_workplace_a li:nth-child(4),
.tabs_workplace_b li:nth-child(4),
.tabs_workplace_c li:nth-child(4) {
    color: #ab6f18;
    background-color: #f5a200;
    opacity: unset;
}

    .tabs_workplace_a li:nth-child(4):hover, .tabs_workplace_a li.active:nth-child(4),
    .tabs_workplace_b li:nth-child(4):hover, .tabs_workplace_b li.active:nth-child(4),
    .tabs_workplace_c li:nth-child(4):hover, .tabs_workplace_c li.active:nth-child(4) {
        color: #ffa524;
    }

.content_wrap .chart_workplace_a > div:nth-child(4) span,
.content_wrap .chart_workplace_b > div:nth-child(4) span,
.content_wrap .chart_workplace_c > div:nth-child(4) span {
    color: #ffa524;
    font-weight: bolder;
    width: 100%;
    display: block;
    border-bottom: 1px #ffa524 dashed;
    padding-bottom: 8px;
}

.tabs_workplace_a li:nth-child(5),
.tabs_workplace_b li:nth-child(5),
.tabs_workplace_c li:nth-child(5) {
    color: #AB5420;
    background-color: #f5a200;
    opacity: unset;
}

    .tabs_workplace_a li:nth-child(5):hover, .tabs_workplace_a li.active:nth-child(5),
    .tabs_workplace_b li:nth-child(5):hover, .tabs_workplace_b li.active:nth-child(5),
    .tabs_workplace_c li:nth-child(5):hover, .tabs_workplace_c li.active:nth-child(5) {
        color: #FF7E30;
    }

.content_wrap .chart_workplace_a > div:nth-child(5) span,
.content_wrap .chart_workplace_b > div:nth-child(5) span,
.content_wrap .chart_workplace_c > div:nth-child(5) span {
    color: #FF7E30;
    font-weight: bolder;
    width: 100%;
    display: block;
    border-bottom: 1px #FF7E30 dashed;
    padding-bottom: 8px;
}

.tabs_workplace_a li:nth-child(6),
.tabs_workplace_b li:nth-child(6),
.tabs_workplace_c li:nth-child(6) {
    color: #6F2F00;
    background-color: #f5a200;
    opacity: unset;
}

    .tabs_workplace_a li:nth-child(6):hover, .tabs_workplace_a li.active:nth-child(6),
    .tabs_workplace_b li:nth-child(6):hover, .tabs_workplace_b li.active:nth-child(6),
    .tabs_workplace_c li:nth-child(6):hover, .tabs_workplace_c li.active:nth-child(6) {
        color: #A64600;
    }

.content_wrap .chart_workplace_a > div:nth-child(6) span,
.content_wrap .chart_workplace_b > div:nth-child(6) span,
.content_wrap .chart_workplace_c > div:nth-child(6) span {
    color: #A64600;
    font-weight: bolder;
    width: 100%;
    display: block;
    border-bottom: 1px #A64600 dashed;
    padding-bottom: 8px;
}


.content_wrap .chart_workplace_a {
    font-size: 14pt;
}
.supply,
.titlehead_supply::before {
    color: #FFFFFF;
    background-color: #ffa800;
}


/*society start */




.society,
.titlehead_society::before {
    color: #FFFFFF;
    background-color: #F8B400;
}

.tabs.tabs_society_a li:nth-child(1)::before,
.tabs.tabs_society_a li:nth-child(2)::before,
.tabs.tabs_society_a li:nth-child(3)::before,
.tabs.tabs_society_a li:nth-child(4)::before,
.tabs.tabs_society_a li:nth-child(5)::before,
.tabs.tabs_society_a li:nth-child(6)::before,
.tabs.tabs_society_b li:nth-child(1)::before,
.tabs.tabs_society_b li:nth-child(2)::before,
.tabs.tabs_society_b li:nth-child(3)::before,
.tabs.tabs_society_b li:nth-child(4)::before,
.tabs.tabs_society_b li:nth-child(5)::before,
.tabs.tabs_society_b li:nth-child(6)::before,
.tabs.tabs_society_c li:nth-child(1)::before,
.tabs.tabs_society_c li:nth-child(2)::before,
.tabs.tabs_society_c li:nth-child(3)::before,
.tabs.tabs_society_c li:nth-child(4)::before,
.tabs.tabs_society_c li:nth-child(5)::before,
.tabs.tabs_society_c li:nth-child(6)::before,
.tabs.tabs_society_d li:nth-child(1)::before,
.tabs.tabs_society_d li:nth-child(2)::before,
.tabs.tabs_society_d li:nth-child(3)::before,
.tabs.tabs_society_d li:nth-child(4)::before,
.tabs.tabs_society_d li:nth-child(5)::before,
.tabs.tabs_society_d li:nth-child(6)::before,
.tabs.tabs_society_e li:nth-child(1)::before,
.tabs.tabs_society_e li:nth-child(2)::before,
.tabs.tabs_society_e li:nth-child(3)::before,
.tabs.tabs_society_e li:nth-child(4)::before,
.tabs.tabs_society_e li:nth-child(5)::before,
.tabs.tabs_society_e li:nth-child(6)::before,
.tabs.tabs_society_f li:nth-child(1)::before,
.tabs.tabs_society_f li:nth-child(2)::before,
.tabs.tabs_society_f li:nth-child(3)::before,
.tabs.tabs_society_f li:nth-child(4)::before,
.tabs.tabs_society_f li:nth-child(5)::before,
.tabs.tabs_society_f li:nth-child(6)::before {
    content: none;
}

/*.tabs.tabs_society_a li:nth-child(1)::after,
.tabs.tabs_society_b li:nth-child(1)::after,
.tabs.tabs_society_c li:nth-child(1)::after,
.tabs.tabs_society_d li:nth-child(1)::after,
.tabs.tabs_society_e li:nth-child(1)::after,
.tabs.tabs_society_f li:nth-child(1)::after {
    content: url('../images/society_tabs_icon_01.png');
    margin-left: 6px;
}

.tabs.tabs_society_a li:nth-child(1):hover::after,
.tabs.tabs_society_b li:nth-child(1):hover::after,
.tabs.tabs_society_c li:nth-child(1):hover::after,
.tabs.tabs_society_d li:nth-child(1):hover::after,
.tabs.tabs_society_e li:nth-child(1):hover::after,
.tabs.tabs_society_f li:nth-child(1):hover::after {
    content: url('../images/society_tabs_icon_01_h.png');
    margin-left: 6px;
}


.tabs.tabs_society_a li:nth-child(2)::after,
.tabs.tabs_society_b li:nth-child(2)::after,
.tabs.tabs_society_c li:nth-child(2)::after,
.tabs.tabs_society_d li:nth-child(2)::after,
.tabs.tabs_society_e li:nth-child(2)::after,
.tabs.tabs_society_f li:nth-child(2)::after {
    content: url('../images/society_tabs_icon_02.png');
    margin-left: 6px;
}

.tabs.tabs_society_a li:nth-child(2):hover::after,
.tabs.tabs_society_b li:nth-child(2):hover::after,
.tabs.tabs_society_c li:nth-child(2):hover::after,
.tabs.tabs_society_d li:nth-child(2):hover::after,
.tabs.tabs_society_e li:nth-child(2):hover::after,
.tabs.tabs_society_f li:nth-child(2):hover::after {
    content: url('../images/society_tabs_icon_02_h.png');
    margin-left: 6px;
}

.tabs.tabs_society_a li:nth-child(3)::after,
.tabs.tabs_society_b li:nth-child(3)::after,
.tabs.tabs_society_c li:nth-child(3)::after,
.tabs.tabs_society_d li:nth-child(3)::after,
.tabs.tabs_society_e li:nth-child(3)::after,
.tabs.tabs_society_f li:nth-child(3)::after {
    content: url('../images/society_tabs_icon_03.png');
    margin-left: 6px;
}

.tabs.tabs_society_a li:nth-child(3):hover::after,
.tabs.tabs_society_b li:nth-child(3):hover::after,
.tabs.tabs_society_c li:nth-child(3):hover::after,
.tabs.tabs_society_d li:nth-child(3):hover::after,
.tabs.tabs_society_e li:nth-child(3):hover::after,
.tabs.tabs_society_f li:nth-child(3):hover::after {
    content: url('../images/society_tabs_icon_03_h.png');
    margin-left: 6px;
}*/

.icon_d {
    display: inline-block;
}
.icon_h {
    display: none;
}

.active .icon_d {
    display: none;
}
.active .icon_h{
    display:inline-block;
}

.content_wrap .chart_society_a > div:not(:first-child),
.content_wrap .chart_society_b > div:not(:first-child),
.content_wrap .chart_society_c > div:not(:first-child),
.content_wrap .chart_society_d > div:not(:first-child),
.content_wrap .chart_society_e > div:not(:first-child),
.content_wrap .chart_society_f > div:not(:first-child) {
    display: none;
}

.content_wrap .chart_society_a > div:nth-child(1),
.content_wrap .chart_society_b > div:nth-child(1),
.content_wrap .chart_society_c > div:nth-child(1),
.content_wrap .chart_society_d > div:nth-child(1),
.content_wrap .chart_society_e > div:nth-child(1),
.content_wrap .chart_society_f > div:nth-child(1) {
    display: block;
}




.tabs.tabs_society_a li span,
.tabs.tabs_society_b li span,
.tabs.tabs_society_c li span,
.tabs.tabs_society_d li span,
.tabs.tabs_society_e li span,
.tabs.tabs_society_f li span {
    text-align: center;
    margin: 0 auto;
}

.content_wrap .chart_society_a,
.content_wrap .chart_society_e,
.content_wrap .chart_society_f
{
    background-color: #f7f7f7;
    padding: 26px;
    font-size: 14pt;
    height: 410px;
}

.content_wrap .chart_society_b {
    background-color: #f7f7f7;
    padding: 26px;
    font-size: 14pt;
    height: 560px;
}

.content_wrap .chart_society_c {
    background-color: #f7f7f7;
    padding: 26px;
    font-size: 14pt;
    height: 800px;
}

.content_wrap .chart_society_d {
    background-color: #f7f7f7;
    padding: 26px;
    font-size: 14pt;
    height: 490px;
}

.tabs_society_a li:nth-child(odd),
.tabs_society_b li:nth-child(odd),
.tabs_society_c li:nth-child(odd),
.tabs_society_d li:nth-child(odd),
.tabs_society_e li:nth-child(odd),
.tabs_society_f li:nth-child(odd) {
    color: #E4A100;
    background-color: #f5a200;
    opacity: unset;
}

    .tabs_society_a li:nth-child(odd):hover, .tabs_society_a li.active:nth-child(odd),
    .tabs_society_b li:nth-child(odd):hover, .tabs_society_b li.active:nth-child(odd),
    .tabs_society_c li:nth-child(odd):hover, .tabs_society_c li.active:nth-child(odd),
    .tabs_society_d li:nth-child(odd):hover, .tabs_society_d li.active:nth-child(odd),
    .tabs_society_e li:nth-child(odd):hover, .tabs_society_e li.active:nth-child(odd),
    .tabs_society_f li:nth-child(odd):hover, .tabs_society_f li.active:nth-child(odd) {
        color: #D27700;
    }

.content_wrap .chart_society_a > div:nth-child(odd) span,
.content_wrap .chart_society_b > div:nth-child(odd) span,
.content_wrap .chart_society_c > div:nth-child(odd) span,
.content_wrap .chart_society_d > div:nth-child(odd) span,
.content_wrap .chart_society_e > div:nth-child(odd) span,
.content_wrap .chart_society_f > div:nth-child(odd) span {
    color: #D27700;
    font-weight: bolder;
    width: 100%;
    display: block;
    border-bottom: 1px #D27700 dashed;
    padding-bottom: 8px;
}


.tabs_society_a li:nth-child(even),
.tabs_society_b li:nth-child(even),
.tabs_society_c li:nth-child(even),
.tabs_society_d li:nth-child(even),
.tabs_society_e li:nth-child(even),
.tabs_society_f li:nth-child(even) {
    color: #DE8300;
    background-color: #f5a200;
    opacity: unset;
}

    .tabs_society_a li:nth-child(even):hover, .tabs_society_a li.active:nth-child(even),
    .tabs_society_b li:nth-child(even):hover, .tabs_society_b li.active:nth-child(even),
    .tabs_society_c li:nth-child(even):hover, .tabs_society_c li.active:nth-child(even),
    .tabs_society_d li:nth-child(even):hover, .tabs_society_d li.active:nth-child(even),
    .tabs_society_e li:nth-child(even):hover, .tabs_society_e li.active:nth-child(even),
    .tabs_society_f li:nth-child(even):hover, .tabs_society_f li.active:nth-child(even) {
        color: #DE8300;
        
    }

.content_wrap .chart_society_a > div:nth-child(even) span,
.content_wrap .chart_society_b > div:nth-child(even) span,
.content_wrap .chart_society_c > div:nth-child(even) span,
.content_wrap .chart_society_d > div:nth-child(even) span,
.content_wrap .chart_society_e > div:nth-child(even) span,
.content_wrap .chart_society_f > div:nth-child(even) span {
    color: #DE8300;
    font-weight: bolder;
    width: 100%;
    display: block;
    border-bottom: 1px #DE8300 dashed;
    padding-bottom: 8px;
}



/*environment start*/
.environment,
.titlehead_environment::before {
    color: #FFFFFF;
    background-color: #87b150;
}


.tabs.tabs_environment_a li:nth-child(1)::before,
.tabs.tabs_environment_a li:nth-child(2)::before,
.tabs.tabs_environment_a li:nth-child(3)::before,
.tabs.tabs_environment_a li:nth-child(4)::before,
.tabs.tabs_environment_a li:nth-child(5)::before,
.tabs.tabs_environment_a li:nth-child(6)::before,
.tabs.tabs_environment_b li:nth-child(1)::before,
.tabs.tabs_environment_b li:nth-child(2)::before,
.tabs.tabs_environment_b li:nth-child(3)::before,
.tabs.tabs_environment_b li:nth-child(4)::before,
.tabs.tabs_environment_b li:nth-child(5)::before,
.tabs.tabs_environment_b li:nth-child(6)::before,
.tabs.tabs_environment_c li:nth-child(1)::before,
.tabs.tabs_environment_c li:nth-child(2)::before,
.tabs.tabs_environment_c li:nth-child(3)::before,
.tabs.tabs_environment_c li:nth-child(4)::before,
.tabs.tabs_environment_c li:nth-child(5)::before,
.tabs.tabs_environment_c li:nth-child(6)::before {
    content: none;
}


.content_wrap .chart_environment_a > div:not(:first-child),
.content_wrap .chart_environment_b > div:not(:first-child),
.content_wrap .chart_environment_c > div:not(:first-child) {
    display: none;
}

.content_wrap .chart_environment_c > div:nth-child(1),
.content_wrap .chart_environment_c > div:nth-child(1),
.content_wrap .chart_environment_c > div:nth-child(1) {
    display: block;
}




.tabs.tabs_environment_a li span,
.tabs.tabs_environment_b li span,
.tabs.tabs_environment_c li span {
    text-align: center;
    margin: 0 auto;
}

.content_wrap .chart_environment_a{
    background-color: #f7f7f7;
    padding: 26px;
    font-size: 14pt;
    height: 2950px;
}

.content_wrap .chart_environment_b {
    background-color: #f7f7f7;
    padding: 26px;
    font-size: 14pt;
    height: 990px;
}

.tabs_environment_a li:nth-child(1),
.tabs_environment_b li:nth-child(1),
.tabs_environment_c li:nth-child(1) {
    color: #4C751E;
    background-color: #f5a200;
    opacity: unset;
}

    .tabs_environment_a li:nth-child(1):hover, .tabs_environment_a li.active:nth-child(1),
    .tabs_environment_b li:nth-child(1):hover, .tabs_environment_b li.active:nth-child(1),
    .tabs_environment_c li:nth-child(1):hover, .tabs_environment_c li.active:nth-child(1) {
        color: #72AF2D;
    }

.content_wrap .chart_environment_a > div:nth-child(1) span,
.content_wrap .chart_environment_b > div:nth-child(1) span,
.content_wrap .chart_environment_c > div:nth-child(1) span {
    color: #72AF2D;
    font-weight: bolder;
    width: 100%;
    display: block;
    border-bottom: 1px #72AF2D dashed;
    padding-bottom: 8px;
}


.tabs_environment_a li:nth-child(2),
.tabs_environment_b li:nth-child(2),
.tabs_environment_c li:nth-child(2) {
    color: #155701;
    background-color: #f5a200;
    opacity: unset;
}

    .tabs_environment_a li:nth-child(2):hover, .tabs_environment_a li.active:nth-child(2),
    .tabs_environment_b li:nth-child(2):hover, .tabs_environment_b li.active:nth-child(2),
    .tabs_environment_c li:nth-child(2):hover, .tabs_environment_c li.active:nth-child(2) {
        color: #155701;
    }

.content_wrap .chart_environment_a > div:nth-child(2) span,
.content_wrap .chart_environment_b > div:nth-child(2) span,
.content_wrap .chart_environment_c > div:nth-child(2) span {
    color: #208202;
    font-weight: bolder;
    width: 100%;
    display: block;
    border-bottom: 1px #208202 dashed;
    padding-bottom: 8px;
}

.tabs_environment_a li:nth-child(3),
.tabs_environment_b li:nth-child(3),
.tabs_environment_c li:nth-child(3) {
    color: #004819;
    background-color: #f5a200;
    opacity: unset;
}

    .tabs_environment_a li:nth-child(3):hover, .tabs_environment_a li.active:nth-child(3),
    .tabs_environment_b li:nth-child(3):hover, .tabs_environment_b li.active:nth-child(3),
    .tabs_environment_c li:nth-child(3):hover, .tabs_environment_c li.active:nth-child(3) {
        color: #006b26;
    }

.content_wrap .chart_environment_a > div:nth-child(3) span,
.content_wrap .chart_environment_b > div:nth-child(3) span,
.content_wrap .chart_environment_c > div:nth-child(3) span {
    color: #006b26;
    font-weight: bolder;
    width: 100%;
    display: block;
    border-bottom: 1px #006b26 dashed;
    padding-bottom: 8px;
}

.tabs_environment_a li:nth-child(4),
.tabs_environment_b li:nth-child(4),
.tabs_environment_c li:nth-child(4) {
    color: #856400;
    background-color: #f5a200;
    opacity: unset;
}

    .tabs_environment_a li:nth-child(4):hover, .tabs_environment_a li.active:nth-child(4),
    .tabs_environment_b li:nth-child(4):hover, .tabs_environment_b li.active:nth-child(4),
    .tabs_environment_c li:nth-child(4):hover, .tabs_environment_c li.active:nth-child(4) {
        color: #C69500;
    }

.content_wrap .chart_environment_a > div:nth-child(4) span,
.content_wrap .chart_environment_b > div:nth-child(4) span,
.content_wrap .chart_environment_c > div:nth-child(4) span {
    color: #C69500;
    font-weight: bolder;
    width: 100%;
    display: block;
    border-bottom: 1px #C69500 dashed;
    padding-bottom: 8px;
}

.tabs_environment_a li:nth-child(5),
.tabs_environment_b li:nth-child(5),
.tabs_environment_c li:nth-child(5) {
    color: #AB5420;
    background-color: #f5a200;
    opacity: unset;
}

    .tabs_environment_a li:nth-child(5):hover, .tabs_environment_a li.active:nth-child(5),
    .tabs_environment_b li:nth-child(5):hover, .tabs_environment_b li.active:nth-child(5),
    .tabs_environment_c li:nth-child(5):hover, .tabs_environment_c li.active:nth-child(5) {
        color: #FF7E30;
    }

.content_wrap .chart_environment_a > div:nth-child(5) span,
.content_wrap .chart_environment_b > div:nth-child(5) span,
.content_wrap .chart_environment_c > div:nth-child(5) span {
    color: #FF7E30;
    font-weight: bolder;
    width: 100%;
    display: block;
    border-bottom: 1px #FF7E30 dashed;
    padding-bottom: 8px;
}

.tabs_environment_a li:nth-child(6),
.tabs_environment_b li:nth-child(6),
.tabs_environment_c li:nth-child(6) {
    color: #6F2F00;
    background-color: #f5a200;
    opacity: unset;
}

    .tabs_environment_a li:nth-child(6):hover, .tabs_environment_a li.active:nth-child(6),
    .tabs_environment_b li:nth-child(6):hover, .tabs_environment_b li.active:nth-child(6),
    .tabs_environment_c li:nth-child(6):hover, .tabs_environment_c li.active:nth-child(6) {
        color: #A64600;
    }

.content_wrap .chart_environment_a > div:nth-child(6) span,
.content_wrap .chart_environment_b > div:nth-child(6) span,
.content_wrap .chart_environment_c > div:nth-child(6) span {
    color: #A64600;
    font-weight: bolder;
    width: 100%;
    display: block;
    border-bottom: 1px #A64600 dashed;
    padding-bottom: 8px;
}


.content_wrap .chart_environment_a {
    font-size: 14pt;
}

/*environment end*/


.community,
.titlehead_community::before {
    background-color: #F09286;
}

.prevention,
.titlehead_prevention::before {
    background-color: #8D65B8;
}

/* management start */
.tabs_management li:nth-child(1) {
    color: #0092CA;
    background-color: #f7f7f7;
    opacity: unset;
}

    .tabs_management li:nth-child(1):hover, .tabs_management li.active:nth-child(1) {
        color: #0092CA;
    }


.tabs_management li:nth-child(2) {
    color: #0466B2;
}

    .tabs_management li:nth-child(2):hover, .tabs_management li.active:nth-child(2) {
        color: #0186ec;
    }




.tabs_management li:nth-child(3) {
    color: #114D86;
}

    .tabs_management li:nth-child(3):hover, .tabs_management li.active:nth-child(3) {
        color: #125a9f;
    }


.tabs_management li:nth-child(4) {
    color: #15529D;
}

    .tabs_management li:nth-child(4):hover, .tabs_management li.active:nth-child(4) {
        color: #1f62b5;
    }

.tabs_management li:nth-child(1)::before {
    background-size: contain;
    background-repeat: no-repeat;
}


.tabs_management li:nth-child(1):hover::before, .tabs_management li.active:nth-child(1)::before {
    color: #88BE43;
    background-size: contain;
    background-repeat: no-repeat;
}

.tabs_management li:nth-child(2)::before {
    background-size: contain;
    background-repeat: no-repeat;
}

.tabs_management li:nth-child(2):hover::before, .tabs_management li.active:nth-child(2)::before {
    color: #9A86E0;
    background-size: contain;
    background-repeat: no-repeat;
}

.tabs_management li:nth-child(3)::before {
    color: #5A6D0F;
    background-size: contain;
    background-repeat: no-repeat;
}

.tabs_management li:nth-child(3):hover::before, .tabs_management li.active:nth-child(3)::before {
    color: #9A86E0;
    background-size: contain;
    background-repeat: no-repeat;
}

.tabs_management li:nth-child(4)::before {
    color: #1B6A3E;
    background-size: contain;
    background-repeat: no-repeat;
}

.tabs_management li:nth-child(4):hover::before, .tabs_management li.active:nth-child(4)::before {
    color: #9A86E0;
    background-size: contain;
    background-repeat: no-repeat;
}

.management,
.titlehead_management::before {
    color: #FFFFFF;
    background-color: #0092CA;
}

.content_wrap .chart_management01 {
    background-color: #f7f7f7;
    padding: 26px;
    font-size: 14pt;
    height: 1600px;
}

    .content_wrap .chart_management01 > div:not(:first-child) {
        display: none;
    }

    .content_wrap .chart_management01 > div:nth-child(1) {
        display: block;
    }


        .content_wrap .chart_management01 > div:nth-child(1) span {
            color: #9A86E0;
            font-weight: bolder;
        }

    .content_wrap .chart_management01 ul {
        list-style: disc;
        padding-inline-start: 26px;
    }

        .content_wrap .chart_management01 ul li {
            line-height: 22pt;
        }


    .content_wrap .chart_management01 > div:nth-child(1) span {
        color: #0092CA;
        font-weight: bolder;
        width: 100%;
        display: block;
        border-bottom: 1px #0092CA dashed;
        padding-bottom: 8px;
    }

    .content_wrap .chart_management01 > div:nth-child(2) span {
        color: #0186ec;
        font-weight: bolder;
        width: 100%;
        display: block;
        border-bottom: 1px #0186ec dashed;
        padding-bottom: 8px;
    }

    .content_wrap .chart_management01 > div:nth-child(3) span {
        color: #125a9f;
        font-weight: bolder;
        width: 100%;
        display: block;
        border-bottom: 1px #125a9f dashed;
        padding-bottom: 8px;
    }

    .content_wrap .chart_management01 > div:nth-child(4) span {
        color: #1f62b5;
        font-weight: bolder;
        width: 100%;
        display: block;
        border-bottom: 1px #1f62b5 dashed;
        padding-bottom: 8px;
    }

    .content_wrap .chart_management01 > div:nth-child(1) > div {
        /*    .content_wrap .chart_environment01 > div:nth-child(2) > div,*/
        /*    .content_wrap .chart_environment01 > div:nth-child(4) > div {*/
        display: flex;
        margin-top: 18px;
        width: 96%;
    }

        .content_wrap .chart_management01 > div:nth-child(1) > div > ul,
        .content_wrap .chart_management01 > div:nth-child(2) > div > ul,
        .content_wrap .chart_management01 > div:nth-child(4) > div > div {
            margin-block-start: 0;
        }

        .content_wrap .chart_management01 > div:nth-child(1) > div > img,
        .content_wrap .chart_management01 > div:nth-child(2) > div > img,
        .content_wrap .chart_management01 > div:nth-child(4) > div > img {
            margin-left: 20px;
        }


/* */


/* CITY start */

.city_wrap {
    width: 100%;
    margin: 0 auto;
    background-image: url('../images/bg_city.png');
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
}

    .city_wrap span {
        position: absolute;
        display: block;
        background-color: #D4CFE7;
        color: #000000;
        font-size: 25pt;
        top: 26px;
        width: 545px;
        text-align: right;
        padding-right: 11px;
        font-weight: 600;
        line-height: 60px;
        /*    width: 40%;
        padding: 5px 0px 7px 60px;*/
        font-size: 25pt;
        font-weight: 600;
        letter-spacing: 2.5pt;
    }

    .city_wrap img {
        position: absolute;
    }

#city_text,
#city_guide,
#city_3corp,
#closebts1,
#closebts2,
#closebts3,
#closebts4,
#closebts5,
#closebts6 {
    display: none;
}

#city_text,
#city_guide,
#city_3corp {
    width: 100%;
}

#city_bg {
    width: 100%;
    z-index: 3;
    left:2%;
}

#city_build1_s {
    width: calc(100% * (333/1200));
    top: 41.2%;
    left: 19%;
    z-index: 4;
}

#city_build2_s {
    width: calc(100% * (230/1200));
    top: 37%;
    left: 47.3%;
    z-index: 2;
}

#city_build3_s {
    width: calc(100% * (120/1200));
    top: 37.6%;
    left: 34%;
    z-index:3;
}

#city_build4_s {
    width: calc(100% * (304/1200));
    top: 53.8%;
    left: 25.6%;
    z-index: 4;
}

#city_build5_s {
    width: calc(100% * (413/1200));
    top: 56%;
    left: 49%;
    z-index: 4;
}

/*#city_build6_s {
    width: calc(100% * (330/1200));
    top: 55.8%;
    left: 58.6%;
    z-index: 4;
}*/

#city_build1 {
    width: calc(100% * (840/1200));
    top: 31.3%;
    left: 3.1%;
    z-index: 4;
    display: none;
}

#city_build2 {
    width: calc(100% * (650/1200));
    top: 28%;
    left: 40.3%;
    z-index: 3;
    display: none;
}

#city_build3 {
    width: calc(100% * (750/1200));
    top: 17.0%;
    left: 31.0%;
    z-index: 3;
    display: none;
}

#city_build4 {
    width: calc(100% * (750/1200));
    top: 50.9%;
    left: -0.3%;
    z-index: 4;
    display: none;
}

#city_build5 {
    width: calc(100% * (502/1200));
    top: 51.6%;
    left: 50.7%;
    z-index: 4;
    display: none;
}

/*#city_build6 {
    display: none;
    width: calc(100% * (526/1200));
    top: 52.9%;
    left: 56.2%;
    z-index: 4;
    display: none;
}*/

#sensorzone1 {
    position: absolute;
    background-color: transparent;
/*    background-color: rgb(50,50,50,0.4);*/
    cursor: pointer;
    display: block;
    width: calc(100% * (333/1200));
    height: calc(100% * (261/1055));
    top: 41.5%;
    left: 18.1%;
    z-index: 5;
    /*    clip-path: polygon(70% 63%, 45% 80%, 26% 67%, 27% 44%, 56% 24%, 70% 40%);*/
    /*    clip-path: polygon(67px 214px, 233px 120px, 276px 195px, 135px 267px);*/
    clip-path: polygon(59% 21%, 65% 41%, 67% 54%, 64% 67%, 48% 71%, 39% 82%, 20% 90%, 9% 73%, 34% 48%, 41% 23%);
}

#sensorzone2 {
    position: absolute;
    background-color: transparent;
/*    background-color: rgb(50,50,50,0.4);*/
    cursor: pointer;
    display: block;
    width: calc(100% * (225/1200));
    height: calc(100% * (210/1055));
    top: 37.5%;
    left: 48%;
    z-index: 5;
    /*    clip-path: polygon(69% 72%, 67% 52%, 35% 29%, 16% 55%, 53% 82%);*/
    clip-path: polygon(55% 16%, 84% 32%, 87% 41%, 93% 52%, 83% 64%, 52% 83%, 26% 81%, 15% 68%, 20% 33%, 40% 20%);
}

#sensorzone3 {
    position: absolute;
    background-color: transparent;
/*    background-color: rgb(50,50,50,0.4);*/
    cursor: pointer;
    display: block;
    width: calc(100% * (120/1200));
    height: calc(100% * (188/1055));
    top: 37%;
    left: 34.6%;
    z-index: 5;
    /*    clip-path: polygon(25% 79%, 57% 87%, 74% 81%, 73% 31%, 37% 14%, 22% 21%);*/
    clip-path: polygon(32% 16%, 80% 14%, 83% 22%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
}

#sensorzone4 {
    position: absolute;
    background-color: transparent;
/*    background-color: rgb(50,50,50,0.4);*/
    cursor: pointer;
    display: block;
    width: calc(100% * (320/1200));
    height: calc(100% * (250/1055));
    top: 53.9%;
    left: 25.7%;
    z-index: 5;
    clip-path: polygon(52% 2%, 74% 18%, 90% 39%, 97% 60%, 77% 78%, 50% 100%, 30% 86%, 15% 62%, 28% 42%, 13% 28%);
}

#sensorzone5 {
    position: absolute;
    background-color: transparent;
/*    background-color: rgb(50,50,50,0.4);*/
    cursor: pointer;
    display: block;
    width: calc(100% * (413/1200));
    height: calc(100% * (221/1055));
    top: 55%;
    left: 50%;
    z-index: 5;
    clip-path: polygon(50% 0%, 80% 10%, 89% 26%, 91% 63%, 55% 85%, 49% 98%, 17% 100%, 11% 79%, 15% 49%, 36% 24%);
}

/*#sensorzone6 {
    position: absolute;
    background-color: transparent;
    cursor: pointer;
    display: block;
    width: calc(100% * (330/1200));
    height: calc(100% * (238/1055));
    top: 48.8%;
    left: 55.6%;
    z-index: 5;
    clip-path: polygon(95px 123px, 73px 97px, 200px 29px, 244px 68px, 129px 142px);
}*/

#closebt1a {
    position: absolute;
    background-color: transparent;
    cursor: pointer;
    display: block;
    width: calc(100% * (840/1200));
    height: calc(100% * (552/1055));
    top: 35.3%;
    left: -6.9%;
    z-index: 5;
    clip-path: circle(2.3% at 51% 6%);
}



#closebt2a {
    position: absolute;
    background-color: transparent;
/*    background-color: rgb(100,100,100,0.5);*/
    cursor: pointer;
    display: block;
    width: calc(100% * (530/1200));
    height: calc(100% * (429/1055));
    top: 31.4%;
    left: 45.4%;
    z-index: 5;
    clip-path: circle(2.3% at 95% 5%);
}
/*#closebt2b {
    position: absolute;
    background-color: transparent;
    cursor: pointer;
    display: block;
    width: calc(100% * (530/1200));
    height: calc(100% * (429/1055));
    top: 71%;
    left: 49.7%;
    z-index: 5;
    clip-path: circle(2.3% at 95% 5%);
}*/

#closebt3 {
    position: absolute;
    background-color: transparent;
/*    background-color: rgb(100,100,100,0.5);*/
    cursor: pointer;
    display: block;
    width: calc(100% * (567/1200));
    height: calc(100% * (428/1055));
    top: 24.5%;
    left: 19.2%;
    z-index: 5;
    clip-path: circle(2.3% at 96% 5%);
}



#closebt4a {
    position: absolute;
    background-color: transparent;
/*    background-color: rgb(100,100,100,0.5);*/
    cursor: pointer;
    display: block;
    width: calc(100% * (606/1200));
    height: calc(100% * (202/1055));
    top: 53.6%;
    left: -1.8%;
    z-index: 6;
    clip-path: circle(2.3% at 57% 29%);
}
#closebt4b {
    position: absolute;
    background-color: transparent;
/*    background-color: rgb(100,100,100,0.5);*/
    cursor: pointer;
    display: block;
    width: calc(100% * (606/1200));
    height: calc(100% * (202/1055));
    top: 71.2%;
    left: -1.7%;
    z-index: 6;
    clip-path: circle(2.3% at 57% 29%);
}
#closebt4c {
    position: absolute;
    background-color: transparent;
/*    background-color: rgb(100,100,100,0.5);*/
    cursor: pointer;
    display: block;
    width: calc(100% * (606/1200));
    height: calc(100% * (202/1055));
    top: 74.4%;
    left: 29.3%;
    z-index: 6;
    clip-path: circle(2.3% at 57% 29%);
}

#closebt5 {
    position: absolute;
    background-color: transparent;
    ckground-color: transparent;
/*    background-color: rgb(100,100,100,0.5);*/
    cursor: pointer;
    display: block;
    width: calc(100% * (502/1200));
    height: calc(100% * (456/1055));
    top: 70%;
    left: 49.8%;
    z-index: 5;
    clip-path: circle(2.3% at 96% 5%);
}

/*#closebt6 {
    position: absolute;
    background-color: transparent;
    cursor: pointer;
    display: block;
    width: calc(100% * (526/1200));
    height: calc(100% * (234/1055));
    top: 56.7%;
    left: 54.2%;
    z-index: 5;
    clip-path: circle(2.3% at 97% 56%);
}*/
    /* CITY end */
    /* 10CORPs start */
    .content_wrap span {
    font-size: 14pt;
}

.corps10 {
    width: 100%;
    position: relative;
    background-image: url(../images/territory_10corp.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

    .corps10 .crop {
        background-color: transparent;
        cursor: pointer;
        display: block;
        width: 100%;
        height: 100%;
        z-index: 1;
        position: absolute;
    }

#c01 {
    clip-path: inset(80px 600px 320px 200px);
}

#c02 {
    clip-path: inset(160px 630px 230px 180px);
}

#c03 {
    clip-path: inset(250px 630px 140px 220px);
}

#c04 {
    clip-path: inset(340px 600px 40px 220px);
}

#c05 {
    clip-path: inset(80px 140px 320px 680px);
}

#c06 {
    clip-path: inset(210px 140px 180px 730px);
}

#c07 {
    clip-path: inset(340px 140px 40px 670px);
}

.chart_territory01 {
    font-size: 14pt;
}

    .chart_territory01 > div {
        background-color: #e5e6e6;
        padding-bottom: 20px;
    }

        .chart_territory01 > div:not(:nth-child(1)) {
            display: none;
        }

        .chart_territory01 > div > div:nth-child(1) {
            padding: 7px 14px;
            color: white;
            font-weight: bolder;
            letter-spacing: 1pt;
        }

        .chart_territory01 > div > div:nth-child(2) {
            padding: 0px 14px;
        }

            .chart_territory01 > div > div:nth-child(2) > p:nth-child(1) {
                font-weight: bold;
                letter-spacing: 1pt;
                padding-bottom: 7px;
                width: 900px;
            }

            .chart_territory01 > div > div:nth-child(2) > p:nth-child(2) {
                font-weight: bold;
                letter-spacing: 1pt;
            }

            .chart_territory01 > div > div:nth-child(2) > div > p {
                margin-block-start: 0;
                margin-block-end: 0;
                display: flex;
                align-items: center;
            }

    .chart_territory01 .territory_e::before {
        content: '';
        background-image: url('../images/icon_territory_e.png');
        background-repeat: no-repeat;
        background-size: 100%;
        width: 20px;
        height: 20px;
        margin-right: 5px;
    }

    .chart_territory01 .territory_s::before {
        content: '';
        background-image: url('../images/icon_territory_s.png');
        background-repeat: no-repeat;
        background-size: 100%;
        width: 20px;
        height: 20px;
        margin-right: 5px;
    }

    .chart_territory01 .territory_g::before {
        content: '';
        background-image: url('../images/icon_territory_g.png');
        background-repeat: no-repeat;
        background-size: 100%;
        width: 20px;
        height: 20px;
        margin-right: 5px;
    }

    .chart_territory01 > div > div:nth-child(1) {
        background-color: #a7a5d1;
    }

    .chart_territory01 > div > div:nth-child(2) > p:nth-child(1),
    .chart_territory01 > div > div:nth-child(2) > p:nth-child(2) {
        color: #888ebf;
    }

    .chart_territory01 > div > div:nth-child(2) > p:nth-child(1) {
        border-bottom: 1px #A2A2CB solid;
    }



/* 10CORPs end */

.content_wrap .tabs {
    display: flex;
    margin-block-start: 0;
    margin-block-end: 0;
    font-size: 14pt;
    font-weight: bolder;
    overflow: hidden;
}

    .content_wrap .tabs li {
        display: flex;
        align-items: center;
        width: 211px;
        height: 45px;
        padding: 10px 13px;
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
        box-shadow: 3px 3px 3px 0px #999898;
        margin-right: 7px;
        cursor: pointer;
        background-color: #c3c3c3;
        opacity: 80;
        justify-content: center;
    }

    .content_wrap .tabs.tabs3 li {
        width: 33.3%;
    }


/*    .content_wrap .tabs li:nth-child(1)::before {
        content: '';
        display: inline-block;
        width: 46px;
        height: 47px;
        margin-right: 10px;
    }

    .content_wrap .tabs li:nth-child(2)::before {
        content: '';
        display: inline-block;
        width: 46px;
        height: 47px;
        margin-right: 10px;
    }

    .content_wrap .tabs li:nth-child(3)::before {
        content: '';
        display: inline-block;
        width: 46px;
        height: 47px;
        margin-right: 10px;
    }

    .content_wrap .tabs li:nth-child(4)::before {
        content: '';
        display: inline-block;
        width: 46px;
        height: 47px;
        margin-right: 10px;
    }*/


    .tabs_territory li:nth-child(1) {
        background-color: #f7f7f7;
        opacity: unset;
        color: #5F5B80;
    }

.tabs_territory li:nth-child(2) {
    color: #5F5B80;
}

.tabs_territory li:nth-child(3) {
    color: #5F5B80;
}

.tabs_territory li:nth-child(4) {
    color: #5F5B80;
}

.tabs_territory li:nth-child(1)::before {
    background-image: url('../images/territory_01.png');
}

.tabs_territory .terr_tab.active {
    color: #9A86E0;
}

.tabs_territory li:nth-child(1):hover::before, .tabs_territory li.active:nth-child(1)::before {
    color: #9A86E0;
    background-image: url('../images/territory_01_h.png');
}

.tabs_territory li:nth-child(2)::before {
    background-image: url('../images/territory_02.png');
}

.tabs_territory li:nth-child(2):hover::before, .tabs_territory li.active:nth-child(2)::before {
    color: #9A86E0;
    background-image: url('../images/territory_02_h.png');
}

.tabs_territory li:nth-child(3)::before {
    background-image: url('../images/territory_03.png');
}

.tabs_territory li:nth-child(3):hover::before, .tabs_territory li.active:nth-child(3)::before {
    color: #9A86E0;
    background-image: url('../images/territory_03_h.png');
}

.tabs_territory li:nth-child(4)::before {
    background-image: url('../images/territory_04.png');
}

.tabs_territory li:nth-child(4):hover::before, .tabs_territory li.active:nth-child(4)::before {
    color: #9A86E0;
    background-image: url('../images/territory_04_h.png');
}

.content_wrap .chart_territory02 {
    background-color: #f7f7f7;
    padding: 26px;
    font-size: 14pt;
    height: 370px;
}

    .content_wrap .chart_territory02 > div:not(:first-child) {
        display: none;
    }

    .content_wrap .chart_territory02 > div:nth-child(1) {
        display: block;
    }


        .content_wrap .chart_territory02 > div:nth-child(1) span {
            color: #9A86E0;
            font-weight: bolder;
        }

    .content_wrap .chart_territory02 ul {
        list-style: disc;
        padding-inline-start: 26px;
    }

        .content_wrap .chart_territory02 ul li {
            line-height: 22pt;
        }


    .content_wrap .chart_territory02 > div:nth-child(1) span {
        color: #9A86E0;
        font-weight: bolder;
        width: 100%;
        display: block;
        border-bottom: 1px #80b656 dashed;
        padding-bottom: 8px;
    }

    .content_wrap .chart_territory02 > div:nth-child(2) span {
        color: #9A86E0;
        font-weight: bolder;
        width: 100%;
        display: block;
        border-bottom: 1px #80b656 dashed;
        padding-bottom: 8px;
    }

    .content_wrap .chart_territory02 > div:nth-child(3) span {
        color: #9A86E0;
        font-weight: bolder;
        width: 100%;
        display: block;
        border-bottom: 1px #427f3c dashed;
        padding-bottom: 8px;
    }

    .content_wrap .chart_territory02 > div:nth-child(4) span {
        color: #9A86E0;
        font-weight: bolder;
        width: 100%;
        display: block;
        border-bottom: 1px #2b9f39 dashed;
        padding-bottom: 8px;
    }

    .content_wrap .chart_territory02 > div:nth-child(1) > div,
    .content_wrap .chart_territory02 > div:nth-child(2) > div,
    .content_wrap .chart_territory02 > div:nth-child(4) > div {
        display: flex;
        margin-top: 18px;
        width: 96%;
    }

        .content_wrap .chart_territory02 > div:nth-child(1) > div > ul,
        .content_wrap .chart_territory02 > div:nth-child(2) > div > ul,
        .content_wrap .chart_territory02 > div:nth-child(4) > div > div {
            margin-block-start: 0;
        }

        .content_wrap .chart_territory02 > div:nth-child(1) > div > img,
        .content_wrap .chart_territory02 > div:nth-child(2) > div > img,
        .content_wrap .chart_territory02 > div:nth-child(4) > div > img {
            margin-left: 20px;
        }

/* TERRITORY end */


/* tabs_environment */


.tabs_environment li:nth-child(1) {
    color: #5B7F2D;
    background-color: #f7f7f7;
    opacity: unset;
}

    .tabs_environment li:nth-child(1):hover, .tabs_environment li.active:nth-child(1) {
        color: #88BE43;
    }


.tabs_environment li:nth-child(2) {
    color: #205C26;
}

    .tabs_environment li:nth-child(2):hover, .tabs_environment li.active:nth-child(2) {
        color: #205C26;
    }




.tabs_environment li:nth-child(3) {
    color: #5A6D0F;
}

    .tabs_environment li:nth-child(3):hover, .tabs_environment li.active:nth-child(3) {
        color: #86A316;
    }


.tabs_environment li:nth-child(4) {
    color: #1B6A3E;
}

    .tabs_environment li:nth-child(4):hover, .tabs_environment li.active:nth-child(4) {
        color: #289E5D;
    }

.tabs_environment li:nth-child(1)::before {
    background-image: url('../images/environment_icon_01.png');
    background-size: contain;
    background-repeat: no-repeat;
}


.tabs_environment li:nth-child(1):hover::before, .tabs_environment li.active:nth-child(1)::before {
    color: #88BE43;
    background-image: url('../images/environment_icon_01_h.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.tabs_environment li:nth-child(2)::before {
    background-image: url('../images/environment_icon_02.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.tabs_environment li:nth-child(2):hover::before, .tabs_environment li.active:nth-child(2)::before {
    color: #9A86E0;
    background-image: url('../images/environment_icon_02_h.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.tabs_environment li:nth-child(3)::before {
    color: #5A6D0F;
    background-image: url('../images/environment_icon_03.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.tabs_environment li:nth-child(3):hover::before, .tabs_environment li.active:nth-child(3)::before {
    color: #9A86E0;
    background-image: url('../images/environment_icon_03_h.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.tabs_environment li:nth-child(4)::before {
    color: #1B6A3E;
    background-image: url('../images/environment_icon_04.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.tabs_environment li:nth-child(4):hover::before, .tabs_environment li.active:nth-child(4)::before {
    color: #9A86E0;
    background-image: url('../images/environment_icon_04_h.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.tabs.tabs_environment li {
    width: 225px;
}

.content_wrap .chart_environment01 {
    background-color: #f7f7f7;
    padding: 26px;
    font-size: 14pt;
    height: 540px;
}

    .content_wrap .chart_environment01 > div:not(:first-child) {
        display: none;
    }

    .content_wrap .chart_environment01 > div:nth-child(1) {
        display: block;
    }


        .content_wrap .chart_environment01 > div:nth-child(1) span {
            color: #9A86E0;
            font-weight: bolder;
        }

    .content_wrap .chart_environment01 ul {
        list-style: disc;
        padding-inline-start: 26px;
    }

        .content_wrap .chart_environment01 ul li {
            line-height: 22pt;
        }


    .content_wrap .chart_environment01 > div:nth-child(1) span {
        color: #88BE43;
        font-weight: bolder;
        width: 100%;
        display: block;
        border-bottom: 1px #80b656 dashed;
        padding-bottom: 8px;
    }

    .content_wrap .chart_environment01 > div:nth-child(2) span {
        color: #2F8939;
        font-weight: bolder;
        width: 100%;
        display: block;
        border-bottom: 1px #80b656 dashed;
        padding-bottom: 8px;
    }

    .content_wrap .chart_environment01 > div:nth-child(3) span {
        color: #86A316;
        font-weight: bolder;
        width: 100%;
        display: block;
        border-bottom: 1px #427f3c dashed;
        padding-bottom: 8px;
    }

    .content_wrap .chart_environment01 > div:nth-child(4) span {
        color: #289E5D;
        font-weight: bolder;
        width: 100%;
        display: block;
        border-bottom: 1px #2b9f39 dashed;
        padding-bottom: 8px;
    }

    .content_wrap .chart_environment01 > div:nth-child(1) > div {
        /*    .content_wrap .chart_environment01 > div:nth-child(2) > div,*/
        /*    .content_wrap .chart_environment01 > div:nth-child(4) > div {*/
        display: flex;
        margin-top: 18px;
        width: 96%;
    }

        .content_wrap .chart_environment01 > div:nth-child(1) > div > ul,
        .content_wrap .chart_environment01 > div:nth-child(2) > div > ul,
        .content_wrap .chart_environment01 > div:nth-child(4) > div > div {
            margin-block-start: 0;
        }

        .content_wrap .chart_environment01 > div:nth-child(1) > div > img,
        .content_wrap .chart_environment01 > div:nth-child(2) > div > img,
        .content_wrap .chart_environment01 > div:nth-child(4) > div > img {
            margin-left: 20px;
        }

/* GOVERNANCE start */

.content_wrap .chart_governance01 span {
    font-weight: bolder;
}

.content_wrap .chart_governance01 {
    height: 227px;
}

    .content_wrap .chart_governance01 > div {
        display: block;
        color: white;
        font-size: 14pt;
        padding: 20px 22px;
        border-radius: 10px;
        position: relative;
        float: left;
    }

        .content_wrap .chart_governance01 > div > ul {
            list-style: disc;
            padding-inline-start: 26px;
        }

            .content_wrap .chart_governance01 > div > ul li {
                line-height: 22pt;
            }



    .content_wrap .chart_governance01 > img:nth-child(2) {
        position: relative;
        float: left;
        top: calc(50% - 22px);
        left: -7px;
        z-index: 1;
    }

    .content_wrap .chart_governance01 > div:nth-child(3) {
        width: 30%;
        background-color: #129ccc;
        left: -14px;
        top: calc(50% - (198px/2));
    }

    .content_wrap .chart_governance01 > img:nth-child(4) {
        position: relative;
        float: left;
        top: calc(50% - 22px);
        left: -21px;
        z-index: 1;
    }

    .content_wrap .chart_governance01 > div:nth-child(5) {
        width: 20%;
        background-color: #a1cee4;
        left: 22px;
        top: -10px;
    }

#table_governance01,
#table_governance02 {
    font-size: 14pt;
}

    #table_governance01 tr:nth-child(1),
    #table_governance01 tr:nth-child(2),
    #table_governance02 tr:nth-child(1) {
        color: white;
        font-weight: bolder;
    }

    #table_governance01 tr:not(:last-child) td,
    #table_governance02 tr:not(:last-child) td {
        border-bottom: 1px #12c8ff solid;
    }

    #table_governance01 tr td:not(:last-child),
    #table_governance02 tr td:not(:last-child) {
        border-right: 1px #12c8ff solid;
    }

.chart_governance02 {
    display: flex;
    margin: 20px auto;
    align-items: center;
    font-size: 14pt;
    justify-content: space-evenly;
}

    .chart_governance02 span {
        display: block;
        text-align: center;
        font-size: 18pt;
        font-weight: bolder;
        color: #005989;
    }

    .chart_governance02 p {
        border: 1px #75c1ea dashed;
        border-radius: 10px;
        padding: 20px 14px;
        width: 211px;
    }

    .chart_governance02 img {
        width: calc(100% * 520/1068);
    }

.chart_governance03 {
    display: block;
    width: 73%;
    margin: 0 auto 40px auto;
}

.chart_governance03_wrap {
    display: block;
    /* justify-content: center; */
    text-align: center;
    font-size: 14pt;
    color: #fff;
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 420px;
}

    .chart_governance03_wrap div {
        display: block;
        width: 250px;
        background-size: 100%;
        background-repeat: no-repeat;
        padding-top: 58px;
        position: relative;
        float: left;
    }

        .chart_governance03_wrap div:nth-child(1) {
            background-image: url(../images/chart_governance03_01.png);
            margin-right: 12px;
        }

        .chart_governance03_wrap div:nth-child(2) {
            background-image: url(../images/chart_governance03_02.png);
            margin-right: 12px;
        }

        .chart_governance03_wrap div:nth-child(3) {
            background-image: url(../images/chart_governance03_03.png);
        }

        .chart_governance03_wrap div p:nth-child(1) {
            font-size: 22pt;
            font-weight: bolder;
            margin-block-end: 18px;
        }

        .chart_governance03_wrap div p:nth-child(2) {
            margin-block-start: 0;
        }

        .chart_governance03_wrap div ul {
            color: #5d5d5d;
            list-style: disc;
            margin-block-start: 6em;
            text-align: left;
            display: inline-block;
            padding-inline-start: 26pt;
        }

    .chart_governance03_wrap span {
        background-image: url(../images/icon_dots.png);
        width: 206px;
        height: 39px;
        position: absolute;
        top: 244px;
    }

        .chart_governance03_wrap span:nth-child(4) {
            left: 153px;
        }

        .chart_governance03_wrap span:nth-child(5) {
            left: 418px;
        }

.chart_governance04 {
    display: flex;
    justify-content: center;
    margin: 20px auto 60px auto;
    font-size: 14pt;
}

    .chart_governance04 div {
        display: block;
        background-repeat: no-repeat;
        background-size: 100%;
        padding: 144px 0 11px 0;
        margin: 0 5px;
    }

    .chart_governance04 span {
        text-align: center;
        display: block;
        font-size: 18pt;
        font-weight: bolder;
        color: #005989;
    }

    .chart_governance04 ul {
        padding-inline-start: 2em;
        list-style: disc;
        margin-block-start: 8px;
    }

    .chart_governance04 div:nth-child(1) {
        width: 272px;
        background-image: url(../images/governance_01.png);
    }

    .chart_governance04 div:nth-child(2) {
        width: 305px;
        background-image: url(../images/governance_02.png);
    }

    .chart_governance04 div:nth-child(3) {
        width: 304px;
        background-image: url(../images/governance_03.png);
    }

.chart_governance05 {
    width: 860px;
    display: flex;
    justify-content: space-around;
    background-image: url(../images/governance_04.png);
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0 auto;
    padding: 340px 16px 30px 16px;
    font-size: 14pt;
    color: #fff;
}

    .chart_governance05 > div {
        width: 20%;
        padding: 0 20px;
    }

    .chart_governance05 span {
        font-size: 19pt;
        font-weight: bolder;
        text-align: center;
        width: 100%;
        height: 64px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .chart_governance05 ul {
        list-style: disc;
        padding-inline-start: 1em;
    }

    .chart_governance05 li {
        margin-bottom: 15px;
    }

    .chart_governance05 > div:nth-child(1) > span {
        color: #129ccc;
    }

    .chart_governance05 > div:nth-child(1) > ul {
        color: #000;
    }

/* GOVERNANCE end */

/* RD start */

.lightbox_rd {
    display: flex;
    justify-content: center;
}

    .lightbox_rd > div {
        display: flex;
        flex-flow: column;
        margin: auto 20px auto 50px;
    }

        .lightbox_rd > div > img {
            margin: 20px 0;
            cursor: pointer;
        }

            .lightbox_rd > div > img:hover {
                filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.7));
            }

#lightbox_rd_01,
#lightbox_rd_02 {
    width: 100%;
    margin: 0 auto;
    position: fixed;
    height: 100%;
    display: none;
}

    #lightbox_rd_01 > div:nth-child(1),
    #lightbox_rd_02 > div:nth-child(1) {
        background-color: gray;
        opacity: 0.7;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 10;
    }

    #lightbox_rd_01 > div:nth-child(2),
    #lightbox_rd_02 > div:nth-child(2) {
        width: 80%;
        background-color: #f7f7f7;
        z-index: 20;
        margin: 0 auto;
        padding: 20px;
        font-size: 14pt;
        position: relative;
        max-width: 1000px;
    }

    #lightbox_rd_01 > div:nth-child(2) {
        top: calc(40vw - ((100vw * 950/1200)/2));
    }

    #lightbox_rd_02 > div:nth-child(2) {
        top: calc(40vw - ((100vw * 950/1200)/2));
    }

    #lightbox_rd_01 > div:nth-child(2) > div {
        display: inline-flex;
    }

    #lightbox_rd_01 span,
    #lightbox_rd_02 span {
        color: #6c216c;
        font-size: 16pt;
        border-bottom: 1pt #6c216c dashed;
        width: 100%;
        display: inline-block;
        padding-bottom: 6px;
    }

    #lightbox_rd_01 > div:nth-child(2) > div p {
        margin-block-start: 11px;
    }

    #lightbox_rd_01 > div:nth-child(2) > img:last-child {
        margin: 0 auto;
        display: block;
        max-width: 100%;
    }

    #lightbox_rd_02 > div:nth-child(2) > div:nth-child(2) {
        display: flex;
    }

        #lightbox_rd_02 > div:nth-child(2) > div:nth-child(2) img,
        #lightbox_rd_02 > div:nth-child(2) > div:nth-child(3) img {
            margin-left: 10px;
            padding-top: 10px;
        }

    #lightbox_rd_02 > div:nth-child(2) > div:nth-child(3) {
        display: flex;
        border-top: 1pt #6c216c dashed;
        margin-top: 20px;
    }

.close_lightbox {
    position: relative;
    float: right;
    cursor: pointer;
}

.tabs_rd01 li:nth-child(1),
.tabs_rd02 li:nth-child(1) {
    background-color: #f7f7f7;
    opacity: unset;
    color: #6c216c;
}

.tabs_rd01 li:nth-child(2),
.tabs_rd02 li:nth-child(2) {
    color: #944e93;
}

.tabs_rd02 li:nth-child(2) {
    width: 360px;
}

.tabs_rd01 li:nth-child(3),
.tabs_rd02 li:nth-child(3) {
    color: #6b6baa;
}

.tabs_rd01 li:nth-child(1)::before {
    background-image: url('../images/rd_01.png');
}

.tabs_rd01 li:nth-child(2)::before {
    background-image: url('../images/rd_02.png');
}

.tabs_rd01 li:nth-child(3)::before {
    background-image: url('../images/rd_03.png');
}

.tabs_rd02 li:nth-child(1)::before {
    background-image: url('../images/rd_04.png');
}

.tabs_rd02 li:nth-child(2)::before {
    background-image: url('../images/rd_05.png');
}

.tabs_rd02 li:nth-child(3)::before {
    background-image: url('../images/rd_06.png');
}

.chart_rd01,
.chart_rd02 {
    background-color: #f7f7f7;
    padding: 26px;
    font-size: 14pt;
}

    .chart_rd02 > div {
        display: flex;
    }

        .chart_rd01 > div:not(:first-child),
        .chart_rd02 > div:not(:first-child) {
            display: none;
        }

    .chart_rd01 ul,
    .chart_rd02 ul {
        list-style: disc;
        padding-inline-start: 26px;
    }

        .chart_rd01 ul li,
        .chart_rd02 ul li {
            line-height: 22pt;
        }

    .chart_rd01 > div span,
    .chart_rd02 > div span {
        font-weight: bolder;
        width: 100%;
        display: block;
        padding-bottom: 8px;
    }

    .chart_rd01 > div:nth-child(1) span,
    .chart_rd02 > div:nth-child(1) span {
        color: #6c216c;
        border-bottom: 1px #6c216c dashed;
    }

    .chart_rd01 > div:nth-child(2) span,
    .chart_rd02 > div:nth-child(2) span {
        color: #944e93;
        border-bottom: 1px #944e93 dashed;
    }

    .chart_rd01 > div:nth-child(3) span,
    .chart_rd02 > div:nth-child(3) span {
        color: #6b6baa;
        border-bottom: 1px #6b6baa dashed;
    }

    .chart_rd01 > div:nth-child(2) > img,
    .chart_rd01 > div:nth-child(3) > img,
    .chart_rd02 > div > img {
        margin-left: 20px;
    }

#table_rd01,
#table_rd02,
#table_rd03 {
    font-size: 14pt;
}

    #table_rd01 tr:nth-child(1),
    #table_rd02 tr:nth-child(1) {
        color: white;
    }

    #table_rd01 tr:not(:last-child) td,
    #table_rd02 tr:not(:last-child) td,
    #table_rd03 tr:not(:last-child) td {
        border-bottom: 1px #b5b5d4 solid;
    }

    #table_rd01 tr td:not(:last-child),
    #table_rd02 tr td:not(:last-child),
    #table_rd03 tr td:not(:last-child) {
        border-right: 1px #b5b5d4 solid;
    }

    #table_rd01 ul,
    #table_rd02 ul {
        margin-block-start: 0;
        margin-block-end: 0;
        list-style: disc;
        padding-inline-start: 1em;
    }

/* RD end */

/* WORKPLACE start */

/*#table_workplace01,
#table_workplace02,
#table_workplace03 {
    font-size: 14pt;
}

#table_workplace03 {
    width: 84%;
    margin: 10px auto;
}

    #table_workplace01 tr:nth-child(1),
    #table_workplace02 tr:nth-child(1),
    #table_workplace03 tr:nth-child(1) {
        color: white;
    }

    #table_workplace01 tr:not(:last-child) td,
    #table_workplace02 tr:not(:last-child) td,
    #table_workplace03 tr:not(:last-child) td {
        border-bottom: 1px #e4a7b8 solid;
    }

    #table_workplace01 tr td:not(:last-child),
    #table_workplace02 tr td:not(:last-child),
    #table_workplace03 tr td:not(:last-child) {
        border-right: 1px #e4a7b8 solid;
    }

.span_workplace {
    color: #888888;
    border-top: 1px #e4a7b8 dashed;
    width: 100%;
    display: block;
    padding-top: 5px;
    margin-top: 5px;
}

.span_workplace2 {
    width: 84%;
    margin: 0 auto 10px auto;
    display: block;
    color: #d36e87;
    font-weight: bolder;
}

.p_workplace {
    font-size: 14pt;
    font-weight: bold;
    color: #;
    display: flex;
}

    .p_workplace::before {
        content: '';
        width: 22px;
        height: 25px;
        background-image: url(../images/workplace_icon_01.png);
        background-size: 100%;
        margin-right: 6px;
    }*/

.p_supply {
    font-size: 14pt;
    font-weight: bold;
    color: #;
    display: flex;
}

    .p_supply::before {
        content: '';
        width: 22px;
        height: 25px;
        background-image: url(../images/supply_icon_01.png);
        background-size: 100%;
        margin-right: 6px;
    }
/*.chart_workplace01 {
    width: 100%;
    margin: 0 calc((100% - 860px)/2);
}

    .chart_workplace01 img:nth-child(1) {
        position: relative;
        z-index: 5;
    }

    .chart_workplace01 img:nth-child(2) {
        position: relative;
        z-index: 4;
        left: -50px;
    }

    .chart_workplace01 img:nth-child(3) {
        position: relative;
        z-index: 3;
        left: -100px;
    }

    .chart_workplace01 img:nth-child(4) {
        position: relative;
        z-index: 2;
        left: -150px;
    }

    .chart_workplace01 img:nth-child(5) {
        position: relative;
        z-index: 1;
        left: -200px;
    }*/

.chart_workplace02 {
    width: 803px;
    height: 453px;
    margin: 20px auto;
}

/* WORKPLACE end */


/* ENVIRONMENT start */

.section_environment {
    border-radius: 15px;
    border: 4px #00828c solid;
    width: 83%;
    margin: 0 auto 20px auto;
    padding: 3px;
}

    .section_environment > div {
        border-radius: 15px;
        border: 1px #00828c solid;
        padding: 0 40px;
        text-align: center;
    }

        .section_environment > div > p:nth-child(1) {
            font-size: 19pt;
            font-weight: bolder;
            color: #00828c;
            margin-block-start: 14px;
            margin-block-end: 10px;
        }

        .section_environment > div > p:nth-child(2) {
            font-size: 19pt;
            font-weight: bolder;
            color: #00494e;
            margin-block-start: 0;
            margin-block-end: 10px;
        }

        .section_environment > div > p:nth-child(3) {
            font-size: 14pt;
            font-weight: bolder;
            color: #00828c;
        }

#table_environment01,
#table_environment02,
#table_environment03,
#table_environment04 {
    font-size: 14pt;
    margin-top: 10px;
}

    #table_environment01 tr:nth-child(1),
    #table_environment02 tr:nth-child(1),
    #table_environment02 tr:nth-child(2),
    #table_environment03 tr:nth-child(1),
    #table_environment04 tr:nth-child(1) {
        color: white;
    }

    #table_environment01 tr:not(:last-child) td,
    #table_environment02 tr:not(:last-child) td,
    #table_environment03 tr:not(:last-child) td,
    #table_environment04 tr:not(:last-child) td {
        border-bottom: 1px #5fc6bf solid;
    }

    #table_environment01 tr td:not(:last-child),
    #table_environment02 tr td:not(:last-child),
    #table_environment03 tr td:not(:last-child),
    #table_environment04 tr td:not(:last-child) {
        border-right: 1px #5fc6bf solid;
    }

/* ENVIRONMENT end */

/* COMMUNITY start */

.img_flex {
    display: flex;
}

.img_reverse {
    flex-flow: row-reverse;
}

/* COMMUNITY end */

/* PERFORMANCE SUB PAGE end */

/* NEWS start */

.news {
    background-image: url('../images/banner_news.png');
    background-repeat: no-repeat;
    padding-bottom: 30px;
}

/* NEWS end */

/* INTERACTIVE start */

.interactive {
    background-image: url('../images/banner_interactive.png');
    background-repeat: no-repeat;
}

.content .interactive_wrap {
    background-color: #f7f7f7;
    display: flex;
    width: 89%;
    margin: 0 auto;
    justify-content: center;
    padding: 30px 0;
}

.interactive_wrap > div:first-child {
    width: 190px;
    margin-right: 60px;
    margin-left: 108px;
}

.interactive_wrap > div:last-child {
    margin-top: 58px;
}

.interactive_wrap > div img {
    width: 100%;
}

.interactive_wrap span {
    font-size: 26pt;
}

.interactive_wrap p {
    font-size: 13pt;
    color: #818181;
    margin-block-start: 6pt;
}

.interactive_wrap ul {
    display: flex;
    font-size: 15pt;
}

.interactive_wrap > div > ul > li > a {
    background-color: #4e4e4e;
    padding: 3px 11px;
    margin-right: 36px;
}

.section_download a::after,
.interactive_wrap > div > ul > li:first-child > a::after,
.download_wrap a::after {
    content: url('../images/icon_download.png');
    margin-left: 6px;
}

.interactive_wrap > div > ul > li:last-child > a::after {
    content: url('../images/icon_plus.png');
    margin: 0 5px 0 15px;
}

.interactive_wrap > div > ul > li:last-child > a.open:after {
    content: url('../images/icon_minus.png');
}

.interactive_wrap > div > ul > li:last-child > a {
    color: white;
    cursor: pointer;
    margin-right: 143px;
}

.interactive_wrap > div > ul > li > ul {
    flex-wrap: wrap;
    width: 258px;
    margin: 10px;
}

    .interactive_wrap > div > ul > li > ul > li {
        display: block;
        margin: 5px 22px 0px 0px;
    }

        .interactive_wrap > div > ul > li > ul > li:after {
            content: url('../images/icon_download_gray.png');
            margin-left: 6px;
        }

.bgcolor_blue {
    background-color: #f6ffff;
}

.dots_wrap {
    padding-top: 45px;
}

.dots {
    margin: 0 auto;
    font-size: 18pt;
    font-family: arial;
    color: #bdbdbd;
    border-bottom: 2px solid transparent;
    border-image: radial-gradient(circle, #a4a4a4, white);
    border-image-slice: 1;
    width: 50%;
}

    .dots ul {
        position: relative;
        bottom: 10px;
    }

        .dots ul li {
            width: unset;
            height: unset;
            margin: 0 8px;
        }

.dotonactive {
    font-size: 26pt;
    color: #2680d0;
}

.slick_wrap {
    width: 500px;
    margin: 0 auto;
    padding: 20px 35px;
}

    .slick_wrap button:focus,
    .slick_wrap a:focus,
    .videolist_wrap button:focus {
        outline: none;
    }

.gonext,
.goprev {
    position: absolute;
    top: 40%;
    padding: 0;
    cursor: pointer;
    border: none;
    background: transparent;
    display: inline-flex !important;
    align-items: center;
    font-family: '微軟正黑體', 'arial';
    font-size: 14pt;
    color: #cecece;
    width: 172px;
}

.gonext {
    right: -172px;
    justify-content: flex-start;
}

.goprev {
    left: -172px;
    justify-content: flex-end;
    visibility: hidden;
}

.gonext::before {
    content: url('../images/arrow_r.png');
    margin-right: 18px;
}

.goprev::after {
    content: url('../images/arrow_l.png');
    margin-left: 18px;
}

.download_wrap {
    display: flex !important;
    align-items: center;
}

    .download_wrap div:first-child {
        height: 148px;
        margin-right: 40px;
    }

        .download_wrap div:first-child img {
            height: 100%;
        }

    .download_wrap span {
        font-size: 18pt;
        color: #6d6d6d;
        font-weight: bolder;
    }

    .download_wrap p {
        margin-block-start: 3pt;
        margin-block-end: 6pt;
        color: #818181;
        font-weight: bolder;
    }

    .download_wrap a {
        background-color: #4e4e4e;
        padding: 5px 10px;
        display: inline-flex;
        align-items: center;
        font-size: 14pt;
    }

.topvideo_wrap {
    display: flex;
    width: 89%;
    margin: 0 auto;
    justify-content: space-between;
    padding: 20px 0 50px 0;
}

    .topvideo_wrap div {
        width: 49%;
    }

        .topvideo_wrap div iframe {
            width: 100%;
        }

    .topvideo_wrap span {
        font-size: 14pt;
        display: block;
        margin-top: 14px;
        font-weight: bolder;
    }

.videolist_wrap {
    display: flex;
    width: 89%;
    margin: 0 auto;
    justify-content: space-between;
    padding: 20px 0 50px 0;
}

    .videolist_wrap div {
        /* width: 19.5%; */
        margin: 0 2px;
    }

        .videolist_wrap div iframe {
            width: 100%;
            height: calc(220px * 0.56);
        }

    .videolist_wrap img {
        display: block;
        width: 100%;
    }

    .videolist_wrap div span {
        font-size: 10.5pt;
        display: block;
        margin-top: 10px;
    }

.videonext,
.videoprev {
    position: absolute;
    top: 28%;
    padding: 0;
    cursor: pointer;
    border: none;
    background: transparent;
    width: 35px;
    height: 35px;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.7));
}

.videonext {
    right: -14px;
}

.videoprev {
    left: -14px;
    z-index: 1;
    transform: scaleX(-1);
}

    .videonext::before,
    .videoprev::after {
        content: url('../images/icon_play-button.png');
        display: block;
        width: 100%;
    }

.question_wrap {
    width: 89%;
    margin: 0 auto 10px auto;
    padding: 20px 0;
    display: flex;
    align-items: center;
    background-color: #306495;
    color: #fff;
}

    .question_wrap div:first-child {
        font-size: 26pt;
        font-weight: bold;
        letter-spacing: 2pt;
        display: inline-flex;
        align-items: center;
        margin-left: 30px;
    }

        .question_wrap div:first-child::before {
            content: url('../images/icon_question.png');
        }

    .question_wrap div:last-child {
        margin-left: 30px;
        display: inline-flex;
        flex-flow: column;
        font-size: 14pt;
        letter-spacing: 0.5pt;
    }

        .question_wrap div:last-child span:first-child {
            margin-bottom: 8px;
        }

        .question_wrap div:last-child span:last-child,
        .social_wrap span:last-child {
            display: inline-flex;
            align-items: center;
            background-color: #4e4e4e;
            width: 136px;
            padding: 3px 0 3px 37px;
        }

            .question_wrap div:last-child span:last-child::after,
            .social_wrap span:last-child::after {
                content: url('../images/icon_external-link.png');
                margin-left: 14px;
            }

.game_wrap {
    width: 89%;
    margin: 0 auto 10px auto;
    padding: 20px 0;
    display: flex;
    align-items: center;
    background-color: #FFEBC8;
    color: #000000;
}

    .game_wrap div:first-child {
        font-size: 26pt;
        font-weight: bold;
        letter-spacing: 2pt;
        display: inline-flex;
        align-items: center;
        margin-left: 30px;
        width: 390px;
        letter-spacing:0px;
        font-weight:900;
    }

        .game_wrap div:first-child::before {
            content: url('../images/SDGs-color-2023.png');
            margin-right: 10px;
        }

    .game_wrap div:last-child {
        margin-left: 30px;
        display: inline-flex;
        flex-flow: column;
        font-size: 14pt;
        letter-spacing: 0.5pt;
    }

        .game_wrap div:last-child span:first-child {
            margin-bottom: 8px;
        }

    .game_wrap span a {
        color:#FFFFFF;
        display: inline-block;
        align-items: center;
        background-color: #4e4e4e;
        width: 136px;
        padding: 3px 0 3px 37px;
    }

    .game_wrap a::after {
        content: url('../images/icon_external-link.png');
        margin-left: 14px;
    }


.social_wrap {
    width: 85%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    font-size: 20pt;
    font-weight: bolder;
}

    .social_wrap div {
        width: 47%;
        background-color: #f6f6f6;
        text-align: center;
        padding: 14px 0;
        display: inline-flex;
        flex-flow: column;
        align-items: center;
    }

    .social_wrap span:first-child {
        padding-bottom: 10px;
    }

    .social_wrap span:nth-child(2) {
        width: 80%;
        font-size: 14pt;
        text-align: left;
        font-weight: 500;
        margin: 54px 0 142px 0;
        line-height: 22pt;
    }

    .social_wrap span:last-child {
        font-size: 14pt;
    }


.social_box_b span a {
    color: #FFFFFF;
    display: inline-block;
    align-items: center;
    background-color: #4e4e4e;
    width: 136px;
    padding: 3px 0 3px 37px;
}

.social_box_b a::after {
    content: url('../images/icon_external-link.png');
    margin-left: 14px;
}
.contact_wrap {
    width: 46%;
    margin: 0 auto;
}

    .contact_wrap p {
        margin-block-start: 0;
        margin-block-end: 6px;
    }

        .contact_wrap p:first-child {
            font-size: 15pt;
            font-weight: bolder;
        }

        .contact_wrap p:nth-child(2) {
            font-size: 19pt;
            font-weight: bolder;
        }

        .contact_wrap p:last-child {
            color: #919191;
        }

        .contact_wrap p span {
            color: #0106df;
        }

.service_wrap {
    width: 72%;
    margin: 36px auto 30px auto;
    display: flex;
    font-size: 15pt;
    font-weight: bolder;
}

    .service_wrap > div {
        display: inline-flex;
        align-items: center;
    }

        .service_wrap > div:first-child {
            margin-right: 64px;
        }

        .service_wrap > div > div:first-child {
            margin-right: 18px;
        }

    .service_wrap p {
        margin-block-start: 0;
        margin-block-end: 10px;
    }

    .service_wrap span {
        font-size: 12pt;
        color: #919191;
    }

/* INTERACTIVE end */

/* GCSE start */

.content .gcse-search {
    margin: 0 116px;
}

.gsc-control-cse {
    margin: 0 116px;
}

    .gsc-control-cse,
    .gsc-control-cse input[type="text"] {
        font-family: '微軟正黑體', 'arial' !important;
    }

/* GCSE end */

/* SITEMAP start */

.content .sitemap_wrap {
    display: flex;
    justify-content: space-between;
    width: 89%;
    margin: 0 auto;
    color: #cecece;
}

.content .sitemap_icons {
    margin-top:30px;
   text-align:center;

}

    .content .sitemap_icons img {
        height: 53px;
        margin-right: 13px;
    }

.content .blk_sitemap {
    display: block;
    background-color: #656565;
    width: 304px;
    box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.3);
    margin-bottom: 10px;
    padding: 14px 20px;
}

.blk_sitemap span {
    font-size: 19pt;
    letter-spacing: 2pt;
    font-weight: bolder;
}

.blk_sitemap > ul {
    margin-inline-start: 42px;
}

.blk_sitemap ul {
    margin-block-start: 5px;
    font-size: 14pt;
    letter-spacing: 1pt;
}

.blk_sitemap li {
    padding-bottom: 10px;
}

    .blk_sitemap li:first-child {
        padding-top: 5px;
    }

.blk_sitemap > ul > li > ul > li::before {
    content: '└';
    margin: 0 10px;
}

.sitemap_wrap .out span::after,
.sitemap_wrap .out li::after {
    content: url('../images/icon_external-link.png');
    margin: 9px 8px;
    display: inline-block;
}

.sitemap_wrap .out span:hover::after,
.sitemap_wrap .out li:hover::after {
    content: url('../images/icon_external-link_white.png');
}

/* SITEMAP end */

/* CONTENT end */


.corps10_ie {
    display: none;
}
/* for ie11 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .header_title {
        margin: 20px 0 0 0;
    }

    .div_search .sitemap {
        margin-top: -5px;
    }

    .content .sitemap_icons {
        float: none;
    }

    #menu ul li ul li a {
        text-shadow: none;
    }

    #menu ul li ul {
        padding: 0;
    }

    #supply_icon04 img {
        width: 77%;
        height: 73%;
    }

    #supply_dialog02 {
        margin-top: -18px;
    }

    #supply_dialog01 ul, #supply_dialog03 ul, #supply_dialog04 ul {
        margin-top: 0;
    }

    .dots ul li {
        width: auto;
        height: auto;
    }

    .content.performance_wrap {
        margin-top: -24px;
    }

    .performance_wrap ul {
        margin-left: -40px;
        margin-bottom: -14px;
    }

    .corps10_ie {
        display: block;
    }

        .corps10_ie tr td {
            padding: 0;
        }

            .corps10_ie tr td img {
                margin-top: -5px;
            }

    .corps10 {
        display: none;
    }

    .chart_governance03_wrap div ul {
        margin-top: 80px;
    }
}

.greenlife .titlehead_greenlife::before, .greenlife .section_title {
    background-color: #1B5F3A;
}
/* end ie11 */

/* create sta*/
.titlehead_create::before {
    color: #FFFFFF;
    background-color: #8ABA29;
}

.tabs.tabs_create_a li:nth-child(1)::before,
.tabs.tabs_create_a li:nth-child(2)::before,
.tabs.tabs_create_a li:nth-child(3)::before,
.tabs.tabs_create_a li:nth-child(4)::before,
.tabs.tabs_create_a li:nth-child(5)::before,
.tabs.tabs_create_a li:nth-child(6)::before,
.tabs.tabs_create_b li:nth-child(1)::before,
.tabs.tabs_create_b li:nth-child(2)::before,
.tabs.tabs_create_b li:nth-child(3)::before,
.tabs.tabs_create_b li:nth-child(4)::before,
.tabs.tabs_create_b li:nth-child(5)::before,
.tabs.tabs_create_b li:nth-child(6)::before,
.tabs.tabs_create_c li:nth-child(1)::before,
.tabs.tabs_create_c li:nth-child(2)::before,
.tabs.tabs_create_c li:nth-child(3)::before,
.tabs.tabs_create_c li:nth-child(4)::before,
.tabs.tabs_create_c li:nth-child(5)::before,
.tabs.tabs_create_c li:nth-child(6)::before
{
    content: none;
}


.content_wrap .chart_create_a > div:not(:first-child),
.content_wrap .chart_create_b > div:not(:first-child),
.content_wrap .chart_create_c > div:not(:first-child) {
    display: none;
}

.content_wrap .chart_create_c > div:nth-child(1),
.content_wrap .chart_create_c > div:nth-child(1),
.content_wrap .chart_create_c > div:nth-child(1) {
    display: block;
}




.tabs.tabs_create_a li span,
.tabs.tabs_create_b li span,
.tabs.tabs_create_c li span {
    text-align: center;
    margin: 0 auto;
    /*    display: block;*/
}
.content_wrap .chart_create_a,
.content_wrap .chart_create_b{
    background-color: #f7f7f7;
    padding: 26px;
    font-size: 14pt;
    height: 220px;
}

.content_wrap .chart_create_c {
    background-color: #f7f7f7;
    padding: 26px;
    font-size: 14pt;
    height: 220px;
}


.tabs_create_a li:nth-child(1),
.tabs_create_b li:nth-child(1),
.tabs_create_c li:nth-child(1) {
    color: #933b47;
    background-color: #f5a200;
    opacity: unset;
}

    .tabs_create_a li:nth-child(1):hover, .tabs_create_a li.active:nth-child(1),
    .tabs_create_b li:nth-child(1):hover, .tabs_create_b li.active:nth-child(1)
    .tabs_create_c li:nth-child(1):hover, .tabs_create_c li.active:nth-child(1) {
        color: #db586a;
    }

.content_wrap .chart_create_a > div:nth-child(1) span,
.content_wrap .chart_create_b > div:nth-child(1) span,
.content_wrap .chart_create_c > div:nth-child(1) span {
    color: #db586a;
    font-weight: bolder;
    width: 100%;
    display: block;
    border-bottom: 1px #db586a dashed;
    padding-bottom: 8px;
}


.tabs_create_a li:nth-child(2),
.tabs_create_b li:nth-child(2),
.tabs_create_c li:nth-child(2) {
    color: #921219;
    background-color: #f5a200;
    opacity: unset;
}

    .tabs_create_a li:nth-child(2):hover, .tabs_create_a li.active:nth-child(2),
    .tabs_create_b li:nth-child(2):hover, .tabs_create_b li.active:nth-child(2)
    .tabs_create_c li:nth-child(2):hover, .tabs_create_c li.active:nth-child(2) {
        color: #da1b26;
    }
.content_wrap .chart_create_a > div:nth-child(2) span,
.content_wrap .chart_create_b > div:nth-child(2) span,
.content_wrap .chart_create_c > div:nth-child(2) span {
    color: #da1b26;
    font-weight: bolder;
    width: 100%;
    display: block;
    border-bottom: 1px #da1b26 dashed;
    padding-bottom: 8px;
}


.tabs_create_a li:nth-child(3),
.tabs_create_b li:nth-child(3),
.tabs_create_c li:nth-child(3) {
    color: #71030a;
    background-color: #f5a200;
    opacity: unset;
}

    .tabs_create_a li:nth-child(3):hover, .tabs_create_a li.active:nth-child(3),
    .tabs_create_b li:nth-child(3):hover, .tabs_create_b li.active:nth-child(3)
    .tabs_create_c li:nth-child(3):hover, .tabs_create_c li.active:nth-child(3) {
        color: #a8050f;
    }
.content_wrap .chart_create_a > div:nth-child(3) span,
.content_wrap .chart_create_b > div:nth-child(3) span,
.content_wrap .chart_create_c > div:nth-child(3) span {
    color: #a8050f;
    font-weight: bolder;
    width: 100%;
    display: block;
    border-bottom: 1px #a8050f dashed;
    padding-bottom: 8px;
}

.tabs_create_a li:nth-child(4),
.tabs_create_b li:nth-child(4),
.tabs_create_c li:nth-child(4) {
    color: #5d0202;
    background-color: #f5a200;
    opacity: unset;
}

    .tabs_create_a li:nth-child(4):hover, .tabs_create_a li.active:nth-child(4),
    .tabs_create_b li:nth-child(4):hover, .tabs_create_b li.active:nth-child(4)
    .tabs_create_c li:nth-child(4):hover, .tabs_create_c li.active:nth-child(4) {
        color: #8a0303;
    }
.content_wrap .chart_create_a > div:nth-child(4) span,
.content_wrap .chart_create_b > div:nth-child(4) span,
.content_wrap .chart_create_c > div:nth-child(4) span {
    color: #8a0303;
    font-weight: bolder;
    width: 100%;
    display: block;
    border-bottom: 1px #a8050f dashed;
    padding-bottom: 8px;
}
    

.tabs_create_a li:nth-child(5),
.tabs_create_b li:nth-child(5),
.tabs_create_c li:nth-child(5) {
    color: #8d1515;
    background-color: #f5a200;
    opacity: unset;
}

    .tabs_create_a li:nth-child(5):hover, .tabs_create_a li.active:nth-child(5),
    .tabs_create_b li:nth-child(5):hover, .tabs_create_b li.active:nth-child(5)
    .tabs_create_c li:nth-child(5):hover, .tabs_create_c li.active:nth-child(5) {
        color: #d22020;
    }

.content_wrap .chart_create_a > div:nth-child(5) span,
.content_wrap .chart_create_b > div:nth-child(5) span,
.content_wrap .chart_create_c > div:nth-child(5) span {
    color: #d22020;
    font-weight: bolder;
    width: 100%;
    display: block;
    border-bottom: 1px #d22020 dashed;
    padding-bottom: 8px;
}






.content_wrap .chart_create_a {
    font-size: 14pt;
}


/* tabs_workplace */
.tabs_workplace li:nth-child(1) {
    color: #006F91;
    background-color: #f7f7f7;
    opacity: unset;
}

    .tabs_workplace li:nth-child(1):hover, .tabs_workplace li.active:nth-child(1) {
        color: #00A6D8;
    }


.tabs_workplace li:nth-child(2) {
    color: #436D91;
}

    .tabs_workplace li:nth-child(2):hover, .tabs_workplace li.active:nth-child(2) {
        color: #64A3D8;
    }




.tabs_workplace li:nth-child(3) {
    color: #5489A3;
}

    .tabs_workplace li:nth-child(3):hover, .tabs_workplace li.active:nth-child(3) {
        color: #86D0F3;
    }




.tabs_workplace li:nth-child(1)::before {
    background-image: url('../images/workplace_tabs_icon_01.png');
    background-size: contain;
    background-repeat: no-repeat;
}


.tabs_workplace li:nth-child(1):hover::before, .tabs_workplace li.active:nth-child(1)::before {
    color: #88BE43;
    background-image: url('../images/workplace_tabs_icon_01_h.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.tabs_workplace li:nth-child(2)::before {
    background-image: url('../images/workplace_tabs_icon_02.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.tabs_workplace li:nth-child(2):hover::before, .tabs_workplace li.active:nth-child(2)::before {
    color: #9A86E0;
    background-image: url('../images/workplace_tabs_icon_02_h.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.tabs_workplace li:nth-child(3)::before {
    color: #5A6D0F;
    background-image: url('../images/workplace_tabs_icon_03.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.tabs_workplace li:nth-child(3):hover::before, .tabs_workplace li.active:nth-child(3)::before {
    color: #9A86E0;
    background-image: url('../images/workplace_tabs_icon_03_h.png');
    background-size: contain;
    background-repeat: no-repeat;
}



.content_wrap .chart_workplace01 {
    background-color: #f7f7f7;
    padding: 26px;
    font-size: 14pt;
    height: 440px;
}

    .content_wrap .chart_workplace01 > div:not(:first-child) {
        display: none;
    }

    .content_wrap .chart_workplace01 > div:nth-child(1) {
        display: block;
    }


        .content_wrap .chart_workplace01 > div:nth-child(1) span {
            color: #9A86E0;
            font-weight: bolder;
        }

    .content_wrap .chart_workplace01 ul {
        list-style: disc;
        padding-inline-start: 26px;
    }

        .content_wrap .chart_workplace01 ul li {
            line-height: 22pt;
        }


    .content_wrap .chart_workplace01 > div:nth-child(1) span {
        color: #00A6D8;
        font-weight: bolder;
        width: 100%;
        display: block;
        border-bottom: 1px #80b656 dashed;
        padding-bottom: 8px;
    }

    .content_wrap .chart_workplace01 > div:nth-child(2) span {
        color: #64A3D8;
        font-weight: bolder;
        width: 100%;
        display: block;
        border-bottom: 1px #80b656 dashed;
        padding-bottom: 8px;
    }

    .content_wrap .chart_workplace01 > div:nth-child(3) span {
        color: #86D0F3;
        font-weight: bolder;
        width: 100%;
        display: block;
        border-bottom: 1px #427f3c dashed;
        padding-bottom: 8px;
    }

/* supply */
.tabs.tabs_supply li span  {
    text-align: center;
    margin: 0 auto;
    /* display: block; */
}

.tabs_supply li:nth-child(1) {
    color: #A46D00;
    background-color: #f7f7f7;
    opacity: unset;
}

    .tabs_supply li:nth-child(1):hover, .tabs_supply li.active:nth-child(1) {
        color: #F5A200;
    }


.tabs_supply li:nth-child(2) {
    color: #A1533D;
}

    .tabs_supply li:nth-child(2):hover, .tabs_supply li.active:nth-child(2) {
        color: #ED6D46;
    }




.tabs_supply li:nth-child(3) {
    color: #9A5009;
}

    .tabs_supply li:nth-child(3):hover, .tabs_supply li.active:nth-child(3) {
        color: #E5780D;
    }



.content_wrap .tabs_supply.tabs li::before {
    content: none;
}


.content_wrap .chart_supply01 {
    background-color: #f7f7f7;
    padding: 26px;
    font-size: 14pt;
    height: 290px;
}

    .content_wrap .chart_supply01 > div:not(:first-child) {
        display: none;
    }

    .content_wrap .chart_supply01 > div:nth-child(1) {
        display: block;
    }


        .content_wrap .chart_supply01 > div:nth-child(1) span {
            color: #9A86E0;
            font-weight: bolder;
        }

    .content_wrap .chart_supply01 ul {
        list-style: disc;
        padding-inline-start: 26px;
    }

        .content_wrap .chart_supply01 ul li {
            line-height: 22pt;
        }


    .content_wrap .chart_supply01 > div:nth-child(1) span {
        color: #F5A200;
        font-weight: bolder;
        width: 100%;
        display: block;
        border-bottom: 1px #F5A200 dashed;
        padding-bottom: 8px;
    }

    .content_wrap .chart_supply01 > div:nth-child(2) span {
        color: #ED6D46;
        font-weight: bolder;
        width: 100%;
        display: block;
        border-bottom: 1px #ED6D46 dashed;
        padding-bottom: 8px;
    }

    .content_wrap .chart_supply01 > div:nth-child(3) span {
        color: #E5780D;
        font-weight: bolder;
        width: 100%;
        display: block;
        border-bottom: 1px #E5780D dashed;
        padding-bottom: 8px;
    }






/* inde */
.sectionContents.container .index.section1 {
    position: relative;
}

    .sectionContents.container .index.section1 h2 {
        font-size: 25pt;
        height: 60px;
        text-align: center;
        background-image: url('/csr/images/index_bg_01.png');
        background-repeat: no-repeat;
        background-position: 50% 80%;
    }

    .sectionContents.container .index.section1 p {
        text-align: center;
        font-size: 16pt;
        margin: 10px;
    }


    .sectionContents.container .index.section1 .video {
        text-align: center;
    }

        .sectionContents.container .index.section1 .video span {
            margin-right: -360px;
        }


    .sectionContents.container .index.section1 .more {
        position: absolute;
        top: 10px;
        right: 0;
    }

.service_wrap2 {
    width: 87%;
    margin: 0 auto;
}

    .service_wrap2 div {
        display: inline-block;
        width: 24%;
        text-align: center;
    }



/*focus*/
.focus,
.titlehead_focus::before {
    color: #FFFFFF;
    background-color: #0056a8;
}


/*p_territory*/
.p_territory,
.titlehead_p_territory::before {
    color: #FFFFFF;
    background-color: #187fc4;
}

/*proposition*/
.proposition,
.titlehead_proposition::before {
    color: #FFFFFF;
    background-color: #0056a8;
}

/*greenimpact*/
.greenimpact,
.titlehead_greenimpact::before {
    color: #FFFFFF;
    background-color: #87b150;
}


/*Operator_words*/

.operator_words,
.titlehead_operator_words::before {
    color: #FFFFFF;
    background-color: #0056a8;
    width: 25%;
}

.titlehead_operator_words.collapse::after {
    content: '+';
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 22px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    color: #FFFFFF;
    border-radius: 25px;
    background-color: #187fc4;
    text-align: center;
}
.titlehead_operator_words.collapse.active::after {
    content: '-';
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 22px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    color: #FFFFFF;
    border-radius: 25px;
    background-color: #187fc4;
    text-align: center;
}
.sub_title.titlehead_operator_words{
    cursor:pointer;
}
.operator_words_txtbox {
    display: none;
}

.operator_words_txtbox.active {
    display: block;
}

/*sdgs*/

.sdgs,
.titlehead_sdgs::before {
    color: #FFFFFF;
    background-color: #0056a8;
    width: 40%;
}

.sdgs_icon{
    margin-top:10px;
    cursor:pointer;
    position:relative;
    margin-left:22px;
    margin-right:22px;
}

.sdgs_txtbox_title {
    color: #FFFFFF;
    width: 450px;
    height: 35px;
    line-height: 35px;
    background-color: #2191bc;
    margin: 0 auto;
    margin-top: -25px;
    text-align: center;
    font-size: 14pt;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.sdgs_txtbox {
    padding: 10px;
    border: 3px #2191bc solid;
    min-height: 145px;
}

.sdgs_ul{
    margin-left:40px;
}
/*.sdgs_ul li::before {
    content: "";
    display: inline-block;
    position: relative;
    top: -2px;
    width: 12pt;
    height: 12pt;
    line-height: 12pt;
    border-radius: 50%;
    margin-left: 20px;
    margin-right: 10px;
    vertical-align: middle;
}*/
.sdgs_ul li {
    font-size: 14pt;
    list-style: decimal;
    line-height: 30px;
/*    text-indent: -35pt;*/
}

.sdgs_tb_1 .sdgs_ul li::before {
    background-color: #eb1b2c;
}

.sdgs_tb_3 .sdgs_ul li::before {
    background-color: #2b9947;
}

.sdgs_tb_4 .sdgs_ul li::before {
    background-color: #c21e32;
}

.sdgs_tb_5 .sdgs_ul li::before {
    background-color: #ee4029;
}

.sdgs_tb_6 .sdgs_ul li::before {
    background-color: #00acd7;
}

.sdgs_tb_7 .sdgs_ul li::before {
    background-color: #fcb613;
}

.sdgs_tb_8 .sdgs_ul li::before {
    background-color: #8e1737;
}

.sdgs_tb_9 .sdgs_ul li::before {
    background-color: #f26d23;
}

.sdgs_tb_11 .sdgs_ul li::before {
    background-color: #f89c24;
}

.sdgs_tb_12 .sdgs_ul li::before {
    background-color: #cc8a29;
}

.sdgs_tb_13 .sdgs_ul li::before {
    background-color: #48773b;
}

.sdgs_tb_16 .sdgs_ul li::before {
    background-color: #005589;
}

.sdgs_tb_17 .sdgs_ul li::before {
    background-color: #1a3567;
}
.sdgs_tb {
    display: none;
}

.sdgs_tb.active {
    display: block;
}

/*tcfd*/

.tcfd,
.titlehead_tcfd::before {
    color: #FFFFFF;
    background-color: #87b150;
    width: 40%;
}


/*highlights*/

.highlights,
.titlehead_highlights::before {
    color: #FFFFFF;
    background-color: #0056A8;
    width: 40%;
}

/* tabs_highlights */


.tabs_highlights li:nth-child(1) {
    color: #175985;
}

.tabs_highlights li:nth-child(1):hover, .tabs_highlights li.active:nth-child(1) {
    color: #0056A8;
}


.tabs_highlights li:nth-child(2) {
    color: #134A6F;
}

    .tabs_highlights li:nth-child(2):hover, .tabs_highlights li.active:nth-child(2) {
        color: #1C6EA5;
    }




.tabs_highlights li:nth-child(3) {
    color: #1E70A7;
}

    .tabs_highlights li:nth-child(3):hover, .tabs_highlights li.active:nth-child(3) {
        color: #2CA7F9;
    }


.tabs_highlights li:nth-child(4) {
    color: #014C7F;
}

    .tabs_highlights li:nth-child(4):hover, .tabs_highlights li.active:nth-child(4) {
        color: #0272BD;
    }


.tabs_highlights li:nth-child(5) {
    color: #175985;
}

.tabs_highlights li:nth-child(5):hover, .tabs_highlights li.active:nth-child(5) {
    color: #2384c6;
}


.tabs.tabs_highlights li {
    width: 205px;
}

.content_wrap .chart_highlights01 {
    background-color: #f7f7f7;
    padding: 26px;
    font-size: 14pt;
    height: 1600px;
}


.chart_highlights01 h3{
    font-size: 1.6rem;
    color:#FFFFFF;
    background-color: #07529B ;
    display: inline-block;
    padding: 10px 30px 10px 30px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.content_wrap .chart_highlights01 > div:not(:first-child) {
        display: none;
    }

    .content_wrap .chart_highlights01 > div:nth-child(1) {
        display: block;
    }


        .content_wrap .chart_highlights01 > div:nth-child(1) span {
            color: #9A86E0;
            font-weight: bolder;
        }

    .content_wrap .chart_highlights01 ul {
        list-style: disc;
        padding-inline-start: 26px;
    }

        .content_wrap .chart_highlights01 ul li {
            line-height: 22pt;
        }


    .content_wrap .chart_highlights01 > div:nth-child(1) span {
        color: #0056A8;
        font-weight: bolder;
        width: 100%;
        display: block;
        border-bottom: 1px #0056A8 dashed;
        padding-bottom: 8px;
    }

    .content_wrap .chart_highlights01 > div:nth-child(2) span {
        color: #1C6EA5;
        font-weight: bolder;
        width: 100%;
        display: block;
        border-bottom: 1px #1C6EA5 dashed;
        padding-bottom: 8px;
    }

    .content_wrap .chart_highlights01 > div:nth-child(3) span {
        color: #2CA7F9;
        font-weight: bolder;
        width: 100%;
        display: block;
        border-bottom: 1px #2CA7F9 dashed;
        padding-bottom: 8px;
    }

    .content_wrap .chart_highlights01 > div:nth-child(4) span {
        color: #0272bd;
        font-weight: bolder;
        width: 100%;
        display: block;
        border-bottom: 1px #0272bd dashed;
        padding-bottom: 8px;
    }



    .content_wrap .chart_highlights01 .s_title {
        font-size:20px;
        font-weight:700;
    }

        .content_wrap .chart_highlights01 .s_title::before {
            content: '';
            width: 6px;
            display: inline-block;
            height: 22px;
            margin-right: 6px;
            background-color: #1c6ea5;
        }

   