<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*! 埋め込み動画をレスポンシブ対応させる */

.video_container{
position: relative;
padding-bottom: 50.25%;
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;
}
</pre></body></html>