@charset "UTF-8";


#table + .contents_box01 .inner_item_txt:nth-of-type(1):nth-last-of-type(1) {
    width: auto;
}

@media screen and (max-width: 768px) {
#table + .contents_box01 .wrapper_item {
    overflow-x: scroll;
}
}


#tabletwo + .contents_box01 .inner_item_txt:nth-of-type(1):nth-last-of-type(1) {
    width: auto;
}

@media screen and (max-width: 768px) {
#tabletwo + .contents_box01 .wrapper_item {
    overflow-x: scroll;
}
}

#tableth + .contents_box01 .inner_item_txt:nth-of-type(1):nth-last-of-type(1) {
    width: auto;
}

@media screen and (max-width: 768px) {
#tableth + .contents_box01 .wrapper_item {
    overflow-x: scroll;
}
}

#tablefo + .contents_box01 .inner_item_txt:nth-of-type(1):nth-last-of-type(1) {
    width: auto;
}

@media screen and (max-width: 768px) {
#tablefo + .contents_box01 .wrapper_item {
    overflow-x: scroll;
}
}


#tablefi + .contents_box01 .inner_item_txt:nth-of-type(1):nth-last-of-type(1) {
    width: auto;
}

@media screen and (max-width: 768px) {
#tablefi + .contents_box01 .wrapper_item {
    overflow-x: scroll;
}
}



#table + .contents_box01 .inner_item_txt:nth-of-type(1) td:nth-child(1):nth-child(-n+7) {
    background-color: #b9f285;
}


#table + .contents_box01 .inner_item_txt:nth-of-type(1) tr:nth-child(2) {
    background: #b9f285;
}


#table + .contents_box01 .inner_item_txt:nth-of-type(1) tr:first-child {
    background-color: #b9f285;
}




#tabletwo + .contents_box01 .inner_item_txt:nth-of-type(1) tr:nth-child(3) td:first-child {
    background-color: #ffff92;
}


#tabletwo + .contents_box01 .inner_item_txt:nth-of-type(1) tr:nth-child(2) {
    background: #ffff8b;
}


#tabletwo + .contents_box01 .inner_item_txt:nth-of-type(1) tr:first-child {
    background-color: #ffff8b;
}

#tableth + .contents_box01 .inner_item_txt:nth-of-type(1) td:nth-child(1):nth-child(-n+7) {
    background-color: #ffecff;
}


#tableth + .contents_box01 .inner_item_txt:nth-of-type(1) tr:nth-child(2) {
    background: #ffecff;
}


#tableth + .contents_box01 .inner_item_txt:nth-of-type(1) tr:first-child {
    background-color: #ffecff;
}

#tablefo + .contents_box01 .inner_item_txt:nth-of-type(1) td:nth-child(1):nth-child(-n+7) {
    background-color: #baf682;
}


#tablefo + .contents_box01 .inner_item_txt:nth-of-type(1) tr:nth-child(2) {
    background: #baf682;
}


#tablefo + .contents_box01 .inner_item_txt:nth-of-type(1) tr:first-child {
    background-color: #baf682;
}

#tablefi + .contents_box01 .inner_item_txt:nth-of-type(1) td:nth-child(1):nth-child(-n+7) {
    background-color: #ffff92;
}


#tablefi + .contents_box01 .inner_item_txt:nth-of-type(1) tr:nth-child(2) {
    background: #ffff92;
}


#tablefi + .contents_box01 .inner_item_txt:nth-of-type(1) tr:first-child {
    background-color: #ffff92;
}

#tabletwo + .contents_box01 .inner_item_txt:nth-of-type(1) tr:nth-child(4) {
    background-color: #ffff8b;
}