@charset "UTF-8";


/*-------------------------------------------

    0. anker--common
    1. anker--news

-------------------------------------------*/







.pagination {
    text-align: center;
}
.pagination nav {
    margin-top: 90px;
}
.pagination .nav-links {}
.pagination .nav-links * {
    padding: 0 10px;
}
.pagination .nav-links a {}
.pagination .nav-links span {
    color: #da164c;
}
.pagination .prev,
.pagination .next {
    position: relative;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}
.pagination .prev:before,
.pagination .next:after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    transform: rotate(-135deg);
    position: absolute;
    top: 30%;
    left: 5%;
}

.pagination .next:after {
    right: 5%;
    left: auto;
    transform: rotate(45deg);
}



/* hover */
@media screen and (min-width: 1023px) {
    .pagination .nav-links a:hover {
        opacity: .7;
    }

}
/* ~ipad */
@media screen and (max-width: 768px) {
    .pagination nav {
        margin-top: 40px;
    }
}



















/* anker--news
----------------------------------------------------------------*/

.tax.news .keyvisual {
    background-image: url(../img/news/keyvisual_190124.jpg);
}


.tax.news {
}
.tax.news h2 {
    margin-bottom: 26px;
}
.tax.news .inner {}
.tax.news .inner .t_right {
    font-size: 1.4rem;
    margin-bottom: 20px;
}
.tax.news .t_right a:after {
    top: 9px;
}
.tax.news .inner ul {
    border-top: solid 1px #DDD;
    line-height: 3.65;
}
.tax.news .inner ul li {
    border-bottom: solid 1px #DDD;
}
.tax.news .inner ul li a {
    display: block;
    padding: 0 34px;

    transition: all .3s;
}
.tax.news .inner ul li a span {
}
.tax.news .inner ul li a span.date {
    font-weight: bold;
    padding-right: 48px;
}
.tax.news .inner ul li a span.new_label {
    color: #da164c;
    font-weight: bold;
    padding-right: 20px;
}
.tax.news .inner ul li a span.title{
    /* padding-left: 50px; */
}



/* hover */
@media screen and (min-width: 1024px) {
    .tax.news .inner ul li:hover a {
        background-color: #eee;
    }
    .tax.news .t_right a:hover {
        color: #da164c;
    }
}

/* ~ipad pro */
@media screen and (max-width: 1024px) {
    .tax.news {}
    .tax.news h2 {}
    .tax.news .inner {}
    .tax.news .inner .t_right {}
    .tax.news .t_right a:after {}
    .tax.news .inner ul {}
    .tax.news .inner ul li {}
    .tax.news .inner ul li a {}
    .tax.news .inner ul li a span {}
    .tax.news .inner ul li a span.date {}
    .tax.news .inner ul li a span.new_label {}
    .tax.news .inner ul li a span.title{}
}

/* ~ipad */
@media screen and (max-width: 768px) {
    .tax.news {
    padding: 45px 0 60px;
}
    .tax.news h2 {}
    .tax.news .inner {}
    .tax.news .inner .t_right {}
    .tax.news .t_right a:after {}
    .tax.news .inner ul li {}
    .tax.news .inner ul li a {}
    .tax.news .inner ul li a span {}
    .tax.news .inner ul li a span.date {}
    .tax.news .inner ul li a span.new_label {}
    .tax.news .inner ul li a span.title{}
}

/* ~sp sizeL */
@media screen and (max-width: 425px) {
    .tax.news {
    padding: 0 0 54px;
}
    .tax.news h2 {}
    .tax.news .inner {}
    .tax.news .inner .t_right {}
    .tax.news .t_right a:after {}
    .tax.news .inner ul {
    line-height: 1.65;
}
    .tax.news .inner ul li {}
    .tax.news .inner ul li a {
    padding: 14px 10px;
}
    .tax.news .inner ul li a span {}
    .tax.news .inner ul li a span.date {padding-right: 10px;}
    .tax.news .inner ul li a span.new_label {
    padding: 0;
}
    .tax.news .inner ul li a span.title{
    display: block;
}
}

/* ~sp sizeM */
@media screen and (max-width: 375px) {
    .tax.news {}
    .tax.news h2 {}
    .tax.news .inner {}
    .tax.news .inner .t_right {}
    .tax.news .t_right a:after {}
    .tax.news .inner ul {}
    .tax.news .inner ul li {}
    .tax.news .inner ul li a {}
    .tax.news .inner ul li a span {}
    .tax.news .inner ul li a span.date {}
    .tax.news .inner ul li a span.new_label {}
    .tax.news .inner ul li a span.title{}
}

/* ~sp sizeS */
@media screen and (max-width: 320px) {
    .tax.news {}
    .tax.news h2 {}
    .tax.news .inner {}
    .tax.news .inner .t_right {}
    .tax.news .t_right a:after {}
    .tax.news .inner ul {}
    .tax.news .inner ul li {}
    .tax.news .inner ul li a {}
    .tax.news .inner ul li a span {}
    .tax.news .inner ul li a span.date {}
    .tax.news .inner ul li a span.new_label {}
    .tax.news .inner ul li a span.title{}
}