@charset "utf-8";

.p-fv .breadlist {
    margin: 0 0 40px;
}

.p-fv .main-title {
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-size: clamp(1.5rem, 1.257rem + 1.04vw, 2.5rem);
    text-align: center;
    color: #000;
}

.news-list .inner {
    margin: 0 14%;
    padding: 120px 0 173px;
}

.news-cate {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 17px 35px;
    margin-bottom: 64px;
}

.news-cate .webgene-blog {
    display: flex;
    align-items: center;
    gap: 17px 35px;
    flex-wrap: wrap;
}

.news-cate a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 40px;
    background-color: transparent;
    position: relative;
    border-radius: 17px;
    background: #fff;
    border: 1px solid #b4b4b4;
    transition: .4s ease;
    color: #000;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-size: clamp(1.188rem, 1.096rem + 0.39vw, 1.563rem);
}

.news-cate a p {
    color: #000;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-size: clamp(1.188rem, 1.096rem + 0.39vw, 1.563rem);
}

.news-cate a:hover {
    opacity: 50%;
}

.news-main .webgene-blog {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: flex-start;
}

.news-main .newsItem {
    width: 100%;
}

.news-main .newsItem a {
    transition: .4s ease;
}

.news-main .newsItem a:hover {
    opacity: 50%;
}

.news-main .newsTextWrap {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: flex-start;
    padding-bottom: 40px;
    border-bottom: 1px solid #707070;
}

.news-main .newsTextWrap .column {
    display: flex;
    gap: 16px;
    align-items: center;
}

.newsItemCate {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 25px;
    background-color: transparent;
    color: #000;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
    position: relative;
    border-radius: 50px;
    background: #fff;
    border: 1px solid #b4b4b4;
}

.news-main .newsItemText {
    display: flex;
    flex-direction: column;
    gap: 19px;
    align-items: flex-start;
    width: 100%;
}

.news-main .newsItemTit {
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-size: clamp(1rem, 0.97rem + 0.13vw, 1.125rem);
    color: #000;
}

.news-main .newsItemContent {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
    text-align: left;
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.newsItemTime {
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-size: clamp(0.875rem, 0.814rem + 0.26vw, 1.125rem);
    color: #000;
}

.news-main .newscontents {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.news-detail .inner {
    padding: 80px 0 120px;
    margin: 0 14%;
}

.newsDetailTit {
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-size: clamp(1rem, 0.97rem + 0.13vw, 1.125rem);
    line-height: 32px;
    color: #000;
}

.news-detail .newsItemText {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
    margin-bottom: 40px;
}

.news-detail .newsItemText .column {
    display: flex;
    gap: 18px;
    align-items: center;
}


.news-detail .newsDetailTxt {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
    line-height: 24px;
    text-align: left;
    color: #000;
    padding-bottom: 40px;
    border-bottom: 1px solid #707070;
    margin-bottom: 45px;
}

.news-detail .page-navi {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news-detail .page-navi .backlink {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-size: clamp(0.938rem, 0.862rem + 0.32vw, 1.25rem);
    color: #403c3c;
    border: 1px solid #403c3c;
    border-radius: 34.5px;
    padding: 20px 60px;
    transition: .4s ease;
}

.news-detail .page-navi .backlink:hover {
    opacity: 50%;
}

/*====================
Pagination
====================*/
.webgene-pagination {
    width: 100%;
    grid-column: 1 / 3;
}

.webgene-pagination>ul {
    display: flex;
    gap: 1em;
    padding: 0;
    justify-content: center;
}

.webgene-pagination>ul>li {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    background-color: transparent;
    list-style: none;
}

.webgene-pagination>ul>li.selected,
.webgene-pagination>ul>li:hover {
    background: #000000;
    color: #FFF;
}

.webgene-pagination>ul>li a {
    position: relative;
    color: #c3c3c3;
}

.webgene-pagination>ul>li.selected a,
.webgene-pagination>ul>li:hover a {
    position: relative;
    background: #000000;
    color: #FFF;
}

.webgene-item-prevPageLink, .webgene-item-nextPageLink {
    display: flex;
    gap: 21px;
    font-size: clamp(0.75rem, 0.689rem + 0.26vw, 1rem);
    align-items: center;
    transition: .4s ease;
}

.webgene-item-prevPageLink:hover, .webgene-item-nextPageLink:hover {
    opacity: 50%;
}

.webgene-item-prevPageLink a, .webgene-item-nextPageLink a {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-size: clamp(0.75rem, 0.689rem + 0.26vw, 1rem);
    color: #000;
}

@media screen and (max-width: 1024px) {
    .news-list .inner, .news-detail .inner {
        margin: 0 5%;
    }


}

@media screen and (max-width: 768px) {
    .p-fv .breadlist {
        margin: 0 5% 40px;
    }

    .news-cate {
        gap: 16px;
    }

    .news-cate a {
        padding: 8px 32px;
    }

    .news-detail .page-navi .backlink {
        padding: 16px 50px;
    }

    .webgene-item-prevPageLink, .webgene-item-nextPageLink {
        gap: 9px;
    }

    .webgene-item-prevPageLink img, .webgene-item-nextPageLink img {
        width: 9px;
        height: auto;
    }
}