@charset "utf-8";
/* CSS Document */

.pc {
	display: block;
}
.sp {
	display: none;
}
.pcBr {
	display: inline;
}
.spBr {
	display: none;
}

/*------------------*/

#all .wrapper{
	width: 800px;
	text-align: center;
	margin: 0px auto 70px auto;
}
#all .wrapper #section01{
	padding-top: 80px;
}
#all .top_ttl .inner:after{
	content: "";
	background-image: url(img/top_ttl_txt.png);
	background-repeat: no-repeat;
	width: 249px;
	height: 29px;
	position: absolute;
	left: 250px;
	top: 50px;
}
#all .wrapper .cont > div {
    margin-bottom: 70px!important;
}

#all .wrapper p {
	letter-spacing: 1.5px;
	line-height: 2em;
	margin-bottom: 1em;
	text-align: left;
}

.contH2Wrap01 {
	display: table;
	height: 77px;
	margin: 0px auto;
	background-image: url(img/clinic_tit_left01.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 44px;
}
.contH2Wrap01 span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	background-image: url(img/clinic_tit_right01.png);
	background-repeat: no-repeat;
	background-position: right center;
	color: #ea5413;
	font-size: 28px;
	line-height: 28px;
	font-weight: bold;
	padding: 0px 70px;
}


/*-------------------------------*/

.left01 {
	float: left;
}
.right01 {
	float: right;
}

.staffDl01 {
	width: 400px;
	text-align: left;
}
.staffDl01 dt {
	font-size: 25px;
	line-height: 26px;
	font-weight: bold;
}
.staffDl01 dt .span01 {
	font-size: 18px;
}
.staffDl01 dt .span02 {
	color: #ea5413;
	font-size: 13px;
	font-weight: normal;
}
.staffDl01 dd {
	padding-top: 30px;
}
.staffDl01 dd .box01 {
	border: 1px solid #ea5413;
	padding: 15px 20px;
	position: relative;
}
.staffH301 {
	color: #ea5413;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	background-color: #fff5e8;
	padding: 0px 13px;
	position: absolute;
	left: 24px;
	top: -10px;
}

.stauffUl01 li {
	font-size: 14px;
	line-height: 26px;
	text-indent: -1em;
	padding-left: 1em;
}
.stauffUl01 li.bold {
	font-weight: bold;
}

.staffBox01 {
	background-color: #ffffff;
	border: 1px solid #eed1ab;
	padding: 25px;
	margin: 25px 0px;
	text-align: left;
}
.staffBox01 h3 {
	border-bottom: 1px solid #ee7e5b;
	padding-bottom: 13px;
	margin-bottom: 15px;
}
.staffBox01 p {
	font-size: 15px;
	line-height: 30px;
	margin-bottom: 0px !important;
}







/*iPad縦 / iPhone 7/6 Plus横*/
@media screen and (max-width: 768px) {

	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.pcBr {
		display: none;
	}
	.spBr {
		display: inline;
	}

	/*-------------------*/

	#all .wrapper img {
		max-width: 100%;
		height: auto;
	}

	#all .wrapper .cont {
		margin-bottom: 35px !important;
	}
	#all .wrapper{
		width: auto;
		text-align: center;
		margin-bottom: 35px;
		padding: 0px 15px;
	}
	#all .wrapper #section01{
		padding-top: 35px;
	}
	#all .top_ttl .inner:after{
		content: "";
		background-image: url(img/top_ttl_txt.png);
		background-repeat: no-repeat;
		background-position: center center;
		width: 100%;
		height: 29px;
		position: absolute;
		left: 0px;
		top: 50px;
	}
	#all .wrapper .cont > div {
			margin-bottom: 20px!important;
	}

	#all .wrapper p {
		letter-spacing: 1.5px;
		font-size: 0.8rem;
		line-height: 1.6em;
		margin-bottom: 1em;
		text-align: left;
	}


	.contH2Wrap01 {
		display: table;
		height: 40px;
		margin: 0px auto;
		background-image: url(img/clinic_tit_left01.png);
		background-size: auto 40px;
		background-repeat: no-repeat;
		background-position: left center;
		margin-bottom: 22px;
	}
	.contH2Wrap01 span {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		background-image: url(img/clinic_tit_right01.png);
		background-size: auto 40px;
		background-repeat: no-repeat;
		background-position: right center;
		color: #ea5413;
		font-size: 1.0rem;
		line-height: 1em;
		font-weight: bold;
		padding: 0px 25px;
	}


	/*-------------------------------*/

	.left01 {
		float: none;
	}
	.right01 {
		float: none;
	}

	.staffDl01 {
		width: auto;
		text-align: left;
		margin: 15px 0px 20px 0px;
	}
	.staffDl01 dt {
		font-size: 1.1rem;
		line-height: 1em;
		font-weight: bold;
	}
	.staffDl01 dt .span01 {
		font-size: 0.9rem;
	}
	.staffDl01 dt .span02 {
		color: #ea5413;
		font-size: 0.8rem;
		font-weight: normal;
	}
	.staffDl01 dd {
		padding-top: 16px;
	}
	.staffDl01 dd .box01 {
		border: 1px solid #ea5413;
		padding: 15px 20px;
		position: relative;
	}
	.staffH301 {
		color: #ea5413;
		font-size: 1.0rem;
		line-height: 1em;
		font-weight: bold;
		background-color: #fff5e8;
		padding: 0px 10px;
		position: absolute;
		left: 20px;
		top: -8px;
	}

	.stauffUl01 li {
		font-size: 0.8rem;
		line-height: 1.8em;;
		text-indent: -1em;
		padding-left: 1em;
	}
	.stauffUl01 li.bold {
		font-weight: bold;
	}

	.staffBox01 {
		background-color: #ffffff;
		border: 1px solid #eed1ab;
		padding: 18px;
		margin: 20px 0px;
		text-align: left;
	}
	.staffBox01 h3 {
		border-bottom: 1px solid #ee7e5b;
		padding-bottom: 8px;
		margin-bottom: 10px;
	}
	.staffBox01 h3 img {
		width: 180px;
	}

	.staffBox01 p {
		font-size: 0.8rem;
		line-height: 2em;;
		margin-bottom: 0px !important;
	}


}




