


/*　松井が足した　1459　BAT-MC01　mp4用 */


/*　youtube動画　*/
.movie-youtube {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-youtube iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}



/*530以上の場合*/
@media screen and (min-width:531px){

/*　youtube動画 S　*/
.movie-youtube-s {
border-radius: 10px;
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-youtube-s iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
  }
}



/*530以下の場合*/
@media screen and (max-width: 530px) {

/*　youtube動画 S　*/
.movie-youtube-s {
border-radius: 10px;
     position: relative;
     padding-bottom: 177.6%; /*アスペクト比 9:16の場合の縦幅 9：16 FullHD（1080×1920）が推奨*/ 
     height: 0;
     overflow: hidden;
}
 
.movie-youtube-s iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
  }

.text20-b{
	line-height: 120%;
font-size: 20px;
font-weight:bold;
/*上↑*/ padding-top: 20px;
/*右→*/ padding-right: 0px;
/*下↓*/ padding-bottom: 10px;
/*←左*/ padding-left: 0px;
  }
}



/*　松井が足した　1536　AS-1224JS-S　mp4用　*/

/*　直置きの動画　*/

.subt2{
/*配置とサイズ*/
/*  float:left;*/
box-sizing:border-box;
/*上↑*/ padding-top: 10px;
/*右→*/ padding-right: 15px;
/*下↓*/ padding-bottom:10px;
/*←左*/ padding-left: 15px;
  width:100%;
  border:none;
  text-align: center;
  font-size: 14px;
  font-weight:bold;
　margin-left: auto;
　margin-right: auto;
}


