﻿@charset "utf-8";

.youtube {
  width: 82%;
  margin:10px auto;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

div.vid_contents {
width: 70%;/*背景色を横幅いっぱいに広げる*/
text-align: center;
margin:0 auto;
padding: 4% 4% 4% 4%;/*ここで動画の周りの余白を調整*/
background: none;/*余白の背景色*/
}
video.vid_main {
width: 100%;
max-width: 920px;/*PC版での最大幅*/
}