
.kv{ 
	background-image: url(../images/press/press_kv.jpg); 
} 

.title{
	font-size: 22px;font-weight: bold;	
}
.time,
.category{
	line-height: 32px;
    display: inline-block;
}
.time{
	font-size: 16px;
}
.category{
	font-size: 16px; 
    transform: translateY(-2%);
}
.content{
	margin-bottom: 3em;
}
.content article{
	font-size: 16px;
}
.content article img{
	width: auto;
}
.content article p{
	padding: 0.5em 0;
}
.news-video{
	width:75%;    margin: auto;    display: block;
}
.white_bg{
	background-color:#ffffff;
	padding-bottom:1px
}
.bottom-banner{
	font-size:0;    margin-top: -30px;display:none;margin-bottom: 40px;
}
.bottom-banner a{width: calc((100% - 30px) / 4); display: inline-block; margin-right: 10px;}
.bottom-banner a:last-child{margin-right: 0px;}

@media screen and (max-width:640px) {
	
	.kv{  
		background-image: url(../images/press/press_kv_sp.jpg); 
	}  

	.content article img{
		width: 100%; 
	}
	.news-video{
		width:90%;
	}	
	.bottom-banner a{width: calc((100% - 10px) / 2); margin-bottom: 10px;}
	.bottom-banner a:last-child{margin-right: 10px;}
	.bottom-banner a:nth-of-type(2n){margin-right: 0px;} 
}
 