:root{
    --primary-color: #C6171E;
    --last-news-post: 195px;
    --last-news-post-h: 115px;
    --color_footer_bg: #c6171E;
    --color_footer_text: white;
}


html,
body {
    max-width: 100vw;
    overflow-x: hidden;
}
.l-mainContent{
    max-width: 1200px !important;
}

.inner-section .section-title {
    padding: 0;
    margin-bottom: 60px;
    padding-bottom: 15px;
    position: relative;
    color: #2E2E2E;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    padding-top: 20px;
}

.inner-section .section-title::before {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    content: "";
    width: 60px;
    height: 8px;
    background: var(--primary-color);
}

.search-section {
    padding-bottom: 90px;
}

.tag-section-title {
    text-align: left;
    margin-bottom: 2rem;
    padding-bottom: 15px;
    position: relative;
    color: #2E2E2E;
    font-size: 30px;
    font-weight: bold;
}

.tag-section-title::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-image: linear-gradient(to right, #2e2e2e, #eee);
    content: "";
}

.popular-post-section{
    padding-bottom: 40px;
    margin-bottom: 60px;
    position: relative;
}
.popular-post-section::after{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 100vw;
    height: 94%;
    z-index: -1;
    content: "";
    background-color: #F8F6F6;;
}


.popular-post-list {
    display: flex;
    justify-content: space-between;
    padding: 0 24px;
    position: relative;
}

.kv-button-prev,
.kv-button-next {
    position: absolute;
    top: 46%;
    cursor: pointer;
}

.kv-button-prev {
    left: -50px;
}

.kv-button-next {
    right: -50px;
    transform: rotate(180deg);
}

.popular-post-list .post-item-image {
    width: 100%;
    height: 220px;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
}

.popular-post-list .post-item-image .category {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--primary-color);
    color: white;
    padding: 0 10px;
    font-size: 15px;
}

.search-section .tips {
    padding-left: 160px;
}


.popular-post-list .post-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.popular-post-list .post-item .read-more {
    font-size: 16px;
    padding-top: 10px;
    position: relative;
}

.popular-post-list .post-item .read-more::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to right, var(--primary-color), #eee);
}

.popular-post-list .post-item .post-item-content {
    padding: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: white;
    height: 200px;
    overflow: hidden;
}

.popular-post-list .post-item .post-item-content p {
    color: #999;
    font-size: 12px;
    margin-top: 10px;
}

.popular-post-list .post-item .post-item-content .post-date {
    font-size: 14px;
    color: #848586;
}

.popular-post-list .post-item .post-item-content .post-title {
    font-size: 16px;
    color: #010101;
}

.popular-post-list .post-item .post-item-content .tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-height: 40px;
    overflow: hidden;
    margin-top: 10px;
}

.popular-post-list .post-item .post-item-content .tag-list a {
    font-size: 12px;
    color: #848586;
    line-height: 1;
}

.catogeries-section {
    padding-top: 120px;
    padding-bottom: 90px;
}

.category-list-section{
    padding: 0 50px;
    margin-bottom: 100px;
}

.categories-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    row-gap: 15px;
    column-gap: 2rem;
}

.categories-list .category-item {
    background: white;
    color: #2E2E2E;
    border: 1px solid #2E2E2E;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-size: 16px;
    line-height: 20px;
    white-space: nowrap;
    padding: 0 14px;
}

.category-list-section h2{
    font-size: 25px;
    margin-bottom: 12px;
}

.tool-title {
    margin-bottom: 24px;
    position: relative;
}

.tool-title .arrow-icon {
    position: absolute;
    bottom: 5px;
    left: 80px;
    width: 116px;
}

