@charset "UTF-8";


/*-------------------------------------------

    0. anker--common
    1. anker--works
    2. anker--news-ebent

-------------------------------------------*/


/* anker--common
----------------------------------------------------------------*/




/* pagination */
.pagination {
    position: relative;
    text-align: center;
    margin-top: 60px;
}
.pagination .nav-links {
    max-width: 1080px;
    /* width: 90%; */
    margin: 0 auto;
}
.pagination .nav-links * {
    font-size: 1.6rem;
    padding: 9px 18px;
    border: solid 1px #0a74bb;
    background-color: #FFF;
    box-sizing: border-box;
    margin: 0 8px;
}
.pagination .nav-links a {
    color: #0a74bb;
    transition: all .3s;
}
.pagination .nav-links span {
    color: #1d1d2f;
    display: inline-block;
}
.pagination .nav-links span.null {opacity: 0;}

.pagination .nav-links .dots {
    display: none;
}

.pagination .nav-links span.current {
    color: #ffffff;
    background-color: #0a74bb;
}

.pagination .prev,
.pagination .next {
    position: relative;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    border: 0;
    background-color: transparent;
    margin: 0;
}
.pagination .prev:before,
.pagination .next:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    margin-top: -7px;
    transform: rotate(-135deg);
    position: absolute;
    top: 50%;
    right: 0;
    left: 14%;
    transition: left .3s;
}

.pagination .next:after {
    right: 14%;
    left: auto;
    transform: rotate(45deg);
    transition: right .3s;
}

/* hover */
@media screen and (min-width: 1024px) {
    .pagination .nav-links a:hover {
        color: #FFF;
        background-color: #0a74bb;
    }
    .pagination .nav-links .prev:hover,
    .pagination .nav-links .next:hover {
        background-color: transparent;
    }
    .pagination .prev:hover:before {
    left: 0;
}
    .pagination .next:hover:after {
    right: 0;
}
}

/* ~ipad */
@media screen and (max-width: 767px) {
    .pagination {
        top: auto;
        left: auto;
        height: auto;
        z-index: auto;
        padding: 0;
        text-align: center;
        display: block;
        margin: 60px 0 30px;
    }

    .pagination .nav-links * {
        padding: 8px 15px;
        margin: 0 1%;
    }
    .pagination .prev, .pagination .next {
        margin: 0;
    }
    .pagination .prev:before, .pagination .next:after {
        top: 52%;
    }

}







/* local_nav */

.local_nav{
    position: relative;
    width: 100%;
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 60px;
}

.list_inner {
    margin: 0 auto 100px;
    width: 1080px;
}

.local_nav .menutitle{
    display: none;
}

.local_nav .subcategory_nav{
    position: relative;
    margin: 0 auto;
    width: 1080px;
    text-align: center;
}

.local_nav .subcategory_nav li{
    display: inline-block;
    padding: 10px 22px 20px;
}
.local_nav .subcategory_nav li.cat-item-none {
    display: none;
}
.local_nav .wrapping{
    display: none;
    position: relative;
    margin: 0 auto;
    width: 1080px;
}

.local_nav .wrapping .underline{
    content: " ";
    position: absolute;
    display: block;
    bottom: -1px;
    margin: 0;
    width: 48px;
    height: 2px;
    transition: .4s ease-in-out;
    background: #DC180C;
    border: none;
}

.local_nav .subcategory_nav li a{
    text-decoration: none;
    font-size: 1.4rem;
    color: #000;
}


/* hover */
@media screen and (min-width: 1024px) {

    .local_nav .subcategory_nav li:hover a{
        color: #18213F;
    }

}

/* ~ipad pro */
@media screen and (max-width: 1024px) {
    .local_nav .subcategory_nav {
        width:100%;
    }
}

/* ~ipad */
@media screen and (max-width: 767px) {}

/* ~sp sizeL */
@media screen and (max-width: 425px) {
    .local_nav{
        position: relative;
        width: 100%;
        margin-bottom: 30px;
        border: 0;
    }

    .local_nav .menutitle{
        display: none;
    }

    .local_nav .wrapping {
        display: none !important;
    }

    .local_nav .subcategory_nav{
        position: relative;
        margin: 0 auto;
        width: 100%;
        text-align: left;
        font-size: 0;
    }
    .local_nav .subcategory_nav:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
    }

    .local_nav .subcategory_nav li{
        margin: 0 10px 0 0;
        font-size: 0;
        box-sizing: border-box;
        padding-bottom: 10px;
        padding: 0;
    }
    .local_nav .subcategory_nav li a:before {
        content: "#";
        color: #000;
    }
    .local_nav .subcategory_nav li:nth-of-type(odd) {
        border-right: solid 1px #e7f5fe;
    }

    .local_nav .subcategory_nav li.current-cat{
        /* border-bottom: 2px solid #2d74bb; */
        /* background-color: #0a74bb; */
    }
    .local_nav .subcategory_nav li.current-cat a {
        color: #2d73bb;
    }
    


    .local_nav .subcategory_nav li a{
        text-decoration: none;
        display: block;
        font-size: 12px;
        color: #000;
        /* padding: 2px 10px; */
    }
}







/* anker--works
----------------------------------------------------------------*/

/* type01 */
.edit-area.works.type01 {}
.edit-area.works.type01 .inner {}
.edit-area.works.type01 .h_style01 {
    /* margin-bottom: 0px; */
}
.edit-area.works.type01 .view-more {
    margin-bottom: 40px;
}

