@charset "utf-8";
/*ARCHIVE*/
.information-bk{
    background: linear-gradient(180deg, var(--black) 0%, var(--black) 70%, var(--egray) 70%, var(--egray) 100%);
}
.information{
    background: #fff;
    padding: 3em;
}
.information-li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1em 0;
    border-bottom: 1px solid var(--black);
}
.information-text{
    flex: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.information-date{
    width: 4em;
    text-align: center;
}
.information-day{
    display: block;
    font-size: clamp(28px, 3vw, 38px);
    line-height: 1;
}
.information-year{
    display: block;
    line-height: 1;
}
.information-cat{
    width: 7em;
}
.information-cat a{
    background: var(--black);
    border: 1px solid var(--black);
    color: #fff;
    display: block;
    text-align: center;
    line-height: 1;
    padding: 0.4em 1em 0.5em;
    font-size: clamp(11px, 1.1vw, 12px);
    margin-right: 1em;
}
.information-cat a:hover{
    background: #fff;
    color: var(--black);
}
.information-li_title{
    flex: 1;
    line-height: 1.2;
    padding-right: 1em;
}
.information-li_title:hover{
    text-decoration: underline;
    color: var(--red);
}
.information-more .more:before{
    display: none;
}
.information-editor a{
    color: var(--red);
    text-decoration: underline;
}
.information-editor a:hover{
    color: var(--blue);
}
@media screen and (max-width: 680px) {
    .information {
        padding: 2em 1em;
    }
    .information-li_title{
        width: 100%;
        flex: initial;
        margin-top: 0.5em;
    }
    .information-date {
        width: inherit;
        text-align: center;
        display: flex;
        align-items: center;
    }
    .information-year {
        margin: 0 5px;
    }
}

/*PAGENATION*/
.information-nav .pagination{
    display: flex;
    justify-content: center;
    align-items: center;
}
.information-nav span:first-of-type{
    margin-right: 0.5em;
}
.information-nav span.current,
.information-nav a,
.information-nav span{
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
}
.information-nav span.current,
.information-nav a{
    width: 2em;
    height: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--black);
    margin: 0 2px;
}
.information-nav a:hover,
.information-nav span.current{
    background: var(--black);
    color: #fff;
}


/*TAB*/
.information-tab{
    display: flex;
    justify-content: center;
}
.information-tab_a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 8em;
    padding: 0.7em 0;
    border: 1px solid var(--black);
    margin: 0 2px;
    line-height: 1;
}
.information-tab_a.current,
.information-tab_a:hover{
    background: var(--black);
    color: #fff;
}
@media screen and (max-width: 680px) {
    .information-tab{
        justify-content: space-between;
    }
    .information-tab_a{
        width: 33%;
        margin: 0;
    }
}

/*POST*/
.information-posts{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.information-post{
    flex: 1;
    background: #fff;
    padding: 3em;
}
.information-post_header{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.information-post_header .page-h3 {
    flex: 1;
    font-size: clamp(21px, 2.1vw, 34px);
    line-height: 1.2;
    margin: 0 0 0 0.5em !important;
}
.information-post .information-cat a{
    margin-right: 0;
    padding: 0.4em 0;
}
.information-others{
    width: 20em;
    margin-left: 1em;
}
.information-others_li{
    background: #fff;
    padding: 0.5em !important;
    margin-bottom: 0.5em !important;
}
.information-others_li:last-of-type{
    margin-bottom: 0 !important;
}
.information-others_btn{
    margin-top: 1em;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.information-others_btn a,
.information-others_btn span{
    width: 33%;
}
.information-others_btn a:before,
.information-others_btn a:after{
    display: none;
}
.information-last{
    background: #ddd;
}
@media screen and (max-width: 980px) {
    .information-post{
        padding: 2em 1em;
    }
    .information-others_btn a{
        width: 100%;
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 680px) {
    .information-post_header .information-date{
        display: block;
        width: 4.5em !important;
    }
    .information-post_header .information-year {
        margin: 0;
    }
    .information-others{
        width: 100%;
        margin: 2em 0 0;
    }
    .information-post{
        padding: 2em 1em;
    }
    .information-others_li:nth-last-child(-n+5){
        display: none;
    }
}









