@charset "utf-8";
/*=============================================================
 新たに作成したデザイン用CSS
=============================================================*/

/*位置*/

.center {
    text-align: center !important;
}

@media only screen and (max-width:767px) {
    .sp_center{
        text-align: center!important;
    }
}

.right {
    text-align: right !important;
}

.left {
    text-align: left;
}

.top {
    vertical-align: top !important;
}

.middle {
    vertical-align: middle !important;
}

/*画像配置*/

.img_place3{
    width: 720px;
    display: flex;
}

.imgL{
    float: left;
}

.imgR{
    float: right;
}

.img_place3>.imgL{
    width: 230px;
    margin-right: 15px;
}

.img_place3>.imgC{
    width: 230px;
}

.img_place3>.imgR{
    width: 230px;
    margin-left: 15px;
}

/*PC・スマホ*/

.sp{
    display: none;
}

.sp_block{
    display: none;
}

@media only screen and (max-width:767px) {
    .pc{
        display: none;
    }

    .sp{
        display: inline;
    }

    .sp_block{
        display: block;
    }
}


/*色*/

.bg_gray {
    background-color: #EBEBEA
}

.bg_violet {
    color: #FFF;
    background-color: #483A85;
}

.bg_purple {
    color: #FFF;
    background-color: #8F2B6B;
}

.bg_magenta {
    color: #FFF;
    background-color: #C62460;
}

.bg_pink {
    background-color: #F9D9CF;
}

.bg_blue {
    background-color: #D0D2E9;
}

.bg_environment{
    background-color: #CAE4C3;
    font-size: larger;
    font-weight: bold;
    color: black;
}

.bg_society{
    background-color: #CFE7F3;
    font-size: larger;
    font-weight: bold;
    color: black;
}

.bg_governance{
    background-color: #F5E4D5;
    font-size: larger;
    font-weight: bold;
    color: black;
}








.img_center {
    display: block;
    margin: auto;
}

.modal-wrapper {
    z-index: 999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 60px 10px;
    text-align: center
}

.modal-wrapper:not(:target) {
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s;
}

.modal-wrapper:target {
    opacity: 1;
    visibility: visible;
    transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
    display: inline-block;
    height: 100%;
    margin-left: -.05em;
    vertical-align: middle;
    content: ""
}

.modal-wrapper .modal-window {
    box-sizing: border-box;
    display: inline-block;
    z-index: 20;
    position: relative;
    width: 90%;
    padding: 30px 30px 15px;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .6);
    vertical-align: middle
}

.modal-wrapper .modal-window .modal-content {
    max-height: 80vh;
    overflow-y: auto;
}

.modal-overlay {
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .8)
}

.modal-wrapper .modal-close {
    z-index: 20;
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    color: #95979c !important;
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    text-indent: 0
}

.modal-wrapper .modal-close:hover {
    color: #2b2e38 !important
}

@media only screen and (max-width:768px) {
    .modal-wrapper .modal-window {

        width: 100%;
        padding: 40px 10px 10px;

    }
}

.cp_actab {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    color: #ffffff;
}

.cp_actab input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.cp_actab label {
    font-weight: bold;
    line-height: 3;
    position: relative;
    display: block;
    padding: 0 0 0 1em;
    cursor: pointer;
    margin: 30px auto 30px auto;
    background: #da3c41;
    max-width: 500px;
    min-width: 400px;
}

.cp_actab label::after {
    font-weight: bold;
    position: relative;
    display: block;
    cursor: pointer;
    background: #da3c41;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.cp_actab .cp_actab-content {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.35s;
    transition: max-height 0.35s;
    color: #333333;
    margin: 0 auto 0 auto;
}

.cp_actab .cp_actab-content p {
    margin: 1em;
}

/* :checked */
.cp_actab input:checked~.cp_actab-content {
    max-height: none;
}

/* Icon */
.cp_actab input[type=checkbox]+label::before {
    content: '第5期サステナビリティ計画全項目一覧を表示';
    background-color: #da3c41;
}

.cp_actab input[type=checkbox]:checked+label::before {
    content: '第5期サステナビリティ計画全項目一覧を隠す';
    background-color: #da3c41;
}

.cp_actab label::after {
    line-height: 3;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 3em;
    height: 3em;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    text-align: center;
}

.cp_actab input[type=checkbox]+label::after {
    content: '+';
    font-size: xx-large;
    background-color: #da3c41;
    width: 90px;
    height: 90px;
    top: -20px;
    right: -20px;
}

.cp_actab input[type=checkbox]:checked+label::after {
    content: '-';
    font-size: xx-large;
    background-color: #da3c41;
    width: 90px;
    height: 90px;
    top: -20px;
    right: -20px;
}

/* 表のデフォルトCSS */
table {
    border-collapse: collapse;
}

th {
    text-align: left;
}

th, td {
    border-top: solid 1px #000000;
    border-bottom: solid 1px #000000;
    border-right: solid 1px #000000;
}

th:last-child {
    border-right: none !important;
}

td:last-child {
    border-right: none !important;
}

