/* ------------------------------------------------------
赤ちゃんのコリをほぐす「マイピーロ ネオ体操」
--------------------------------------------------------*/
#relax-baby .split-image img{
	border:none;
	border-radius:0;
}
#neo-exercise .split-explanation2,
#exercise-schedule{
	background:#FFF;
}
@media only screen and (max-width:380px){
	#relax-baby .introducion-content h1 span{
		display:inline;
	}
}

/* マイピーロ ネオ体操の仕方 */
#neo-exercise.split-explanation{
	/*margin-bottom:100px;*/
	padding:0;
}
#neo-exercise .split-explanation container{
	overflow:hidden;
}
#neo-exercise .split-explanation1,
#neo-exercise .split-explanation2{
	padding:70px 0;
	position:relative;
}
#neo-exercise .split-image > span{
	padding:5% 20% 0;
}
#neo-exercise > div:last-child .split-image > span{
	padding-bottom:5%;
}
#neo-exercise.split-explanation h1{
	width:36px;
	color:#FFF;
	font-size:26px;
	line-height:36px;
	text-align:center;
	position:absolute;
	top:20px;
	left:35px;
}
#neo-exercise.split-explanation h1 span{
	display:inline-block;
	width:100%;
	background:#C8A65D; /* からし色 */
	border-radius:50%;
}
#exercise-schedule{
	padding:50px 0;
}
/*#exercise-schedule .container > div{
	float:none;
	width:70%;
	margin:0 auto;
}*/
#exercise-schedule h1{
	margin-bottom:10px;
	color:#C8A65D; /* からし色 */
	font-size:18px;
	font-weight:bold;
	line-height:2em;
}
#exercise-schedule h1 span{
	display:inline-block;
	padding:0 10px;
	border:1px solid #C8A65D; /* からし色 */
	border-radius:2em;
}
@media only screen and (max-width:530px){
	#neo-exercise .split-explanation1,
	#neo-exercise .split-explanation2{
		padding:50px 0;
	}
}
@media only screen and (max-width:420px){
	#neo-exercise.split-explanation h1{
		width:30px;
		font-size:20px;
		line-height:30px;
		top:10px;
		left:25px;
	}
}
@media only screen and (min-width:768px){
	#neo-exercise .split-explanation1,
	#neo-exercise .split-explanation2{
		padding:100px 0;
	}
}
@media only screen and (min-width:992px){
	#neo-exercise .explanation-left h1{
		left:55px;
	}
	#neo-exercise .explanation-right h1{
		left:35px;
	}
	#exercise-schedule .container > div{
		float:none;
		width:60%;
		margin:0 auto;
	}
}


/* 次のコンテンツへ */
#relax-baby #next-content.banner a{ /* まるまるねんね教室 */
	background:#FAFAFA url(/toco-belt/images/main-image/img_baby-care.webp) no-repeat left 20% / auto 120%;
}
@media only screen and (max-width:420px){
	#relax-baby #next-content.banner a{ /* まるまるねんね教室 */
		background-size:auto 100%;
	}
}
@media only screen and (min-width:992px){
	#relax-baby #next-content.banner a{ /* まるまるねんね教室 */
		background-size:auto 130%;
	}
}
