@charset "UTF-8";

/*! 埋め込み動画をレスポンシブ対応させる */

.video_container{
position: relative;
padding-bottom: 70%;
overflow: hidden;
margin-left: auto;
margin-right: auto;
}

.video_container_2 {
position: relative;
padding-bottom: 140.77%;
overflow: hidden;
}

.video_container iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
  height: 100% !important;
}

.video_container_2 iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
  height: 100% !important;
}
