/* top画像 */
.relative {
  position: relative;
}

.absolute_top {
  z-index: 10;
  position: absolute;
  left: 4%;
  bottom: 2%;
  width: 40%;
  height: auto; 
}

.absolute_top2 {
  z-index: 10;
  position: absolute;
  left: 3%;
  top: 12%;
  width: 37%;
  height: auto; 
}

.absolute_line {
  z-index: 15;
  position: absolute;
  left: 10%;
  top: 17.8%;
  width: 7%;
  height: auto; 
}

.absolute_in {
  z-index: 15;
  position: absolute;
  left: 21%;
  top: 17.8%;
  width: 7%;
  height: auto; 
}

.absolute_fa {
  z-index: 15;
  position: absolute;
  left: 31%;
  top: 17.8%;
  width: 7%;
  height: auto; 
}

.videoWrap{
	padding-top: 56.25%;
	width: 100%;
	position: relative;
}

.videoWrap iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: -2px;
}

.topimg {
  background-image: url('../top/img_main1.png');
  background-repeat:no-repeat;
  background-size: 100%;
}