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

#conts p {
	margin: 0 15px 22px;
	line-height: 1.75;
}

#conts .text01 {
	margin-bottom: 58px;
}

#conts .photo {
	padding: 17px 0 74px;
	text-align: center;
}

#conts .photo .sp {
	display: none;
}

#conts p span {
	display: block;
}

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

	#conts p {
		margin: 0 0 18px;
		font-size: 12px;
		line-height: 1.55;
	}
	
	#conts p span {
		display: inline;
	}
	
	#conts .text01 {
		margin-bottom: 36px;
	}
	
	#conts .photo {
		padding-bottom: 40px;
	}
		
	#conts .photo .sp {
		display: block;
	}
	
	#conts .photo .pc {
		display: none;
	}
}