@charset "UTF-8";

.heading.block_header_4 .h {
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 5px;
    color: #3498db;
}


.block_table_1 table thead tr:last-child th, .block_table_1 table thead tr:last-child td, .block_table_1 table tr:last-child th, .block_table_1 table tr:last-child td {
    /* border-bottom: 1px solid rgba(0,0,0,0.1); */
    border: solid;
}
.block_table_1 table th {
    text-align: center;
    vertical-align: middle; 
    border: solid;
}