@charset "UTF-8";
/*--------------------------------------------------
変数定義
--------------------------------------------------*/
/*--------------------------------------------------
map型(key: value)でブレークポイントを定義する。
--------------------------------------------------*/
/*------------------------------
市民公開講座
--------------------------------*/
.img_block {
  display: block;
  width: 100%;
}
.img_block img {
  width: 100%;
}

.move_wrapper {
  width: 100%;
  margin-bottom: 40px;
}

.move_item {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9のアスペクト比 */
  height: 0;
}
.move_item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
