.nobiru{
	width: 100vw;
}
.nobiru-heder{
	width: 100%;
	margin: 0 auto;
	max-width: 1500px;
}
.nobiru-heder img{
	width: 100%;
}
.nobiru-maintext{
	margin-top: 60px;
}
.nobiru-maintext h2{
	text-align: center;
	line-height: 60px;
	
}
.nobiru-h2{
	margin-top: 60px;
}
.nobiru-flex{
	display: flex;
	width: 100%;
	margin: 80px auto 0;
	max-width: 1500px;
	align-items: center;
}
.nobiru-left{
	width: 50%;
}
.nobiru-left img{
	width: 100%;
}
.nobiru-right{
	width: 45%;
	margin: -5% 2.5% 0;	
	font-size: 1.2rem;
	line-height: 3rem;
}
.nobiru-right span{
	border-bottom: 2px solid #d6e4ec;
}
.toiawase{
	margin-top: 90px;
	text-align: center;
}
.toiawase p{
	border-bottom: 1px solid #000;
	display: inline-block;
}
.osusume{
	width: 80%;
	margin: 0 auto 100px;
}
.osusume-img{
	display: flex;
	width: 100%;
}
.osusume-img li{
	list-style-type: none;
	width: 33.3333%;
}
.osusume-text li{
	list-style-type: none;
	width: 33.3333%;
	padding: 0 20px;
}
.osusume-img li img{
	width: 100%;
}
.osusume-text{
	font-size: 1.1rem;
	line-height: 30px;
}
.tel{
	margin-top: 20px;
	text-align: center;
	font-size: 1.1rem;

}
.nobiru-toiawase{
	margin-bottom: 10px;
	font-size: 1.2rem;
}
.telbangou{
	border-bottom: 1px solid #89868d;
}
.tel a{
	color: #89868d;
}
.nobiru-text{
	width: 80%;
}
/*幹細胞css*/
.point{
	background-image: url("../images/kin-line.png");
	background-position: center;
	background-repeat: no-repeat;
	
}
.point-title{
	font-size: 1.7rem;
	text-align: center;
	margin-bottom: 20px;
	color: #d1bc82;
}
.number{
	font-size: 3rem;
}
.point-section{
	margin-bottom: 50px;
}
.point-text{
	width: 70%;
	margin: 0 auto;
	text-align: center;
	font-size: 0.9rem;
	
}
@media only screen and (max-width: 767px) {
	.nobiru-flex{
		display: block;
		width: 90%;
		margin: 0 auto;
	}
	.nobiru-left{
		width: 100%;
		margin-bottom: 50px;
		margin-left: 12%;
	}
	
	.nobiru-right{
		width: 100%;
		line-height: 35px;
		font-size: 0.9rem;
	}
	.osusume-img{
		display: block;
		width: 100%;
		padding: 0;
	}
	.osusume-img li{
	width: 100%;
}
	.osusume{
		width: 100%;
	}
	.nobiru-text,.nobiru-toiawase{
		width: 90%;
		margin: -10px auto 0;
		font-size: 0.9rem;
	}
	.li-1{
		margin-top: -50px;
	}
	.point-text{
	width: 90%;
	}
	.point-title{
		font-size: 1.5rem;
	}
  }