@media screen and (min-width:769px) {
    .furusato_block {
        margin: 80px auto 50px;
    }
    .furusato_ttl {
        border-left: #000 2px solid;
        padding-left: 20px;
        margin: 0 auto;
        width: 1200px;
    }
    .ttl_first {
        font-size: 18px;
        font-family: 'Noto Serif JP';
        color: #000;
    }
    .ttl_second {
        font-size: 28px;
        font-family: 'Noto Serif JP';
        color: #000;
    }
    .furusato_ajax_block {
        margin-top: 30px;
    }
    .furusato_ajax_block .block-pagecategory-page-list--frame {
        justify-content: center;
        column-gap: 25px;
        row-gap: 35px;
    }
    .more-btn {
        width: 285px;
        margin: 32px auto 50px;
    }
    .more-btn a {
        color: #0068B7;
        font-size: 13px;
        line-height: 1.3;
        text-decoration: none;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #FFFFFF;
        border: 1px solid #0068B7;
        border-radius: 4px;
        height: 48px;
        transition: all .3s;
        position: relative;
    }
    .more-btn a:hover {
        color: #FFFFFF;
        text-decoration: none;
        border-radius: 24px;
        background: rgb(0, 104, 183);
        background: -moz-linear-gradient(left, rgba(0,104,183,1) 0%, rgba(0,148,183,1) 100%);
        background: -webkit-linear-gradient(left, rgba(0, 104, 183, 1) 0%, rgba(0, 148, 183, 1) 100%);
        background: linear-gradient(to right, rgba(0, 104, 183, 1) 0%, rgba(0, 148, 183, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0068b7', endColorstr='#0094b7',GradientType=1 );
    }
    .more-btn a::before,
    .more-btn a::after {
        content: "";
        position: absolute;
        right: 14px;
        top: 50%;
        height: 1px;
        background-color: #0068B7;
        transition: all .3s;
    }
    .more-btn a:hover::before,
    .more-btn a:hover::after {
        background-color: #FFFFFF;
    }
    .more-btn a::before {
        width: 12px;
    }
    .more-btn a::after {
        width: 7px;
        transform: rotate(35deg);
        margin-top: -2px;
    }
}
@media screen and (max-width:768px) {
    .furusato_block {
        margin-top: 50px;
    }
    .furusato_ttl {
        border-left: #000 2px solid;
        padding-left: 20px;
        margin-left: 15px;
    }
    .ttl_first,
    .ttl_second {
        font-family: 'Noto Serif JP';
        color: #000;
    }
    .ttl_first {
        font-size: 14px;
    }
    .ttl_second {
        font-size: 20px;
    }
    .furusato_ajax_block {
        margin-top: 20px;
    }
    .furusato_ajax_block .block-pagecategory-page-list--frame {
        justify-content: center;
        column-gap: 8px;
        row-gap: 15px;
    }
    .block-pagecategory-page-list--page {
        display: flex;
        flex-direction: column;
        width: 45% !important;
    }
    .more-btn {
        width: 285px;
        margin: 32px auto 50px;
    }
    .more-btn a {
        color: #0068B7;
        font-size: 13px;
        line-height: 1.3;
        text-decoration: none;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #FFFFFF;
        border: 1px solid #0068B7;
        border-radius: 4px;
        height: 48px;
        transition: all .3s;
        position: relative;
    }
    .more-btn a::before, 
    .more-btn a::after {
        content: "";
        position: absolute;
        right: 14px;
        top: 50%;
        height: 1px;
        background-color: #0068B7;
        transition: all .3s;
    }
    .more-btn a::before {
        width: 12px;
    }
    .more-btn a::after {
        width: 7px;
        transform: rotate(35deg);
        margin-top: -2px;
    }
}