.cell.large-4.show-for-large{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.pfln-top--bg {
    background: #ffffff;
    padding: 24px 24px 16px 24px;
    border-radius: 10px;
}

.news-archive .pfln-top h2{
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}

.pfln-top  h1 {
    font-size: 1.25rem;
    margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
    .pfln-top h1 {
        font-size: 2rem;
        margin-bottom: 0;
    }
    .news-archive .pfln-top h2{
        font-size: 32px;
    }
}

.template-archive-news .sidebar-right {
    padding-top: 20px;
}

.pfln {
    margin-bottom: 30px;
}

@media screen and (min-width: 1590px) {
    .content-container .pfln {
        margin-left: -40px;
        margin-right: -40px;
    }
}


.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 {
        margin-bottom: 40px;
    }
}

.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;
    order: 2;
}

.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;
    order: 1;
    width: 100%;
}

.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: 33px;
    position: absolute;
    bottom: -6px;
    right: 0;
    background: linear-gradient(266deg, #fff 40%, rgba(246,247,249,0.1) 100%);
}


.pfln-card__title a:after {
    height: 22px !important;
    bottom: 0 !important;
}

@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;
    order: 3;
}

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

.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;
    order: 4;
}

.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;
}

.pfln-card-large__data {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.pfln-card__data {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.pfln-card-large__title {
    margin-bottom: 0.75rem;
}

.pfln-card__title {
    margin-bottom: 0.75rem;
}

.pfln-top--bg .pfln-card-large__date {
    color: #878796;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.pfln-top--bg .pfln-card__author a,
.pfln-top--bg .pfln-card-large__author a {
    color: #573B97;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    border-bottom: 1px dashed #000;
}

.pfln-top--bg .pfln-card-large__title a {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    height: initial;
}

.pfln-top--bg .pfln-card-large__title a,
.pfln-top--bg .pfln-card__title a  {
    color: #2D2C4E;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: initial;
    overflow: hidden;
    max-height: 66px;
    height: max-content;
}

@media screen and (max-width: 490px){
    .pfln-top--bg .pfln-card-large__title a,
    .pfln-top--bg .pfln-card__title a  {
        font-size: 18px;
    }
}

.pfln-top--bg .pfln-card {
    margin-bottom: 0;
}

@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;
    }

    .pfln-card__img, .pfln-card-large__img {
        order: 1;
    }
    
    .pfln-card__title, .pfln-card-large__title {
        order: 2;
    }
    
    .pfln-card-large__title {
        margin-bottom: 8px;
    }
    .pfln-card__title {
        margin-bottom: 8px;
    }
    .pfln-top--bg .pfln-card-large__title a {
        font-size: 20px;
        overflow: hidden;
        height: max-content;
        max-height: 110px;
    }
}

@media print, screen and (min-width: 40em) {
    .pfln-card-large__img {
        width: 45%;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        -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: calc(24px + 45%);
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        position: relative;
        min-width: 180px;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding-top: 22px;
        padding-bottom: 22px;
        height: 300px;
    }
}

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

@media print, screen and (min-width: 40em) {
    
}

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

    .pfln-large-card .pfln-card-large__text {
        font-size: 16px;
    }
    
}

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


@media print, screen and (max-width: 40em) {
    .pfln.page-section.pfln-top--bg .pfln-top {
        font-size: 24px;
    }

    .pfln-top--bg {
        background: transparent;
        padding: 0px;
    }

    .pfln-top--bg .pfln-large-card,
    .pfln-top--bg .pfln-card {
        margin-bottom: 16px;
        max-width: 100%;
        border-radius: 10px;
        background: #FFF;
        padding: 16px;
    }

    .pfln-top--bg .pfln-card__img, 
    .pfln-top--bg .pfln-card-large__img {
        order: 1;
        position: relative;
        overflow: hidden;
        width: 100%;
        border-radius: 8px;
        margin-bottom: 24px;
        display: block;
        order: 2;
        height: 250px;
    }

    .pfln-top--bg .pfln-card__title, 
    .pfln-top--bg .pfln-card-large__title {
        order: 2;
        color: #2D2C4E;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        margin-bottom: 8px;
        text-transform: initial;
    }

    .pfln-top--bg .pfln-card__title a, .pfln-top--bg .pfln-card-large__title a {
        height: inherit;
    }

    .pfln-top--bg .pfln-card__meta, 
    .pfln-top--bg .pfln-card-large__meta {
        order: 3;
        color: #878796;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin-bottom: 8px;
    }

    .pfln-top--bg .pfln-card__text, 
    .pfln-top--bg .pfln-card-large__text {
        order: 4;
        color: #626273;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 144%;
        height: 59px;
        margin-bottom: 0px;
    }
    
    .pfln-top--bg .pfln-card__text:after, 
    .pfln-top--bg .pfln-card-large__text:after {
        content:'';
        display: block;
        width: 90px;
        height: 21px;
        position: absolute;
        bottom: -3px;
        right: 0;
        background: linear-gradient(266deg, #fff 40%, rgba(246,247,249,0.1) 100%);
    }

    .pfln-top--bg .cell:last-child .pfln-card {
        margin-bottom: 0px;
    }

    .pfln-top--bg .pfln-card__img a, 
    .pfln-top--bg .pfln-card-large__img a {
        width: 100%;
        height: 100%;
        display: block;
    }
}
