/* --------------------
 News
-------------------- */
.com-breadcrumb {
    max-width: calc(1000px + var(--c-pad)*2);
}

.news {
    background-color: #f5fdff;
    padding: 12px 0 0;
}

@media (min-width: 768px) {
    .news {
        padding: 20px 0 0;
    }
}

.news-container {
    margin: 0 auto;
    max-width: calc(1000px + var(--c-pad)*2);
    padding: 0 20px;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .news-container {
        padding: 0 30px;
    }
}

.news__title {
    font-size: var(--fs30);
    font-weight: 700;
    letter-spacing: 0.16em;
    line-height: 1.2;
    margin: 0 0 40px;
    text-align: center;
}

@media (min-width: 768px) {
    .news__title {
        font-size: var(--fs40);
        margin: 0 0 40px;
        text-align: left;
    }
}

@media (min-width: 992px) {
    .news__title {
        font-size: 3rem;
    }
}

.news:has(.news__subtitle) .news__title {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .news:has(.news__subtitle) .news__title {
        margin-bottom: 20px;
    }
}

.news__subtitle {
    font-size: var(--fs24);
    font-weight: 700;
    letter-spacing: 0.16em;
    line-height: 1.2;
    margin: 0 0 30px;
    padding: 0 0 16px;
    position: relative;
    text-align: center;
}

@media (min-width: 768px) {
    .news__subtitle {
        border-left: 13px solid var(--color-theme);
        font-size: var(--fs28);
        margin: 0 0 30px;
        padding: 0 0 0 16px;
        text-align: left;
    }
}

.news__subtitle:after {
    background-color: #85e5f6;
    bottom: 0;
    content: "";
    display: block;
    height: 6px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 26px;
}

@media (min-width: 768px) {
    .news__subtitle:after {
        display: none;
    }
}

.news__main {
    background-color: #ffffff;
    margin: 0 -20px;
    padding: 0 30px 40px;
}

@media (min-width: 768px) {
    .news__main {
        margin: 0;
        padding: 40px 30px 60px;
    }
}

@media (min-width: 992px) {
    .news__main {
        padding: 40px 45px 60px;
    }
}

.news__main__list {
    margin: 0 0 40px;
}

@media (min-width: 768px) {
    .news__main__list {
        margin: 0 0 60px;
    }
}

.news__main__list__item {
    position: relative;
}

.news__main__list__item:after {
    background-image: url(../images/commons/com-dashed-line.svg);
    background-position: center;
    background-repeat: space;
    background-size: 16px 1px;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    width: auto;
}

.news__main__list__item__link {
    color: inherit;
    display: flex;
    flex-flow: row wrap;
    padding: 28px 24px 28px 0;
    position: relative;
    text-decoration: none;
}

@media (min-width: 768px) {
    .news__main__list__item__link {
        align-items: flex-start;
        flex-wrap: nowrap;
        padding: 32px 30px 32px 0;
    }
}

@media (min-width: 992px) {
    .news__main__list__item__link {
        padding: 32px 50px 32px 20px;
    }
}

.news__main__list__item__link:after {
    background-image: url(../images/icons/icon-lightblue-circle-arrow-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    height: 12px;
    margin: auto;
    position: absolute;
    right: -12px;
    top: 0;
    width: 12px;
}

@media (min-width: 768px) {
    .news__main__list__item__link:after {
        height: 18px;
        right: 0;
        width: 18px;
    }
}

@media (min-width: 992px) {
    .news__main__list__item__link:after {
        right: 20px;
    }
}

.news__main__list__item__link__date {
    display: block;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: var(--fs12);
    letter-spacing: 0.16em;
    line-height: 1.4;
    margin: 0 0 4px;
    order: 2;
    width: 100%;
}

@media (min-width: 768px) {
    .news__main__list__item__link__date {
        font-size: var(--fs16);
        margin: 0;
        order: 1;
        width: 140px;
    }
}

.news__main__list__item__link__icon {
    flex-grow: 0;
    flex-shrink: 0;
    margin: 0 0 8px;
    order: 1;
    width: 42px;
}

@media (min-width: 768px) {
    .news__main__list__item__link__icon {
        margin: 0;
        order: 2;
    }
}

@media (min-width: 992px) {
    .news__main__list__item__link__icon {
        width: 54px;
    }
}

.news__main__list__item__link__fig {
    flex-grow: 0;
    flex-shrink: 0;
    order: 3;
    padding: 0 12px 0 0;
    width: 80px;
}

@media (min-width: 768px) {
    .news__main__list__item__link__fig {
        padding: 0 12px 0 8px;
        transform: translateY(-2px);
    }
}

.news__main__list__item__link__fig:not(:has(img)) {
    display: none;
}

.news__main__list__item__link__fig img {
    width: 100%;
}

.news__main__list__item__link:has(.news__main__list__item__link__fig) .news__main__list__item__link__title {
    width: calc(100% - 80px);
}

.news__main__list__item__link__title {
    display: block;
    flex-grow: 1;
    flex-shrink: 1;
    font-size: var(--fs16);
    order: 4;
    position: relative;
    transition: color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: auto;
}

@media (min-width: 768px) {
    .news__main__list__item__link__title {
        flex-grow: 0;
        width: auto;
    }
}

.news__main__list__item__link__title:after {
    background-image: url(../images/commons/com-dotted-line.svg);
    background-position: center;
    background-repeat: space;
    background-size: 11px 6px;
    bottom: -8px;
    content: "";
    display: block;
    height: 6px;
    left: -2px;
    opacity: 0;
    position: absolute;
    right: -2px;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: auto;
}

.news__main__list__item__link:focus .news__main__list__item__link__title {
    color: #399fb7;
}

.news__main__list__item__link:focus .news__main__list__item__link__title:after {
    opacity: 1;
}

@media (hover: hover) and (pointer: fine) {
    .news__main__list__item__link:hover .news__main__list__item__link__title {
        color: #399fb7;
    }

    .news__main__list__item__link:hover .news__main__list__item__link__title:after {
        opacity: 1;
    }
}