@charset "UTF-8";
 /*** ESGデータ専用css ***/

.border-remove-t {
    border-top: none !important;
}
.border-remove-b {
    border-bottom: none !important;
}

.esg .m_table01 th, .esg .m_table01 td {
    border-width: 2px;
    border-color: #FFFFFF;
}

.esg .e_tbl03 th {
    background-color: #305496;
    color: #FFFFFF;
    padding: 10px 10px;
}
.esg .e_tbl03 tr:not(:first-child) th {
    text-align: left;
    background-color: #3054B9;
}
.esg .e_tbl03 td {
    background-color: #EFF9FE;
    padding: 10px 10px;
    border-color: #FFFFFF
}