@charset "UTF-8";

.contents_box01 .inner_item_txt table tr:nth-child(1) {
    background: #ff0302;
} 

#table + .contents_box01 .inner_item_txt table th {
    background: #ff0302;
}

#table + .contents_box01 .inner_item_txt table tr:nth-child(1) {
    background: #fff;
}


#insi + .contents_box01 .inner_item_txt table th {
    background: #ff0302;
}


#insi + .contents_box01 .inner_item_txt table tr:nth-child(1) {
    background: #fff;
}

#point2 + .contents_box01 .inner_item_txt table th {
    background: #ff0302;
}


#point2 + .contents_box01 .inner_item_txt table tr:nth-child(1) {
    background: #fff;
}