﻿@charset "utf-8";

#care_title {
	background: url(bg_title.jpg) no-repeat right top;
}

	#care_title h2 {
		width: 584px;
		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: 72%;
			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;
}

#clm_cont section .aside ul + h3 {
    padding-top:20px;
    border-top: 1px solid #c3d7e9;
}

@media screen and (max-width: 768px) {
	#clm_cont section .aside ul.ib_list li {
		width: auto;
		float: none;
		margin: 0 0 0.3em 0;
	}
	
	#clm_cont section .aside ul + h3 {
	    padding-top: 2rem;
	}
}