@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#dialysis .bg_txt::after {
	content: "DIALYSIS";
}
#dialysis .bg_yellow::before {
	background: #F9F4A7;
}
#dialysis h3.msg {
	margin-bottom: 30px;
	font-size: 40px;
	font-weight: normal;
	text-align: center;
}
#dialysis h4.sub {
	border-color: #f7f7f7;
	margin-bottom: 20px;
}
#dialysis .box_flex+.box_flex {
	margin-top: 60px;
}
#dialysis .ico img {
	border-radius: 50%;
	border: 2px solid #f2f2f2;
}
#dialysis .in {
	background: #fff;
	border-radius: 25px;
}
#dialysis .in p:last-child {
	margin-bottom: 0;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#dialysis .photo {
		width: 36%;
	}
	#dialysis .txt {
		width: 60%;
	}
	#dialysis .ico {
		width: 23%;
	}
	#dialysis .ico+.txt {
		width: 72%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#dialysis h3.msg {
		margin-bottom: 20px;
		font-size: 30px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#dialysis h3.msg {
		font-size: 22px;
	}
	#dialysis .photo {
		margin-bottom: 20px;
	}
	#dialysis .ico {
		width: 150px;
		margin: 0 auto 10px;
	}
	#dialysis .box_flex+.box_flex {
		margin-top: 40px;
	}
}