@charset "utf-8";
/*------------------------------------------------------------
	iframeスマホ用
------------------------------------------------------------*/
.mbox8{
	margin: 70px auto 0px;
	padding-bottom: 30px;
	background-color: #000;
	 width: 100%;
	height: 400px;
}

::-webkit-full-page-media, :future, :root
iframe {
width: cale(100vw-20px)!important;
}



.iframe-wrapper8 {
	margin: 20px auto;
	position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.iframe-wrapper8 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


