@charset "utf-8";
.post_list-sect {
    padding: 53px 15px;
    background: #EEEEEE;
}

@media screen and (min-width:768px) {
    .post_list-sect {
        padding-top: 28px;
        padding-bottom: 28px;
    }
}

@media screen and (min-width:1025px) {
    .post_list-area {
        padding: 60px 20px;
    }
    .post_list-link time {
        display: inline-block !important;
        margin-right: 32px;
        margin-bottom: 0 !important;
    }
    .post_list-sect {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}


/** post_list-area **/

.post_list-area {
    padding: 50px 4vw 43px;
    background: #fff;
}

.post_list-area:last-child {
    margin-top: 30px;
}

.post_list-area .top-ttl {
    margin-bottom: 26px;
}

.post_list-area .top-ttl small {
    margin-bottom: 7px;
    font-size: 14px;
}


/** post_list-list **/

.post_list-list {
    margin-bottom: 38px;
}

.post_list-list li:nth-child(n+2) {
    margin-top: 18px;
}

.post_list-link {
    overflow: hidden;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}

.post_list-link time {
    display: block;
    margin-bottom: 13px;
    color: #1456C5;
    font-weight: bold;
    font-size: 14px;
}

@media screen and (min-width:768px) {
    .post_list-sect {
        padding-left: 18px;
        padding-right: 18px;
    }
    .post_list_outer-box {
        display: flex;
        justify-content: space-between;
        max-width: 1170px;
        margin: 0 auto;
    }
    .post_list-area {
        width: calc(50% - 16px);
        margin-top: 0 !important;
    }
}