@charset "utf-8";
/* CSS Document */

/*
* NEWS
******************************************************/
.news {
    padding: 103px 0 230px 0;
}

/*
* CONPONENTS ( NEWS POST )
******************************************************/
.ge-post-content {
    border-bottom: var(--list-border);
    margin: 60px 0;
}
.ge-post-content > div{
    white-space: pre-wrap;
}
.ge-post-content>* {
    margin: 0 0 30px 0;
}
.ge-post-content h2 {
    font-size: 2.8rem;
    line-height: 1.6;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style:var(--font-bold);
    border-bottom: var(--list-border);
    padding: 0 0 24px 0;
}
.ge-post-content h3 {
    font-style:var(--font-normal);
}
.ge-post-content p {
    line-height: 2.25;
}
.ge-post-content hr {
    border-top: var(--list-border);
}
@media screen and (max-width:880px) {
    .ge-post-content {
        margin: 40px 0;
    }
    .ge-post-content h2 {
        font-size: 1.8rem;
    }
    .ge-post-content h3 {
        font-size:1.8rem
    }
}

/*
* PAGENATION
******************************************************/
.pagenation {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagenation-prev a,
.pagenation-link a,
.pagenation-next a {
    background: var(--color-theme-primary);
    color: var(--color-default);
    padding: 8px 16px;
    margin: .5em;
    border-radius: 4px;
}