
.pfln {
    margin-bottom: 30px;
}

.pfln.large-space {
    margin-bottom: 40px;
}

.pfln-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 12px;
}

@media print, screen and (min-width: 40em) {
    .pfln-top {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.pfln-top > * {
    margin-bottom: 0;
}

.pfln-top .button-transparent {
    margin-top: 8px;
}

@media print, screen and (min-width: 40em) {
    .pfln-top .button-transparent {
        margin-top: 0;
    }
}


.sns-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 12px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.sns-head > * {
    margin-bottom: 0;
}

@media screen and (min-width: 78.125em) {
    .sns-head {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.sns-head .button-transparent {
    max-height: none;
    margin-top: 8px;
}

@media screen and (min-width: 78.125em) {
    .sns-head .button-transparent {
        margin-top: 0;
    }
}


.pfln-card {
    margin-bottom: 12px;
}

@media print, screen and (min-width: 64em) {
    .pfln-card {
        margin-bottom: 30px;
    }
}

.pfln-card__img, .pfln-card-large__img {
    width: 100%;
    height: 180px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 12px;
}

.pfln-card__img a, .pfln-card-large__img a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.pfln-card__img a img, .pfln-card-large__img a img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.pfln-card__title, .pfln-card-large__title {
    font-size: 16px;
    text-transform: none;
    font-style: normal;
    color: #2D2C4E;
}

.pfln-card__title a, .pfln-card-large__title a {
    display: block;
    color: #2D2C4E;
    line-height: 1.4;
    position: relative;
    overflow: hidden;
    height: 2.8em;
    font-weight: 600;
}

.pfln-card__title a:after, .pfln-card-large__title a:after {
    content: '';
    display: block;
    width: 90px;
    height: 1.4em;
    position: absolute;
    bottom: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(246, 247, 249, 0)), color-stop(#F6F7F9), to(#F6F7F9));
    background: linear-gradient(to right, rgba(246, 247, 249, 0), #F6F7F9, #F6F7F9);
}

@media screen and (min-width: 992px) {
    .pfln-card__title a:hover, .pfln-card-large__title a:hover {
        color: #573B97;
    }
}

.pfln-card__text, .pfln-card-large__text {
    color: #626273;
    font-size: 14px;
    line-height: 1.4;
    position: relative;
    overflow: hidden;
    height: 78px;
    margin-bottom: 12px;
}

.pfln-card__text:after, .pfln-card-large__text:after {
    content: '';
    display: block;
    width: 90px;
    height: 1.4em;
    position: absolute;
    bottom: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(246, 247, 249, 0)), to(#F6F7F9));
    background: linear-gradient(to right, rgba(246, 247, 249, 0), #F6F7F9);
}

.pfln-card__meta, .pfln-card-large__meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    color: #ACACB5;
}

.pfln-card__date, .pfln-card-large__date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 6px;
}

.pfln-card__date svg, .pfln-card-large__date svg {
    fill: #ACACB5;
    margin-right: 6px;
}

.pfln-card__author a, .pfln-card-large__author a {
    color: #ACACB5;
}

@media screen and (min-width: 992px) {
    .pfln-card__author a:hover, .pfln-card-large__author a:hover {
        color: #573B97;
    }
}

.pfln-large-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 12px;
}

@media print, screen and (min-width: 40em) {
    .pfln-large-card {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 24px;
    }
}

@media print, screen and (min-width: 40em) {
    .pfln-card-large__img {
        width: 45%;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-bottom: 0;
    }
}

@media print, screen and (min-width: 64em) {
    .pfln-card-large__img {
        height: 300px;
    }
}

@media print, screen and (min-width: 40em) {
    .pfln-card-large__data {
        padding-left: 24px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media print, screen and (min-width: 64em) {
    .pfln-card-large__title {
        font-size: 24px;
    }
}

@media print, screen and (min-width: 40em) {
    .pfln-card-large__text {
        height: 7em;
    }
}

@media print, screen and (min-width: 64em) {
    .pfln-card-large__text {
        font-size: 16px;
        line-height: 1.6;
        height: 11.2em;
    }

    .pfln-card-large__text:after {
        height: 1.6em;
    }
}

@media print, screen and (min-width: 40em) {
    .pfln-card-large__meta {
        margin-top: auto;
    }
}
