/* NEWS */

.single #main {
	max-width: 1160px;
    margin: auto;
}

.ppr_news_all_box {
	    display: flex;
    flex-wrap: wrap;
}

.ppr_news {
	    width: calc(100%/3);
    height: 400px;
}

.ppr_news a {
	height: 100%;
    width: 100%;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.ppr_news a:hover {
opacity: 0.8;	
}

.ppr_news h2 {
	position: absolute;
    bottom: 0 px;
    z-index: 9;
    left: 20px;
    font-weight: 400;
    font-size: 27px;
    line-height: 1.2em;
}
.ppr_news .standard_news_bg {
	    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    height: 40%;
    width: 100%;
}