@charset "UTF-8";
img {
  vertical-align: middle;
}
.mainvisual {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 703px;
  background: #fff;
}
.mainvisual .inner {
  position: relative;
  z-index: 5;
  margin: 0 auto;
  width: 1200px;
  height: 703px;
  background: url("/img/landing_page/req/microscope/bg_bz-x700_1038_01_001.png") no-repeat left bottom;
}
.mainvisual .inner .new_release {
  margin-left: 115px;
}
.mainvisual .inner h1 {
  margin-bottom: 100px;
  text-align: right;
}
.mainvisual .inner .lp_btn {
  margin-right: 115px;
}

.section01 {
  padding-bottom: 100px;
  background: #f0f0f0;
}
.section01 .inner {
  margin: 0 auto;
  width: 1200px;
}
.section01 .inner ul::after {
  display: block;
  clear: both;
  width: 1px;
  height: 0;
  content: "";
}
.section01 .inner ul li {
  float: left;
  margin-left: 45px;
  width: 370px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}
.section01 .inner ul li:first-child {
  margin-left: 0;
}

.section02 {
  background: -webkit-linear-gradient(top, #fdfdfd 0%, #f1f1f1 100%);
  background: linear-gradient(to bottom, #fdfdfd 0%, #f1f1f1 100%);
}
.section02 .inner {
  margin: 0 auto;
  width: 1200px;
  background: #fff;
}
.section02 .inner p {
  margin-top: 0;
  text-align: center;
}

.section03 {
  height: 1125px;
  background: url("/img/landing_page/req/microscope/bg_bz-x700_1038_01_002.png") no-repeat center bottom,
  url("/img/landing_page/req/microscope/bg_bz-x700_1038_01_003.png") repeat-x center bottom #f1f1f1;
  background: url("/img/landing_page/req/microscope/bg_bz-x700_1038_01_002.png") no-repeat center bottom #f1f1f1 \9;
}
.section03 .inner {
  margin: 0 auto;
  width: 1200px;
}
.section03 .inner ul::after {
  display: block;
  clear: both;
  width: 1px;
  height: 0;
  content: "";
}
.section03 .inner ul li {
  float: left;
  margin-left: 31px;
  width: 379px;
}
.section03 .inner ul li:first-child {
  margin-left: 0;
}

/* bx_slder */
.mainvisual {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.mainvisual .slide_inner {
  position: relative;
  left: 50%;
  margin-left: -1800px;
  width: 3600px;
}

.mainvisual .bx-wrapper {
  position: absolute;
  top: 0;
  z-index: 0;
  margin: 0 auto;
}
.mainvisual .js_bxslider {
  overflow: hidden;
}
.mainvisual .js_bxslider li {
  display: block;
  float: left;
  width: 1200px;
}
.mainvisual .js_bxslider li img {
  max-width: 100%;
  height: auto;
}
.mainvisual .bx-controls-direction a {
  position: absolute;
  top: 0;
  display: block;
  overflow: hidden;
  width: 50%;
  height: 518px;
  background-color: #000;
  text-indent: -10000px;
  font-size: 0;
  opacity: 0.7;
}
.mainvisual .bx-prev {
  left: -600px;
}
.mainvisual .bx-next {
  right: -600px;
}
.mainvisual .bx-prev img {
  position: absolute;
  top: 120px;
  right: 20px;
}
.mainvisual .bx-next img {
  position: absolute;
  top: 120px;
  left: 20px;
}
.mainvisual .bx-pager {
  position: absolute;
  bottom: 205px;
  margin: 0 auto;
  padding-right: 75px;
  width: 100%;
  text-align: right;
}
.mainvisual .bx-pager li {
  position: relative;
  display: inline-block;
  margin: 0 7px;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  font-size: 0;
}
.mainvisual .bx-pager li a {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  overflow: hidden;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.mainvisual .bx-pager li a.active {
  width: 10px;
  height: 10px;
  background: #00b9ff;
}