/* ==================================================
 * sustainability social data esg
 * 2024/2/2
 * -----------------------
 * initials：esg__
 * ================================================== */
/* ====================
 * PC
 * ==================== */
.mod--table-htable .mod--table_th:first-of-type{
    width: initial;
}
.mod--table-htable .mod--table_th:last-of-type{
    width: initial;
}

.mod--table_tr{
    position: relative;
}
.esg__table-sup{
    position: absolute;
    right: -2.5em;
    top: 50%;
    bottom: 50%;
    transform: translateY(-50%);
}

/* ====================
 * TABLET:(min-width:768px) and (max-width:1259px)
 * ==================== */
@media screen and (min-width:768px) and (max-width:1259px){
}

/* ====================
 * SP:(max-width:767px)
 * ==================== */
@media screen and (max-width: 767px){
}