.main .newsDetailPageBox {
    width: 100%;
    padding: 100px 0
}

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

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

.main .newsInner .newsPage {
    display: flex;
    flex-direction: column;
    width: 100%;
    row-gap: 20px
}

@media (min-width: 1024px) {
    .main .newsInner .newsPage {
        flex-direction:row;
        column-gap: 6.9090909091%
    }
}

.main .newsInner .newsPage .mainBlock {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 32px 0 70px;
    border: 1px solid #333;
    max-width: 824px;
    border-radius: 6px
}

.main .newsInner .newsPage .mainBlock section {
    width: 90%
}

@media (min-width: 1024px) {
    .main .newsInner .newsPage .mainBlock section {
        width:84.9514563107%
    }
}

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

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

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

.main .newsInner .newsPage .rightBlock .categoryBox,.main .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 .newsInner .newsPage .rightBlock .categoryBox,.main .newsInner .newsPage .rightBlock .archiveBox {
        margin:0 auto 14px
    }
}

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

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

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

.main .newsInner .newsPage .rightBlock .webgene-item.mt-2 a .arcTxt,.main .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 .l-img {
    width: 100%
}

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

@media (min-width: 1024px) {
    .main .l-img .webgene-item-main-image {
        aspect-ratio:1.6666666667
    }
}

.main .l-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    row-gap: 10px;
    flex-wrap: wrap
}

.main .newsDate {
    font: normal 500 18px/29px 'BIZ UDPMincho', "Noto Serif JP", serif;
    color: #333;
    white-space: nowrap
}

.main .newsTag {
    letter-spacing: .1em;
    font: normal 500 16px/23px 'BIZ UDPMincho', "Noto Serif JP", serif;
    color: #454545;
    text-align: center;
    padding: 4px 20px;
    background: #9DC0D4;
    border-radius: 2px
}

.main h2.newsTit {
    font: normal 700 24px/29px 'BIZ UDPMincho', "Noto Serif JP", serif;
    color: #333;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 33px;
    padding-bottom: 22px
}

.main .newsText p {
    margin-top: 33px;
    text-align: left;
    letter-spacing: .08em;
    font: normal normal 16px/29px 'BIZ UDPMincho', "Noto Serif JP", serif;
    color: #333
}

.main .newsDetailBtnBox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 70px auto 0
}

@media (min-width: 1024px) {
    .main .newsDetailBtnBox {
        margin:0 auto;
        padding: 70px 28% 0 0
    }
}

.main .newsDetailBtnBox .newsDetailBtnBoxLink {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    cursor: pointer;
    padding: 0;
    transition: all .4s ease-in-out;
    width: 240px;
    height: 48px;
    background: #fff;
    border: 1px solid #9DC0D4;
    border-radius: 100px;
    color:#9DC0D4;
}

.main .newsDetailBtnBox .newsDetailBtnBoxLink:hover {
    background: #9DC0D4;
}

.main .newsDetailBtnBox .newsDetailBtnBoxLink:hover .newsDetailBtnBoxText {
    color: #454545;
}

.main .newsDetailBtnBox .newsDetailBtnBoxLink .newsDetailBtnBoxText {
    text-align: center;
    letter-spacing: 0.08em;
    font: normal 500 15px/22px 'BIZ UDPMincho', "Noto Serif JP", serif;
    color: #9DC0D4;
}

.main .btn__box.blogD {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 60px 0 0 0
}

.main .pdfBox {
    display: block;
    width: fit-content;
    margin-top: 15px;
    padding: 10px 20px;
    background-color: #9DC0D4;
    transition: all .4s ease-in-out;
    border: 1px solid #9DC0D4;
    border-radius: 100px
}

.main .pdfBox:hover {
    background-color: #FFF
}

.main .pdfBox:hover .pdfText {
    color: #9DC0D4
}

.main .pdfBox .pdfText {
    font: normal 700 15px/22px 'BIZ UDPMincho', "Noto Serif JP", serif;
    color: #454545;
    transition: all .4s ease-in-out
}

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