@charset "UTF-8";

@media screen and (max-width: 900px) {
.inner_item_txt{
    overflow: scroll;
}
table{
width: auto;
   white-space: nowrap;
}
}