@charset "utf-8";
/*------------------------------------------------------------
	company
------------------------------------------------------------*/
body {
	font-feature-settings: normal;
}
#main {
	padding: 135px 0 164px;
}
#main h2 {
	margin-bottom: 115px;
	text-align: center;
}
#main h2 img {
	width: 396px;
}
#main .comTab table td .linkBtn:hover {
	text-decoration: underline;
}

@media all and (max-width: 896px) {
	#main {
		padding: 61px 0 74px;
	}
	#main h2 {
		margin-bottom: 47px;
	}
	#main h2 img {
		width: 236px;
	}
	#main .comTab table td .linkBtn:hover {
		text-decoration: none;
	}

}