@charset "UTF-8";
    .caution{
        background-color: #f0fff2;
        margin-bottom: 4%;
        padding: 16px;
        border: solid 2px #22ac38;
        border-radius: 8px;
    }
    .caution_text{
        color: #ff0000;
    }
    .caution_text a{
        text-decoration: underline;
        color: #ff0000;
    }
    .table-default .text-left{
        text-align: left;
    }
    .table-default .text-right{
        text-align: right;
    }
