/*===========================
MV
===========================*/
#under_mv .mv_title_wrap {
	padding-top: 1.40rem;
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 599px) {
	#under_mv .mv_title_wrap {
		padding-top: 0.40rem;
	}
}

#under_mv .page_name {
	font-size: 0.26rem;
	font-weight: 700;
	letter-spacing: 0.10em;
	color: #FFF;
	padding-bottom: 0.10rem;
}

@media screen and (max-width: 599px) {
	#under_mv .page_name {
		font-size: 0.14rem;
	}
}

#under_mv .page_name span {
	display: inline-block;
	border: 1px solid #FFF;
	padding: 0.08rem 0.10rem 0.10rem;
}

#under_mv .catch {
	font-size: 0.36rem;
	line-height: 1.675;
	font-weight: 700;
	color: #FFF;
	padding-bottom: 0.20rem;
}

@media screen and (max-width: 599px) {
	#under_mv .catch {
		font-size: 5vw;
		line-height: 1.55;
		padding-bottom: 0.10rem;
	}
}

/*===========================
当院の基本理念
===========================*/
#about {
	padding: 0.70rem 0;
	position: relative;
}

@media screen and (max-width: 599px) {
	#about {
		padding: 0.30rem 0;
	}
}

#about .in {
	max-width: 10.80rem;
}

#about .in .about_flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row-reverse;
}

#about .ph_wrap {
	width: 2.00rem;
	text-align: center;
}
@media screen and (max-width: 599px) {
	#about .ph_wrap {
		width: 100%;
		margin-bottom: 0.30rem;
	}
}

#about .ph_wrap span {
	font-size: 0.16rem;
	display: block;
	padding-top: 0.10rem;
}

#about .lead {
	margin-bottom: 0.40rem;
	width: calc(100% - 2.40rem);
}
@media screen and (max-width: 599px) {
	#about .lead {
		width: 100%;
	}
}


#about .lead .text {
	font-size: 0.18rem;
	letter-spacing: 0.075em;
	line-height: 1.77;
}

@media screen and (max-width: 599px) {
	#about .lead .text {
		font-size: 0.15rem;
	}
}
