﻿@charset "utf-8";

#symptom_title {
	background: url(bg_title.jpg) no-repeat right top;
}

	#symptom_title h2 {
		width: 665px;
		height: 146px;
		background: url(title01.png) no-repeat left center;
		padding: 0;
		left: 50px;
	}


@media screen and (max-width: 768px) {
	#symptom_title {
		background-size: auto 100%;
		background-position: right 40% center;
	}

		#symptom_title h2 {
			width: 81.5%;
			height: 0;
			background-size: contain;
			padding: 0 0 18% 0;
			left: 20px;
		}
}

#clm_cont section .aside ul.checklist {
	padding-bottom: 8px;
}

	#clm_cont section .aside ul.checklist li {
		margin: 0;
		box-sizing: border-box;
		background: url(icon_check.png) no-repeat left 2px;
		line-height: 1.3;
		padding: 2px 0 12px 35px;
		min-height: 18px;
		border: 0;
		font-size: 1.5rem;
	}

@media screen and (max-width: 768px) {
	#clm_cont section .aside ul.checklist {
		padding-bottom: 12px;
	}
}