<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#news-archives .section-body {
    width: 100%;
    max-width: 964px;
    margin: 0 auto 150px auto;
    padding: 0px;
    box-sizing: border-box;
}
#news-archives article {
    margin-bottom: 70px;
}
#news-archives .news-summary {
    width: 100%;
    margin: 0;
    padding: 50px 20px 20px 20px;
    background-color: #F4EEE1;
    box-sizing: border-box;
}
#news-archives .post-meta {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    padding: 0 20px;
}
#news-archives .post-meta li {
    list-style-type: none;
    font-size: 1.4rem;
    font-weight: 600;
    margin-right: 20px;
}
#news-archives .post-meta .post-cat span {
    padding: 7px 25px;
    display: block;
    background-color:#E7DDC5;
    border-radius: 3px;
}
#news-archives .post-title {
    font-size: 2.1rem;
    font-weight: 900;
    margin-bottom: 20px;
    padding: 0 20px;
}
#news-archives .news-summary .post-summary {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.785;
}
#news-archives .news-summary .post-summary p {
    margin-bottom: 1em;
}
#news-archives .news-eyecatch p {
    margin-bottom: 30px;
}
#news-archives .news-eyecatch .viewpdf a {
    display: block;
    margin: 0 auto;
    width: 200px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 40px;
    background-color: #8CB808;
    color: #FFF;
    text-align: center;
}
#news-archives .btn a {
    display: block;
    margin: 0 auto;
    padding: 10px;
    width: 200px;
    box-sizing: border-box;
    text-align: center;
}
#news-archives .btn .link-archives a {
    font-size: 1.8rem;
    font-weight: 400;
    border: 1px solid #8CB808;
    color: #8CB808;
}
#news-archives .btn .link-archives a:hover {
    font-size: 1.8rem;
    font-weight: 400;
    background-color: #8CB808;
    color: #FFF;
}

@media screen and (min-width:768px) {
    #news-archives .section-body {
        width: 100%;
        max-width: 964px;
        padding: 0px;
        box-sizing: border-box;
    }
    #news-archives article {
        margin-bottom: 70px;
    }
    #news-archives .post-meta {
        padding: 0px;
    }
    #news-archives .post-title {
        font-size: 2.4rem;
        padding: 0px;
    }
    #news-archives .news-summary {
        padding: 50px 65px 20px 65px;
        display: flex;
    }
    #news-archives .news-summary &gt; div {
        padding: 15px;
        width: 50%;
        box-sizing: border-box;
    }
    #news-archives .news-eyecatch .viewpdf {
        margin-bottom: 0;
    }
}

/* ----- Blog ------ */

.pub-date {
    font-size: 1.2rem;
    margin-top: 10px;
    margin-bottom: 0.25em;
    padding: 0px;
}
.pub-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: #2E2D66;
    margin-bottom: 0.5em;
    padding: 0px;
}
.pub-title a {
    color: #2E2D66;
}
.pub-summary {
    display: none;
}
.readmore {
    text-align: right;
    margin-top: 1em;
    padding: 0 10px;
}

.lnbtn {
    padding-top: 20px;
}
.lnbtn a {
    display: block;
    width: 272px;
    height: 48px;
    box-sizing: border-box;
    background-color: #2E2D66;
    border-radius: 24px;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    line-height: 48px;
    color: #FFF;
    margin: 0 auto;
}

@media screen and (min-width:480px) {
    #news-article .section-body .container {
        width: 100%;
        max-width: 1140px;
        margin: 0 auto 100px auto;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    #news-article .section-body .container article {
        width: 360px;
        margin: 10px 10px 30px 10px;
        list-style-type: none;
    }
    .pub-date {
        font-size: 1.6rem;
        margin-top: 20px;
        margin-bottom: 0.25em;
        padding: 0 10px;
    }
    .pub-title {
        font-size: 2.1rem;
        font-weight: 600;
        color: #2E2D66;
        margin-bottom: 0.5em;
        padding: 0 10px;
    }
    .pub-summary {
        display: block;
        font-size: 1.4rem;
        padding: 0 10px;
    }
}

@media screen and (min-width:768px) {
    #news-article .section-body .container {
        width: 100%;
        max-width: 1140px;
        margin: 0 auto 100px auto;
        display: flex;
        justify-content: center;
        flex-wrap: nowrap;
    }    
}

.pg-nav {
    overflow: hidden;
    padding-top: 20px;
    margin-bottom: 50px;
}
.pg-nav .wp-pagenavi {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
}
.pg-nav .wp-pagenavi span, .pg-nav .wp-pagenavi a {
    margin: 0 6px;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    border: none;
    border: 1px solid #2E2D66;
    color: #2E2D66;
    text-align: center;
    font-weight: 600;
}
.pg-nav .wp-pagenavi a:hover {
    background-color: #2E2D66;
    color: #FFFFFF;
}

@media screen and (min-width:480px) {
    
}

@media screen and (min-width:768px) {
  
}

