@charset "UTF-8";

/************************************************************************
*	CSS information
*	file name  : support.css
*	style info : ページ別スタイルの設定
************************************************************************/

@media screen and (min-width: 768px) { /* デスクトップ用 */

	.sec_ttl {
		background-image: url(../img/support/pc/support_ttl.png);
	}

}