@media print, screen and (min-width:768px) and (max-width:1048px) {
    .page-event_index .inner {
        padding-left: 16px;
        padding-right: 16px
    }
}

.page-event_index .eventlist__btns {
    border-bottom: 1px solid #d3d8d9;
    padding: 13px 16px 20px 16px;
    position: relative
}

.page-event_index .eventlist__btns__calendar {
    margin: 0 0 15px auto;
    width: 165px;
    height: 40px
}
.page-event_index .eventlist__btns__calendar a {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    background: #133854;
    border-radius: 4px
}

.page-event_index .eventlist__btns__calendar p {
    font-size: 14px;
    color: #FFF;
    font-weight: bold;
    position: relative;
    padding-left: 20px
}

.page-event_index .eventlist__btns__calendar p:before {
    content: '';
    display: block;
    width: 14px;
    height: 17px;
    background: url(/assets/img/module/icn_calendar.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 2px
}

.page-event_index .eventlist__btns__select__item {
    position: relative;
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
    font-size: 14px
}

.page-event_index .eventlist__btns__select__item:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 4px 0 4px;
    border-color: #13814d transparent transparent;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
    pointer-events: none
}

.page-event_index .eventlist__btns__select__item:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: gradient(linear, left top, left bottom, from(#ececec), to(#bfc4ca));
    background: -webkit-gradient(linear, left top, left bottom, from(#ececec), to(#bfc4ca));
    background: -ms-linear-gradient(top, #ececec 0, #bfc4ca 100%);
    position: absolute;
    left: -1px;
    top: -1px;
    padding: 1px;
    z-index: -1;
    border-radius: 4px
}

.page-event_index .eventlist__btns__select__item select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0 10px;
    color: #101211;
    box-sizing: border-box;
    display: block;
    font-weight: bold;
    cursor: pointer;
    border-radius: 4px;
    background: gradient(linear, left top, left bottom, from(#fefefe), to(#e8edef));
    background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#e8edef));
    background: -ms-linear-gradient(top, #fefefe 0, #e8edef 100%)
}

.page-event_index .eventlist__btns__select__item select::-ms-expand {
    display: none
}

.page-event_index .eventlist__btns__rss {
    display: none
}

.page-event_index .eventlist__btns__rss a {
    width: 78px;
    height: 26px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    transition: .2s background;
    -webkit-transition: .2s background;
    margin: 20px 0 0 auto
}

.page-event_index .eventlist__btns__rss p {
    font-size: 12px;
    letter-spacing: 1px
}

.page-event_index .eventlist__btns__rss img {
    width: 11px;
    vertical-align: middle;
    margin-right: 8px
}

@media print, screen and (min-width:480px) {
    .page-event_index .eventlist__btns__select {
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        -webkit-justify-content: space-between:
    }
    .page-event_index .eventlist__btns__select__item {
        width: calc(50% - 8px);
        width: -webkit-calc(50% - 8px)
    }
    .page-event_index .eventlist__btns__rss a {
        margin-top: 10px
    }
}

@media print, screen and (min-width:768px) {
    .page-event_index .eventlist__btns {
        padding: 24px 0 20px 0;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        align-items: center;
        -webkit-align-items: center
    }
    .page-event_index .eventlist__btns__calendar {
        order: 2;
        -webkit-order: 2;
        margin-right: 10px;
        margin-bottom: 0;
        width: 140px;
        height: 26px
    }
    .page-event_index .eventlist__btns__calendar a {
        transition: .2s background;
        -webkit-transition: .2s background
    }
    .page-event_index .eventlist__btns__calendar a:hover {
        background: #0c263e
    }
    .page-event_index .eventlist__btns__calendar p {
        font-size: 12px
    }
    .page-event_index .eventlist__btns__calendar p:before {
        top: 0
    }
    .page-event_index .eventlist__btns__select {
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
        order: 1;
        -webkit-order: 1
    }
    .page-event_index .eventlist__btns__select__item {
        width: 170px;
        height: 36px;
        margin-right: 10px;
        margin-bottom: 0;
        font-size: 12px
    }
    .page-event_index .eventlist__btns__select__item:after {
        border-width: 6px 3px 0 3px;
        margin-top: -3px
    }
    .page-event_index .eventlist__btns__rss {
        order: 3;
        -webkit-order: 3;
        display: block
    }
    .page-event_index .eventlist__btns__rss a {
        margin-top: 0
    }
    .page-event_index .eventlist__btns__rss a:hover {
        background: #d9d9d9
    }
}

.page-event_index .eventlist__article {
    margin-bottom: 30px
}

.page-event_index .eventlist__article li {
    border-bottom: 1px solid #d3d8d9
}

.page-event_index .eventlist__article li a {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    width: 100%;
    padding: 16px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.page-event_index .eventlist__article__date {
    width: 65px;
    height: 65px;
    margin-bottom: 8px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-image: -webkit-linear-gradient(-135deg, #083a60, #206397);
    background-image: -ms-linear-gradient(-135deg, #083a60, #206397);
    background-image: linear-gradient(-135deg, #083a60, #206397);
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    color: #FFF;
    text-align: center;
    font-weight: bold
}

.page-event_index .eventlist__article__date__month {
    display: block;
    font-size: 15px;
    line-height: 1;
    margin-bottom: 2px
}

.page-event_index .eventlist__article__date__month span {
    font-size: 12px
}

.page-event_index .eventlist__article__date__day {
    display: block;
    font-size: 36px;
    line-height: 1
}

.page-event_index .eventlist__article__area {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    background: #595d66;
    width: 60px;
    height: 24px;
    color: #FFF;
    margin: auto;
    border-radius: 12px;
    font-size: 11px;
    letter-spacing: 3px
}

.page-event_index .eventlist__article__area span {
    display: inline-block;
    padding-left: 3px
}

.page-event_index .eventlist__article__txt {
    width: calc(100% - 85px);
    width: -webkit-calc(100% - 85px)
}

.page-event_index .eventlist__article__txt__tag {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.page-event_index .eventlist__article__txt__tag p {
    font-size: 11px;
    min-width: 60px;
    height: 24px;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    border: 1px solid #d6dedb;
    border-radius: 12px;
    margin: 0 5px 5px 0;
    padding: 0 8px
}

.page-event_index .eventlist__article__txt__tag p:last-child {
    margin-right: 0
}

.page-event_index .eventlist__article__txt__title {
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    min-height: calc(2em + 11px);
    min-height: -webkit-calc(2em + 11px)
}

.page-event_index .eventlist__article__txt__date {
    font-size: 11px;
    color: #595d66;
    margin-top: 10px;
    position: relative;
    padding: 0 0 0 20px
}

.page-event_index .eventlist__article__txt__date:before {
    content: '';
    display: block;
    width: 14px;
    height: 17px;
    background: url(/assets/img/module/icn_calendar.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0
}

@media print, screen and (min-width:768px) {
    .page-event_index .eventlist__article ul {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .page-event_index .eventlist__article li {
        border-right: 1px solid #d3d8d9;
        width: 50%
    }
    .page-event_index .eventlist__article li:nth-child(even) {
        border-right: 0
    }
    .page-event_index .eventlist__article li a {
        padding: 20px
    }
    .page-event_index .eventlist__article li:nth-child(odd) a {
        padding-left: 0
    }
    .page-event_index .eventlist__article__txt {
        transition: .2s opacity;
        -webkit-transition: .2s opacity
    }
    .page-event_index a:hover .eventlist__article__txt {
        opacity: .8
    }
    .page-event_index .eventlist__article__txt__tag {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .page-event_index li a:hover .eventlist__article__txt__title {
        text-decoration: underline
    }
}

.page-event_index .eventlist__pager {
    padding: 0 16px 36px 16px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center
}

.page-event_index .eventlist__pager__arrow {
    font-size: 12px;
    background: #146345;
    color: #FFF;
    width: 65px;
    height: 32px;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    border-radius: 16px;
    cursor: pointer;
    position: relative
}

.page-event_index .eventlist__pager__arrow.prev span {
    padding-left: 4px
}

.page-event_index .eventlist__pager__arrow.next span {
    padding-right: 4px
}

.page-event_index .eventlist__pager__arrow.prev:before, .page-event_index .eventlist__pager__arrow.next:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    border-style: solid
}

.page-event_index .eventlist__pager__arrow.prev:before {
    border-width: 3px 6px 3px 0;
    border-color: transparent #7ab881 transparent transparent;
    left: 8px
}

.page-event_index .eventlist__pager__arrow.next:before {
    border-width: 3px 0 3px 6px;
    border-color: transparent transparent transparent #7ab881;
    right: 8px
}

.page-event_index .eventlist__pager__num {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: calc(100% - 140px);
    width: -webkit-calc(100% - 140px)
}

.page-event_index .eventlist__pager__num__item {
    width: 32px;
    height: 32px;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    border: 1px solid #d6dedb;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 14px;
    font-weight: bold;
    margin: 0 2px;
    cursor: pointer
}

.page-event_index .eventlist__pager__num__item.current {
    background: #196547;
    border: 0;
    color: #FFF
}

.page-event_index .eventlist__pager__num__line {
    color: #595d66;
    font-size: 12px;
    padding: 0 4px
}

@media print, screen and (min-width:768px) {
    .page-event_index .eventlist__pager {
        padding: 0 0 30px 0
    }
    .page-event_index .eventlist__pager__arrow {
        width: 100px;
        transition: .2s background;
        -webkit-transition: .2s background
    }
    .page-event_index .eventlist__pager__arrow:hover {
        background: #125338
    }
    .page-event_index .eventlist__pager__num {
        width: auto
    }
    .page-event_index .eventlist__pager__num__item {
        width: 36px;
        height: 36px;
        transition: .2s background;
        -webkit-transition: .2s background
    }
    .page-event_index .eventlist__pager__num__item:hover {
        background: #196547;
        border: 0;
        color: #FFF
    }
    .page-event_index .eventlist__pager__num__line {
        padding: 0 1em
    }
}

.page-event_index .eventlist__bottombtn {
    padding: 0 16px 50px 16px
}

.page-event_index .eventlist__bottombtn .eventlist__btns__calendar {
    display: none
}

.page-event_index .eventlist__archive {
    display: inline-block
}

.page-event_index .eventlist__archive p {
    font-weight: bold;
    font-size: 13px;
    display: inline-block
}

.page-event_index .eventlist__archive p a {
    display: inline-block;
    position: relative;
    padding: 0 0 0 20px
}

.page-event_index .eventlist__archive p a:before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background: url(/assets/img/module/icn_arrow.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 2px
}

@media print, screen and (min-width:768px) {
    .page-event_index .eventlist__bottombtn {
        padding: 0 0 64px 0;
        display: -webkit-flex;
        display: flex;
        align-items: flex-end;
        -webkit-align-items: flex-end
    }
    .page-event_index .eventlist__bottombtn .eventlist__btns__calendar {
        display: block;
        margin-right: 0
    }
    .page-event_index .eventlist__archive p {
        font-size: 14px
    }
    .page-event_index .eventlist__archive p a:before {
        top: 5px
    }
    .page-event_index .eventlist__archive p a:hover {
        opacity: .8;
        text-decoration: underline
    }
}
