@charset "UTF-8";

.contents_box01 .inner_item_txt:nth-of-type(1):nth-last-of-type(1) {
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
    width: auto;
}
@media screen and (max-width: 800px){
#table + .contents_box01 .wrapper_item {
    overflow-x: scroll;
}
}
