/*===========================
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.50rem;
	}
}

#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;
	}
}

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

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

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

#profile .profile_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 0.50rem;
	border-bottom: 1px solid #CCC;
	margin-bottom: 0.50rem;
}

#profile .profile_box:last-child {
	border-bottom: 0;
}

#profile .profile_box .title {
	font-size: 0.24rem;
	color: #17926f;
	padding-bottom: 0.20rem;
	width: 100%;
}

@media screen and (max-width: 599px) {
	#profile .profile_box .title {
		font-size: 0.20rem;
		text-align: center;
		line-height: 1.45;
	}
}


#profile .profile_box .title span {
	font-size: 0.20rem;
}

@media screen and (max-width: 599px) {
	#profile .profile_box .title span {
		font-size: 0.15rem;
		line-height: 1.5;
	}
}


#profile .profile_box .ph_wrap {
	width: 100%;
	max-width: 2.00rem;
	position: relative;
}

@media screen and (max-width: 599px) {
	#profile .profile_box .ph_wrap {
		margin: auto;
		margin-bottom: 0.15rem;
	}
}


#profile .profile_box .ph_wrap img {
	display: block;
	position: relative;
	width: 100%;
	border: 4px solid #fff;
	box-sizing: border-box;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

#profile .profile_box .textbox {
	width: 100%;
	max-width: 7.60rem;
}

#profile .profile_box .textbox.full {
	max-width: 100%;
}

#profile .profile_box .textbox .text {
	font-size: 0.16rem;
	line-height: 2;
}

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


/* お知らせ */
#profile .profile_box .textbox .info_wrap {
	margin-top: 0.20rem;
	background-color: #F1F1F1;
	padding: 0.15rem;
	margin-bottom: 0.20rem;
}

#profile .profile_box .textbox .info_wrap .text {
	font-size: 0.15rem;
}

/* 囲み */
#profile .profile_box .textbox .kakomi {
	border: 2px solid #17926f;
	padding: 20px;
	margin-top: 0.20rem;
	margin-bottom: 0.20rem;
}

@media screen and (max-width: 599px) {
	#profile .profile_box .textbox .kakomi {
		padding: 10px;
	}
}


#profile .profile_box .textbox .kakomi .kakomi_title {
	font-size: 0.18rem;
	font-weight: 700;
	color: #17926f;
	padding-bottom: 0.15rem;
}

@media screen and (max-width: 599px) {
	#profile .profile_box .textbox .kakomi .kakomi_title {
		font-size: 0.16rem;
		line-height: 1.5;
	}
}


#profile .profile_box .textbox .kakomi .text {
	padding-bottom: 0.10rem;
}

#profile .profile_box .textbox table th

/*表組み */
#profile .profile_box .textbox .profile_table {
	padding-top: 0.20rem;
}

#profile .profile_box .textbox table {
	width: 100%;
	font-size: .16rem;
	line-height: 1.65;
}

@media screen and (max-width: 599px) {
	#profile .profile_box .textbox table {
		font-size: .14rem;
	}
}


#profile .profile_box .textbox table th {
	background-color: #e7f4f0;
	text-align: left;
	padding: 0.10rem;
}

@media screen and (max-width: 599px) {
	#profile .profile_box .textbox table th {
		width: 0.8rem;
	}
}


#profile .profile_box .textbox table td {
	background-color: #F1F1F1;
	padding: 0.10rem;
}
