@charset "UTF-8";

.materialityTable thead th{
    background: #F1F8FF;
    text-align: center;
    color: #444444;
    border: 1px solid #ddd;
    vertical-align: middle;
}
.materialityTable tbody td{
    vertical-align: middle;
}

.materialityTable .th_environment th{
    background: #00b1a0;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}
.materialityTable .th_social th{
        background: #f57a94;
        color: #FFFFFF;
        font-weight: bold;
        text-align: center;
        vertical-align: middle;
    }
.materialityTable .th_governance th{
    background: #6290b1;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;        
}
.materialityTable .mod-image figure img {
        border-radius: 0;
}

ul.mod-regularList.color-environment > li:before,
ul.mod-regularList.color-environment ul > li:before {
    background: #00b1a0;
}
ul.mod-regularList.color-social > li:before,
ul.mod-regularList.color-social ul > li:before {
    background: #f57a94;
}
ul.mod-regularList.color-governance > li:before,
ul.mod-regularList.color-governance ul > li:before {
    background: #6290b1;
}

.process-num-text{
    display: flex;
    justify-content:flex-start;
    align-items: flex-start;
}
.process-num-text div:first-child p{
    width: 4.6em;
}
.mod-step_icon{
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}
.wd_step_icon{
    width: 12% !important;
} 
@media only screen and (max-width: 735px) {
    .wd_step_icon{
        width: 24% !important;
    } 
}
.u-text_circle{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border: 1px solid #444;
    border-radius: 50%;
    margin: 0 8px 0 5px;
    line-height: 0.7;
}
@media only screen and (max-width: 735px) {
    .u-text_circle{
        width: 20px;
        height: 20px;
    }
}
