@charset "utf-8";
/* ==================================================
		
		技術サポート PC

================================================== */
@media screen and (min-width:750px) {
  
/* --------------------------------------------------
		.vi
-------------------------------------------------- */
#contents .vi {
 background: url(../img/bak_vi.jpg) no-repeat left top / cover;
}
  
/* --------------------------------------------------
		.intro
-------------------------------------------------- */
#contents .intro {
 font-size: 18px;
 height: 177px;
 border-bottom: 2px solid #c7c7c7;
}
  
/* --------------------------------------------------
		.eqlist
-------------------------------------------------- */
#contents .eqlist .stit {
 font-size: 18px;
}
 
}


/* ==================================================
		
		技術サポート SP

================================================== */
@media screen and (max-width:749px) {
  
/* --------------------------------------------------
		.vi
-------------------------------------------------- */
#contents .vi {
	background: url(../img/bak_vi_sp.jpg) no-repeat left top / cover;
}
  
/* --------------------------------------------------
		.intro
-------------------------------------------------- */
#contents .intro {
 font-size: 15px;
 border-bottom: 2px solid #c7c7c7;
}
  
/* --------------------------------------------------
		.eqlist
-------------------------------------------------- */
#contents .eqlist .stit {
 font-size: 15px;
}
 
}
