﻿@charset "utf-8";

#symptom_title {
	background: url(bg_title.jpg) no-repeat right top;
}

	#symptom_title h2 {
		width: 408px;
		height: 148px;
		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 20% center;
	}

		#symptom_title h2 {
			width: 49.5%;
			height: 0;
			background-size: contain;
			padding: 0 0 18% 0;
			left: 20px;
		}
}


#clm_cont section .aside ul#reasson2 {
	margin-bottom: 1.2em;
}

	#clm_cont section .aside ul#reasson2 li {
		padding: 0.5em 0 0 0;
		border-top: 0;
	}

	#clm_cont section .aside ul#reasson2 li:first-child {
		padding-top:0;
		border-top: 0;
	}

	#clm_cont section .aside ul#reasson2 li p{
		margin:0;
	}