﻿@charset "utf-8";

#dryeye_title {
	background: url(bg_title.jpg) no-repeat right top;
}

	#dryeye_title h2 {
		width: 577px;
		height: 146px;
		background: url(title01.png) no-repeat left center;
		padding: 0;
		left: 50px;
	}



@media screen and (max-width: 768px) {
	#dryeye_title {
		background-size: auto 100%;
		background-position: right 35% center;
	}

		#dryeye_title h2 {
			width: 71%;
			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 .aside ul.checklist {
	padding-bottom: 8px;
}

	#clm_cont section .aside ul.checklist li {
		margin: 0;
		box-sizing: border-box;
		background: url(icon_check.gif) 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.zukai {
		padding-left: 10%;
		padding-right: 10%;
	}

	#clm_cont section .aside ul.checklist {
		padding-bottom: 12px;
	}
}

@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;
		}
}
