@charset "utf-8";

.flexC {
	display: flex;
	justify-content: center;
}
.txt_c{
	padding: 10px 0;
}
.sp{
	display:none;
}

/* 医師紹介用 css
---------------------------------------------------- */
#doctor {
	padding: 60px 0 0;
	margin: 0 auto;
	overflow: hidden;
}

#doctor .title_block04 {
	width: 100%;
	margin: 0 0 60px;
}

#doctor .staff_list01 {
	display: flex;
	flex-wrap: wrap;
}

	#doctor .staff_list01 li {
		width: calc((100% - 80px) / 3);
		margin: 0 40px 80px 0;
	}

		#doctor .staff_list01 li img {
			width: 100%;
			height: auto;
		}

	#doctor .staff_list01 li:nth-child(3n) {
		margin: 0 0 80px 0;
	}

@media screen and (max-width:900px) {
	#doctor {
		padding: 20px 0 0;
	}
	
	#doctor .title_block04 {
		margin: 0 0 20px;
	}
	
	#doctor .title_block08 {
		margin: 20px 0;
	}
	
	#doctor .staff_list01 li {
		width: calc(100% - 40px);
		margin: 0 auto 40px;
	}

	#doctor .staff_list01 li:nth-child(3n) {
		margin: 0 auto 40px;
	}

	.sp{
		display:block;
	}
}

.bold {
	font-weight: bold;
}