﻿@charset "utf-8";

#care_title {
	background: url(bg_title.jpg) no-repeat right top;
}

	#care_title h2 {
		width: 688px;
		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: 84%;
			height: 0;
			background-size: contain;
			padding: 0 0 18% 0;
			left: 20px;
		}
}

#clm_cont section ol.ls_num li {
	font-weight: bold;
	color: #005AAC;
}

#clm_cont section #exivcheck h4 {
	font-size: 2.2rem;
	line-height: 1.3;
	text-align: center;
	margin-bottom: 0.5em;
	font-weight: normal;
}

@media screen and (max-width: 768px) {
	#clm_cont section #exivcheck h4 {
		font-size: 1.8rem;
		line-height: 1.3;
		text-align: center;
		margin-bottom: 0.5em;
		font-weight: normal;
	}
}