.content .pc,.kv.pc{display: block !important}
.content .sp,.kv.sp{display: none !important}
@media screen and (max-width:640px) {  
  .content .pc,.kv.pc{display: none !important}
  .content .sp,.kv.sp{display: block !important}
}
.kv{ 
	background-image: url(../images/press/press_kv.jpg); 
} 

.title{
	font-size: 18px;font-weight: bold;	
}
.time,
.category{
	line-height: 32px;
    display: inline-block;
}
.time{
	font-size: 16px;
}
.category{
	font-size: 12px; 
    transform: translateY(-2%);
}
.content{
	margin-bottom: 3em;
}
.content article{
	font-size: 16px;
}
.content article:after{content:'';display:block;clear:both;}
.content article img{
	width: auto;margin: 2em auto;
}
.content article .image-container-l-ml24{float:left;margin-right:24px;}
.content article .image-container-l-ml24 img{margin:0}
.content article .image-container-r-ml24{float:right;margin-left:24px;}
.content article .image-container-r-ml24 img{margin:0}
.white_bg{
	background-color:#ffffff;
	padding-bottom:1px
}
 

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

	.content article img{
		width: auto;margin: 2em auto;
	}
	 
}
 