@charset "utf-8";
/*css documet*/

@media screen and (min-width:1024px) {
  body {
    padding: 0 20%;
  }
}
body {background: none;}
body:before {
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background:url("../img/teaser-bg.png") center no-repeat;
  background-size:cover;
  -webkit-background-size:cover;/*Android4*/
}
h1 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-top: -16px;
}
img {
  width: 100%;
}
section.UE {
  margin-bottom: 80px;
}
section.app_top {
  font-size: 0;
  padding: 0 80px;
  margin-bottom: 80px
}
section.app_top p {
  display: inline-block;
  width: 50%;
}
section.app_top p a {
  display: block;
}


section.app_middle {
  font-size: 0;
  padding: 0 80px;
  margin-bottom: 80px
}
section.app_middle p {
  display: inline-block;
  width: 50%;
}
section.app_middle p a {
  display: block;
}

section.app_bottom {
  font-size: 0;
  padding: 0 80px;
  margin-bottom: 80px
}
section.app_bottom p {
  display: inline-block;
  width: 50%;
}
section.app_bottom p a {
  display: block;
}
section.detail-link h2 {
  padding: 0 80px;

}