/*html {
    font-size: 10px
}
*/
.page-news .news__list {
    margin-top: 5%;
}

.page-news .news__list .item+.item {
    margin-top: 5%
}

.page-news .news__list .item a {
    text-decoration: none;
    display: table;
    width: 100%
}

.page-news .news__list .item a>div {
    display: table-cell;
    vertical-align: top
}

.page-news .news__list .item__img {
    width: 40%;
    max-width: 360px;
}

.page-news .news__list .item__img img {
    width: 100%;
}

.page-news .news__list .item__txtArea {
    padding-left: 5%;
    width: 60%;
}

.page-news .news__list .item__head {
    zoom: 1;
    margin-bottom: 10px
}

.page-news .news__list .item__head:after {
    content: '';
    display: block;
    clear: both;
    height: 0
}

.page-news .news__list .item__date {
    float: left;
    margin-right: 10px;

    line-height: 1;
    position: relative;
    top: 3px;
    font-size: 14px;
}

.page-news .news__list .item__cat {
    float: left;
    zoom: 1
}

.page-news .news__list .item__cat:after {
    content: '';
    display: block;
    clear: both;
    height: 0
}

.page-news .news__list .item__cat li {
    float: left;
    margin-right: 5px;
    border: 1px solid #b78c40;
    line-height: 1;
    padding: 3px 5px;
    font-size: 12px;
    color: #b78c40;
    font-weight: 500
}

.page-news .news__list .item__ttl {
    font-size: 18px;
    font-weight: 500;
    text-decoration: underline;
    line-height: 1.6;
    margin-bottom: 10px
}

@media only screen and (max-width: 768px) {
    .page-news .news__list .item a {
        display: block
    }

    .page-news .news__list .item a>div {
        display: block;
        width: 100%;
    }

    .page-news .news__list .item__img {
        width: 100%;
        margin-bottom: 20px
    }

    .page-news .news__list .item__txtArea {
        padding-left: 0
    }
}

.mod-pagenation {
    border-top: solid 1px #EDEDED;
    padding-top: 3rem;
    margin-top: 5rem;
    margin-bottom: 8rem;
    text-align: center
}

.mod-pagenation ul {
    position: relative;
    font-size: 0
}

.mod-pagenation ul li,
.mod-pagenation ul .page-num {
    display: inline-block;
    font-size: 1.4rem
}

.mod-pagenation ul li a,
.mod-pagenation ul li span {
    width: 30px;
    height: 30px;
    display: block;
    line-height: 30px;
    margin: 0 5px;
    text-decoration: none;
    position: relative;

    font-size: 14px;
}

.mod-pagenation ul .page-num {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
    text-decoration: none;
    position: relative;

    font-size: 14px;
}

.mod-pagenation ul li:hover a,
.mod-pagenation ul .page-num:hover,
.mod-pagenation ul .page-num.page-num-current {
    background: #b78c40;
    color: #ffffff
}

.mod-pagenation ul li.on a {
    background: #b78c40;
    color: #ffffff
}

.mod-pagenation ul li.next,
.mod-pagenation ul li.prev {
    position: absolute
}

.mod-pagenation ul li.next a,
.mod-pagenation ul li.next span,
.mod-pagenation ul li.prev a,
.mod-pagenation ul li.prev span {

    width: auto;
    margin: 0
}

.mod-pagenation ul li.next a:before,
.mod-pagenation ul li.next a:after,
.mod-pagenation ul li.next span:before,
.mod-pagenation ul li.next span:after,
.mod-pagenation ul li.prev a:before,
.mod-pagenation ul li.prev a:after,
.mod-pagenation ul li.prev span:before,
.mod-pagenation ul li.prev span:after {
    display: inline-block;
    color: #b78c40;
    font-size: 1rem
}

.mod-pagenation ul li.next:hover a,
.mod-pagenation ul li.prev:hover a {
    background: none;
    color: #b78c40
}

.mod-pagenation ul li.next {
    right: 0
}