@media screen and (min-width:1024px) {

}

@media screen and (min-width:1140px) {

}


.post-nav {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto 50px auto;
    padding: 0 15px;
    box-sizing: border-box;
} 
.post-nav ul {
    display: flex;
    justify-content:space-between;
    align-items: center;
    flex-direction: column;
}
.post-nav li {
    list-style-type: none;
    font-size: 1.6rem;
    font-weight: 500;
}
.post-nav .lnbtn {
    order: 2;
}
aside {
    width: 100%;
    background-color: rgba(244,238,225,0.5);
} 
.archive-menu {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto 0 auto;
    padding: 50px 15px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
}
.widget_block {
    margin: 0 20px 20px 20px;
}
.archive-menu h4 {
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 0px;
    margin-right: 15px;
}
.widget_archive label, .widget_categories label  {
    display: none;
}

@media screen and (min-width:480px) {

    .archive-menu {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .widget_block {
        margin: 0 20px;
    }
}

@media screen and (min-width:768px) {

    .post-nav ul {
        display: flex;
        justify-content:space-between;
        align-items: center;
        flex-direction: row;
    }
    .post-nav li {
        list-style-type: none;
        font-size: 1.6rem;
        font-weight: 500;
        width: 33.33%;
    }
    .post-nav .lnbtn {
        padding-top: 0;
        order: 0;
    }
    aside .container {
        flex-direction: row;
    }
    .widget_block {
        display: flex;
        align-items: center;
    }
}

@media screen and (min-width:1140px) {
   
}


.post-body h1 {
    font-size: 24px;
    line-height: 1.285;
    font-weight: 700;
    margin-bottom: 1em;
}
.post-body h2 {
    font-size: 24px;
    line-height: 1.285;
    font-weight: 700;
    margin-bottom: 1em;
    margin-top: 1.5em;
    padding: 0.2em 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.post-body h3 {
    font-size: 21px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 1em;
    margin-top: 1em;
    padding-bottom: 0.15em;
    color: #2E2D66;
    border-bottom: 1px solid #2E2D66;
}
.post-body h4 {
    font-size: 21px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 1em;
    margin-top: 1em;
    color: #2E2D66;
}
.post-body h5 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 1em;
    margin-top: 1em;
    color: #2E2D66;
}
.post-body h6 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 1em;
    margin-top: 1em;
}
.post-body p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 1em;
    margin-top: 1em;
}
.post-body ul, .post-body ol {
    margin-left:1.5em;
    margin-bottom: 1em;
    margin-top: 1em;
}
.post-body ul li, .post-body ol li {
    margin-bottom: 0.25em;
}
.post-body .wp-block-image figcaption {
    font-size: 12px;
}
.post-body .wp-block-table table {
    margin-bottom: 1em;
    margin-top: 1em;
}
.post-bodyy .wp-block-table th, .post-body .wp-block-table td {
    padding: 0.5em 0.5em;
    font-size: 14px;
    border: 1px solid #999;
}

@media screen and (min-width:480px) {

}

@media screen and (min-width:768px) {
    .post-body h1 {
        font-size: 32px;
        line-height: 1.285;
        font-weight: 700;
        margin-bottom: 1em;
    }
    .post-body h2 {
        font-size: 27px;
        line-height: 1.285;
        font-weight: 700;
        margin-bottom: 1em;
        margin-top: 1.5em;
        padding: 0.2em 0;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
    }
    .post-body h3 {
        font-size: 24px;
        line-height: 1.5;
        font-weight: 700;
        margin-bottom: 1em;
        margin-top: 1em;
        padding-bottom: 0.15em;
        color: #2E2D66;
        border-bottom: 1px solid #2E2D66;
    }
    .post-body h4 {
        font-size: 24px;
        line-height: 1.5;
        font-weight: 700;
        margin-bottom: 1em;
        margin-top: 1em;
        color: #2E2D66;
    }
    .post-body h5 {
        font-size: 18px;
        line-height: 1.5;
        font-weight: 500;
        margin-bottom: 1em;
        margin-top: 1em;
        color: #2E2D66;
    }
    .post-body h6 {
        font-size: 18px;
        line-height: 1.5;
        font-weight: 700;
        margin-bottom: 1em;
        margin-top: 1em;
    }
    .post-body p {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 1em;
        margin-top: 1em;
    }
    .post-body ul, .post-body ol {
        margin-left:1.5em;
        margin-bottom: 1em;
        margin-top: 1em;
    }
    .post-body ul li, .post-body ol li {
        margin-bottom: 0.25em;
    }
    .post-body .wp-block-image figcaption {
        font-size: 12px;
    }
    .post-body .wp-block-table table {
        margin-bottom: 1em;
        margin-top: 1em;
    }
    .post-body .wp-block-table th, .post-body .wp-block-table td {
        padding: 0.5em 0.5em;
        font-size: 14px;
        border: 1px solid #999;
    }
}</pre></body></html>