﻿@charset "utf-8";

#care_title {
	background: url(bg_title.jpg) no-repeat right top;
}

	#care_title h2 {
		width: 578px;
		height: 148px;
		background: url(title01.png) no-repeat left center;
		padding: 0;
		left: 50px;
	}


@media screen and (max-width: 768px) {
	#care_title {
		background-size: auto 100%;
		background-position: right 20% center;
	}

		#care_title h2 {
			width: 70%;
			height: 0;
			background-size: contain;
			padding: 0 0 18% 0;
			left: 20px;
		}
}
