@charset "utf-8";
/*-----------------------------------------------
 *  iframe
 -----------------------------------------------*/

.iframe-wrap {
  position: relative;
  width: 100%;
  height: 200px;
  /*padding: calc(200 / 292 * 100%) 0 0;*/
  /*border:1px solid #666;*/
  overflow:auto;
  -webkit-overflow-scrolling: touch;
}
 
.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  overflow:auto;
  -webkit-overflow-scrolling: touch;
}

