/*!
Theme Name: techlabo_child
Template: techlabo_child
Author: designL
Author URI: https://design-p.com/*/
.indent_content {
  padding: 80px 0;
}

#wrap {
  overflow-x: hidden;
}

body {
  opacity: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  width: 100%;
  height: 100%;
}

body.indication {
  opacity: 1;
}

.mgn-a {
  margin-left: auto;
  margin-right: auto;
}

/*header*/
header {
  display: none;
}

footer {
  display: none;
}