/*----------------------------------------------------------------------
* 	アニメーション（noscript用）
----------------------------------------------------------------------*/

#wrap {
  display: block;
}


/****************************************************
*	バルーン用
*/
#js-mf_balloon {
	-webkit-transform: translate(0px, -10%);
	-ms-transform: translate(0px, -10%);
	    transform: translate(0px, -10%);

	-webkit-transition: transform .5s 1.1s;
	        -webkit-transition: -webkit-transform .5s 1.1s;
	        transition: -webkit-transform .5s 1.1s;
	        -o-transition: transform .5s 1.1s;
	        transition: transform .5s 1.1s;
	        transition: transform .5s 1.1s, -webkit-transform .5s 1.1s;

	animation: balloonM10 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation: balloonM10 1.5s;
	-webkit-animation-iteration-count: infinite;
}


/****************************************************
*	画像の切り替え場所の再設定用
*/
/*レッスン*/
.recommended_class {
    width: 55.4%;
}
.recommended_private {
    width: 91.83%;
}

/*受講生1*/
.student1_voice_header {
  width: 86.2%;
}
.student1_voice {
  width: 93.3%;
}

/*受講生2*/
.student2_voice_header {
  width: 61.4%;
}
.student2_voice {
  width: 89%;
}

/*受講生3*/
.student3_voice_header {
  width: 97%;
}
.student3_voice {
  width: 96.5%;
}

/*受講生4*/
.student4_voice_header {
  width: 46.8%;
}
.student4_voice {
  width: 100%;
}