.mod-pagenation ul li.next a:after,
.mod-pagenation ul li.next span:after {
    padding-left: 0.8rem;
    content: '\e101';
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    text-decoration: none !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.mod-pagenation ul li.prev {
    left: 0
}

.mod-pagenation ul li.prev a:before,
.mod-pagenation ul li.prev span:before {
    padding-right: 0.8rem;
    content: '\e102';
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    text-decoration: none !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.mod-pagenation ul li.more span {
    border: none;
    background: none
}

.mod-pagenation ul li.more.sp {
    display: none
}

@media only screen and (max-width: 768px) {
    .mod-pagenation ul li {
        display: none
    }

    .mod-pagenation ul li a,
    .mod-pagenation ul li span {
        font-size: 1.3rem;
        margin: 0 0.2rem
    }

    .mod-pagenation ul li.more.sp {
        display: inline-block
    }

    .mod-pagenation ul li.on,
    .mod-pagenation ul li.prev,
    .mod-pagenation ul li.next,
    .mod-pagenation ul li.spshow {
        display: inline-block
    }
}

.mod-pager {
    margin-top: 6rem;
    text-align: center;
    position: relative;
    padding: 2rem 0;
    border-top: solid 1px #EDEDED
}

.mod-pager ul li {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.mod-pager ul li.prev a,
.mod-pager ul li.next a {
    display: block;
    text-decoration: none;
    color: #000;
}

.mod-pager ul li.prev a svg,
.mod-pager ul li.next a svg {
    width: 30px;
    display: inline-block;
    vertical-align: middle;
}

/*.mod-pager ul li.prev a:before,
.mod-pager ul li.prev a:after,
.mod-pager ul li.next a:before,
.mod-pager ul li.next a:after {
    display: inline-block;
    color: #b78c40;
    font-size: 1rem
}*/


.mod-pager ul li.prev a:hover,
.mod-pager ul li.next a:hover {
    color: #b78c40
}

.mod-pager ul li.prev a:hover,
.mod-pager ul li.next a:hover {
    color: #b78c40
}

.mod-pager ul li.next {
    right: 0
}

.mod-pager ul li.next a:after {
    padding-left: 0.8rem;
    content: '\e101';
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    text-decoration: none !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.mod-pager ul li.prev {
    left: 0
}

/*.mod-pager ul li.prev a:before {
    padding-right: 0.8rem;
    content: '\e102';
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    text-decoration: none !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}*/

.mod-pager .index a {
    display: inline-block;
    text-decoration: none;
    position: relative;
    height: 2rem;
    line-height: 2rem
}

.mod-pager .index a:before {
    display: inline-block;
    color: #b78c40;
    font-size: 1rem;
    padding-right: 0.8rem;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    content: '\e903';
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    text-decoration: none !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.mod-pager .index a:hover {
    color: #b78c40
}

@-webkit-keyframes current {
    0% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15)
    }

    100% {
        -webkit-transform: scale(1.001);
        transform: scale(1.001)
    }
}

@keyframes current {
    0% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15)
    }

    100% {
        -webkit-transform: scale(1.001);
        transform: scale(1.001)
    }
}

.mod-post {
    max-width: 83rem;
    margin: 0 auto;
    color: #333;
}

.mod-post .post__head {
    margin-bottom: 1rem;
    zoom: 1
}

.mod-post .post__head:after {
    content: '';
    display: block;
    clear: both;
    height: 0
}

.mod-post .post__head .date {
    float: left;
    position: relative;
    top: 0.2rem;
    margin-right: 1.5rem;

    color: #333;
}

.mod-post .post__head .category {
    float: left
}

.mod-post .post__head .category ul li {
    float: left;
    margin-right: 0.5rem
}

.mod-post .post__head .category ul li a {
    text-decoration: none;
    color: #b78c40;
    font-size: 1.2rem;
    font-weight: 500;
    border: 1px solid #b78c40;
    padding: 0.2rem 0.5rem 0.3rem
}

.mod-post .post__head .category ul li a:hover {
    background: #b78c40;
    color: #ffffff
}

.mod-post .post__ttl {
    margin-bottom: 4rem;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.4;
    padding-bottom: 2rem;
    border-bottom: 1px solid #EDEDED;
    position: relative
}

.mod-post .post__ttl:before {
    position: absolute;
    bottom: -1px;
    left: 0;
    content: "";
    width: 10rem;
    height: 1px;
    background: #b78c40
}

.mod-post .post__body {
    zoom: 1
}

.mod-post .post__body:after {
    content: '';
    display: block;
    clear: both;
    height: 0
}

.mod-post .post__body img {
    width: auto;
    margin-top: 1.6rem;
    margin-bottom: 3rem
}

.mod-post .post__body p {
    margin-top: 1.6rem
}

.mod-post .post__body *:first-child,
.mod-post .post__body h1+*,
.mod-post .post__body h2+*,
.mod-post .post__body h3+*,
.mod-post .post__body h4+*,
.mod-post .post__body h5+*,
.mod-post .post__body h6+*,
.mod-post .post__body img+* {
    margin-top: 0 !important
}

.mod-post .post__body h4 {
    margin-top: 4.5rem;
    padding-bottom: 0.5rem;
    padding-left: 2.2rem;
    margin-bottom: 2rem;
    position: relative;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.4
}

.mod-post .post__body h4:before {
    position: absolute;
    content: '';
    display: block;
    width: 1rem;
    height: 1rem;
    background: #b78c40;
    left: 0;
    top: 0.9rem
}

.mod-post .post__body .aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.mod-post .post__body .alignleft {
    float: left
}

.mod-post .post__body .alignright {
    float: right
}

.mod-post .post__body .wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none
}

.mod-post .post__body img.alignright {
    display: inline-block;
    margin: 0 0 1rem 3rem
}

.mod-post .post__body img.alignleft {
    display: inline-block;
    margin: 0 3rem 1rem 0
}

.mod-post .post__body img.aligncenter {
    margin: 0 auto 1.5rem
}

.mod-post .post__body img.size-auto,
.mod-post .post__body img.size-full,
.mod-post .post__body img.size-large,
.mod-post .post__body img.size-medium,
.mod-post .post__body .attachment img,
.mod-post .post__body .widget-container img {
    height: auto;
    max-width: 100%
}

@media only screen and (max-width: 768px) {
    .mod-post .post__body img {
        width: 100%;
        height: auto
    }

    .mod-post .post__body img.alignleft {
        float: none;
        margin-right: 0
    }

    .mod-post .post__body img.alignright {
        float: none;
        margin-left: 0
    }
}

@media only screen and (max-width: 768px) {
    .mod-post .post__ttl {
        padding: 0 0 1.5rem 0;
        font-size: 2.4rem;
        width: 100%;
    }

    .mod-post .post__body img {
        margin-top: 1.5rem;
        margin-bottom: 2rem
    }

    .mod-post .post__body p {
        margin-top: 1.5rem
    }

    .mod-post .post__body h4 {
        margin-top: 4rem;
        margin-bottom: 2rem
    }
}