﻿@charset "utf-8";

#care_title {
	background: url(bg_title.jpg) no-repeat right top;
}

	#care_title h2 {
		width: 534px;
		height: 146px;
		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 15% center;
	}

		#care_title h2 {
			width: 65.5%;
			height: 0;
			background-size: contain;
			padding: 0 0 18% 0;
			left: 20px;
			top: 20px;
			bottom: auto;
		}
}