@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#treatment_content .txt02 {
	font-size: 24px;
}
#treatment_content .treatment_box::after {
	content: "VISITING TREATMENT";
}
#treatment_content .treatment_box .box {
	width: 48%;
	margin: 30px 0;
}
#treatment_content .treatment_box .box .in  {
	column-gap: 20px;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 20px;
}
#treatment_content .treatment_box .box .ico {
	margin-bottom: 0;
}
#treatment_content .treatment_box .box .ttl {
	font-size : 40px;
	margin-bottom: 0;
}
#treatment_content .treatment_box .box .white_box {
	background: #fff;
	border-radius: 25px;
	padding: 25px;
}
#treatment_content .treatment_box .box .white_box li {
	position: relative;
	padding-left: 20px;
}
#treatment_content .treatment_box .box .white_box li::before {
	content: "";
	position: absolute;
	top: 12px;
	left: 0;
	background: #fed300;
	width: 14px;
	height: 14px;
	border-radius: 50%;
}
#treatment_content .treatment_box .box .white_box .sec_col li::before {
	background: #00c4cc;
}
#treatment_content .content_contact .contact_yellow {
	width: 900px;
	border-radius: 25px;
	background: #f9f4a7;
	margin: 50px auto 0;
	padding: 5px;
	position: relative;
}
#treatment_content .content_contact .contact_yellow .in {
	border: 3px solid #fff;
	border-radius: 25px;
	padding: 40px;
}
#treatment_content .content_contact .contact_yellow .in .top_txt {
	position: absolute;
	top: 5px;
	left: 50%;
	transform: translate(-50%,-50%);
}
#treatment_content .content_contact .contact_yellow .in .btn_box {
	width: 660px;
	margin: 0 auto;
}
@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_content .txt02 {
		font-size: 20px;
	}
	#treatment_content .treatment_box .box .in  {
		column-gap: 15px;
		margin-bottom: 15px;
	}
	#treatment_content .treatment_box .box .ico {
		width: 60px;
	}
	#treatment_content .treatment_box .box .ttl {
		font-size: 25px;
	}
	#treatment_content .treatment_box .box .white_box {
		padding: 15px;
	}
	#treatment_content .treatment_box .box .white_box li {
		padding-left: 15px;
	}
	#treatment_content .treatment_box .box .white_box li::before {
		top: 8px;
		width: 10px;
		height: 10px;
	}
	#treatment_content .content_contact .contact_yellow {
		width: 100%;
	}
	#treatment_content .content_contact .contact_yellow .in {
		padding: 20px;
	}
	#treatment_content .content_contact .contact_yellow .in .btn_box {
		width: 100%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#treatment_content .treatment_box .box {
		width: 100%;
		margin: 15px 0;
	}
	#treatment_content .content_contact .contact_yellow .in {
		padding: 15px 10px;
	}
	#treatment_content .content_contact .contact_yellow .in .txt:first-child {
		text-align: left;
	}
}