<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

.topFacilitiesWrapper ul li {
	width: 210px;
} 
.topFacilitiesWrapper ul::after {
	display: block;
	content:"";
	width: 426px;
}
/*Newアイコン設置240731*/
.newIcon {
	vertical-align: middle;
}
.newIcon img {
	width: 36px!important;
    height: 30px;
    display: inline-block;
    margin-left: 5px;
}
.topNewsWrapper .newIcon img {
	/*width: 26px!important;
    height: 17px;*/
}
.sliderTabNewsBox .newIcon img {
	display: inline-block;
    /*width: 28px !important;
    height: 25px;
    position: absolute;*/
}
.topDialyList .dialyTxt {
	display: flex;
}
@media (max-width: 800px){
	.topFacilitiesWrapper ul li {
	    width: 50%;
	}
}</pre></body></html>