/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 29, 2020, 12:04:33 PM
    Author     : Gloding
*/

.equalHMR-newslist {
    width: 32%;
    margin-top: 7%;
    margin-bottom: 5%;
    border: 1px solid #9d9d9d;
    display: inline-block;
}

.newslist-section{
    margin-bottom: 100px;
}

.newslist-section .desc-news p{
    margin: 1em;
    font-family: "Noto Sans JP";
    font-size: 15px;
    margin-top: .5em;
    font-weight: 500;
    color: rgb(51, 51, 51);

}

.news-list-row{
    margin-bottom: 10px;
}
.news-list-row .news-date h5, .news-list-row .news-date h6 {
    text-align: center;
}

.desc-news {
    background-image: none;
    background-color: white;
    padding: .5em 0;
}

.newslist-carousel {
    padding: 0 40px 30px 40px;
    position: relative;
    margin-bottom: 20px;
    line-height: 25px;

}

.carousel-news {
    position: absolute;
    top:100%;
    left: 565px;
    width: 50px;
    height: 50px;
    font-family: "Noto Sans JP";
    font-size: 40px;
    font-weight: 600;
    line-height: 36px;
    color: var(--main-green);
    text-align: center;
    border: 2px solid var(--main-green);
    /*-webkit-border-radius: 23px;
    -moz-border-radius: 23px;*/
    border-radius: 50px;
    /*filter: alpha(opacity=50);*/
    background: white;
    /*-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
}

.carousel-news:hover {
    position: absolute;
    top:100%;
    left: 565px;
    width: 50px;
    height: 50px;
    font-family: "Noto Sans JP";
    font-size: 40px;
    font-weight: 600;
    line-height: 40px;
    color: #fff;
    text-align: center;
    border: none;
    border-radius: 50px;
    background-image: linear-gradient(to right, var(--main-green) 30%, var(--second-green) 85%);

}

.carousel-news:active {
    position: absolute;
    top:100%;
    left: 565px;
    width: 50px;
    height: 50px;
    font-family: "Noto Sans JP";
    font-size: 40px;
    font-weight: 600;
    line-height: 40px;
    color: #fff;
    text-align: center;
    border: none;
    border-radius: 50px;
    background-image: linear-gradient(to right, var(--main-green) 30%, var(--second-green) 85%);

}

.carousel-news.right {
    left: auto;
    right: 560px;
}

.carousel-news.right:hover {
    left: auto;
    right: 560px;
}

.newslist-indicators {
    right: 820px;
    top: 100%;
    bottom: 0px;
    margin-right: 0px;
    display: inline-flex;
    position: absolute;
    z-index: 5;
    margin: 0;
    list-style: none;
}

.newslist-indicators .active {
    background-image: linear-gradient(to right, var(--main-green) 30%, var(--second-green) 85%);
    color: #fff;
    border: none;
    line-height: 45px;
}

.newslist-indicators-sm {
    right: 46%;
    top: 95%;
    bottom: 0px;
    margin-right: 0px;
    display: inline-flex;
    position: absolute;
    z-index: 5;
    margin: 0;
    list-style: none;
}

.newslist-indicators-sm .active {
    background-image: linear-gradient(to right, var(--main-green) 30%, var(--second-green) 85%);
    color: #fff;
    border: none;
    line-height: 45px;
}

.carousel-indicators-numbers {
    text-indent: 18px;
    margin: 0 5px;
    width: 50px;
    height: 50px;
    border: 2px solid var(--main-green);
    border-radius: 100%;
    line-height: 45px;
    color: var(--main-green);
    background: white;
    transition: all 0.25s ease;
    text-align: center;
    font-size: 18px;
    font-family: "Noto Sans JP";
    right: 47.5%;
}

.carousel-indicators-numbers:hover {
    text-indent: 20px;
    margin: 0 5px;
    width: 50px;
    height: 50px;
    border: 2px solid var(--main-green);
    border-radius: 100%;
    line-height: 50px;
    color: #fff;
    transition: all 0.25s ease;
    text-align: center;
    font-size: 18px;
    font-family: "Noto Sans JP";
    border: none;
    background-image: linear-gradient(to right, var(--main-green) 30%, var(--second-green) 85%);       
}

.carousel-indicators-numbers-sm {
    text-indent: 13px;
    margin: 0 5px;
    width: 40px;
    height: 40px;
    border: 2px solid var(--main-green);
    border-radius: 100%;
    line-height: 35px;
    color: var(--main-green);
    background: white;
    transition: all 0.25s ease;
    text-align: center;
    font-size: 18px;
    font-family: "Noto Sans JP";
}

.carousel-indicators-numbers-sm:hover {
    text-indent: 20px;
    margin: 0 5px;
    width: 50px;
    height: 50px;
    border: 2px solid var(--main-green);
    border-radius: 100%;
    line-height: 50px;
    color: #fff;
    transition: all 0.25s ease;
    text-align: center;
    font-size: 18px;
    font-family: "Noto Sans JP";
    border: none;
    background-image: linear-gradient(to right, var(--main-green) 30%, var(--second-green) 85%);       
}

.newslist-carousel-sm {
    padding: 0 0px 20px 0px;
    line-height: 20px;
}

.carousel-news-sm {
    position: absolute;
    top:95%;
    left: 16%;
    width: 40px;
    height: 40px;
    font-family: "Noto Sans JP";
    font-size: 30px;
    font-weight: 600;
    line-height: 29px;
    color: var(--main-green);
    text-align: center;
    border: 2px solid var(--main-green);
    /*-webkit-border-radius: 23px;
    -moz-border-radius: 23px;*/
    border-radius: 50px;
    /*filter: alpha(opacity=50);*/
    background: white;
    /*-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
}

.carousel-news-sm:active {
    position: absolute;
    top:95%;
    left: 16%;
    width: 40px;
    height: 40px;
    font-family: "Noto Sans JP";
    font-size: 30px;
    font-weight: 600;
    line-height: 29px;
    color: #fff;
    text-align: center;
    border: none;
    border-radius: 50px;
    background-image: linear-gradient(to right, var(--main-green) 30%, var(--second-green) 85%);

}

.carousel-news-sm.right {
    left: auto;
    right: 15%;
}

.carousel-news-sm.right:active {
    left: auto;
    right: 15%;
}

.list-equalHMRWrap {
    justify-content: normal;
    flex-wrap: wrap;
}

.list-equalHMR {
    width: 32%;
    margin-bottom: 2%;
    border: 1px solid #9d9d9d;
    margin: 9px;
}
.list-news-equalHMR {
    width: 100%;
    /* margin-bottom: 2%; */
    border: 1px solid #9d9d9d;
    /* margin: 9px; */
    height: 100%;
    display: grid;
    max-height: 287px;
}
.news-list-wrap .ui-datagrid-column{
    padding: 0.5em;
}
.news-list-wrap .ui-widget-content{
    padding: 1em 1.5em 0em 1.5em;
    border:none;
}
.news-list-wrap .ui-paginator {
    background-color: transparent;
    border-color: transparent;
}
.news-dt-ipad{
    display: none;
}
.news-list-wrap .ui-paginator {
    margin-top: 2em;
}
.news-list-wrap .ui-paginator .ui-paginator-page, .news-list-wrap .ui-paginator .ui-paginator-next, .news-list-wrap .ui-paginator .ui-paginator-last, .news-list-wrap .ui-paginator .ui-paginator-first, .news-list-wrap .ui-paginator .ui-paginator-prev{
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 20px!important;
    display: inline-flex!important;
    justify-content: center;
    /* vertical-align: middle!important; */
    align-items: center;
    color: var(--main-green)!important;
    border: 1px solid var(--main-green)!important;
}
.news-list-wrap .ui-paginator .ui-paginator-pages .ui-paginator-page.ui-state-active {
    background: linear-gradient(to right, var(--main-green) 30%, var(--second-green) 85%) !important;
    color: #ffffff!important;

}
body .ui-paginator .ui-paginator-pages .ui-paginator-page{
    margin: 0px 4px!important;
}
.news-list-wrap .ui-paginator .ui-paginator-pages{
    margin: 0!important;
}
.news-list-wrap .ui-paginator .ui-paginator-page, 
.news-list-wrap .ui-paginator .ui-paginator-pages,
.news-list-wrap .ui-paginator .ui-paginator-next, 
.news-list-wrap .ui-paginator .ui-paginator-last, 
.news-list-wrap .ui-paginator .ui-paginator-first, 
.news-list-wrap .ui-paginator .ui-paginator-prev, 
.news-list-wrap .ui-paginator .ui-paginator-current{
    margin: 0px 4px;
}
@media only screen and (max-width : 1881px) and (min-width : 1367px){
    .list-equalHMR {
        margin: 6.5px;
    }
}

