@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */


/*================== ○○○○.html =================*/
.movie {
  text-align: center;
}
@media screen and (min-width: 469px) and (max-width: 768px){
  
}
@media only screen and (max-width: 468px){
  .movie video{
    width: 100%;
  }
}