/* ==================================================
 * sustainability environment data
 * 2024/04/8
 * -----------------------
 * initials：data__
 * ================================================== */
/* ====================
 * 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;
}
.data__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:951px) and (max-width:1259px){
}
@media screen and (min-width:768px) and (max-width:950px){
}

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