@charset "UTF-8";

#streat + .width_fixed .content_wrapper iframe {
    width: 100%;
}

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

#table + .contents_box01 .inner_item_txt th {
    width: 40%;
}

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