@charset "UTF-8";
/* ---------------------------------------------
  dialysis
-----------------------------------------------*/
.page-head:before{
	background: url("../img/medical/dialysis/ico-ttl.svg") no-repeat center center;
	width: 70px;
	height: 93px;
}
@media screen and (max-width: 767px) {
	.page-head:before{
		width: 9.333vw;
		height: 12.533vw;
	}
}

/*  sec01 -------------------------------------------*/
.sec01{
	padding-bottom: 20px;
}
.sec01 p{
	text-align: center;
	font-size: 2.9rem;
	font-weight: 700;
	line-height: calc(48/29);
	letter-spacing: normal;
	color: #251e1c;
}

@media screen and (max-width: 767px) {
	.sec01{
		padding-bottom: 6%;
	}
	.sec01 p{
		font-size: 3.73vw;
	}
}

/*  sec02 -------------------------------------------*/
.sec02{
	padding: 20px 0 100px 0;
	box-sizing: border-box;
}
.sec02 .img_wrap{
	max-width: 1060px;
	justify-content: center;
	gap: 0 44px;
	margin: 0 auto;
}
.sec02 .txt{
	margin: 60px auto;
}
.sec02 .txt p{
	font-size: 2rem;
	font-weight: 500;
	text-align: center;
	line-height: calc(35/19);
}
.sec02 .bnr_wrap{
	text-align: center;
}
.sec02 .bnr_wrap img{
	width: 476px;
	height: auto;
	margin: auto;
}
.sec02 .tel_wrap a{
	display: block;
	width: 100%;
	max-width: 696px;
	margin: 70px auto 0;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
	.sec02 .tel_wrap a{
		transition: .3s ease;
		pointer-events: none;
	}
	.sec02 .tel_wrap a:hover{
		text-decoration: none;
		opacity: 0.7;
	}
}
@media screen and (max-width: 767px) {
	.sec02{
		padding: 4% 0 14% 0;
	}
	.sec02 .img_wrap{
		max-width: inherit;
		gap: 5.4vw 0;
	}
	.sec02 .img_wrap .img{
		margin: 0;
	}
	.sec02 .txt{
		margin: 8% auto 10%;
	}
	.sec02 .txt p{
		font-size: 3.73vw;
		line-height: 1.625;
		text-align: left;
	}
	.sec02 .bnr_wrap img{
		width: 80%;
	}
	.sec02 .tel_wrap a{
		max-width: 100%;
		margin: 14% auto 0;
	}
}

/*
.sec02 .tel_wrap{
	width: 100%;
	max-width: 696px;
	border: 6px solid #ee7700;
	background: #fff;
	margin: 80px auto 0;
	padding: 26px 0 20px;
}
.sec02 .tel_wrap .ttl{
	background: #404040;
	width: 85%;
	border-radius: 9999px;
	padding: 0.4em 0 0.3em;
	color: #fff;
	font-weight: 700;
	font-size: 3.1rem;
	line-height: 1;
	text-align: center;
}
.sec02 .tel_wrap .info{
	color: #231815;
	font-weight: 700;
	text-align: center;
	font-size: 3.1rem;
	line-height: 1.25;
}
.sec02 .tel_wrap .tel{
	font-size: 7.4rem;
	font-weight: 700;
}
.sec02 .tel_wrap .tel .sm{
	font-size: 5.1rem;
}
*/






