@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#orthopedic .txt {
	line-height : 34px;
}
#orthopedic .orthopedic_about::after {
	content: "ORTHOPEDIC SURGERY";
}
#orthopedic .orthopedic_about h3.sub::after {
	width: 88%;
}
#orthopedic .orthopedic_about .box_flex_sp {
	padding-bottom: 50px;
}
#orthopedic .orthopedic_about .txt_box {
	width: 680px;
}
#orthopedic .orthopedic_about .img_box {
	width: 370px;
}
#orthopedic .orthopedic_about ul.maru {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 15px;
	margin: 50px 0 0;
}
#orthopedic .orthopedic_about .maru li {
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
	width: 49%;
}
#orthopedic .orthopedic_about .maru li span {
	position: relative;
	padding-left: 25px;
	line-height: 34px;
	display: block;
}
#orthopedic .orthopedic_about .maru li span::before {
	content: "";
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #fed300;
	position: absolute;
	top: 10px;
	left: 0;
}
#orthopedic .locomotor h3.sub {
	border-bottom: 3px solid #f7f7f7;
}
#orthopedic .locomotor h3.sub::after {
	width: 55%;
}
#orthopedic .locomotor .img_box {
	width: 370px;
}
#orthopedic .locomotor .txt_box {
	width: 680px;
}

@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) {  /* タブレット以下 */
	#orthopedic .txt {
		font-size: 100%;
		line-height: 1.8em;
	}
	#orthopedic .orthopedic_about h3.sub::after {
		width: 60%;
	}
	#orthopedic .orthopedic_about .txt_box {
		width: 60%;
	}
	#orthopedic .orthopedic_about .img_box {
		width: 35%;
	}
	#orthopedic .orthopedic_about ul.maru {
		margin: 20px 0;
		align-items: flex-start;
	}
	#orthopedic .orthopedic_about .maru li {
		padding: 10px;
		width: 48%;
	}
	#orthopedic .orthopedic_about .maru li span {
		font-size: 110%;
		line-height: 1.8em;
		padding-left: 15px;
	}
	#orthopedic .orthopedic_about .maru li span::before {
		width: 10px;
		height: 10px;
		top: 10px;
	}
	#orthopedic .locomotor h3.sub::after {
		width: 37%;
	}
	#orthopedic .locomotor .txt_box {
		width: 60%;
	}
	#orthopedic .locomotor .img_box {
		width: 35%;
	}
	
}
@media only screen and (max-width: 640px){ /* スマホ */
	#orthopedic .orthopedic_about h3.sub::after {
		width: 83%;
	}
	#orthopedic .orthopedic_about .box_flex_sp {
		flex-direction: column;
	}
	#orthopedic .orthopedic_about .txt_box {
		width: 100%;
	}
	#orthopedic .orthopedic_about .img_box {
		width: 60%;
		margin: 15px auto 0;
	}
	#orthopedic .orthopedic_about .maru li {
		width: 100%;
	}
	#orthopedic .locomotor h3.sub::after {
		width: 54%;
	}
	#orthopedic .locomotor h3.sub:last-of-type::after {
		width: 83%;
	}
	#orthopedic .locomotor .img_box {
		order: 2;
		width: 60%;
		margin: 15px auto 0;
	}
	#orthopedic .locomotor .txt_box {
		width: 100%;
	}
}