@charset "utf-8";
/*==================================================
	当院のご案内
==================================================*/
#clinic .box {
	background: #fff;
	padding: 5px;
	box-shadow: 0 0 10px rgba(0,0,0, 0.5);
	margin-bottom: 30px;
}
#clinic .box .in {
	border: 1px solid #fc9400;
	padding: 20px 30px 10px 30px;
	background : url("../img/top/bg01.png") no-repeat left top, url("../img/top/bg02.png") no-repeat right top, linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(250, 242, 233, 1) 100%);
}
#clinic .box .in h3 {
	font-size: 30px;
	color: #666;
	margin-bottom: 20px;
}
#clinic .profile {
	margin: 0px 20px 30px 15px;
	line-height: 1.8;
}
#clinic .profile .pad {
	width: 420px;
	float: left;
}
#clinic h4 {
	margin-bottom: 15px;
}
#clinic h4.line {
	color: #666;
	font-size: 25px;
	position: relative;
}
#clinic h4.line::before {
	content: "";
	width: 190px;
	height: 8px;
	background: url("../img/clinic/border.gif") repeat-x;
	position: absolute;
	right: 0;
	top: 14px;
}
#clinic h4.line span {
	margin-right: 10px;
}
#clinic h4.dot {
	background: url("../img/clinic/dot.gif") repeat-x center left;
}
#clinic h4.dot span {
	font-size: 20px;
	color: #97C618;
	background: #fff;
	padding: 5px;
	font-weight: normal;
	display: inline-block;
	border-radius: 10px;
}
@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) {  /* タブレット以下 */
	#clinic h4.line {
		font-size: 20px;
	}
	#clinic h4.line::before {
		width: calc(100% - 380px);
		top: 10px;
	}
	#clinic .profile .txt {
		width: calc(100% - 200px)
	}
	#clinic h4.dot span {
		font-size: 18px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#clinic .box .in {
		background-size: 25% auto;
		padding: 20px 15px 10px 15px;
	}
	#clinic .box .in h3 {
		font-size: 25px;
		margin-bottom: 10px;
	}
	#clinic .profile {
		margin: 0 0 15px;
	}
	#clinic h4.line::before {
		width: calc(100% - 270px);
		top: auto;
		bottom: 10px;
	}
	#clinic h4.dot span {
		font-size: 15px;
	}
	#clinic .profile .img {
		text-align: center;
	}
	#clinic .profile .txt {
		width: 100%;
	}
}