@charset "UTF-8";


/*================================================
 *  当院について（about）
 ================================================*/

/*===============ごあいさつ（index.php）===============*/
.page-index section#greeting_area .director_box .unit_img {
	width: 6em;
	margin-right: 1.5em;
}
.page-index section#greeting_area .director_box figcaption {
	font-weight: 600;
	line-height: 1.5;
}
.page-index section#greeting_area .director_box figcaption span {
	font-size: 90%;
}
.page-index section#greeting_area .director_box figcaption em {
	display: block;
	font-size: 130%;
	margin-top: 0.3em;
}










/*===============理念・方針（philosophy.php）===============*/
/*******職業倫理綱領*******/
.page-philosophy section#ethics_area .ethics_list dt {
	font-weight: 700;
}
.page-philosophy section#ethics_area .ethics_list dt:nth-of-type(n+2) {
	margin-top: 1em;
}
.page-philosophy section#ethics_area .ethics_list dd {
	padding-left: 1.5em;
}






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

















}