@charset "utf-8";
/* CSS Document */


.captionText {
    display: none;
}

@media screen and (max-width: 900px) {
    .captionText {
        display: inline-block;
        font-size: 12px !important;
        color: #59a1d9;
        margin: 0 !important;
    }
}

.table-area00 {
    width: 100%;
    margin: 24px 0 0 0;
}

@media screen and (max-width: 900px) {
    .table-area00 {
        overflow-x: scroll;
        overflow-y: scroll;
        width: 105%;
        height: auto;
        margin: 24px 0 0 0;
    }
}



.tex-box .bnrArea01 {
    margin: 24px auto;
    display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


@media print, screen and (max-width: 900px) {
    .tex-box .bnrArea01 {
        margin: 24px auto;
        display: flex
;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}



