@charset "utf-8";

/***************************************************************************
*
* news.css
*
***************************************************************************/

.boxNews {
    width: 100%;
    padding-right: 210px;
    margin-top: 150px;
    margin-bottom: 160px;
}

.newsitem {
    width: 100%;
    display: table;
    font-family:
    YuMincho,    /* Mac用 */
    'Yu Mincho', /* Windows用 */
    serif;

}

.newsitem+.newsitem {
    margin-top: 29px;
}
.newsitem a {
    display: block;
    color: #000000;
    text-decoration: none;
}
.newsitem a.hoverJS:hover {
    opacity: 0.8;
}
.newsitem .newsimg {
    display: table-cell;
    width: 124px;
    vertical-align: middle;
}

.newsitem .newscont {
    display: table-cell;
    vertical-align: middle;
    padding-left: 34px;
    font-size: 14px;
}

.newsitem .newscont .newsdate {
    color: #d70046;
}

.newsitem .newscont .newsdes {
    margin-top: 12px;
    line-height: 1.8;
}

/*.btnMore {
    display: block;
    text-align: center;
    margin-bottom: 160px;
}

.btnMore a {
    width: 444px;
    display: inline-block;
    text-align: center;
    font-family: 'font_yumin';
    color: #FFFFFF;
    padding: 20px 0 22px;
    background-color: #d70046;
    font-size: 17px;
    text-decoration: none;
}
.btnMore a span {
    display: inline-block;
    background: url(../img/news/btnMore_icon.png) no-repeat left center;
    padding-left: 35px;
    padding-top: 4px;
}*/



.boxNews .alm-btn-wrap {
    padding-left: 210px;
    margin-top: 160px;
}

.boxNews button.btnMore {
    width: 444px;
    height: auto;
    font-family:
    YuMincho,    /* Mac用 */
    'Yu Mincho', /* Windows用 */
    serif;

    color: #FFFFFF;
    padding: 23px 0 22px;
    line-height: 1.5;
    background: url(../img/news/btnMore_icon.png) no-repeat 37% center;
    background-color: #d70046;
    font-size: 17px;
    border-radius: 0;
    transition: all 0.5s;
}

.boxNews button.alm-load-more-btn:hover {
    background: url(../img/news/btnMore_icon.png) no-repeat 37% center;
    background-color: rgba(215, 0, 70, 0.71);
}
/* Style SP */

@media (max-width: 767px) {
    .boxNews {
        padding-right: 0;
        margin-top: 45px;
        margin-bottom: 70px;
    }
    .newsitem+.newsitem {
        margin-top: 20px;
    }
    .newsitem .newscont {
        padding-left: 20px;
    }
    .newsitem .newscont .newsdes {
        margin-top: 8px;
    }
    /*.btnMore {
        margin-bottom: 90px;
        width: 100%;
    }
    .btnMore a {
        display: block;
        width: 100%;
        padding: 15px 0 17px;
    }*/
    .selectCat {
        width: 100%;
        background-color: #d70046;
        color: #FFFFFF;
        text-align: center;
        font-size: 17px;
        margin-top: 45px;
        position: relative;
    }
    .selectCat .currcat {
        display: block;
        width: 100%;
        padding: 17px 0;
        position: relative;
    }
    .selectCat .currcat:after {
        content: "";
        width: 18px;
        height: 15px;
        left: 80%;
        top: 35%;
        background: url(../img/news/cat_icon_arrow.png) no-repeat left center;
        background-size: 17px;
        position: absolute;
        transition: 0.5s all;
    }
    .selectCat .currcat.active:after {
        -ms-transform: rotate(180deg);
        /* IE 9 */
        -webkit-transform: rotate(180deg);
        /* Chrome, Safari, Opera */
        transform: rotate(180deg);        
    }
    .selectCat ul {
        width: 100%;
        position: absolute;
        background-color: #FFFFFF;
        display: none;
    }
    .selectCat ul li {
        display: block;
        border-top: 1px solid #eb80a3;
    }
    .selectCat ul li a {
        display: block;
        color: #FFFFFF;
        padding: 17px 0;
        background-color: #d70046;
        text-decoration: none;
    }
    .selectCat ul li a:hover {
        opacity: 0.8;
    }


    .boxNews .alm-btn-wrap {
        padding-left: 0px;
        margin-top: 70px;
    }
    .boxNews button.btnMore {
        width: 100%;
    }



}
