table.info {
border: solid 1px #666;
width: 100%;
font-size: 11pt;
}
table.info th,table.info td,table.news th,table.news td{
    border: solid 1px #666;
    padding: 10px;
}
table.info th{
    background-color: azure;
    width: 18%;
    text-align: center;
}
table.news{
    border: solid 1px #666;
width: 70%;
font-size: 11pt;
}

table.news th{
    background-color: #f5e7e7;
    width: 18%;
    text-align: center;
}
table.sdgs_box_ta{
    border: solid 1px #666;
    padding: 10px;
    font-size: 12pt;
}
table.sdgs_box_ta th,table.sdgs_box_ta td{
    border: solid 1px #666;
    padding: 10px;
}
table.sdgs_box_ta th{
    background-color: rgb(233, 245, 220);
}
@media screen and (max-width:767px){
    table.info{
        font-size: 9pt;
    }
    table.info th{
        width: 25%;
    }
    table.news {
        width: 100%;
        font-size: 9pt;
    }
    table.news th{
        width: 25%;
    }
}