@media only screen and (max-width : 1440px) and (min-width : 1281px){
    .list-equalHMR {
        margin: 6.5px;
    }

    /*    .newslist-indicators {
            right: 600px;
        }*/

    .carousel-news {
        left: 415px;
    }

    .carousel-news:hover {
        left: 415px;
    }

    .carousel-news.right {
        left: auto;
        right: 405px;
    }

    .carousel-news.right:hover {
        left: auto;
        right: 405px;
    }
}

@media only screen and (max-width : 1401px) and (min-width : 1367px){
    .list-equalHMR {
        margin: 6px;
    }
}

@media only screen and (max-width : 1366px) and (min-width : 1281px) {
    .list-equalHMR {
        margin: 5.5px;
    }

    /*    .newslist-indicators {
            right: 35%;
        }*/
}
@media (max-width:  1024px) {
    .news-dt-ipad{
        display: block;
    }
    .news-dt-pc{
        display: none;
    }
}

@media only screen and (max-width : 1280px) and (min-width : 1025px) {
    .list-equalHMR {
        margin: 5px;
    }
    /*    .newslist-indicators {
            right: 47%;
        }*/

    .carousel-news{
        left: 30%;
    }

    .carousel-news:hover{
        left: 30%;
    }

    .carousel-news.right {
        left: auto;
        right: 30%;
    }
    .carousel-news.right:hover {
        left: auto;
        right: 30%;
    }
}