.search-group {
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-group input {
    width: 70vw;
    max-width: 620px;
    padding-left: 30px;
    background-color: #fff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #949494;
}

.search-group .search-btn {
    background: var(--primary-color);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 174px;
    height: 36px;
    border: none;
    outline: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
}

.search-group .search-btn:hover {
    opacity: .7;
}


.category-title {
    padding: 40px 0 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.category-title-1 {
    padding-top: 0;
}

.category-title div {
    color: #2E2E2E;
    font-size: 20px;
    font-weight: bold;
}

.category-title a {
    font-size: 12px;
    color: #2E2E2E;
    font-weight: bold;
    display: flex;
    gap: 10px;
    align-items: center;
}

.last-news-list {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.last-news-list .post-item {
    background-color: white;
    border-radius: 10px;
    margin-bottom: 40px;
    width: var(--last-news-post);
    position: relative;
}

.last-news-list .post-item .post-link {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.post-link .read-more {
    position: absolute;
    top: 105%;
    left: 0;
    color: #2E2E2E;
    font-size: 16px;
}

.post-link .read-more::after {
    position: absolute;
    top: 100%;
    left: 0;
    content: "";
    width: 170px;
    height: 2px;
    background-image: linear-gradient(to right, var(--primary-color), #eee);
}

.last-news-list .post-item-image {
    width: var(--last-news-post);;
    height: var(--last-news-post-h);
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
}

.last-news-list .post-item-image .category {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--primary-color);
    color: white;
    padding: 0 10px;
    font-size: 15px;
    display: none;
}

.last-news-list .post-item-image img {
    width: var(--last-news-post);;
    height: var(--last-news-post-h);
    object-fit: cover;
}

.last-news-list .post-item-content {
    padding: 6px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.last-news-list .post-item-content .post-date {
    color: #848586;
    font-size: 14px;
    margin-bottom: 20px;
}

.last-news-list .post-item-content .post-title {
    font-size: 10px;
    color: #010101;
}

.last-news-list .post-item-content p {
    font-size: 14px;
    color: #666C70;
    margin-bottom: 2.8rem;
}

.last-news-list .post-item-content .tag-list {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.last-news-list .post-item-content .tag-list div {
    font-size: 14px;
    color: #848586;
    line-height: 1;
}

.tag-list-section{
    margin-top: 60px;
}
.tag-list-section .tag-title{
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 30px;
}

.tag-title::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to right, var(--primary-color), #eee);
}


#list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 30px;
    row-gap: 80px;
}

#list .a-wrap {
    padding: 0;
}

#list article {
    background-color: white;
    border-radius: 10px;
    width: 170px;
    position: relative;
    display: flex;
    flex-direction: column;
}

#list article .entry-card-content {
    margin-left: 0;
}

#list article .e-card-content {
    padding: 14px;
}

#list article .entry-card-title {
    font-size: 10px;
}

#list article .entry-card-snippet {
    font-size: 8px;
}

#list article .entry-date {
    font-size: 8px;
    color: #444;
    padding: 8px 0;
}

#list article .e-card-info .fa {
    display: none;
}

#list article .entry-card-thumb {
    width: 170px;
}

#list article figure img {
    width: 170px;
    min-width: 170px;
    height: 100px;
    object-fit: cover;
}

#list .entry-card-wrap .read-more {
    font-size: 10px;
}

#list .entry-card-wrap .read-more::after {

    width: 170px;
}





.tags-section {
    padding-top: 90px;
    padding-bottom: 50px;
}

.tags-list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    row-gap: 20px;
    padding: 0 20px;
}

.tags-list .tag-item {
    padding-left: 10px;
    font-size: 16px;
    color: #2E2E2E;
    border-left: 4px solid var(--primary-color);
    line-height: 16px;
}

.tags-list .tag-item:hover {
    opacity: .7;
}

.tags-list .tag-item img {
    width: 16px;
}

.fdt-logo {
    display: flex;
    justify-content: space-between;
    position: relative
}

.footer-bottom {
    margin-top: 0;
}


.toc {
    background-color: white;
    border-radius: 5px;
    padding: 40px 80px;
}

.last-news-list .post-link .read-more {
    font-size: 11px;
}

.more-article-btn {
    width: 145px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px auto 0 auto;
    color: white;
    background-color: var(--primary-color);
    font-size: 12px;
    line-height: 1;
}

.more-article-btn:hover {
    opacity: 0.7;
    color: white;
}




.header {
    width: 100%;
}

