.rPst {
    margin: 40px 0 0;
    padding: 20px;
    background: var(--contentB);
    box-shadow: 0 5px 35px rgba(0, 0, 0, .07);
    border-radius: 10px
}

.drK .rPst {
    background: var(--darkBa)
}

.rPst ul {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: calc(100% + 20px);
    left: -10px;
    right: -10px;
    list-style: none;
    margin: 0;
    padding: 0;
    counter-reset: p-cnt
}

.rPst ul li {
    width: calc(50% - 20px);
    margin: 0 10px 30px;
    position: relative
}

.rPst ul.s-2 li,
.rPst ul.s-3 li,
.rPst ul.s-4 li {
    width: calc(33.3% - 20px)
}

.rPst .iF {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    position: relative;
    width: calc(100% + 15px);
    left: -7.5px;
    right: -7.5px
}

.rPst .iF>* {
    margin: 0 7.5px
}

.rPst .iF .pThmb {
    flex: 0 0 72px
}

.rPst .iF .pThmb .thmb {
    padding-top: 100%
}

.rPst .iF .pCtnt {
    display: flex;
    flex-grow: 1;
    width: calc(100% - 102px)
}

.rPst .iF .pCtnt::before {
    flex-shrink: 0;
    content: '0' counter(p-cnt);
    counter-increment: p-cnt;
    width: 25px;
    opacity: .6;
    font-size: 85%;
    line-height: 1.8em
}

.rPst .iF .pInf {
    position: relative;
    margin-top: 8px
}

.rPst .iF .pInr {
    flex: 1 0;
    width: calc(100% - 25px)
}

.rPst .iF .pSnpt {
    font-size: 93%;
    margin-top: 8px
}

.pTag+.pFoot .rPst .pSnpt {
    display: none
}

.rPst .thmb::before {
    content: 'No image';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: none;
    max-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 12px;
    opacity: .7;
    white-space: nowrap
}

.rPst .thmb div {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.rPst .pSnpt {}

.rPst .pInf {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.rPst .pInf::before {
    content: attr(data-date);
    opacity: .8
}

.rPst .s-4 li {
    padding-bottom: 30px
}

@media screen and (max-width:640px) {

    .rPst ul:not(.s-2) li,
    .rPst ul:not(.s-3) li,
    .rPst ul:not(.s-4) li {
        width: calc(100% - 20px)
    }

    .rPst .iF {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto
    }

    .rPst ul.s-2 li,
    .rPst ul.s-3 li,
    .rPst ul.s-4 li {
        width: calc(50% - 20px)
    }

    .rPst .iTtl {
        font-size: 14px
    }
}

@media screen and (max-width:500px) {
    .rPst ul {
        width: calc(100% + 15px);
        left: -7.5px;
        right: -7.5px
    }

    .rPst ul li {
        width: calc(50% - 15px);
        margin: 0 7.5px 30px
    }

    .rPst ul:not(.s-2) li,
    .rPst ul:not(.s-3) li,
    .rPst ul:not(.s-4) li {
        width: calc(100% - 15px)
    }

    .rPst ul.s-2 li {
        width: calc(50% - 15px)
    }

    .rPst ul.s-3 li {
        width: 100%;
        margin: 0 0 20px
    }

    .rPst ul.s-3 .i {
        display: flex;
        align-items: center
    }

    .rPst ul.s-3 .i>* {
        flex: 0 0 calc(40% + 15px);
        margin: 0 7.5px
    }

    .rPst ul.s-3 .iTtl {
        flex-grow: 1
    }

    .rPst ul.s-3 .iTtl a::after {
        content: attr(data-text);
        display: block;
        margin-top: 8px;
        font-weight: 400;
        font-size: 12px;
        opacity: .7
    }

    .rPst ul.s-4 {
        flex-wrap: nowrap;
        width: calc(100% + 40px);
        left: -20px;
        right: -20px;
        padding: 0 12.5px;
        overflow-y: hidden;
        overflow-x: scroll;
        scroll-behavior: smooth;
        scroll-snap-type: x mandatory;
        -ms-overflow-style: none;
        -webkit-overflow-scrolling: touch
    }

    .rPst ul.s-4 li {
        flex-shrink: 0;
        width: 80%;
        margin-bottom: 0;
        scroll-snap-align: center
    }

    .rPst ul.s-4 .iTtl {
        font-size: 14px
    }
}