.topics {
    padding: 100px 0 200px
}

.topics__title {
    width: 100%;
    text-align: center;
}

.topics h2,
.topics h3,
.topics h4 {
    margin-top: 40px;
}
.topics .news__ttl {
    border-bottom: solid 2px #9E9E9E;
    position: relative;
    margin: 40px 0 20px;
    font-size: 2rem;
    padding: 0 0 10px 10px;
}
.topics .news__ttl:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 4px #002958;
    left: 0;
    bottom: -3px;
    width: 15%;
}

.topics .common_btn {
    height: 75px;
    line-height: 75px;
    margin: 80px auto 0;
}


.topics__list {
    list-style: none;
    padding: 0;
    margin: 40px 0 0
}

.topics__item {
    display: flex;
    align-items: center;
    gap: 20px 40px;
    border-bottom: 1px solid #002958;
    padding: 20px
}

.topics__item:first-child {
    border-top: 1px solid #002958
}

.topics__link {
    display: flex;
    width: 100%;
    gap: 20px;
    text-decoration: none;
    color: inherit;
    align-items: center
}

.topics__image {
    flex-shrink: 0;
    width: 200px;
    height: auto;
}

.topics__image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.topics__content {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.topics__meta {
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    gap: 10px 30px
}

.topics__category {
    display: inline-block;
    background-color: #fff;
    text-align: center;
    width: fit-content;
    height: 30px;
    line-height: 30px;
    padding: 0 30px;
}

.topics__text {
    margin-top: 10px !important;
    font-size: 1.4rem;
    font-weight: 500;
}

.topics__listbtn {
    margin-top: 20px;
    text-align: right
}

.topics-detail {
    padding: 20px 0
}

.topics-detail__meta {
    font-size: 14px;
    color: #002958;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px
}

.topics-detail__category {
    display: inline-block;
    background-color: #fff;
    text-align: center;
    width: fit-content;
    height: 30px;
    line-height: 30px;
    padding: 0 50px;
}

.topics-detail__title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 15px
}

.topics-detail__body {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 20px
}

.topics-detail__back {
    text-align: center;
    margin-top: 20px
}

.hidden-news {
    display: none
}

#load-more-news .common_btn--wrapper a p {
    margin-bottom: 0px;
    font-size: 1.8rem;
}
.sfsibeforpstwpr {
    margin: 0 0 0 auto;
}
.sf_fb {
    margin-right: 10px;
}

.section-topicslist p {
    margin-bottom: 2em;
}
.section-topicslist a:not(.common_btn, .topics__link) {
    display: inline;
    text-decoration: underline;
    color: #002958
}
.topics .section-topicslist .common_btn {
    margin: 1.2em auto 2.5em;
}

.topics_btn {
    background-color: #002958;
    border-color: #002958;
    border-radius: 50px;
}
.topics_btn:hover {
    background-color: #fff;
    border-color: #002958;
    color: #002958;
}

@media screen and (max-width:560px) {
    .topics {
        padding: 80px 0
    }
    .topics h2,
    .topics h3,
    .topics h4 {
        margin-top: 20px;
    }
    .topics .news__ttl {
        margin: 20px 0 20px;
    }
    .topics .common_btn {
        height: 50px;
        line-height: 50px;
        margin: 20px auto 0;
    }


    .topics__meta {
        gap: 10px
    }

    .topics__item {
        gap: 10px 20px;
        padding: 20px 10px
    }
    .topics__image {
        width: 120px
    }

    .topics__image img {
        max-width: 120px;
        height: 120px;
    }

    #load-more-news .common_btn--wrapper a p {
        font-size: 1.4rem;
    }    

    .topics__category,
    .topics-detail__category {
        height: 20px;
        line-height: 20px;
        padding: 0 20px;
    }
}