/* ------------------------------------------------------
骨盤チェック
--------------------------------------------------------*/
#check-2,
#check-finding{
	background:#FFF;
}
.check-answer{
	padding-top:20px;
}
.check-answer .waku_karashi{
	margin-top:30px;
}
.check-answer p.answer{
	margin-bottom:0;
}


/* check-2 */
#check-2 .size{
	text-align:left;
	padding-top:20px;
}
#check-2 .size input{
	width:9.5em;
}


/* メイン画像（_pc：W1920px＝100%, _sp：W991px＝100%） */
#check-pelvis #introducion::before{
	background:url(/toco-belt/images/main-image/img_check_sp.webp) no-repeat 0 0 / 100%;
}
@media only screen and (min-width:992px){
	#check-pelvis #introducion::before{
		background-image:url(/toco-belt/images/main-image/img_check_pc.webp);
	}
}


/* 次のコンテンツへ（W900px＝100%） */
#check-pelvis #next-content.banner a{ /* 体のことを知ろう */
	background:url(/toco-belt/images/next-bnr/bnr_body.webp) no-repeat 20% 35% / 110%;
}
@media only screen and (max-width:630px){
	#check-pelvis #next-content.banner a{
		background-size:130%;
	}
}
@media only screen and (max-width:420px){
	#check-pelvis #next-content.banner a{
		background-size:140%;
	}
}
