.main .newsPageBox {
    padding: 100px 0
}

@media (min-width: 1024px) {
    .main .newsPageBox {
        padding:100px 0 110px
    }
}

.main .newsPageBox .newsInner {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto
}

@media (min-width: 1024px) {
    .main .newsPageBox .newsInner {
        padding:0
    }
}

.main .newsPageBox .newsInner .newsPage {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 20px
}

@media (min-width: 1024px) {
    .main .newsPageBox .newsInner .newsPage {
        flex-direction:row;
        justify-content: space-between
    }
}

.main .newsPageBox .newsInner .newsPage .mainBlock {
    width: 100%;
    margin: 0 auto
}

@media (min-width: 1024px) {
    .main .newsPageBox .newsInner .newsPage .mainBlock {
        width:76.3636363636%;
        margin: 0
    }
}

.main .newsPageBox .newsInner .newsPage .mainBlock section {
    display: flex;
    flex-wrap: wrap;
    column-gap: 3.5714285714%;
    row-gap: 45px
}

.main .newsPageBox .newsInner .newsPage .rightBlock {
    width: 100%;
    margin-top: 40px
}

@media (min-width: 768px) {
    .main .newsPageBox .newsInner .newsPage .rightBlock {
        margin-top:70px
    }
}

@media (min-width: 1024px) {
    .main .newsPageBox .newsInner .newsPage .rightBlock {
        margin-top:0;
        width: 200px;
        min-width: 200px
    }
}

.main .newsPageBox .newsInner .newsPage .rightBlock .categoryBox,.main .newsPageBox .newsInner .newsPage .rightBlock .archiveBox {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
    width: 100%;
    height: 57px;
    letter-spacing: .08em;
    font: normal 500 16px/29px 'BIZ UDPMincho', "Noto Serif JP", serif;
    color: #454545;
    background: #9DC0D4;
    border-radius: 4px
}

@media (min-width: 768px) {
    .main .newsPageBox .newsInner .newsPage .rightBlock .categoryBox,.main .newsPageBox .newsInner .newsPage .rightBlock .archiveBox {
        margin:0 auto 14px
    }
}

@media (min-width: 768px) {
    .main .newsPageBox .newsInner .newsPage .rightBlock .archiveBox {
        margin-top:70px
    }
}

.main .newsPageBox .newsInner .newsPage .rightBlock .webgene-item.mt-2 a {
    display: block;
    width: 100%;
    transition: all .4s ease-in-out
}

.main .newsPageBox .newsInner .newsPage .rightBlock .webgene-item.mt-2 a:hover {
    background-color: rgba(87,128,153,0.3)
}

.main .newsPageBox .newsInner .newsPage .rightBlock .webgene-item.mt-2 a .arcTxt,.main .newsPageBox .newsInner .newsPage .rightBlock .webgene-item.mt-2 a .catTxt {
    letter-spacing: 0.08em;
    font: normal 500 16px/29px 'BIZ UDPMincho', "Noto Serif JP", serif;
    color: #333;
    margin-bottom: 6px !important;
    padding-left: 10px !important;
    transition: all .4s ease-in-out
}

.main .news.cf {
    width: 100%;
    transition: all .4s ease-in-out;
    display: flex;
    flex-direction: column
}

@media (min-width: 1024px) {
    .main .news.cf {
        width:260px;
        min-width: 260px
    }
}

.main .news.cf:hover {
    transform: translateY(-5px)
}

.main .news.cf .newsTopLink {
    display: block;
    padding: 5px 10px;
    width: fit-content;
    background: #B9000E;
    margin-bottom: 10px
}

.main .news.cf .newsTopLink .newsTag {
    text-align: center;
    letter-spacing: .08em;
    font: normal 500 13px/19px 'BIZ UDPMincho', "Noto Serif JP", serif;
    color: #FFF;
    white-space: nowrap
}

.main .news.cf .newsImgBox {
    width: 100%;
    overflow: hidden;
    border-radius: 6px
}

.main .news.cf .newsImgBox .webgene-item-main-image {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: auto;
    border-radius: 6px
}

@media (min-width: 1024px) {
    .main .news.cf .newsImgBox .webgene-item-main-image {
        height:180px
    }
}

.main .news.cf .newsContentsLink {
    flex: 1;
    position: relative;
    width: 100%;
    padding: 15px 0px 0;
    display: flex;
    flex-direction: column;
    row-gap: 7px;
    align-items: start;
    background-color: transparent
}

.main .news.cf .newsContentsLink .newsDate {
    letter-spacing: .08em;
    font: normal 400 16px/23px 'BIZ UDPMincho', "Noto Serif JP", serif;
    color: #333
}

.main .news.cf .newsContentsLink .newsTit {
    letter-spacing: .08em;
    font: normal 500 16px/23px 'BIZ UDPMincho', "Noto Serif JP", serif;
    color: #333
}

.main .webgene-pagination {
    width: 100%
}

.main .webgene-pagination ul {
    display: flex;
    list-style: none;
    margin-top: 25px;
    flex-wrap: wrap
}

.main .webgene-pagination ul .selected {
    background-color: #9DC0D4;
    border: 0
}

.main .webgene-pagination ul .selected a {
    color: #454545
}

.main .webgene-pagination .next a,.main .webgene-pagination .prev a {
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: 0 5px;
    display: none
}

.main .newsPageBox .number {
    margin-right: 12px;
    background: transparent;
    border: 1px solid #9DC0D4;
    transition: all .4s ease-in-out
}

.main .newsPageBox .number:last-child {
    margin-right: 0
}

.main .newsPageBox .number:hover {
    background: #9DC0D4
}

.main .newsPageBox .number:hover a {
    color: #454545
}

.main .newsPageBox .number a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-style: normal;
    letter-spacing: 0.08em;
    font-family: 'BIZ UDPMincho', "Noto Serif JP", serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
    color: #454545;
    transition: all .4s ease-in-out
}

/*# sourceMappingURL=news.css.map */
