﻿@charset "utf-8";

#symptom_title {
	background: url(bg_title.jpg) no-repeat right top;
}

	#symptom_title h2 {
		width: 484px;
		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 20% center;
	}

		#symptom_title h2 {
			width: 60%;
			height: 0;
			background-size: contain;
			padding: 0 0 18% 0;
			left: 20px;
		}
}

#clm_cont section .aside.zukai {
	padding-left: 112px;
	padding-right: 112px;
}


	#clm_cont section .aside.zukai ul li {
		padding-bottom: 16px;
	}

#clm_cont section .txtLink01{
	line-height:1.5;
}

@media screen and (max-width: 768px) {
	#clm_cont section .aside.zukai {
		padding-left: 10%;
		padding-right: 10%;
	}

}

@media screen and (max-width: 640px) {
	#clm_cont section .aside.zukai{
		padding-left: 1.75rem;
		padding-right: 1.75rem;
	}

		#clm_cont section .aside.zukai ul li {
			padding-bottom: 10px;
		}
}

