  @charset "UTF-8";

.table_image {
    margin-top: 60px;
}

.table_image img {
    width: 100%;
}

.table_image .title {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
    .table_image img {
        max-width: 800px;
        width: 800px;
    }

    .table_image .title {
        text-align: left;
    }
}