.entry-list-section h2 {
    margin-bottom: 40px;
}

.entry-list {
    margin-bottom: 24px;
    border-top: 1px solid #E5EAEC;
}

.entry-item {
    align-items: center;
    color: inherit;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #E5EAEC;
    padding-top: 24px;
    padding-bottom: 24px;
    text-decoration: none !important;!i;!;
    transition: .3s;
    line-height: 1.2;
}

.entry-item:hover {
    color: inherit
}

.entry-item:last-child {
    margin-bottom: 0
}

.entry-item>.entry-category,.entry-item>.entry-date {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    width: auto
}

.entry-item>.entry-category {
    padding-left: 20px;
    padding-right: 20px;
}

.entry-item>.entry-category span {
    border: 1px solid #e5eaec;
    display: inline-block;
    padding: 2px 32px;
    background-color: #E5EAEC;
    line-height: 1.2;
}

.entry-item>.entry-title {
    margin-top: 10px;
    font-size: 16px;
    transition: .3s;
    width: 100%;
}

.entry-item:hover .entry-title {
    text-decoration: underline
}

.entry-btn {
    text-align: center;
}

.entry-btn .btn {
    text-decoration: none;
}

.entry-btn .btn:hover:before {
    background: #e5eaec;
    border-color: #e5eaec
}

.entry-btn .btn:hover span:after {
    background-image: url(https://48385301.fs1.hubspotusercontent-na1.net/hubfs/48385301/tohoku2024/images/ico-arrow-r2.svg)
}

.entry-btn .btn:hover span {
    color: #236bc0
}

.entry-btn .btn:hover span:before {
    background: #fff
}

.entry-btn .btn:before {
    background: #e5eaec;
    border-color: #e5eaec
}

.entry-btn .btn span:after {
    background-image: url(https://48385301.fs1.hubspotusercontent-na1.net/hubfs/48385301/tohoku2024/images/ico-arrow-r2.svg)
}

.entry-btn .btn span {
    padding: 16px 70px 16px 30px;
    color: #236bc0
}

.entry-btn .btn:hover span {
    color: #fff;
}

.entry-btn .btn span:before {
    background: #fff
}

.entry-btn .btn:hover:before {
    background: #236bc0;
    border: 1px solid #236bc0;
    border-radius: 42px;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: .5s;
    width: 100%
}

.entry-btn .btn:hover span:after {
    background-image: url(https://48385301.fs1.hubspotusercontent-na1.net/hubfs/48385301/tohoku2024/images/ico-arrow-r.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 10px;
    right: 22px;
    width: 16px
}

.entry-btn .btn :hover span {
    color: #fff
}

.entry-btn .btn:hover span:before {
    background: linear-gradient(#86b0e2,#236bc0);
    border-radius: 20px;
    height: 40px;
    right: 10px;
    width: 40px
}

@media (max-width: 999px) {
    .entry-list-section h2 {
        margin-bottom: 30px;
    }
}

@media (max-width: 499px) {
    .entry-item>.entry-title {
        flex: 0 0 100%;
        max-width: 100%
    }
}
