.wl__postList--introduction .postList__post {
    position: relative;
    width: 100%;
    margin-bottom: 5rem;
}

.postList__title {
    margin-bottom: .6em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.wl__postList--introduction .postList__rss {
    display: block;
    transform: translateY(-100%);
    text-align: end;
}

.postList__intro * {
    font-weight: normal;
}

.postList__intro {
    margin: 0 0 .5em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.postList__footer {
    order: +1;
    margin-top: auto;
}

.postList .c-tagCategories,
.postList__date {
    line-height: 1.4;
    font-size: .75rem;
}

.postList__footer .c-tagCategories__item:last-child:after {
    content: '·';
    margin-left: .5em;
    opacity: .4;
}

.postList__post > .c-tagCategories {
    margin-bottom: 1em;
    color: #000;
}

.postList__post > .c-tagCategories .c-tagCategories__item + .c-tagCategories__item {
    display: none;
}

.postList__footer .postList__date {
    white-space: nowrap;
}

.postList__footer .c-tagCategories {
    color: #000;
}

@media screen and (min-width: 768px) {
    .wl__postList--introduction .postList__post {
        margin-bottom: 2em;
    }

    .postList__footer {
        order: +1;
    }

    .wl__postList--introduction .postList__post {
        width: 30.33%;
        margin-right: 4.5%;
    }

    .wl__postList--introduction .postList__post:nth-child(3n+3) {
        margin-right: 0;
    }
}