@media only screen and (max-width : 1024px) {
    .list-news-equalHMR{
        height:auto!important;
        min-height: 80px;
    }

    .newslist-carousel {
        padding: 0px 50px 75px 50px;
        position: relative;
        margin-bottom: 20px;
        line-height: 25px;
    }

    .equalHMR-newslist {
        width: 100%;
        margin-top: 0%;
        margin-bottom: 3%;
    }

    .news-list-row {
        margin-bottom: -15px;
    }

    .newslist-indicators {
        right: 45%;
        top: 97%;;
    }

    .carousel-news {
        position: absolute;
        top:97%;
        left: 122px;
        width: 50px;
        height: 50px;
        font-family: "Noto Sans JP";
        font-size: 36px;
        font-weight: 600;
        line-height: 40px;
        color: var(--main-green);
        text-align: center;
        border: 2px solid var(--main-green);
        /*-webkit-border-radius: 23px;
        -moz-border-radius: 23px;*/
        border-radius: 50px;
        /*filter: alpha(opacity=50);*/
        background: white;
        /*-webkit-background-clip: text;
        -webkit-text-fill-color: transparent;*/
    }

    .carousel-news:active {
        position: absolute;
        top:97%;
        left: 157px;
        width: 50px;
        height: 50px;
        font-family: "Noto Sans JP";
        font-size: 36px;
        font-weight: 600;
        line-height: 40px;
        color: #fff;
        text-align: center;
        border: none;
        border-radius: 50px;
        background-image: linear-gradient(to right, var(--main-green) 30%, var(--second-green) 85%);

    }

    .carousel-news.right {
        right: 20%;
    }

    .carousel-news.right:active{
        right: 20%;
    }

    .row-fluid [class*="span"]{
        margin-left: 0;
    }
}

@media only screen and (max-width : 810px) {

}


