@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#treatment_about .txt02 {
	font-size: 24px;
}
#treatment_about .about_box::after {
	content: "HOME MEDICAL CARE";
}
#treatment_about .about_box dl {
	width: 662px;
}
#treatment_about .about_box dt {
	display: flex;
	column-gap: 20px;
	align-items: center;
	margin-bottom: 20px;
}
#treatment_about .about_box dt .txt {
	font-size : 40px;
}
#treatment_about .about_box dd {
	background: #fff;
	border-radius: 25px;
	padding: 25px;
}
#treatment_about .contact_yellow {
	width: 758px;
	border-radius: 25px;
	background: #f9f4a7;
	margin: 50px auto 0;
	padding: 5px;
	position: relative;
}
#treatment_about .contact_yellow .in {
	border: 3px solid #fff;
	border-radius: 25px;
	padding: 30px 40px 40px;
}
#treatment_about .contact_yellow .in .top_txt {
	text-align: center;
	margin-bottom: 0;
}
#treatment_about .flow_box .box {
	position: relative;
}
#treatment_about .flow_box .box:not(:last-of-type) {
	margin-bottom: 80px;
}
#treatment_about .flow_box .box:not(:last-of-type)::before {
	content: "";
	background:#f9f4a7;
	width: 5px;
	height: calc(100% + 80px);
	position: absolute;
	top: 0;
	left: 90px;
	z-index: -1;
}
#treatment_about .flow_box .box .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 180px;
	height: 180px;
	background: #f9f4a7;
	border-radius: 50%;
	padding: 40px;
	box-sizing: border-box;
}
#treatment_about .flow_box .box .icon img {
	max-height: 95px;
}
#treatment_about .flow_box .box dl {
	width: calc(100% - 250px);
}
#treatment_about .flow_box .box dt {
	font-size : 28px;
	margin-bottom: 20px;
}
#treatment_about .flow_box .box dt .step {
	font-size : 24px;
	margin-right: 1em;
}
#treatment_about .flow_box .box dd li {
	padding-left: 20px;
	position: relative;
}
#treatment_about .flow_box .box dd li::before {
	content: "";
	background: #fed300;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	position: absolute;
	top: 14px;
	left: 0;
}
#treatment_about .prescription {
	position: relative;
}
#treatment_about .prescription .img {
	width: 220px;
	height: 220px;
	background:#fff;
	border: 1px solid #f2f2f2;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 130px;
	right: 0;
	border-radius: 50%;
	padding: 30px;
}
@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) {  /* タブレット以下 */
	#treatment_about .txt02 {
		font-size: 20px;
	}
	#treatment_about .about_box dt .maru img {
		width: 60px;
	}
	#treatment_about .about_box dt .txt {
		font-size: 25px;
	}
	#treatment_about .about_box dd {
		padding: 15px;
		border-radius: 10px;
	}
	#treatment_about .about_box .img {
		width: 40%;
		margin-left: auto;
		margin-top: 20px;
	}
	#treatment_about .contact_yellow {
		width: 100%;
		margin-right: 30px;
	}
	#treatment_about .contact_yellow .in .top_txt {
		font-size: 120%;
	}
	#treatment_about .contact_yellow .in {
		padding: 25px;
	}
	#treatment_about .flow_box .box:not(:last-of-type) {
		margin-bottom: 30px;
	}
	#treatment_about .flow_box .box:not(:last-of-type)::before {
		left: 60px;
		height: calc(100% + 30px);
	}
	#treatment_about .flow_box .box .icon {
		width: 120px;
		height: 120px;
		padding: 30px;
	}
	#treatment_about .flow_box .box .icon img {
		max-height: 70px;
	}
	#treatment_about .flow_box .box dl {
		width: calc(100% - 150px);
	}
	#treatment_about .flow_box .box dt {
		font-size: 25px;
		margin-bottom: 15px;
	}
	#treatment_about .flow_box .box dt .step {
		font-size: 20px;
	}
	#treatment_about .flow_box .box dd li {
		padding-left: 15px;
	}
	#treatment_about .flow_box .box dd li::before {
		width: 10px;
		height: 10px;
		top: 9px;
	}
	#treatment_about .prescription .img {
		width: 150px;
		height: 150px;
		position: relative;
		top: auto;
		bottom: 0;
		margin-left: auto;
		padding: 25px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#treatment_about .txt02 {
		font-size: 130%;
	}
	#treatment_about .about_box dt .maru img {
		width: 50px;
	}
	#treatment_about .about_box dt .txt {
		font-size: 20px;
	}
	#treatment_about .about_box .img {
		width: 60%;
	}
	#treatment_about .contact_yellow .in {
		padding: 10px 5px;
	}
	#treatment_about .contact_yellow .in .top_txt {
		font-size: 100%;
		white-space: nowrap;
	}
	#treatment_about .flow_box .box:not(:last-of-type) {
		margin-bottom: 50px;
	}
	#treatment_about .flow_box .box:not(:last-of-type)::before {
		display: none;
	}
	#treatment_about .flow_box .box .icon {
		margin: 0 auto 10px;
	}
	#treatment_about .flow_box .box dl {
		width: 100%;
	}
	#treatment_about .flow_box .box dt {
		font-size: 20px;
	}
	#treatment_about .flow_box .box dt .step {
		font-size: 80%;
		display: block;
	}
}