@media screen and (max-width: 750px) {
    .sp {
        display: block;
    }

    .under .record-search {
        margin-bottom: 30px;
    }

    .under .record-search .listbtn {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .under .record-search .listbtn>li:first-child {
        width: 100%;
    }

    .under .record-search .listbtn li {
        width: 47%;
        height: 40px;
        margin: 6px 1vw;
    }

    .under .listbtn label {
        font-size: 16px;
    }

    .btn_search {
        height: 50px;
    }

    .record_postList .record-item {
        width: 300px;
    }

    .record-item-ttl {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;

    }

    .record_postList {
        flex-wrap: wrap;
        gap: 0 40px;
        justify-content: center;
    }

    .record-thumbnail {
        height: 210px;
    }

    .record-item-pagination {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
        width: 100%;
        margin-top: 30px !important;
    }

    .record-item-pagination li {
        width: 100%;
        min-width: 0;
    }

    .record-item-pagination li a {
        width: 100%;
        height: 46px;
        padding: 0 8px;
        font-size: 14px;
        letter-spacing: 0;
        line-height: 1.3;
        white-space: nowrap;
    }

    .record-item-pagination li.prev a {
        padding-left: 22px;
    }

    .record-item-pagination li.next a {
        padding-right: 22px;
    }

    .record-item-pagination li.prev a::before {
        left: 11px;
        width: 7px;
        height: 7px;
    }

    .record-item-pagination li.next a::after {
        right: 11px;
        top: 0;
        width: 7px;
        height: 7px;
        transform: translateY(0) rotate(45deg);
    }

    .record_cont ul,
    .record_cont ol {
        padding: 12px;
    }

    .record_cont ul li,
    .record_cont ol li {
        padding-left: 15px;
        margin-bottom: 5px;
        line-height: 2em;
    }

    .record_cont ul li::before,
    .record_cont ol li::before {
        top: 10px;
    }

    .record-post h4 {
        font-size: 19px;
        margin: 0 0 20px !important;
    }
}


@media screen and (max-width: 680px) {
    .record_postList .record-item {
        width: 348px;
    }
}


@media screen and (max-width: 600px) {}

@media screen and (max-width: 450px) {}

@media screen and (max-width: 375px) {}
