@charset "utf-8";

#header.simple,
#content,
#main.lp {
  margin: 0;
}

#footer {
  margin: 0 auto;
}

#MainContentBody {
  background: #f0f0f0;
}

.mainvisual {
  width: 100%;
  background: #000;
}
.mainvisual .inner {
  margin: auto;
  width: 970px;
  height: 300px;
  background: url(/img/landing_page/products/microscope/bg_vr_1048_01_001.gif) no-repeat right bottom;
}
.mainvisual .new_label {
  margin-bottom: 30px;
  color: #fff;
  font-size: 40px;
  line-height: 1.14;
}
.mainvisual .new_label .new {
  display: inline-block;
  padding: 14px 25px 8px;
  background: #d40001;
  vertical-align: middle;
  font-size: 25px;
  line-height: 1;
}
.mainvisual .new_label .time {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  font-size: 18px;
  line-height: 1.1;
}
.mainvisual .lead {
  margin-bottom: 15px;
  color: #fff;
  font-weight: bold;
  font-size: 40px;
  line-height: 1.14;
}
.mainvisual .heading_wrap {
  display: table;
}
.mainvisual .heading_wrap .thumb {
  display: table-cell;
}
.mainvisual .heading_wrap h1 {
  display: table-cell;
  padding: 0 0 20px 10px;
  color: #fff;
  vertical-align: bottom;
  font-size: 18px;
  line-height: 1.33;
}

.main_contents {
  margin: auto;
  padding: 40px 0 20px;
  width: 970px;
}

#main .vr_3cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 20px;
}
#main .vr_3cols .item {
  margin-left: 20px;
  width: -webkit-calc((100% - 40px) /3);
  width: calc((100% - 40px) /3);
}
#main .vr_3cols .item .text {
  padding: 14px 20px 18px;
  border-top: none;
  background: #fff;
  text-align: center;
}
#main .vr_3cols .item .text p {
  margin: 0;
  font-size: 14px;
  line-height: 1.42;
}
#main .vr_3cols .item .text .label {
  margin-bottom: 3px;
  font-weight: bold;
  font-size: 19px;
  line-height: 1.9;
}
#main .vr_3cols .item:first-child {
  margin-left: 0;
}

.vr_cvbox {
  padding-top: 74px;
  height: 100%;
}
.vr_cvbox .lp_btn {
  position: relative;
  display: table;
  width: 100%;
  height: 46px;
}
.vr_cvbox .lp_btn.type05 {
  padding: 0 15px;
  background: #df3939;
  background: -moz-linear-gradient(top, #df3939 0%, #ce1a1b 100%);
  background: -webkit-linear-gradient(top, #df3939 0%, #ce1a1b 100%);
  background: linear-gradient(to bottom, #df3939 0%, #ce1a1b 100%);
  box-shadow: 0 5px 0 rgba(126, 126, 126, 0.32);
  line-height: 1;
}
.vr_cvbox .lp_btn.type05 .txt {
  display: table-cell;
  color: #fff;
  vertical-align: middle;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 17px;
}
.vr_cvbox .lp_btn.type05 .img {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  padding: 0;
  width: 50px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.vr_cvbox .lp_btn.type05 .img img {
  max-width: 100%;
}
.vr_cvbox .lp_btn.icon03 .txt {
  padding: 2px 62px 0 26px;
  background: url(/img/landing_page/common/icon03.png) no-repeat left center;
  background-size: 14px 18px;
}
.vr_cvbox .info {
  margin-top: 38px;
  text-align: center;
}
.vr_cvbox .info p {
  margin: 0 0 15px;
  font-weight: bold;
  font-size: 17px;
  line-height: 1;
}
