@charset "utf-8";

/* default PC */
#access .table-02 {
    margin: auto;
}

/* view-1140 notePC,Tablet */
@media screen and (max-width: 1140px) {}

/* view-959 Mobile,Tablet */
@media screen and (max-width: 959px) {}

@media screen and (max-width: 834px) {
    br.br-834 {
        display: none;
    }

    br.br-834 {
        display: block;
    }

    .table-02 th {
        width: 100px;
    }
}

/* view-559 Mobile */
@media screen and (max-width: 559px) {

    #contents table th p,
    #contents table td p {
        font-size: 14px;
    }
}