/*!
Theme Name: MRJ Original v.1.0
Theme URI: https://mrj.jp
Author: MRJ
Author URI: https://mrj.jp
Description: MRJ Original theme
Version: 1.0.0

 */

.wp-block-table {
    margin: 2em 0;
    overflow-x: scroll ;
}
.wp-block-table table {
    width: 100%;
}
.wp-block-table table th,
.wp-block-table table td {
    display: table-cell;
}
.wp-block-table table tr:last-child > th,
.wp-block-table table tr:last-child > td {
  border-bottom: 1px solid;
}
.wp-element-caption {
    font-size: 0.8em;
}
.wp-block-columns.media-left,
.wp-block-columns.media-right {
    justify-content: space-between;
}

@media (max-width:781px) {
    .wp-block-columns.media-left figure,
    .wp-block-columns.media-right figure {
        margin: 2em;
        text-align: center;
    }
}