@charset "utf-8";

/* 当院について用 css
---------------------------------------------------- */
#about {
	padding: 0 0 100px;
	margin: 0 auto;
	overflow: hidden;
}

#about .num_title01 {
	margin: 30px 0;
	position: relative;
	z-index: 5;
}

#about .flex_txtbox04 {
	position: relative;
	z-index: 5;
}

	#about .flex_txtbox04:after {
		content: "";
		display: block;
		position: absolute;
		top: -10px;
		right: 0px;
		width: 250px;
		height: 200px;
		background:#F4F7FA;
		z-index:-1;
	}

#about .flex_txtbox06 {
	position: relative;
	z-index: 5;
}

	#about .flex_txtbox06:after {
		content: "";
		display: block;
		position: absolute;
		top: -20px;
		left: -70px;
		width: 150px;
		height: 300px;
		background:#F4F7FA;
		z-index:-1;
	}

@media screen and (max-width:900px) {
	#about {
		padding: 0px 0 40px;
	}
	
	#about .num_title01 {
		margin:20px 0 0;
	}
	
	#about .flex_imgbox01 {
		margin: 0 auto 20px 0;
		padding: 0;
		width: 80%;
	}
	
	#about .flex_imgbox02 {
		margin: 0 0 -50px auto;
		padding: 0;
	}
	
	#about .flex_imgbox02::after {
		right: -205px;
	}
	
	#about .flex_imgbox02_innerimg01 {
		margin: 0 0 0 auto;
		padding: 0;
		width: 90%;
	}
	
	#about .flex_imgbox02_innerimg01::after {
		top: -40px;
		left: -360px;
		height: 200px;
	}
	
	#about .flex_imgbox02_innerimg02 {
		margin: -20px 0 0 auto;
		width: 60%;
	}
	
	#about .flex_imgbox03 {
		margin: 0 auto 20px 0;
		padding: 0;
		width: 80%;
	}
	
	#about .flex_imgbox03::after {
	  height: 200px;
	}
	
	#about .flex_imgbox04 {
		margin: 0 0 20px auto;
		padding: 0;
		width: 70%;
		text-align: right;
	}
	
	.flex_imgbox04::before {
		top: -400px;
		left: -400px;
		width: 470px;
		height: 690px;
	}
	
	#about .flex_txtbox04:after {
		display: none;
	}
	
	#about .flex_imgbox06 {
		margin: 0 auto 20px 0;
		padding: 0;
		width: 80%;
	}
	
	#about .flex_imgbox07 {
		margin: 0 0 20px auto;
		padding: 0;
		width: 80%;
	}
	
	#about .flex_imgbox07::after {
		bottom: -50px;
		left: -95px;
		width: 333px;
		height: 170px;
		background: #F4F7FA;
		z-index: -1;
	}
}


/* swiper 指定
---------------------------------------------------- */
.swiper {
}
.swiper-wrapper {
	transition-timing-function: linear;
}

.swiper-slide {
	margin: 0 0 10px;
}

.swiper-slide img {
	width: 100%;
	height: auto;
}

.swiper-pagination-bullet {
	background-color: #fff;
}





.doctors_file{
	display:flex;
	justify-content: space-around;
	max-width: 1100px;
	width: 95%;
	margin: 20px auto;
}
.doctors_file div img{
	width: 90%;
	max-width: 100%;
	box-shadow: 1px 5px 30px -10px rgba(0, 0, 0, .5);
}
.doctors_file a{
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}
@media screen and (max-width:900px) {
	.doctors_file{
		flex-direction: column;
	}

}
