@charset "UTF-8";

#table + .contents_box01 .inner_item_txt {
    width: auto;
}

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