@charset "utf-8";
/*------------------------------------------------------------
	index.html
------------------------------------------------------------*/
.pageTitle {
	background: url(../img/p-laser/page_title_bg.jpg) no-repeat center top;
}

#conts {
	padding-top: 3px;
}

#conts .headLine01 {
    margin: 0 16px 48px;
}

#conts h4 {
	padding: 0 16px 10px;
	font-size: 20px;
	font-weight: bold;
}
#conts p.text01 {
	margin: 0 16px 22px;
	line-height: 1.75;
}

@media all and (min-width: 0) and (max-width: 736px)  {
	.pageTitle {
		background: url(../img/p-laser/sp_page_title_bg.jpg) no-repeat center top;
		background-size: 100% 100%;
	}
	
	.pageTitle h2 img {
		width: 73px;
	}
	
	#conts {
		padding-top: 0px;
	}

	#conts .headLine01 {
		margin: 0 0 23px;
	}

	#conts .headLine01 img {
		width: 78px;
	}

	#conts h4 {
		padding: 0 0 3px;
		font-size: 15px;
		font-weight: bold;
	}

	#conts p.text01 {
		margin: 0 0 18px;
		font-size: 12px;
		line-height: 1.55;
	}
}