@charset "UTF-8";

/*================================================
 * 看護部サイト　／　看護部について用
 ================================================*/

section + section {
	margin-top: 15rem!important;
}





/*******私たちの理念*******/
section#philosophy_area .title_img_mark:nth-of-type(n+2) {
	margin-top: 10rem;
}
section#philosophy_area img {
	display: block;
	height: auto;
	margin: 0 auto;
}

section#philosophy_area .img_hospital_policy {
	width: 55.2rem;
}
section#philosophy_area .img_kango {
	width: 71.8rem;
}






/*******看護部長ごあいさつ*******/
@media screen and (min-width: 800.1px) {
	section#greeting_area .inner {
		padding-left: 3rem;
	}
	section#greeting_area .inner .unit_txt {
		width: 64rem;
	}
	section#greeting_area .inner figure {
		width: 36.4rem;
	}
}


section#greeting_area .inner .unit_txt h3 {
	margin-bottom: 3.5rem;
}
section#greeting_area .inner .unit_txt h3 img {
	width: 50.5rem;
}


section#greeting_area .inner figure .img_photo {
	display: block;
}
section#greeting_area .inner figure .img_bg {
	height: auto;
	width: 53rem;
	left: 8rem;
	bottom: -14rem;
	z-index: -1;
}
section#greeting_area .inner figure figcaption {
	margin-top: 2rem;
	text-align: center;
}
section#greeting_area .inner figure figcaption img {
	height: 3.4rem;
	width: auto;
}






/*******看護部の概要*******/
@media screen and (min-width: 800.1px) {
	section#outline_area .table_common th {
		width: 24rem;
	}
}







/*******部署紹介*******/
section#department_area .title_img_mark:nth-of-type(n+2) {
	margin-top: 7rem;
}













/*================================================================================================
 *  スマートフォン向けデザイン
 ================================================================================================*/
@media screen and (max-width: 800px) {


section + section {
	margin-top: 20vw!important;
}






/*******私たちの理念*******/
section#philosophy_area .title_img_mark:nth-of-type(n+2) {
	margin-top: 15vw;
}
section#philosophy_area .img_hospital_policy {
	width: 73.3vw;
}
section#philosophy_area .img_kango {
	width: 72vw;
}



/*******看護部長ごあいさつ*******/
section#greeting_area .inner .unit_txt h3 {
	margin-bottom: 5vw;
	text-align: center;
}
section#greeting_area .inner .unit_txt h3 img {
	width: 67vw;
}


section#greeting_area .inner figure {
	margin-top: 2.5vw;
}
section#greeting_area .inner figure figcaption {
	margin: 4vw 2.5vw 0 0;
	text-align: right;
}
section#greeting_area .inner figure figcaption img {
	height: 5.4vw;
}







/*******部署紹介*******/
section#department_area .title_img_mark:nth-of-type(n+2) {
	margin-top: 12vw;
}












	
}