.dialysisIconLink_body {
	display: inline-block;
	-webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	position: relative;
	text-decoration: none;
	padding-left: 20px;
	line-height: 1.5;
}
.dialysisIconLink_body:hover {
	opacity: 0.7;
}
.dialysisIconLink_body + .link {
	margin-left: 0.5em;
}
.dialysisIconLink_body::before {
	content: "";
	display: block;
	position: absolute;
	background-image: url("/common/img/icon/link_arrow.png");
	background-size: contain;
	width: 7px;
	height: 11px;
	left: 6px;
}
@media screen and (min-width: 1000px), print {
	.dialysisIconLink_body::before {
		top: 6px;
	}
}
@media screen and (max-width: 999px) {
	.dialysisIconLink_body::before {
		top: 5px;
	}
}

.dialysisIconLinkList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 2em -10px;
}
.dialysisIconLinkList > li {
	padding: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
@media screen and (min-width: 1000px), print {
	.dialysisIconLinkList > li {
		width: 25%;
	}
}
@media screen and (max-width: 999px) {
	.dialysisIconLinkList > li {
		width: 50%;
	}
}
@media screen and (max-width: 999px) and (min-width: 768px) {
	.dialysisIconLinkList > li {
		width: 25%;
	}
}

.dialysisIconLink {
	-webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-decoration: none !important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.dialysisIconLink:hover {
	opacity: 0.7;
}

.dialysisIconLink_head {
	width: 100px;
	margin: auto;
}

.dialysisIconLink_body {
	margin-top: 10px;
	text-align: center;
}
.dialysisIconLink_body:hover {
	opacity: 1;
}

.dialysisFukidashArea_head {
	max-width: 500px;
	margin: auto;
}

.dialysisFukidashBtnList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.dialysisFukidashBtnList > li {
	border: solid 1px #ccc;
	border-radius: 50px;
}

.dialysisFukidashBtn {
	text-decoration: none;
	padding: 30px 50px;
}