@charset "utf-8";
/*==================================================
	よくある質問・治療費/時間
==================================================*/
#faq h3 {
	margin-bottom: 20px;
}
#faq dl {
	margin-bottom: 10px;
	background: #FFFFFF;
	padding: 15px 10px;
	display: flex;
}
#faq dt {
	width: 185px;
}
#faq dd {
	width: calc(100% - 185px);
}
/*治療費*/
#rate h3 {
	margin-bottom: 20px;
}
#rate .tbl {
	width: 480px;
	margin-bottom: 5px;
}
#rate .tbl th,
#rate .tbl td {
	padding: 6px 8px;
}
#rate .fs {
	font-size: 12px;
}
@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) {  /* タブレット以下 */
	#faq h3 img, #rate h3 img {
		width: 100%;
		height: 23px;
		object-fit: cover;
		object-position: left;
	}
	#rate .tbl {
		width: 100%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#faq dl {
		display: block;
	}
	#faq dt {
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
	#faq dd {
		width: 100%;
	}
	#rate .tbl th, #rate .tbl td {
		padding: 3px;
	}
}