@charset "UTF-8";

/*-------------------------------
	sub visual
-------------------------------*/

.sub_visual::before {
	background:url(../images/bg_subvisual_dry_eye.png) no-repeat right center / cover;
}

/*-------------------------------
	ar dry
-------------------------------*/

.dry_about {
	padding-top:12rem;
}

.dry_about .icon-title::after {
	width:6.3rem;
	height:6.3rem;
	background:url(../images/icon_dryeye.svg) no-repeat center / contain;
}

.dry_about .medical_txt p {
	line-height:1.75;
}


.sec_treatment {
	padding-top:9rem;
	padding-bottom:12rem;
}

/*-------------------------------
	symptoms
-------------------------------*/

.symptoms {
	margin-top:7rem;
	padding-top:6rem;
	padding-bottom:5rem;
}

.symptoms p {
	margin-bottom:0;
	font-size:1.8rem;
	line-height:2;
	font-weight:600;
}

.symptoms_list {
	max-width:77rem;
	margin:0 auto 3rem;
}

.symptoms_list li {
	width:50%;
}

.symptoms_list li:nth-of-type(3n) {
	padding-right:1em;
}

.symptoms_list li:nth-of-type(2n) {
	padding-right:0em;
}

/*-------------------------------
	responsive
-------------------------------*/

@media screen and (max-width:960px) {


} /* end 960px */

/*-------------------------------
	ver sp
-------------------------------*/

@media screen and (max-width:768px) {

/*-------------------------------
	sub visual
-------------------------------*/

.sub_visual::before {
	background-position:90% center;
}

/*-------------------------------
	ar dry
-------------------------------*/

.dry_about {
	padding-top:6rem;
}

.dry_about .icon-title::after {
	width:4.7rem;
	height:4.7rem;
}

.dry_about .medical_txt p {
	line-height:1.8235;
}


.sec_treatment {
	padding-top:6rem;
	padding-bottom:6rem;
}

/*-------------------------------
	symptoms
-------------------------------*/

.symptoms {
	margin-top:4rem;
	padding-top:4rem;
	padding-bottom:4rem;
}

.symptoms p {
	font-size:1.6rem;
}

.symptoms_list {
	max-width:100%;
	margin:0 auto 2rem;
}

.symptoms_list li {
	width:100%;
}

.symptoms_list li:nth-of-type(3n) {
	padding-right:0em;
}

.symptoms_list li:nth-of-type(2n) {
	padding-right:0em;
}

} /* end 768px */