@charset "UTF-8";
.entry {
    background: #fff;
    padding: 25px 50px 60px;
}
.entry_info {
    position: relative;
    z-index: 1;
    padding-left: 120px;
}
.entry_upDate {
    position: absolute;
    z-index: 1;
    left: 0;
}
.entry_upDate > time {}
.entry_categories {
    list-style: none;
    text-align: right;
    font-size: 0;
}
.entry_categories > li {
    display: inline-block;
    vertical-align: middle;
}
.entry_categories > li:first-child {}
.entry_categories > li:nth-child(2n+1) {}
.entry_categories > li:nth-child(n+3) {}
.entry_categories > li > a {
    text-decoration: none;
    color: inherit;
    display: block;
    line-height: 30px;
    min-width: 112px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    box-sizing: border-box;
    padding: 0 10px;
}
.entry_categories > li > a::before {
    content: "";
}
.entry_categories > li > a::after {
    content: "";
}
.entry_title {
    font-size: 28px;
    font-weight: 500;
    margin: 20px 0 37px;
    border-bottom: 1px solid #000;
    padding-bottom: 34px;
}
.entry_body {}
.backLink {
    max-width: 280px;
    margin: 50px auto 0;
}
.backLink > a {}
.backLink > a::before {
    content: "";
}
.backLink > a::after {
    content: "";
}
.archive {
    margin-bottom: 40px;
    position: relative;
    z-index: 10;
}
.archive_cols {}
.archive_cols::after {
    content: "";
    display: block;
    clear: both;
}
.archive_col {
    float: left;
    width: 32%;
    margin-left: 2%;
    position: relative;
    z-index: 1;
}
.archive_col-no1 {
    margin-left: 0;
}
.archive_link {}
.archive_link > a {
    box-sizing: border-box;
    border: 5px solid #000;
    display: block;
    text-align: center;
    color: inherit;
    text-decoration: none;
    line-height: 56px;
    background: #fff;
    transition-duration: .3s;
    transition-property: background-color, color;
}
.archive_link > a::before {
    content: "";
}
.archive_link > a::after {
    content: "";
}
.archive_col-no2 {}
.archive_label {
    box-sizing: border-box;
    border: 2px solid #000;
    display: block;
    color: inherit;
    text-decoration: none;
    line-height: 62px;
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 0 24px;
    cursor: pointer;
    transition-duration: .3s;
    transition-property: background-color, color;
}
.archive_label::after {
    content: "";
    border: 5px solid #000;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    width: 0;
    height: 0;
    margin: auto;
    right: 10px;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom: none;
    border-top-width: 9px;
}
.archive_list {
    list-style: none;
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 66px;
    left: 0;
    transform: scale(1, 0);
    transform-origin: center top;
    opacity: 0;
    transition-property: opacity, transform;
    transition-duration: .5s, 0s;
    transition-delay: 0s, .5s;
}
.archive_list.isShow {
    transform: scale(1);
    opacity: 1;
    transition-delay: 0s, 0s;
}
.archive_list::after {
    content: "";
    display: block;
    clear: both;
}
.archive_list > li {}
.archive_list > li > a {
    display: block;
    text-decoration: none;
    background: #000;
    color: #fff;
    padding: 16px 24px;
    border-top: 1px solid #fff;
    transition-duration: .3s;
    transition-property: background-color, color;
}
.archive_list > li:first-child > a {
    border-top: none;
}
.archive_col-no3 {}
.news_list {
    list-style: none;
    position: relative;
    z-index: 1;
}
.news_list::after {
    content: "";
    display: block;
    clear: both;
}
.news_list > li {
    margin-top: 5px;
}
.news_list > li:first-child {}
.news_list > li:nth-child(2n+1) {}
.news_list > li:nth-child(n+3) {}
.news_list > li > a {
    display: block;
    position: relative;
    z-index: 1;
    background: #fff;
    color: inherit;
    text-decoration: none;
    padding: 15px 34px;
}
.news_list > li > a > b {
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    margin-left: 63px;
    text-decoration: underline;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 780px;
}
.news_list > li > a > .icon {
    background: #000;
    color: #fff;
    width: 36px;
    line-height: 36px;
    text-align: center;
    position: absolute;
    z-index: 1;
    height: 36px;
    bottom: 0;
    top: 0;
    right: 10px;
    margin: auto;
    transition-duration: .3s;
    transition-property: transform;
}
.news_list > li > a::before {
    content: "";
}
.news_list > li > a::after {
    content: "";
}
.news_upDate {
    display: inline-block;
    vertical-align: middle;
}
.news_upDate > time {
    display: block;
    font-weight: bold;
    min-width: 90px;
}
.news_categories {
    display: inline-block;
    vertical-align: middle;
    margin-left: 48px;
    list-style: none;
}
.news_categories > li {
    line-height: 30px;
    min-width: 112px;
    padding: 0 10px;
    text-align: center;
    box-sizing: border-box;
    float: left;
    margin-left: 8px;
    font-weight: bold;
}
[data-slug="news"] {
    background: #024C99;
    color: #fff;
}
[data-slug="event"] {
    background: #FFCE3C;
    color: #000;
}
.news_categories > li:first-child {
    margin-left: 0;
}
.news_categories > li:nth-child(2n+1) {}
.news_categories > li:nth-child(n+3) {}
.wp-pagenavi {
    text-align: center;
    margin-top: 27px;
    font-weight: 500;
}
.wp-pagenavi > span {
    min-width: 40px;
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
}
.wp-pagenavi > a {
    min-width: 40px;
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    text-decoration: none;
}
.wp-pagenavi > .current {}
@media screen and (min-width:1000px) {
    .entry_categories > li > a:hover {}
    .backLink > a:hover {}
    .archive_link > a:hover {
        background: #000;
        color: #fff;
        opacity: 1;
    }
    .archive_label:hover {
        background: #eee;
    }
    .archive_list > li > a:hover {
        opacity: 1;
        background: #555;
    }
    .news_list > li > a:hover > b {
        text-decoration: none;
    }
    .news_list > li > a:hover {}
    .news_list > li > a:hover > .icon {
        transform: scale(1.2);
    }
    .wp-pagenavi > a:hover {
        text-decoration: underline;
    }
}
@media screen and (max-width:1199px) {
    .entry {}
    .entry_info {}
    .entry_upDate {}
    .entry_upDate > time {}
    .entry_categories {}
    .entry_categories > li {}
    .entry_categories > li:first-child {}
    .entry_categories > li:nth-child(2n+1) {}
    .entry_categories > li:nth-child(n+3) {}
    .entry_categories > li > a {}
    .entry_categories > li > a::before {}
    .entry_categories > li > a::after {}
    .entry_title {}
    .entry_body {}
    .backLink {}
    .backLink > a {}
    .backLink > a::before {}
    .backLink > a::after {}
    .archive {}
    .archive_cols {}
    .archive_cols::after {}
    .archive_col {}
    .archive_col-no1 {}
    .archive_link {}
    .archive_link > a {}
    .archive_link > a::before {}
    .archive_link > a::after {}
    .archive_col-no2 {}
    .archive_label {}
    .archive_label::after {}
    .archive_list {}
    .archive_list.isShow {}
    .archive_list::after {}
    .archive_list > li {}
    .archive_list > li > a {}
    .archive_list > li:first-child > a {}
    .archive_col-no3 {}
    .news_list {}
    .news_list::after {}
    .news_list > li {}
    .news_list > li:first-child {}
    .news_list > li:nth-child(2n+1) {}
    .news_list > li:nth-child(n+3) {}
    .news_list > li > a {}
    .news_list > li > a > b {
        max-width: 580px;
        margin-left: 30px;
    }
    .news_list > li > a > .icon {}
    .news_list > li > a::before {}
    .news_list > li > a::after {}
    .news_upDate {}
    .news_upDate > time {}
    .news_categories {}
    .news_categories > li {}
    [data-slug="news"] {}
    [data-slug="event"] {}
    .news_categories > li:first-child {}
    .news_categories > li:nth-child(2n+1) {}
    .news_categories > li:nth-child(n+3) {}
    .wp-pagenavi {}
    .wp-pagenavi > span {}
    .wp-pagenavi > a {}
    .wp-pagenavi > .current {}
}
@media screen and (max-width:999px) {
    .entry {
        padding: 25px 35px;
    }
    .entry_info {}
    .entry_upDate {}
    .entry_upDate > time {}
    .entry_categories {}
    .entry_categories > li {}
    .entry_categories > li:first-child {}
    .entry_categories > li:nth-child(2n+1) {}
    .entry_categories > li:nth-child(n+3) {}
    .entry_categories > li > a {}
    .entry_categories > li > a::before {}
    .entry_categories > li > a::after {}
    .entry_title {
        font-size: 20px;
        padding-bottom: 17px;
        margin-bottom: 20px;
    }
    .entry_body {}
    .backLink {}
    .backLink > a {}
    .backLink > a::before {}
    .backLink > a::after {}
    .archive {}
    .archive_cols {}
    .archive_cols::after {}
    .archive_col {}
    .archive_col-no1 {}
    .archive_link {}
    .archive_link > a {}
    .archive_link > a::before {}
    .archive_link > a::after {}
    .archive_col-no2 {}
    .archive_label {}
    .archive_label::after {}
    .archive_list {}
    .archive_list.isShow {}
    .archive_list::after {}
    .archive_list > li {}
    .archive_list > li > a {}
    .archive_list > li:first-child > a {}
    .archive_col-no3 {}
    .news_list {}
    .news_list::after {}
    .news_list > li {}
    .news_list > li:first-child {}
    .news_list > li:nth-child(2n+1) {}
    .news_list > li:nth-child(n+3) {}
    .news_list > li > a {
        padding: 15px;
        padding-right: 45px;
    }
    .news_list > li > a > b {
        display: block;
        margin: 5px auto 0;
        max-width: none;
        text-decoration: none;
    }
    .news_list > li > a > .icon {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }
    .news_list > li > a::before {}
    .news_list > li > a::after {}
    .news_upDate {}
    .news_upDate > time {}
    .news_categories {
        margin-left: 20px;
    }
    .news_categories > li {
        line-height: 24px;
        font-size: 12px;
        min-width: 90px;
    }
    [data-slug="news"] {}
    [data-slug="event"] {}
    .news_categories > li:first-child {}
    .news_categories > li:nth-child(2n+1) {}
    .news_categories > li:nth-child(n+3) {}
    .wp-pagenavi {}
    .wp-pagenavi > span {}
    .wp-pagenavi > a {}
    .wp-pagenavi > .current {}
}
@media screen and (max-width:699px) {
    .entry {
        padding: 15px;
    }
    .entry_info {
        padding-left: 80px;
    }
    .entry_upDate {}
    .entry_upDate > time {}
    .entry_categories {}
    .entry_categories > li {}
    .entry_categories > li:first-child {}
    .entry_categories > li:nth-child(2n+1) {}
    .entry_categories > li:nth-child(n+3) {}
    .entry_categories > li > a {
        line-height: 20px;
        font-size: 10px;
        min-width: 0;
    }
    .entry_categories > li > a::before {}
    .entry_categories > li > a::after {}
    .entry_title {
        font-size: 16px;
        line-height: 1.4;
        padding-bottom: 8px;
        margin-bottom: 15px;
    }
    .entry_body {}
    .backLink {
        max-width: none;
        margin-top: 25px;
    }
    .backLink > a {}
    .backLink > a::before {}
    .backLink > a::after {}
    .archive {
        margin-bottom: 25px;
    }
    .archive_cols {}
    .archive_cols::after {}
    .archive_col {
        float: none;
        margin: 10px auto 0;
        width: auto;
    }
    .archive_col-no1 {}
    .archive_link {}
    .archive_link > a {
        line-height: 42px;
        border-width: 3px;
    }
    .archive_link > a::before {}
    .archive_link > a::after {}
    .archive_col-no2 {
        position: relative;
        z-index: 2;
    }
    .archive_label {
        line-height: 42px;
        border-width: 1px;
    }
    .archive_label::after {}
    .archive_list {
        top: 44px;
    }
    .archive_list.isShow {}
    .archive_list::after {}
    .archive_list > li {}
    .archive_list > li > a {
        padding: 10px 10px;
    }
    .archive_list > li:first-child > a {}
    .archive_col-no3 {}
    .news_list {}
    .news_list::after {}
    .news_list > li {}
    .news_list > li:first-child {}
    .news_list > li:nth-child(2n+1) {}
    .news_list > li:nth-child(n+3) {}
    .news_list > li > a {
        padding: 10px;
        padding-right: 40px;
    }
    .news_list > li > a > b {}
    .news_list > li > a > .icon {
        font-size: 10px;
        height: 20px;
        line-height: 20px;
        width: 20px;
    }
    .news_list > li > a::before {}
    .news_list > li > a::after {}
    .news_upDate {}
    .news_upDate > time {
        font-size: 12px;
        min-width: 0;
    }
    .news_categories {}
    .news_categories > li {
        line-height: 20px;
        font-size: 10px;
        min-width: 0;
    }
    [data-slug="news"] {}
    [data-slug="event"] {}
    .news_categories > li:first-child {}
    .news_categories > li:nth-child(2n+1) {}
    .news_categories > li:nth-child(n+3) {}
    .wp-pagenavi {}
    .wp-pagenavi > span {}
    .wp-pagenavi > a {}
    .wp-pagenavi > .current {}
}
