


.kidsyoutubebg {
background-color: #FFE1DC;
}




@media screen and (min-width:860px) {

.youtube-practice__block {
  display: flex;
  justify-content: center;
  width: 860px;
  height: auto;
  margin:0 auto;
}

.continue-practice__title__youtube {
  width: 100%;
  height: auto;
  margin:0 auto;

}

.continue-practice__title__youtube img.youtube-title {
  width: 860px;
  height: auto;
  margin:0 auto;
  padding-top: 50px;
}

.youtubeout-outsidebox {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  margin:0 auto;
  margin-bottom: 80px;


}

.youtubeoutbox {
  width: 46%;
  height: auto;
  margin: 2%
}

.youtubeinbox {
width: 100%;
aspect-ratio: 16/9;
}

p.kidsyoutubetitle{
font-size: 1.15em;
margin-top: 1em;
margin-bottom: 1em;
}


	}



@media screen and (max-width:859px) {




.youtube-practice__block {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;

}

.continue-practice__title__youtube {
  width: 100%;
  height: auto;
}

.continue-practice__title__youtube img.youtube-title {
  width: 100%;
  height: auto;
  margin:0 auto;
  padding-top: 30px;
}

.youtubeout-outsidebox {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}

.youtubeoutbox {
  width: 100%;
  height: auto;
  padding: 3%
}

.youtubeinbox {
margin: 5%;
aspect-ratio: 16/9;
}

p.kidsyoutubetitle{
font-size: .9em;
margin-top: 1em;
margin-bottom: 1em;
}


		}


@media screen and (min-width:641px) {

br.disp_sp {
		display: none;
	}

		}



@media screen and (max-width:640px) {

br.disp_sp {
		display: block;
	}

		}



