@charset "UTF-8";

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

	introduction_nurse_block

-----------------------------------*/
#introduction_nurse_block h4:not(.h4_style) {
	font-size: 16px;
}

/* greeting_box */
#introduction_nurse_block .greeting_box .text_box {
	width: 70%;
	width: -webkit-calc(100% - 300px);
	width: calc(100% - 300px);
	line-height: 1.8;
	letter-spacing: 0.1em;
}
#introduction_nurse_block .greeting_box .img_box .name {
	margin-top: 1em;
	text-align: center;
}
#introduction_nurse_block .greeting_box .img_box .name span {
	font-size: 24px;	
}
@media screen and (max-width: 840px) {
	#introduction_nurse_block .greeting_box .text_box {
		width: 70%;
		width: -webkit-calc(100% - 250px);
		width: calc(100% - 250px);
	}
	#introduction_nurse_block .greeting_box .img_box img {
		width: 200px;
	}
}
@media screen and (max-width: 640px) {
	#introduction_nurse_block .greeting_box .img_box,
	#introduction_nurse_block .greeting_box .text_box {
		float: none !important;
	}
	#introduction_nurse_block .greeting_box .img_box {
		text-align: center;
	}
	#introduction_nurse_block .greeting_box .text_box {
		width: 100%;
		margin-top: 2em;
	}
	#introduction_nurse_block .greeting_box .img_box .name span {
		font-size: 20px;	
	}
}

/* .philosophy_box */
#introduction_nurse_block .philosophy_box dl dt {
	font-weight: 600;
	font-size: 18px;
}
#introduction_nurse_block .philosophy_box dl dd {
	font-size: 16px;
}
#introduction_nurse_block .philosophy_box dl dt:not(:first-of-type) {
	margin-top: 1em;
}
#introduction_nurse_block .philosophy_box img {
	width: 350px;
}
@media screen and (max-width: 1000px) {
	#introduction_nurse_block .philosophy_box .text_box {
		width: 60%;
		width: calc(100% - 330px);
	}
	#introduction_nurse_block .philosophy_box img {
		width: 300px;
	}
}
@media screen and (max-width: 640px) {
	#introduction_nurse_block .philosophy_box .text_box,
	#introduction_nurse_block .philosophy_box .img_box {
		float: none;
	}
	#introduction_nurse_block .philosophy_box .text_box {
		width: 100%;		
	}
	#introduction_nurse_block .philosophy_box .img_box {
		margin: 30px auto;
		width: 100%;
		text-align: center;
	}
	#introduction_nurse_block .philosophy_box img {
		width: 100%;
	}
	
}
/* contact_block */
#contact_block {
	text-align: center;
}
#contact_block .section_cnt {
	margin-top: 30px;
}