thead th {
    text-align: center;
}

.ttl-red {
    color: #900;
    font-size: 142.9%;
    line-height: 1.3;
    font-weight: bold;
    margin: 25px 0 10px;
    padding-bottom: 12px;
    position: relative;
}


/* list-menu4 */

.list-menu4 {
    line-height: 1.4;
}

.list-menu4>li {
    float: left;
    width: 160px;
    margin-left: 26px;
}

.list-menu4>li:nth-child(4n+1) {
    clear: both;
    margin-left: 0;
}

.list-menu4>li>a {
    color: #333;
    font-size: 114.3%;
    font-weight: 500;
    text-decoration: none;
    display: table;
    width: 100%;
    position: relative;
    border: 1px solid #900
}

.list-menu4>li>a:hover {
    color: #999;
}

.list-menu4>li>a:before {
    content: "";
    display: block;
    height: 0;
    margin-top: -4px;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent #900;
    position: absolute;
    top: 50%;
    left: 20px;
}

.list-menu4>li>a>span {
    display: table-cell;
    vertical-align: middle;
    height: 30px;
    padding: 4px 4px 4px 35px;
}

.list-menu4 li li a {
    color: #505050;
    text-decoration: none;
    display: inline-block;
    padding: 5px 5px 5px 35px;
    position: relative;
}

.list-menu4 li li a:link {
    color: #505050;
}

.list-menu4 li li a:visited {
    color: #999;
}

.list-menu4 li li a:hover {
    color: #999;
    text-decoration: underline;
}

.list-menu4 li li a:before {
    content: "";
    display: block;
    height: 0;
    margin-top: 5px;
    border-style: solid;
    border-width: 3px 0 3px 4px;
    border-color: transparent #900;
    position: absolute;
    top: 0.5em;
    left: 20px;
}

@media only screen and (max-width:767px) {

    /* list-menu4 */
    .list-menu4 {
        margin-top: 30px;
        /*border-top: 1px solid #ccc;*/
    }

    .list-menu4>li {
        float: none;
        width: 100%;
        margin: 0;
        border-bottom: 1px solid #ccc;
    }

    .list-menu4>li>a {
        font-size: 100%;
    }

    .list-menu4 li li {
        border-top: 1px dashed #ccc;
    }

    .list-menu4 li li:first-child {
        border-top-style: solid;
    }

    .list-menu4 li li a {
        display: block;
        padding: 16px 0 16px 50px;
    }

    .list-menu4 li li a:before {
        margin-top: 16px;
        left: 35px;
    }
}

a.link {
    position: relative;
}

a.link:hover {
    color: #999;
    text-decoration: underline;
}

a.link:before {
    content: "";
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent #900;
    position: absolute;
    top: 0.5em;
    left: 5px;
}

a.link span {
    padding: 4px 4px 4px 20px;
}




/*シナリオSTEP*/
.step1::after {
    content: url(/nish/csr/img/2022/step1.png);
    margin-left: 10px;
    vertical-align: middle;
}

.step2::after {
    content: url(/nish/csr/img/2022/step2.png);
    margin-left: 10px;
    vertical-align: middle;
}

.step3::after {
    content: url(/nish/csr/img/2022/step3.png);
    margin-left: 10px;
    vertical-align: middle;
}

.step4::after {
    content: url(/nish/csr/img/2022/step4.png);
    margin-left: 10px;
    vertical-align: middle;
}


/*TCFD表*/

table.tcfd {
    font-size: 12px;
}


table.tcfd tbody td {
    padding: 4px;
    vertical-align: top;
}

.br_none {
    white-space: nowrap;
}

.border_dashed {
    border-bottom: dashed 2px;
}

.indent{
    padding-left: 10px;
    text-indent: -13px;
}

@media only screen and (max-width:767px) {
    .scroll-table {
        overflow: auto;
        white-space: nowrap;
    }
}


/*KPI表*/

table.kpi tbody td {
    padding: 4px;
}

table.kpi tbody th {
    padding: 4px;
}

.box-clm4>.boxL {
    float: left;
    width: 430px;
    margin-right: 40px;
}

.box-clm4>.boxR {
    float: right;
}

.w250px {
    width: 250px !important;
}

@media only screen and (max-width:767px) {
    .box-clm4>.boxL, .box-clm4>.boxR {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
}

.box-clm5>.boxL {
    text-align: right;
    float: left;
    width: 345px;
    margin-right: 20px;
}

.box-clm5>.boxR {
    float: right;
    width: 355px;
}


@media only screen and (max-width:767px) {
    .box-clm5>.boxL, .box-clm5>.boxR {
        float: none;
        margin-left: auto;
        margin-right: auto;
        width: 250px;
    }
}

.explan{
    font-size: 10px;
    line-height: 10px;
}


@media only screen and (max-width:767px) {
    .explan{
        margin: 20px;
    }
}

.ftse{
    margin-right: 100px;
    margin-top: 25px;
}

@media only screen and (max-width:767px) {
    .ftse{
        margin: 20px!important;
    }
}
