  @charset "utf-8";

/*=============================================================
 pageBlock
=============================================================*/
/*#company.top #pageBlock{
	height: 240px;
	background: url("/e/company/img/pageTtl.jpg") center center no-repeat;
	background-size: cover;
	color: #fff;
}
#company.top #pageBlock::after{content: none;}
#company.top #pageBlock a,
#company.top #pageBlock a:visited{color: #fff;}*/
#company.top #pageBlock #pageTtlMain .ttl-h1{font-size: 48px;}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Tablet (portrait)
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (min-width:600px) and (max-width:959px){
#company.top #pageBlock #pageTtlMain .ttl-h1{font-size: calc(34px + ((1vw - 6px) * 3.88889));}		
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:599px){
	
	
/*=============================================================
 pageBlock
=============================================================*/
/*#company.top #pageBlock{height: 160px;}*/
#company.top #pageBlock #pageTtlMain .ttl-h1{font-size:34px;}

}

