@charset "UTF-8";
.sp_br {
    display: none;
}
@media screen and (max-width: 768px) {
    .sp_br {
        display: block;
    }
    .pc_br {
        display: none;
    }
    .lp_desc_list li {
        flex-direction: column;
    }
    .lp_desc_list li span {
        width: 100%;
        padding: 8px;
    }
    .lp_desc_list li p {
        width: 100%;
        text-align: left;
    }
    .lp_main h2,
    .lp_main h3 {
        font-size: 20px;
    }

    .table_wrap {
        overflow-x: scroll;
    }

    .table_wrap table {
        min-width: 600px;
    }
}