@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#cataract_surgery .txt {
	font-size : 20px;
	line-height : 34px;
}
#cataract_surgery::after {
	content: "CATARACT SURGERY";
}
#cataract_surgery .about h3.sub::after {
	width: 35%;
}
#cataract_surgery .about ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 15px;
	margin: 50px 0;
}
#cataract_surgery .about li {
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
	width: 49%;
}
#cataract_surgery .about li span {
	position: relative;
	padding-left: 25px;
	line-height: 34px;
	display: block;
}
#cataract_surgery .about li span::before {
	content: "";
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #fed300;
	position: absolute;
	top: 10px;
	left: 0;
}
#cataract_surgery .surgery h3.sub::after {
	width: 45%;
}
#cataract_surgery .surgery .box {
	padding-top: 60px;
}
#cataract_surgery .surgery .box .img_box {
	width: 355px;
}
#cataract_surgery .surgery .box .txt_box {
	width: 695px;
}
#cataract_surgery .surgery .box .txt_box .chk li {
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 10px;
}
#cataract_surgery .surgery .box .txt_box .chk li:last-of-type {
	margin-bottom: 30px;
}
#cataract_surgery .surgery .box .txt_box .chk li span {
	position: relative;
	padding-left: 35px;
	line-height: 34px;
	display: block;
}
#cataract_surgery .surgery .box .txt_box .chk li span::before {
	content: "";
	background: url("../img/chk.png") no-repeat center/100%;
	width: 29px;
	height: 27px;
	border-radius: 50%;
	position: absolute;
	top: 5px;
	left: 0;
}
#cataract_surgery .surgery .box .highlevel_box {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(3, 31%);
	gap: 55px 0;
}
#cataract_surgery .surgery .box .highlevel_box .in {
	background: #fff;
	margin: 60px 0 50px;
}
#cataract_surgery .surgery .box .highlevel_box .in .ico {
	background: #f9f4a7;
	width: 95px;
	height: 95px;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	position: relative;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	margin-top: -45px;
}
#cataract_surgery .surgery .box .highlevel_box .in .txt {
	padding: 15px;
	line-height: 44px;
}
#cataract_surgery .attempt::before {
	background: #fff;
}
#cataract_surgery .attempt h3.sub {
	border-bottom: 3px solid #f7f7f7;
}
#cataract_surgery .attempt h3.sub::after {
	width: 75%;
}
#cataract_surgery .attempt dl {
	background: #f7f7f7;
	padding: 25px;
	width: 48%;
	line-height : 34px;
	text-align: center;
	margin: 20px 0 30px;
}
#cataract_surgery .attempt dt {
	color : #F5A20E;
	margin-bottom: 20px;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#cataract_surgery .about h3.sub::after {
		width: 23%;
	}
	#cataract_surgery .txt {
		font-size: 100%;
		line-height: 1.8em;
	}
	#cataract_surgery .about ul {
		margin: 20px 0;
	}
	#cataract_surgery .about li {
		padding: 10px;
		width: 48%;
	}
	#cataract_surgery .about li span {
		font-size: 110%;
		line-height: 1.8em;
		padding-left: 15px;
	}
	#cataract_surgery .about li span::before {
		width: 10px;
		height: 10px;
		top: 10px;
	}
	#cataract_surgery .surgery h3.sub::after {
		width: 30%;
	}
	#cataract_surgery .surgery .box {
		padding-top: 30px;
	}
	#cataract_surgery .surgery .box .img_box {
		width: 35%;
	}
	#cataract_surgery .surgery .box .txt_box {
		width: 60%;
	}
	#cataract_surgery .surgery .box .txt_box .chk li {
		padding: 10px;
	}
	#cataract_surgery .surgery .box .txt_box .chk li:last-of-type {
		margin-bottom: 15px;
	}
	#cataract_surgery .surgery .box .txt_box .chk li span {
		font-size: 110%;
		line-height: 1.8em;
		padding-left: 25px;
	}
	#cataract_surgery .surgery .box .txt_box .chk li span::before {
		width: 20px;
		height: 20px;
		top: 5px;
	}
	#cataract_surgery .surgery .box .highlevel_box {
		grid-template-columns: repeat(3, 32%);
		gap: 15px 0;
	}
	#cataract_surgery .surgery .box .highlevel_box .in .ico {
		width: 65px;
		height: 65px;
		margin-top: -35px;
	}
	#cataract_surgery .surgery .box .highlevel_box .in .txt {
		padding: 10px;
		line-height: 1.8em;
	}
	#cataract_surgery .attempt h3.sub::after {
		width: 48%;
	}
	#cataract_surgery .attempt dl {
		padding: 15px;
		font-size: 125%;
		line-height: 1.8em;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#cataract_surgery h3.sub {
		font-size: 6.5vw;
	}
	#cataract_surgery .about h3.sub::after {
		width: 53%;
	}
	#cataract_surgery .about li {
		width: 100%;
	}
	#cataract_surgery .surgery h3.sub::after {
		width: 67%;
	}
	#cataract_surgery .surgery .box .img_box {
		order: 2;
		width: 60%;
		margin: 0 auto;
	}
	#cataract_surgery .surgery .box .txt_box {
		width: 100%;
		margin-bottom: 15px;
	}
	#cataract_surgery .surgery .box .highlevel_box {
		grid-template-columns: 100%;
	}
	#cataract_surgery .surgery .box .highlevel_box .in {
		margin: 30px 0 15px;
	}
	#cataract_surgery .surgery .box .highlevel_box .in .txt {
		padding-bottom: 20px;
	}
	#cataract_surgery .attempt h3.sub::after {
		width: 80%;
	}
	#cataract_surgery .attempt dl {
		width: 100%;
		margin:5px 0;
	}
	#cataract_surgery .attempt dt {
		margin-bottom: 5px;
	}
}