/* type02 */
.edit-area.works.type02 {
    padding: 100px 0 120px;
}
.edit-area.works.type02.after-blue {}
.edit-area.works.type02.after-blue:after {
    top: 0;
    left: 0;
    width: calc( 100% - 68px );
    height: 100%;
}
.edit-area.works.type02 .inner {}
.edit-area.works.type02 .h_style04 {}
.edit-area.works.type02 .works-post-list {
    width: 100%;
}
.edit-area.works.type02 .works-post-list tr {
    border-bottom: solid 1px #DDD;
    transition: all .3s;
    cursor: pointer;
}
.edit-area.works.type02 .works-post-list thead {}
.edit-area.works.type02 .works-post-list tr th {}
.edit-area.works.type02 .works-post-list thead tr {
    border-bottom: solid 2px #0A74BB;
}
.edit-area.works.type02 .works-post-list thead tr {
    pointer-events: none;
}
.edit-area.works.type02 .works-post-list thead tr th {
    color: #0A74BB;
    font-size: 1.6rem;
    padding: 0 30px 12px;
}
.edit-area.works.type02 .works-post-list thead tr th:nth-of-type(1) {
    width: 12%;
}
.edit-area.works.type02 .works-post-list thead tr th:nth-of-type(2) {}
.edit-area.works.type02 .works-post-list thead tr th:nth-of-type(3) {
    width: 14%;
}
.edit-area.works.type02 .works-post-list thead tr th:nth-of-type(4) {
    width: 24%;
}

.edit-area.works.type02 .works-post-list tbody {}
.edit-area.works.type02 .works-post-list tbody tr {}
.edit-area.works.type02 .works-post-list tr td {
    text-align: center;
    font-weight: 400;
    vertical-align: top;
    /* padding: 20px 10px; */
    font-size: 1.4rem;
}
.edit-area.works.type02 .works-post-list tbody tr td {}
.edit-area.works.type02 .works-post-list tbody tr td:nth-child(2) {
    text-align: left;
}
.edit-area.works.type02 .works-post-list tbody tr td a {
    display: block;
    padding: 20px 10px;
}

/* hover */
@media screen and (min-width: 1024px) {
    .edit-area.works.type02 .works-post-list tbody tr:hover {
        background-color: #FFF;
    }
}

/* 1460px~ */
@media screen and (min-width: 1460px) {
    .edit-area.works.type02.after-blue:after {
        width: calc( 100% - 200px );
    }
}

/* ~ipad pro */
@media screen and (max-width: 1024px) {}

/* ~sp */
@media screen and (max-width: 767px) {
    .edit-area.works.type01 {}
    .edit-area.works.type01 .inner {}
    .edit-area.works.type01 .h_style01 {
    /* margin-bottom: 10px; */
}

    /* type02 */
    .edit-area.works.type02 {}
    .edit-area.works.type02.after-blue {
    padding: 40px 0 100px;
}
    .edit-area.works.type02.after-blue:after {
        /* width: 97vw; */
    }
    .edit-area.works.type02 .inner {}
    .edit-area.works.type02 .h_style04 {}
    .edit-area.works.type02 .works-post-list {}
    .edit-area.works.type02 .works-post-list tr {}
    .edit-area.works.type02 .works-post-list thead {}
    .edit-area.works.type02 .works-post-list tr th {}
    .edit-area.works.type02 .works-post-list thead tr {}
    .edit-area.works.type02 .works-post-list thead tr th {}
    .edit-area.works.type02 .works-post-list thead tr th:nth-of-type(1) {}
    .edit-area.works.type02 .works-post-list thead tr th:nth-of-type(2) {}
    .edit-area.works.type02 .works-post-list thead tr th:nth-of-type(3) {}
    .edit-area.works.type02 .works-post-list thead tr th:nth-of-type(4) {}
    .edit-area.works.type02 .works-post-list tbody {}
    .edit-area.works.type02 .works-post-list tbody tr {}
    .edit-area.works.type02 .works-post-list tr td {}
    .edit-area.works.type02 .works-post-list tbody tr td {}
    .edit-area.works.type02 .works-post-list tbody tr td:nth-child(2) {}
    .edit-area.works.type02 .works-post-list tbody tr td a {}
}





/* anker--news-ebent
----------------------------------------------------------------*/

.edit-area.news {
    padding: 100px 0 120px;
}
.edit-area.news.after-blue:after {
    top: 0;
    left: 0;
    width: calc( 100% - 68px );
    height: 100%;
}

.edit-area.news .post-list-news {
    margin-bottom: 60px;
    justify-content: flex-start;
}
.edit-area.news .post-list-news .box {
    margin-right: .5%;
}
.edit-area.news .post-list-news .box:nth-of-tpe(4n) {
    margin-right: 0;
}




/* 1460px~ */
@media screen and (min-width: 1460px) {
    .edit-area.news.after-blue:after {
        width: calc( 100% - 200px );
    }
}

/* ~sp */
@media screen and (max-width: 767px) {
    .edit-area.news {
        padding: 40px 0 100px;
    }
    .edit-area.news.after-blue:after {
        /* width: 97vw; */
    }
    .edit-area.news .post-list-news {
        margin-bottom: 20px;
    }
    .edit-area.news .post-list-news .box {
        margin-right: 0;
    }
}


