@charset "UTF-8";
 @media screen and ( max-width: 600px ) {
.news-post-area table:not(.loan-compare) {
display: block;
width: max-content;
max-width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
} .news-post-area .wp-caption {
max-width: 100%;
}
.news-post-area .wp-caption img {
height: auto;
}
.news-post-area p,
.news-post-area li {
overflow-wrap: break-word;
}