/**********各部局フッターのSNSアイコンエリアのCSS**********/
footer .social{background:#ffffff;margin-bottom: 30px; margin-top: 0;}
.social__list{display:flex; gap:14px;list-style:none; margin:0; padding:0;align-items:center;flex-wrap: wrap; justify-content:center; padding:0.6rem 0px;}
.social__link{display:inline-flex; align-items:center; justify-content:center;width:32px; height:32px; border-radius:9999px;text-decoration:none;}
.social__icon{ display:block; width:24px; height:24px; }
.social__more {text-decoration: underline;white-space: nowrap; }
.social__item{border-left: none;}
body#hospital_east footer .social__list{background-color: #E3F4EA;}
body#hospital_center footer .social__list {background-color: #D9ECF2;}
footer nav.footer_nav {margin: 0 0 0px;}



footer nav#nav_footer ul li {
    display: inline-block;
    margin: 0 0 0 0.5em;
    padding: 0 0 0 0.5em;
    border-left: none;
}
#nav_footer .menu li{ border-left: solid 1px #333;
}
/*********************************************/