/* common */
@import url("homecare.css") print, screen and (min-width:670px) ;
@import url("homecare_sp.css") screen and (min-width:0px) and (max-width: 670px);


/* ページタイトル
----------------------------------- */
.carehouse_pt1 {
	background-image:url(../images/page_title2.png) !important;
}

@media(max-width:670px) {
	.carehouse_pt1 {
		background-image: none;
	}
}