@charset "UTF-8";

.border_area {
    border-top: 1px solid #CCC;
}

@media screen and (max-width: 767px) {
    .sp_flex {
        display: flex;
    }

    .btn_list01 div:first-child {
        order: 2;
    }

    .btn_list01 div:last-child {
        order: 1;
    }

    .jfR.sp_jfC {
        justify-content: center !important;
    }

    .sp_jfC {
        justify-content: center !important;
    }
}
@media screen and (max-width: 767px) {
    .clm {
        width: 50%;
        float: left;
    }
    .img_list01 .clm2_1 .clm:first-child {
        padding-right: 12px;
    }
    .img_list01 .clm2_1 .clm:last-child {
        padding-left: 12px;
    }
    .article_list .flex .img_list01 {
        width: 100%;
        margin-top: 25px;
        margin-left: auto;
    }
    .float_none {
        float: none;
        margin: 0 auto;
    }
}
.btn_list01 {
    display: flex;
    flex-wrap: wrap;
}

