@charset "UTF-8";
#header.simple{
  display: none;
}
#main.lp {
  margin-top: 0px; 
}
/* header */
.lp_header {
  margin-bottom: 20px;
  padding-bottom: 15px;
  background: #000;
}
.lp_header .lp_header_inner {
  margin: 0 auto;
  padding-top: 15px;
  max-width: 970px;
  width: 100%;
}

/* lp_section_wrap */
.lp_section_wrap {
  margin: 0 auto;
  max-width: 970px;
  width: 100%;
}
.lp_section_wrap img {
  max-width: 100%;
}
.lp_section_wrap h1 {
  margin: 0 auto 30px;
  padding: 10px;
  max-width: 970px;
  width: 100%;
  background: #ab2427;
  line-height: 1.5em;
}
.lp_section_wrap h1::before {
  display: inline-block;
  margin: 0 14px 0 0;
  width: 25px;
  height: 25px;
  background: url("/img/landing_page/ss/microscope/bg_bz-x_1028_01_001.png") no-repeat center center;
  background-size: 100% auto;
  content: "";
  vertical-align: middle;
}
.lp_section_wrap h1 .txt {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}

/* section01 */
.section01 {
  margin-bottom: 50px;
}
.section01 .inner_box {
  overflow: hidden;
  margin-bottom: 30px;
  padding: 20px;
  max-width: 960px;
  width: 100%;
  background: #eee;
}
.section01 .inner_box .left_box {
  float: left;
  width: 450px;
}
.section01 .inner_box .right_box {
  float: right;
  width: 450px;
}
.section01 .txt {
  margin: 10px 0;
  font-size: 16px;
  line-height: 1.6em;
}
.section01 .txt span {
  color: #ab2427;
  font-weight: bold;
}
.bottom_mail,
.customer{
    font-size: 16px;
}
.bottom_mail > p:first-of-type{
  margin-bottom: 10px;
}
.lp_section_wrap #suz_registrationForm{
  min-width: auto;
}

/* footer */
.lp_footer {
  margin-top: 40px;
  padding: 10px 0;
  width: 100%;
  border-top: 1px solid #dedede;
  background: #000;
}
.lp_footer .copy {
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 1.6em;
}


}