@charset "utf-8";

/************************/
/*  動画                */
/************************/
.exmovie{text-align:center;}
.exmovie video{
	max-width:100%;
}
@media screen and (max-width: 768px) and (orientation: portrait){
  .exmovie video{
	max-height:90vh;
  }
}



/*home@ja*/
#exmovie-home{max-width:940px;margin:1.5rem auto;}

/*動画を全幅にする場合*/
/*
@media screen and (max-width: 768px){
  #coretech-value > .top-content{padding-left:0;padding-right:0;padding-bottom:0;margin-left:2rem;margin-right:2rem;}
  #exmovie-home{margin-left:-2rem;margin-right:-2rem;}
}
*/


/*robopole@ja , @en*/
#exmovie-robopole{margin:1rem auto;}


/*home@en*/
#exmovie-home-en{max-width:940px;margin:0 auto 1.5rem auto;}




