﻿h1.h2 {
    color: #0f347d;
    font-size: 1.583em;
    font-weight: 700;
    line-height: 1.184em;
    margin-bottom: .5em;
    text-align: center;
}

.article-list {
    width: auto;
}

.article-list .item {
    margin-bottom: 4rem;
}

.article-list .item .preview-image {
    border-radius: 0.5rem;
    height: calc((100vw - 30px) * .54);
    width: 100%;
}

    .article-list .item .preview-image img {
        border-radius: 0.5rem;
        height: 100%;
        object-fit: cover;
        width: 100%;
    }

.article-list .item h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
}

.article-list .item h4 {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 1rem;
}

.article-list .item a {
    color: #4c4c4c;
}

    .article-list .item a:not(.news-type):hover {
        color: #4c4c4c;
        text-decoration: underline;
    }

.excerpt {
    font-size: 14px;
    line-height: 22px;
}

.input-wrapper {
    align-items: center;
    background: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    border-color: #d2d2d2;
    display: flex;
    font-size: 16px;
    height: 56px;
    justify-content: flex-start;
    padding: 4px 56px 4px 56px;
    position: relative;
    z-index: 1;
}

.input-wrapper input {
    background: unset;
    border: none;
    box-shadow: none;
    font-size: 16px;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
}

.input-wrapper input:focus {
    box-shadow: none;
    outline: none;
}

.btn-bg {
    background: transparent;
    border: none;
    border-radius: 4px;
    box-shadow: none;
    height: 54px;
    position: absolute;
    top: 0;
    width: 56px;
    z-index: 2;
}

    .btn-bg:hover {
        background: #f5f5f5;
    }

    .btn-submit {
        left: 0;
    }

    .btn-clear {
        right: 0;
    }

.btn-icon {

}

.search-onpage-anchor {
    height: 0;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: -9.874vw;
    visibility: hidden;
    width: 100%;
    z-index: 99999;
}

@media only screen and (min-width: 769px) {
    h1.h2 {
        font-size: 2.272em;
        line-height: 1.25em;
    }

    .article-list .item {
        width: 50%;
    }

    .article-list .item .preview-image {
        height: calc((720px / 2) * .54);
        width: 100%;
    }
}

@media only screen and (min-width:992px) {
    h1.h2 {
        font-size: 2.272em;
        line-height: 1.25em;
    }

    .article-list .item {
        width: 33.333%;
    }

    .article-list .item .preview-image {
        height: calc((910px / 3) * .54);
        width: 100%;
    }

    .article-list .item .preview-image img {
        height: 100%;
        object-fit: cover;
        width: 100%;
    }
}

@media only screen and (min-width:1200px) {
    h1.h2 {
        font-size: 2.272em;
        line-height: 1.25em;
    }

    .article-list .item .preview-image {
        height: calc((1140px / 3) * .54);
        width: 100%;
    }

    .article-list .item .preview-image img {
        height: 100%;
        object-fit: cover;
        width: 100%;
    }
}