@charset "utf-8";

main h2 {
	height: 115px;
	background: url(../images/index/h2_consultation.png) center no-repeat;
}

/*===========================================================
	お知らせ・セミナー情報
===========================================================*/

section#topics h3 {
	font-weight: 700;
}

/*===========================================================
	ご相談内容のご紹介
===========================================================*/

section#consultation h3 {
	line-height: 1.4em;
}

@media screen and (max-width:999px) {
	
	main h2 {
		height: auto;
		background: none;
	}
	
}