@media screen and (min-width: 1400px) {
    .header-container-in.hlt-top-menu {
        width: 100%;
    }
}


@media screen and (max-width: 1023px) {
    /*必要ならばここにコードを書く*/

    .popular-post-list .post-item {
        width: 100%;
    }

    .popular-post-list .post-item-image {
        width: 100%;
        height: 210px;
    }
}

/*834px以下*/
@media screen and (max-width: 834px) {

    /*必要ならばここにコードを書く*/
    main {
        padding: 30px 0 !important;
    }

    nav {
        display: none;
    }

    .entry-content {
        padding-top: 20px;
    }

    .top-menu {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 3;
        width: 100vw;
        padding: 1rem;
        align-items: center;
        transition: all .3s ease-in-out;
        background: rgba(255, 255, 255, 0);
    }

    .header-container {
        padding-top: 0 !important;
    }

    .top-menu-bg {
        background: rgba(255, 255, 255, 1);
    }

    .mobile-menu {
        display: block;
        padding: 10px;
        line-height: 1;
        text-align: right;
    }

    .search-section .tips {
        padding-left: 20px;
    }

    .menu-close-button {
        margin-top: 20px;
        text-align: right;
        padding-right: 20px;
    }

    .head-logo {
        padding: 0;
        width: 120px;
    }

    .popular-post-list {
        flex-direction: column;
        gap: 20px;
    }

    .inner-section .section-title {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .popular-post-list .post-item {
        width: 100%;
        border-radius: 5px;
    }

    .popular-post-list .post-item-image {
        width: 100%;
        height: 65vw;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .popular-post-list .post-item .post-item-content {
        padding: 0 20px 20px 20px;
    }

    .inner-sm {
        padding: 0 10px;
    }

    .search-section {
        padding-bottom: 40px;
    }

    .last-news-list {
        margin-top: 60px;
    }

    .search-group .search-btn {
        height: 34px;
    }

    .last-news-list .post-item {
        background-color: white;
        border-radius: 5px;
        margin-bottom: 30px;
        height: auto;
        width: 100%;
    }

    .last-news-list .post-item .post-link {
        flex-direction: column;
        position: relative;
    }

    .last-news-list .post-item-image img {
        width: 100%;
    }

    .last-news-list .post-item-image {
        width: 100%;
    }

    .last-news-list .post-item-content {
        padding: 10px;
    }


    .swiper {
        width: 100%;
    }

    .read-more {
        font-size: 12px;
    }

    .tags-list {

        grid-template-columns: repeat(3, 1fr);
        row-gap: 20px;
        padding: 0;
    }

    .tags-section {
        padding-top: 60px;
    }

    .tag-section-title {
        font-size: 18px;
    }

    .tags-list .tag-item {
        font-size: 12px;
    }

    .catogeries-section {
        padding-top: 60px;
        padding-bottom: 30px;
    }

    .categories-list {
        justify-content: flex-start;
        row-gap: 10px;
        column-gap: 10px;
    }

    .categories-list .category-item {
        width: auto;
        height: 40px;
        font-size: 14px;
        padding: 0 10px;
        line-height: 16px;
    }

}

/*480px以下*/
@media screen and (max-width: 480px) {
    /*必要ならばここにコードを書く*/


    .kv-button-prev,
    .kv-button-next {
        display: none;
    }
}



.entry-header h1 {
    padding: 0;
    margin-bottom: 24px;
    color: #666C70;
    display: flex;
    gap: 10px;
    align-items: center;
}

.sm-inner {
    padding: 50px 5% 60px 5%;
}

.back-btn {
    background-color: #666C70;
    color: white;
    margin: 40px auto;
    width: 260px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
}

.eye-catch img {
    height: 500px;
    object-fit: cover;
    border-radius: 10px;
}

.post-template-default .type-post h2 {
    color: #333;
    padding: 10px 0;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
}

.article h2 #toc1 {
    font-size: 30px !important;
}

.post-template-default .type-post h2::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 80px;
    height: 2px;
    background-color: var(--primary-color);
}


