@charset "utf-8";
/* CSS Document */

.mainvisual.max_width .mainvisual_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mainvisual.max_width .mainvisual_inner h1 {
  margin-left: 40px;
  font-weight: bold;
  font-size: 60px;
  line-height: 1.3;
}
.mainvisual.max_width .mainvisual_inner h1 span {
  display: block;
  font-weight: bold;
  font-size: 30px;
}
.lp_contents.max_width.section01 .trouble_content {
  margin-bottom: 40px;
  border: 1px solid #828282;
}
.lp_contents.max_width.section01 .trouble_content h2 {
  padding: 15px 0;
  background: #828282;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
}
.lp_contents.max_width.section01 .trouble_content .trouble_list {
  padding: 30px 50px 50px;
  font-size: 20px;
}
.lp_contents.max_width.section01 .trouble_content .trouble_list li {
  padding: 3px 0 3px 50px;
  background: url(/img/landing_page/req/microscope/bg_vhx-7000_2011_03_001.jpg) no-repeat center left;
}
.lp_contents.max_width.section01 .trouble_content .trouble_list li + li {
  margin-top: 20px;
}
.lp_contents.max_width.section01 .lead_txt {
  margin-bottom: 60px;
  font-size: 18px;
}
.lp_contents.max_width.section02,
.lp_contents.max_width.section03 {
  margin-top: 45px;
}
.lp_contents.max_width h2.style_01 {
  margin-bottom: 50px;
  text-align: center;
  font-size: 27px;
}
.lp_contents.max_width h2.style_01 span {
  position: relative;
  padding-bottom: 8px;
  font-weight: bold;
}
.lp_contents.max_width h2.style_01 span::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  background: #b6132a;
  content: "";
}
.lp_contents.max_width .flex_box {
  display: flex;
  justify-content: space-between;
  text-align: center;
  font-size: 16px;
}
.lp_contents.max_width .flex_box .flex_item.arrow {
  width: 58px;
  height: auto;
  background: url(/img/landing_page/req/microscope/bg_vhx-7000_2011_03_002.jpg) no-repeat center center;
}
.lp_contents.max_width .flex_box .flex_item.center {
  position: relative;
}
.lp_contents.max_width .flex_box .flex_item.center p {
  position: absolute;
  top: 50%;
  left: 50%;
  white-space: nowrap;
  transform: translate(-50%, -50%);
}
.lp_contents.max_width .flex_box .flex_item .caption.gray {
  padding-bottom: 40px;
  background: #f5f5f5;
  font-weight: bold;
}
#main .lp_contents.max_width.section02 .flex_box .flex_item:last-child .caption {
  margin-top: 15px;
  line-height: 1.8;
}
.lp_contents.max_width.section03 {
  margin-bottom: 90px;
}
#main .lp_contents.max_width.section03 .flex_box .flex_item .caption {
  margin-top: 10px;
}
