  @charset "utf-8";

/*=============================================================
 pageBlock
=============================================================*/
#news.top #pageBlock #pageTtlMain .ttl-h1{font-size: 48px;}



/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Tablet (portrait)
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (min-width:600px) and (max-width:959px){
#news.top #pageBlock #pageTtlMain .ttl-h1{font-size: calc(34px + ((1vw - 6px) * 3.88889));}		
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:599px){
	
	
/*=============================================================
 pageBlock
=============================================================*/
#news.top #pageBlock #pageTtlMain .ttl-h1{font-size: 34px;}	



}