.post-template-default .type-post h3 {
    color: #333;
    font-size: 25px;
    padding: 0 10px;
    margin: 20px 0;
    border-left: 15px solid var(--primary-color);
    text-align: left;
}


.more-category-btn {
    cursor: pointer;
    display: block;
    color: #333;
    margin-top: 50px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    padding-right: 5px;
}

.more-category-btn:hover {
    color: #666C70;
}

.ect-entry-card a:hover {
    background-color: white;
    opacity: .7;
}

.entry-card-content {
    margin-left: 400px;
}

.category-tag-date {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cat-link,
.tag-link,
.date-tags {
    color: #848586;
}

.ect-entry-card a {

    background-color: white;
    padding: 0;
    border-radius: 10px;
    height: 260px;
}

.entry-card-thumb {
    margin-top: 0;
}

.card-thumb img {
    width: 380px;
    min-width: 380px;
    height: 260px;
}

.related-entry-card-thumb {
    width: 380px;
    height: 260px;
    margin: 0;
}

.related-list a {
    background-color: white;
    padding: 0;
    border-radius: 10px;
    height: 260px;
}

.related-list a:hover {
    background-color: white;
    opacity: .7;
}

.related-entry-card {
    height: 260px;
}

.related-entry-card-content {
    margin-left: 400px;
}

.related-list a .wp-post-image {
    width: 380px;
    min-width: 380px;
    height: 260px;
    overflow: hidden;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.e-card-content {
    padding: 20px;
}

.author-box {
    background: white;
    max-width: 440px;
    margin-left: auto;
}

.entry-card-date-new {
    font-size: 14px;
    color: #848586;
    margin-bottom: 20px;
}

.entry-card-snippet {
    line-height: 1.8;
}

.entry-card-tag-list {
    display: flex;
    gap: 4px;
    font-size: 12px;
    color: #848586;
    margin-top: 40px;
    flex-wrap: wrap;
}

.page-numbers {
    background-color: white;
    border-radius: 5px;
    color: #666C70;
}

.next,
.prev {
    background-color: transparents;
}

.current {
    background-color: #666C70 !important;
    color: white;
    border-radius: 5px;
}

.pagination-next,
.pagination-prev {
    display: none;
}

@media screen and (max-width: 834px) {

    .article {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .entry-card-thumb {
        width: 100%;
        border-radius: 10px;
    }

    .entry-card-thumb img {
        border-radius: 10px;
    }

    .entry-header h1 {
        margin-bottom: 24px;
        gap: 10px;
    }

    .sm-inner {
        padding: 30px 20px 50px 20px;
    }

    .back-btn {
        margin: 40px auto;
        width: 180px;
        height: 40px;
    }

    .eye-catch img {
        height: 220px;
        object-fit: cover;
        border-radius: 10px;
    }

    .article h2 {
        padding: 6px 14px;
        border-left: 5px solid #7C7C7C;
        border-radius: 5px;
    }

    .entry-card {
        display: flex;
        flex-direction: column;
    }

    .entry-card-content {
        margin-left: 20px;
    }

    .article h2 #toc1 {
        font-size: 20px !important;
    }

    .post-template-default .type-post h3 {
        font-size: 16px;
        border-width: 8px;
    }

    .ect-entry-card a {

        border-radius: 10px;
        height: auto;
    }

    .entry-card-thumb {
        margin-top: 0;
    }

    .card-thumb img {
        width: 100%;
        min-width: 100%;
        height: auto;
    }

    .related-entry-card {
        display: flex;
        flex-direction: column;
    }

    .related-entry-card-thumb {
        width: 100%;
        height: auto;
        margin: 0;
    }

    .related-list a {
        background-color: white;
        padding: 0;
        border-radius: 10px;
        height: auto;
    }

    .related-list a:hover {
        background-color: white;
        opacity: .7;
    }

    .related-entry-card {
        height: auto;
    }

    .related-entry-card-content {
        margin-left: 20px;
    }

    .related-list a .wp-post-image {
        width: 100%;
        min-width: 100%;
        height: auto;
        border-radius: 10px;
    }

    .e-card-content {
        padding: 0 20px 20px 20px;
    }

    .author-box {
        background: white;
        max-width: 440px;
        margin-left: auto;
    }


}




.content .main {
    max-width: 1200px;
    margin: 0 auto !important;
    padding-top: 10px;
}

.category-tag-date {
    display: none;
}

.footer-component {
    /*   background-color: #F8FAF9; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 120px;
    position: relative;
}

.footer-component::after {
    content: '';
    position: absolute;
    left: -50vw;
    top: 20px;
    width: 200vw;
    background-color: white;
    z-index: -1;
    height: 100%;
}

.single-post-thumbnail {
    width: 100%;
}

.single-post-thumbnail img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}

.cat-link,
.tag-link {
    background-color: white;
    border: 1px solid #999;
    border-radius: 5px;
    font-size: 12px;
    line-height: 1;
    padding: 4px 8px;
}

.cat-link {
    background-color: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
}

.entry-title {
    text-align: left !important;
    margin-top: 0 !important;
}

.cat-link span,
.tag-link span {
    display: none;
}

.entry-header {
    display: flex;
    margin-top: 50px;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.entry-header .single-post-date {
    font-size: 14px;
    color: #848586;
    gap: 16px;
}

.single-post-content {
    max-width: 960px;
    margin: 0 auto;
}

.toc {
    border-style: solid !important;
}

.toc-title {
    border-bottom: 1px solid #555;
}

.archive-title {
    display: none;
}

.ect-vertical-card {
    justify-content: center;
}

.ect-3-columns {
    column-gap: 60px;
    row-gap: 120px;
    margin-top: 120px;
}

.list .entry-card-wrap {
    width: 270px;
    border-radius: 10px;
    box-shadow: none !important;
    background-color: white;
}

.card-thumb img {
    width: 270px;
    min-width: 270px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.cat-label {
    bottom: 11px;
    top: auto !important;
    background-color: var(--primary-color) !important;
    opacity: 1 !important;
}

.ect-vertical-card .entry-card-wrap .entry-card-content {
    padding-left: 23px !important;
    padding-right: 23px !important;
    padding-bottom: 20px;
}

.list .entry-card-wrap .entry-card-content .entry-card-title {
    font-size: 16px !important;
    margin-bottom: 5px;
}

.ect-vertical-card .entry-card-wrap .entry-card-meta {
    color: #7A7A7A;
    margin-top: 16px;
}

.list .entry-card-wrap .entry-card-content .entry-card-snippet {
    color: #7A7A7A;
}

.ect-vertical-card .entry-card-wrap .entry-card-meta .fa {
    display: none;
}

.entry-card-wrap .read-more {
    font-size: 16px;
    padding-bottom: 10px;
    padding-top: 20px;
    position: absolute;
}

.entry-card-wrap .read-more::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 316px;
    height: 2px;
    background-image: linear-gradient(to right, #2E2E2E, #eee);
}

.page-numbers {
    border-radius: 100%;
}

.current {
    background-color: var(--primary-color) !important;
}

.pagination {
    margin-top: 50px;
}



.list {
    column-gap: 30px;
    row-gap: 80px;
}

.list article {
    width: 270px !important;
}

.list article .entry-card-thumb {
    width: 270px !important;
}

.list article figure img {
    width: 270px !important;
    min-width: 270px !important;
    height: 150px !important;
}

.list .entry-card-wrap {
    width: 270px !important;
}

.list .entry-card-wrap .read-more::after {

    width: 270px;
}

@media screen and (max-width: 834px) {

    .footer-component {
        margin-top: 30px;
    }

    .entry-header {
        margin-top: 20px;
    }

    .footer-component {
        padding-bottom: 80px;
    }

    .ect-vertical-card .entry-card-wrap .entry-card-content {
        padding-top: 20px;
    }

    .no-sp-snippet .entry-card-snippet {
        display: -webkit-box;
    }

    .ect-3-columns {
        row-gap: 90px;
        margin-top: 40px;
    }

    .pagination {
        margin-top: 20px;
    }
}

@media screen and (max-width: 720px) {

    .talk_wrap .turn_set .talk-right p,
    .talk_wrap .turn_set .talk-left p {
        font-size: 12px !important;
    }

    table td {
        font-size: 12px !important;
    }
}

.talk_wrap .turn_set .talk-right {
    right: 0 !important;
}

.talk-left p:last-child,
.talk-right p:last-child {
    border: none !important;
}


.news-list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 40px;
    column-gap: 30px;
}


.c-newsItem{
    width: 210px;
}

.c-newsItem__thumbnail{
    position: relative;
    width: 210px;
    height: 125px;
    overflow: hidden;
}

.c-newsItem__thumbnail .c-newsItem__category{
    position: absolute;
    font-size: 10px;
    background-color: var(--primary-color);
    bottom: 0;
    left: 0;
    color: white;
    padding: 4px 8px;
}

.c-newsItem__thumbnail img{
    object-fit: cover;
    height: 100%;
}

.c-newsItem__content{
    padding: 10px;
	min-height: 128px;
}

.c-newsItem__content .c-newsItem__title{
    font-size: 12px;
    color: #333;
}

.c-newsItem__excerpt{
    color: #888;
    font-size: 10px;
}

.c-newsItem__meta{
    font-size: 10px;
    color: #888;
    text-align: right;
}

.c-newsItem .read-more{
    padding: 0 0 3px 0;
    font-size: 12px;
    color: #333;
    position: relative;
}

.c-newsItem .read-more::after{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 210px;
    height: 2px;
    background-image: linear-gradient(to right, var(--primary-color), #eee);
}



#comments{
    display: none !important;
}

#main_content .p-toc{
    max-width: 455px;
    border-radius: 10px;
}

.post_content h2{
    text-align: center;
    position: relative;
    padding-bottom: 10px;
}

#after_article{
    display: none;
}

.p-pnLinks{
    display: none;
}

.post_content h2::before{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 84px;
    height: 3px;
    background-color: var(--primary-color);
}

.post-kv{
    position: relative;
    top: -100px;
}

.-body-solid .p-breadcrumb.-bg-on{
    background: none;
    box-shadow: none;
}
.p-breadcrumb__list{
    padding-left: 0;
}

.single-post #content{
    padding-top: 0 !important;
}


@media screen and (max-width: 720px) {
    .category-list-section{
        padding: 0;
    }

    .l-header[data-spfix="1"]{
        top: 0;
    }

    .post-kv{
        top: -60px;
    }
}

.p-postList.-type-card{
    justify-content: space-between;
    margin: 0;
    padding: 0 50px;
}

.p-postList__item{
    width: var(--last-news-post) !important;
}

.c-postThumb__cat{
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
}

.p-postList__title{
    font-size: 12px !important;
}

.p-postList__excerpt{
    font-size: 10px !important;
}


.top-news-kv{
    width: 100vw;

}

.top-news-kv img{
    width: 100%;
}


.turn_set{
    display: flex;
    gap: 20px;
}

.turn_set img{
    width: 100px;
    min-width: 100px;
    padding: 3px;
    height: 100px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.turn_set .balloon{
    max-width: 500px;
    background-color:#CEF4A8;
    padding: 10px;
    border-radius: 5px;
    height: fit-content;
    margin-top: 20px;
    position: relative;
}

.turn_set:has(.icon-left){
    justify-content: flex-start;
}

.turn_set .icon-right, 
.turn_set .icon-left{
    color: #666;
    font-size: 14px;
}

.turn_set:has(.icon-left) .balloon::after{
    content: "";
    position: absolute;
    left: -15px;
    top: 0;
    width: 0;
    height: 0;
    /* 三角形 */
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #DDDEDE transparent transparent transparent;
    
}

.turn_set:has(.icon-right){
    flex-direction: row-reverse;
    justify-content: flex-start;
}

.turn_set:has(.icon-left) .balloon{
    background-color: #DDDEDE;
}


.turn_set:has(.icon-right) .balloon::after{
    content: "";
    position: absolute;
    right: -15px;
    top: 0;
    width: 0;
    height: 0;
    /* 三角形 */
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #CEF4A8 transparent transparent transparent;
    
}