@media only screen and (max-width : 768px) and (min-width : 415px) {    
    .equalHMR-newslist {
        width: 100%;
        margin-top: 0%; 
        margin-bottom: 5%;  
        border: 1px solid #9d9d9d;
    }

    .news-list-row {
        margin-bottom: -12px;
    }

    .newslist-carousel {
        padding: 0px 20px 50px 20px;
        position: relative;
        margin-bottom: 20px;
        margin-top: 45px;
        line-height: 25px;
    }

    .newslist-indicators {
        top: 97%;
    }

    .carousel-news.right {
        right: 10%;
    }

    .carousel-news {
        left: 10%;
    }

    .newslist-indicators:active {
        top: 97%;
    }

    .carousel-news.right:active {
        right: 10%;
    }

    .carousel-news:active {
        left: 10%;
    }
}

@media only screen and (max-width : 700px) and (min-width : 40.063em){
    .carousel-indicators {
        right: 19%;
        top: 97%;;
    }        
}

@media only screen and (max-width : 40.063em) {
    .equalHMR-newslist {
        width: 100%;
        margin-top: 10%;
        margin-bottom: 0;
    }
    .news-list-wrap .ui-widget-content {
        padding: 0em 0em;
        border: none;
    }
    .newslist-section {
        margin-bottom: 10px;
    }

}

@media (max-width: 991px){

}
@media (max-width: 740px){

}

@media only screen and (max-width : 425px) {

}


@media only screen and (max-width : 414px) and (min-width : 374px) { 

}

@media only screen and (max-width : 375px) {
    .carousel-news-sm {
        position: absolute;
        top: 95%;
        left: 16%;
        width: 30px;
        height: 30px;
        font-size: 25px;
        line-height: 20px;
    }

    .carousel-indicators-numbers-sm {
        text-indent: 9px;
        width: 30px;
        height: 30px;
        line-height: 25px;
        font-size: 14px;
    }

    .carousel-indicators-numbers-sm:hover {
        text-indent: 11px;
        margin: 0 2px;
        width: 30px;
        height: 30px;
        border: 2px solid var(--main-green);
        border-radius: 100%;
        line-height: 30px;
        color: #fff;
        transition: all 0.25s ease;
        text-align: center;
        font-size: 14px;
        font-family: "Noto Sans JP";
        border: none;
        background-image: linear-gradient(to right, var(--main-green) 30%, var(--second-green) 85%);
    }

    .newslist-indicators-sm {
        right: 45%;
        top: 95%;
        bottom: 0px;
        margin-right: 0px;
        display: inline-flex;
        position: absolute;
        z-index: 5;
        margin: 0;
        list-style: none;
    }

    .newslist-indicators-sm .active {
        background-image: linear-gradient(to right, var(--main-green) 30%, var(--second-green) 85%);
        color: #fff;
        border: none;
        line-height: 20px;
    }

    .carousel-news-sm:active {
        position: absolute;
        top:95%;
        left: 16%;
        width: 30px;
        height: 30px;
        font-family: "Noto Sans JP";
        font-size: 25px;
        font-weight: 600;
        line-height: 23px;
        color: #fff;
        text-align: center;
        border: none;
        border-radius: 50px;
        background-image: linear-gradient(to right, var(--main-green) 30%, var(--second-green) 85%);

    }
}

@media only screen and (max-width : 360px) {
    .carousel-news-sm {
        position: absolute;
        top: 95%;
        left: 16%;
        width: 30px;
        height: 30px;
        font-size: 25px;
        line-height: 20px;
    }

    .carousel-indicators-numbers-sm {
        text-indent: 9px;
        width: 30px;
        height: 30px;
        line-height: 25px;
        font-size: 14px;
    }
}

@media only screen and (max-width : 320px) {
    .carousel-news-sm {
        position: absolute;
        top: 95%;
        left: 16%;
        width: 30px;
        height: 30px;
        font-size: 25px;
        line-height: 20px;
    }

    .carousel-indicators-numbers-sm {
        text-indent: 9px;
        width: 30px;
        height: 30px;
        line-height: 25px;
        font-size: 14px;
    }
}

/*sm*/
@media only screen and (max-width : 40.063em) {
    .list-news-equalHMR{
        height: auto;
    }
}