@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#nursing_outpatient .outpatient_about::after {
	content: "OUTPATIENT";
}
#nursing_outpatient .outpatient_about h3.sub::after {
	width: 82%;
}
#nursing_outpatient .outpatient_about .box .txt_box {
	width: 595px;
}
#nursing_outpatient .outpatient_about .box .txt_box .txt {
	line-height : 34px;
}
#nursing_outpatient .outpatient_about .box .txt_box ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px 0;
	margin: 50px 0;
}
#nursing_outpatient .outpatient_about .box .txt_box li {
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
	width: 48%;
}
#nursing_outpatient .outpatient_about .box .txt_box li span {
	position: relative;
	padding-left: 25px;
	line-height : 34px;
	display: block;
}
#nursing_outpatient .outpatient_about .box .txt_box li span::before {
	content: "";
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #fed300;
	position: absolute;
	top: 10px;
	left: 0;
}
#nursing_outpatient .outpatient_about .box .img_box {
	width: 455px;
}
#nursing_outpatient .outpatient_about .box .img_box .img_in img {
	width: 220px
}
#nursing_outpatient .attempt_box .box {
	display: flex;
	margin-bottom: 50px;
}
#nursing_outpatient .attempt_box .box .ico {
	background: #f9f4a7;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	padding: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 35px;
	box-sizing: border-box;
}
#nursing_outpatient .attempt_box .box:first-of-type .ico img {
	position: relative;
	top: -5px;
}
#nursing_outpatient .attempt_box .box dl {
	width: 870px;
}
#nursing_outpatient .attempt_box .box dt {
	font-size : 24px;
	line-height : 34px;
	color : #F5A20E;
	margin-bottom: 25px;
}
#nursing_outpatient .attempt_box .box dd {
	line-height : 34px;
}
@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) {  /* タブレット以下 */
	#nursing_outpatient .outpatient_about h3.sub::after {
		width: 23%;
	}
	#nursing_outpatient .outpatient_about .box .txt_box .txt {
		font-size: 110%;
		line-height: 1.8em;
	}
	#nursing_outpatient .outpatient_about .box .txt_box ul {
		margin: 30px 0;
	}
	#nursing_outpatient .outpatient_about .box .txt_box li {
		padding: 10px;
		width: 48%;
	}
	#nursing_outpatient .outpatient_about .box .txt_box li span {
		font-size: 110%;
		line-height: 1.8em;
		padding-left: 15px;
	}
	#nursing_outpatient .outpatient_about .box .txt_box li span::before {
		width: 10px;
		height: 10px;
		top: 10px;
	}
	#nursing_outpatient .outpatient_about .box .img_box {
		width: 60%;
		margin: 0 auto;
		order: 2;
	}
	#nursing_outpatient .outpatient_about .box .img_box .img_in .img {
		width: 48%;
	}
	#nursing_outpatient .outpatient_about .box .img_box .img_in .img img {
		width: 100%;
	}
	#nursing_outpatient .outpatient_about .box .txt_box {
		width: 100%;
		font-size: 110%;
		line-height: 1.8em;
		margin-bottom: 20px;
	}
	#nursing_outpatient .attempt_box .box .ico {
		width: 100px;
		height: 100px;
		margin-right: 20px;
		padding: 25px;
	}
	#nursing_outpatient .attempt_box .box:first-of-type .ico {
		padding: 20px;
	}
	#nursing_outpatient .attempt_box .box dl {
		width: calc(100% - 120px);
	}
	#nursing_outpatient .attempt_box .box dt {
		font-size: 125%;
		line-height: 1.8em;
		margin-bottom: 10px;
	}
	#nursing_outpatient .attempt_box .box dd {
		font-size: 110%;
		line-height: 1.8em;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#nursing_outpatient .outpatient_about h3.sub {
		font-size: 5vw;
	}
	#nursing_outpatient .outpatient_about h3.sub::after {
		width: 35%;
	}
	#nursing_outpatient .outpatient_about .box li {
		width: 100%;
	}
	#nursing_outpatient .outpatient_about .box .txt_box .tbl th {
		width: 100%;
	}
	#nursing_outpatient .outpatient_about .box .img_box {
		width: 80%;
	}
	#nursing_outpatient .attempt_box .box {
		flex-direction: column;
	}
	#nursing_outpatient .attempt_box .box .ico {
		margin: 0 auto 20px;
	}
	#nursing_outpatient .attempt_box .box dl {
		width: 100%;
	}
}
	@media only screen and (max-width: 320px) {
		#nursing_outpatient .outpatient_about .box .txt_box li {
			width: 100%;
		}
	}