﻿@charset "utf-8";

#care_title {
	background: url(bg_title.jpg) no-repeat right top;
}

	#care_title h2 {
		width: 703px;
		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 30% center;
	}

		#care_title h2 {
			width: 86%;
			height: 0;
			background-size: contain;
			padding: 0 0 18% 0;
			left: 20px;
		}
}


#clm_cont section .aside ul.ib_list.ib_block li {
	border: 0;
	display: block;
	margin: 0 0 0.75em 0;
	float:none;
	width: auto;
}

#clm_cont section .aside ul.ib_list.ib_block li:last-child {
	margin: 0 0 0 0;
}


@media screen and (max-width: 768px) {
	#clm_cont section .aside ul.ib_list li {
		width: auto;
		float: none;
		margin: 0 0 0.3em 0;
	}
}