/* CSS Document */

aside {
	display:none;}
.sectiontop {margin-top: 100vh;}

.hero {
	position: fixed;
	overflow: hidden;
	z-index: -1;
	width: 100%;
	top: 0px;
}

.mv {
	position: fixed;
	overflow: hidden;
	margin-bottom: 0px;
	width: 100%;height: 100vh;
}

.mv .inner {
	/*margin-top: 10%;*/
	margin-top: 200px;
}
.mv video {
	position: absolute;
	padding-bottom: 0px;
	min-width: 100%;
	margin-top: 0%;
	left: 50%;
    transform: translateX(-50%);
}

.mvc{
	color: #fff;
	position: absolute;
	top: 20%;
	display: block;
	width: 100%;
}

.mv .overlay {
  position: absolute;
  	width: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
  background-color:rgba(0,0,0,0.1);
  background-image: url(bgdot.png);

}
.target {
	font-size: 50px;
	font-weight: bold;
	line-height: 1.4em;
	text-align: center;
	margin-bottom:3%;
}
.mv .row {
	margin-bottom:3%;
}
.mv .col-70 {
	font-size: 36px;
	font-weight: bold;
}
.mv .col-30 {
	text-align: right;
}
.jiseki {
	/* background-color: rgba(0,71,157,0.5); */
	background-color: rgba(0,0,0,0.3);
	padding: 3%;
	margin-right: auto;
	margin-bottom: auto;
}

dl.dlcost {
	overflow:hidden;}
dl.dlcost dt {
	float: left;
	width: 150px;
}
dl.dlcost dd {
	padding-left: 160px;
	border-bottom: 1px dotted #CCC;
}

@media screen and (max-width:1199px) {

	.mv video {
	position: absolute;
	padding-bottom: 0px;
	height: 100vh;
	min-width: 100%;
	margin-top: -10%;
}
	.mvc {
	margin-right: 10px;
	margin-left: 10px;
	width:auto;
}

	.target {
	font-size: 44px;
	font-weight: bold;
	line-height: 1.4em;
}
.mv .col-70 {
	font-size: 30px;
}


}

@media screen and (max-width:767px) {
	.hero {
	position: absolute !important;
	height: 100%;
	z-index: -1;
	width: 100%;
	top: 0px;
}
	.mv {
	height: 100%;
	position: absolute !important;
	margin-bottom: 0px;
	width: 100%;
}
	.mv video {
	position: fixed;
	padding-bottom: 0px;
	height: auto;
	min-width: 100%;
}
	.mv .overlay {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
	.mv .inner {
	margin-top: 100px;
}

	.target {
	font-size: 28px;
	margin-bottom: 0px;
}
.mv .col-70 {
	font-size: 20px;
}


}



