@charset "Shift_JIS";

.videoWrap{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.videoWrap iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
	border: 1px solid #BBBBBB
}




.c5-display--learge2 {
  display: none;
}
.c5-display--small2 {
  display: block;
}
.c5-youtube2{
	overflow: hidden;
	margin:0;
}
.c5-youtube__block2{
	float:none;
	width: 100%;
	margin:0 0 5%  0;
}

	.videoWrap2{
  position: relative;
  width: 100%;
  padding-top: auto;
}

.videoWrap2 iframe{
  top: 0;
  right: 0;
  width: 100% !important;
	border: 1px solid #BBBBBB
}

@media screen and (min-width: 639px) {
  .c5-display--learge2{
    display: block;
  }
  .c5-display--small2{
    display: none;
  }
.c5-youtube2{
	overflow: hidden;
	margin:0 0 0 -1%;
}
.c5-youtube__block2{
	float:left;
	width: 49%;
	margin:0 0 5% 1%;
}
}




.videoWrap3 {
  position: relative;
  width: 100%;
  padding-top: auto;
}
.videoWrap3 iframe {
  top: 0;
  right: 0;
  width: 100% !important;
  border: 1px solid #BBBBBB;
}

.c5-display--learge3 {
  display: block;
}

.c5-youtube3 {
  overflow: hidden;
  margin: 0 0 0 -1%;
}

.c5-youtube__block3 {
  float: left;
  width: 32%;
  margin: 0 0 5% 1%;
}

@media screen and (max-width: 640px) {
  .c5-youtube3 {
    overflow: hidden;
    margin: 0;
  }

  .c5-youtube__block3 {
    float: none;
    width: 100%;
    margin: 0 0 5% 0;
  }
  .ytp-cued-thumbnail-overlay-image{
  	-webkit-background-size: contain !important;
  	background-size: contain !important;
  }
}