@charset "UTF-8";


/* ========== FullScreen plugin ========== */
html,
body {
  margin: 0;
}

.fs {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}

.fs *,
.fs *::after,
.fs *::before {
  box-sizing: border-box;
}

.fs-section {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  outline: none;
}

.fs-section.fs-table {
  display: table;
  table-layout: fixed;
}

.fs-sectionInner {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 16px;
}

.fs-tableCell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.fs-nav {
  position: fixed;
  z-index: 10000;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.fs-nav .fs-navList {
  margin: 0;
  padding: 0;
  list-style-image: none;
}

.fs-nav .fs-navList > li {
  display: block;
  list-style: none;
}

.fs-arrow {
  visibility: visible;
  transition: opacity .3s ease, visibility .3s ease;
  opacity: 1;
}

.fs-arrow.fs-arrowHide {
  visibility: hidden;
  opacity: 0;
}

.fs-arrowBtn {
  display: block;
}

.fs-arrowBtn:focus {
  outline: solid 1px #00f;
}

.fs-navBtn {
  display: block;
}

.fs-navBtn:focus {
  outline: solid 1px #00f;
}

/* ========== Common Elements ========== */
:root {
  font-size: 10px;
}

body {
  font-size: 1.2rem;
  background-color: #000;
}

#Bzx800L {
  display: none;
  overflow: hidden;
  height: 100%;
  background-color: #000;
}

#Bzx800L *, #Bzx800L::before, #Bzx800L::after {
  box-sizing: border-box;
}

#Bzx800L p {
  font-size: 1.6rem;
  line-height: 1.6;
}

@media screen and (min-width: 1025px) and (max-height: 750px) {
  #Bzx800L p {
    font-size: calc(14vh * 100 / 620);
  }
}

#Bzx800L ul,
#Bzx800L ol {
  list-style: none;
}

#Bzx800L img {
  max-width: 100%;
  border: 0;
}

#Bzx800L cite {
  font-style: normal;
}

/* ========== Header Elements ========== */
.Bzx800LHeader {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 70px;
}

.Bzx800LHeader.multiItem {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.Bzx800LHeader.multiItem.DownloadSection {
  background-color: #fff;
}

@media screen and (max-width: 1024px) {
  .Bzx800LHeader {
    position: static;
    min-height: auto;
    text-align: center;
  }

  .Bzx800LHeader.multiItem {
    -ms-flex-align: center;
    align-items: center;
  }
}

.Bzx800LHeader .HeaderLogo {
  display: inline-block;
  padding: 24px;
  min-width: 154px;
}

@media screen and (max-width: 1024px) {
  .Bzx800LHeader .HeaderLogo {
    padding: 14px 16px;
  }
}

.Bzx800LHeader.MainSection .HeaderLogo {
  background-color: #000;
}

.Bzx800LHeader.DownloadSection .HeaderLogo {
  background-color: #fff;
}

.HeaderUtilityList {
  display: flex;
  text-align: center;
}

.HeaderTelList,
.HeaderLanguageList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  border: 2px solid #ccc;
  background-color: #000;
  padding: 12px 18px 11px 15px;
  margin: 10px 10px 0 15px;
}

.AutoPhoneCall {
  position: relative;
  padding-left: 30px;
}

.AutoPhoneCall::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  background: url("../../../../../img/ss/products/microscope/bz-x800_long/bz-x800_long_ico_04.png") no-repeat 0 0;
  background-size: cover;
  width: 14px;
  height: 21px;
  transform: translateY(-50%);
}

@media screen and (max-width: 1024px) {
  .HeaderTelList {
    display: none;
  }

  .HeaderLanguageList {
    margin: 0 15px;
    border: none;
    padding: 10px 0;
  }
}

@media screen and (max-width: 767px) {
  .HeaderLanguageList {
    margin: 0 16px;
  }
}

.HeaderLanguageList .LanguageIcon {
  display: inline-block;
  margin-top: -1px;
  padding-right: 14px;
}

.HeaderLanguageList .LanguageIcon img {
  width: 22px;
  height: 22px;
}

@media screen and (max-width: 1024px) {
  .HeaderLanguageList .LanguageIcon {
    display: none;
  }
}

.HeaderTelList > li,
.HeaderLanguageList > li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: 0 13px;
  font-size: 18px;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .HeaderLanguageList > li {
    font-size: 16px;
  }
}

.HeaderTelList > li:first-child,
.HeaderLanguageList > li:first-child {
  margin-left: 0;
}

.HeaderTelList > li:first-child,
.HeaderLanguageList > li:last-child {
  margin-right: 0;
}

.HeaderLanguageList > li::before {
  display: block;
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: -13px;
  width: 1px;
  height: calc(100% - 8px);
  background-color: #808080;
  transform: translateY(-50%);
}

@media screen and (max-width: 1024px) {
  .HeaderLanguageList > li::before {
    top: 50%;
    height: calc(100% - 6px);
  }
}

.HeaderLanguageList > li:first-child::before {
  display: none;
}

.HeaderTelList > li > a,
.HeaderLanguageList > li > a {
  text-decoration: none;
  color: #808080;
  position: relative;
  min-width: 20px;
}

.HeaderTelList > li > a {
  color: #fff;
  font-weight: bold;
}

.HeaderLanguageList > li > a:link:hover,
.HeaderLanguageList > li > a:link:focus,
.HeaderLanguageList > li > a:link:active,
.HeaderLanguageList > li > a:visited:hover,
.HeaderLanguageList > li > a:visited:focus,
.HeaderLanguageList > li > a:visited:active {
  color: #3aaeff;
  font-weight: bold;
  text-decoration: none;
}

.HeaderLanguageList > li > a:link:hover::after,
.HeaderLanguageList > li > a:link:focus::after,
.HeaderLanguageList > li > a:link:active::after,
.HeaderLanguageList > li > a:visited:hover::after,
.HeaderLanguageList > li > a:visited:focus::after,
.HeaderLanguageList > li > a:visited:active::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #3aaeff;
}

.HeaderLanguageList > li > .LanguageCurrent {
  position: relative;
  font-weight: bold;
  padding-top: 0;
  color: #fff;
}

.HeaderLanguageList > li > .LanguageCurrent::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #ffffff;
}

@media screen and (max-width: 1024px) {
  .HeaderLanguageList > li > .LanguageCurrent {
    font-size: 16px;
  }
}

/* ========== Layout Elements ========== */
#Bzx800L .Section {
  color: #fff;
}

#Bzx800L .Section.Bzx800LDownload {
  color: #333;
  background: radial-gradient(ellipse at center, #fff 46%, #dedede 100%);
}

#Bzx800L .MainVisualInner,
#Bzx800L .ConfocalInner,
#Bzx800L .ResolutionInner,
#Bzx800L .CytometerInner,
#Bzx800L .ApplicationInner,
#Bzx800L .MotionInner,
#Bzx800L .DownloadInner {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  min-height: 620px;
  padding-top: 5px;
  -ms-flex-pack: center;
  justify-content: center;
}

#Bzx800L .MainVisualCont,
#Bzx800L .ConfocalCont,
#Bzx800L .ResolutionCont,
#Bzx800L .CytometerCont,
#Bzx800L .ApplicationCont,
#Bzx800L .MotionCont,
#Bzx800L .DownloadCont {
  width: 970px;
  margin: 20px auto 0;
}

#Bzx800L .MainVisualCont {
  width: 100%;
  min-width: 1050px;
}

#Bzx800L .MainVisualCont.LargeLyt > .Bzx800LMainCont.MainTitle {
  max-width: 880px;
}

#Bzx800L .MultiCol {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

#Bzx800L .MultiCol > .Bzx800LMainCont {
  width: calc(68% - 20px);
}

#Bzx800L .MultiCol > .Bzx800LMainCont.MainTitle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 720px;
  -ms-flex-pack: center;
  justify-content: center;
}

#Bzx800L .IsSP {
  display: none;
}

@media screen and (max-width: 1024px) {
  #Bzx800L .MainVisualInner,
  #Bzx800L .ConfocalInner,
  #Bzx800L .ResolutionInner,
  #Bzx800L .CytometerInner,
  #Bzx800L .ApplicationInner,
  #Bzx800L .MotionInner,
  #Bzx800L .DownloadInner {
    min-height: auto;
    padding: 8vw 5vw 0;
    border-bottom: 1px solid #666;
  }
  #Bzx800L .MainVisualInner {
    padding: 0 5vw;
  }
  #Bzx800L .MainVisualCont,
  #Bzx800L .ConfocalCont,
  #Bzx800L .ResolutionCont,
  #Bzx800L .CytometerCont,
  #Bzx800L .ApplicationCont,
  #Bzx800L .MotionCont,
  #Bzx800L .DownloadCont {
    width: 100%;
    height: 100%;
    min-width: auto;
    margin-top: 20px;
  }
  #Bzx800L .MainVisualCont {
    margin-top: 0;
  }
  #Bzx800L .MainVisualCont.MultiCol {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #Bzx800L .MultiCol {
    display: block;
  }
  #Bzx800L .MultiCol > .Bzx800LMainCont {
    width: 100%;
    margin-top: calc(15vw * 100 / 375);
  }
  #Bzx800L .MultiCol > .Bzx800LMainCont.MainTitle {
    max-width: none;
    margin-right: 0;
  }
  #Bzx800L .IsSP {
    display: block;
  }
  #Bzx800L .IsPC {
    display: none;
  }
}

@media screen and (min-width: 1025px) and (max-height: 750px) {
  #Bzx800L .ConfocalCont,
  #Bzx800L .ResolutionCont,
  #Bzx800L .CytometerCont,
  #Bzx800L .ApplicationCont,
  #Bzx800L .MotionCont {
    margin-top: 15px;
  }
}

/* ========== Heading Elements ========== */
/* --- Bzx800LHdg1 --- */
.Bzx800LHdg1 {
  font-size: 6.8rem;
  line-height: 1.25;
  text-align: center;
  text-shadow: 1px 1px 20px #000, -1px 1px 20px #000, 1px -1px 20px #000, -1px -1px 20px #000;
}

.Bzx800LHdg1 .LeadTxt {
  font-size: 3.4rem;
  font-weight: normal;
  display: block;
}

.Bzx800LHdg1 .SeriesCont {
  font-size: 2rem;
  font-weight: normal;
  margin-top: 49px;
}

.Bzx800LHdg1 .SeriesCont .SeriesLabel {
  font-weight: bold;
  display: inline-block;
  margin: -1px 14px 0 0;
  padding: 2px 18px 1px 17px;
  color: #f53d4d;
  border: 2px solid #dc002f;
  background-color: #000;
  box-shadow: 1px 1px 20px #000, -1px 1px 20px #000, 1px -1px 20px #000, -1px -1px 20px #000;
  text-shadow: none;
}

.Bzx800LHdg1 .SeriesCont .SeriesTxt {
  display: inline-block;
  max-width: 80%;
}

.Bzx800LHdg1.SmallSize {
  font-size: 5rem;
}

.Bzx800LHdg1.SmallSize .LeadTxt {
  font-size: 2.6rem;
  margin-top: 25px;
}

.Bzx800LHdg1.SmallSize .SeriesCont {
  margin-top: 43px;
}

@media screen and (max-width: 1024px) {
  #Bzx800L .Bzx800LHdg1 {
    font-size: calc(68vw * 100 / 1024);
    text-shadow: none;
  }
  #Bzx800L .Bzx800LHdg1 .LeadTxt {
    font-size: calc(34vw * 100 / 1024);
    margin-top: 5px;
  }
  #Bzx800L .Bzx800LHdg1 .SeriesCont {
    font-size: calc(20vw * 100 / 1024);
    line-height: 1.2;
    margin-top: 15px;
  }
  #Bzx800L .Bzx800LHdg1 .SeriesCont.MultiCol {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  #Bzx800L .Bzx800LHdg1 .SeriesCont .SeriesLabel {
    margin: 0 10px 0 0;
    padding: 3px calc(5vw * 100 / 375) 2px;
    box-shadow: none;
  }
  #Bzx800L .Bzx800LHdg1 .SeriesCont .SeriesTxt {
    margin-top: 4px;
  }
  #Bzx800L .Bzx800LHdg1 .SeriesCont .SeriesTxt .SeriesName {
    display: inline-block;
  }
  #Bzx800L .Bzx800LHdg1.SmallSize {
    font-size: calc(55vw * 100 / 1024);
  }
  #Bzx800L .Bzx800LHdg1.SmallSize .LeadTxt {
    margin-top: 20px;
  }
  #Bzx800L .Bzx800LHdg1.SmallSize .SeriesCont .SeriesTxt {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  #Bzx800L .Bzx800LHdg1 {
    font-size: calc(65vw * 100 / 767);
    line-height: 1.08;
  }
  #Bzx800L .Bzx800LHdg1 .LeadTxt {
    font-size: calc(35vw * 100 / 767);
  }
  #Bzx800L .Bzx800LHdg1 .SeriesCont {
    font-size: calc(26vw * 100 / 767);
    margin-top: 18px;
  }
  #Bzx800L .Bzx800LHdg1 .SeriesCont .SeriesLabel {
    max-width: 34%;
    margin-left: calc(25vw * 100 / 375);
  }
  #Bzx800L .Bzx800LHdg1 .SeriesCont .SeriesTxt {
    max-width: 66%;
  }
  #Bzx800L .Bzx800LHdg1.SmallSize {
    font-size: calc(54vw * 100 / 767);
  }
  #Bzx800L .Bzx800LHdg1.SmallSize .LeadTxt {
    font-size: calc(32vw * 100 / 767);
    margin-top: 10px;
  }
}

@media screen and (max-width: 413px) {
  #Bzx800L .Bzx800LHdg1 {
    font-size: calc(32vw * 100 / 375);
  }
  #Bzx800L .Bzx800LHdg1 .LeadTxt {
    font-size: calc(18vw * 100 / 375);
  }
  #Bzx800L .Bzx800LHdg1 .SeriesCont {
    font-size: calc(14vw * 100 / 375);
  }
  #Bzx800L .Bzx800LHdg1.SmallSize {
    font-size: calc(26vw * 100 / 375);
  }
  #Bzx800L .Bzx800LHdg1.SmallSize .LeadTxt {
    font-size: calc(18vw * 100 / 375);
  }
  #Bzx800L .Bzx800LHdg1.SmallSize .SeriesCont {
    margin-top: 12px;
  }
}

/* --- Bzx800LHdg2 --- */
.Bzx800LHdg2 {
  font-size: 4.6rem;
  line-height: 1.3;
  padding: 0 20px;
  text-align: center;
}

@media screen and (min-width: 1025px) and (min-height: 861px) {
  .Bzx800LHdg2 {
    font-size: calc(36vw * 100 / 1024);
    font-weight: bold;
    padding: 0;
  }
}

@media screen and (max-width: 640px) {
  .Bzx800LHdg2 {
    font-size: calc(26vw * 100 / 375);
  }
}

@media screen and (min-width: 1025px) and (max-height: 860px) {
  .Bzx800LHdg2 {
    font-size: calc(25vh * 100 / 620);
    margin-top: 14px;
  }
}

@media screen and (min-width: 1025px) and (max-height: 750px) {
  .Bzx800LHdg2 {
    font-size: calc(34vh * 100 / 620);
    margin-top: 14px;
  }
}

/* --- Bzx800LHdg3 --- */
.Bzx800LHdg3 {
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.3;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  background-color: #544b8f;
}

@media screen and (max-width: 413px) {
  .Bzx800LHdg3 {
    font-size: calc(16vw * 100 / 375);
  }
  .Bzx800LHdg3 .Label {
    font-size: calc(16vw * 100 / 375);
  }
}

@media screen and (min-width: 1025px) and (max-height: 750px) {
  .Bzx800LHdg3 {
    font-size: calc(14vh * 100 / 620);
  }
}

.Bzx800LHdg3 .Label {
  font-size: 1.6rem;
  font-weight: normal;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  padding: 2px 25px 0 11px;
  color: #000;
  background-color: #cf0;
  -ms-flex-align: center;
  align-items: center;
}

.Bzx800LHdg3 .Label::before {
  position: absolute;
  top: 0;
  right: 10px;
  display: block;
  width: 21px;
  height: 100%;
  content: '';
  transform: skew(-35deg);
  transform-origin: bottom;
  background-color: #cf0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.Bzx800LHdg3 .Label::after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 21px;
  height: 100%;
  content: '';
  transform: skew(-35deg);
  transform-origin: bottom;
  background-color: #544b8f;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.Bzx800LHdg3 .MainTxt {
  display: inline-block;
  margin: 0 auto;
  padding: 6px 30px;
}

/* ========== Text Elements ========== */
/* --- Bzx800LLead --- */
#Bzx800L .Bzx800LLead {
  text-align: center;
}

#Bzx800L .Bzx800LLead .LeadTxt {
  display: inline-block;
  padding: 13px 25px 14px;
  background-color: rgba(180, 180, 180, 0.2);
}

@media screen and (max-width: 1024px) {
  #Bzx800L .Bzx800LLead .LeadTxt {
    display: block;
    padding: 12px 18px 14px;
    text-align: left;
  }
}

#Bzx800L .MultiCol > .Bzx800LLead {
  max-width: 42%;
  margin-right: 20px;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  #Bzx800L .MultiCol > .Bzx800LLead {
    width: 100%;
    max-width: none;
  }
}

/* --- Bzx800LSourceTxt --- */
#Bzx800L .Bzx800LSourceTxt {
  font-size: 1.2rem;
  margin-top: 7px;
  text-align: right;
  color: #666;
}

@media screen and (max-width: 1024px) {
  #Bzx800L .Bzx800LSourceTxt {
    margin-top: 10px;
    text-align: center;
  }
}

@media screen and (min-width: 1025px) and (max-height: 750px) {
  #Bzx800L .Bzx800LSourceTxt {
    font-size: calc(10vh * 100 / 620);
  }
}

/* ========== Conversion Elements ========== */
/* --- Bzx800LCvCont --- */
.Bzx800LCvCont {
  position: relative;
  z-index: 2;
  width: 970px;
  margin: 36px auto 0;
}

.Bzx800LCvCont.PutInnerCont {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 34px;
}

.Bzx800LCvCont.PutInnerCont > .Bzx800LCvButton {
  margin: 0;
}

.Bzx800LCvCont.PutInnerCont > .Bzx800LCvButton > *:first-child {
  margin-top: 0;
}

.Bzx800LCvCont.Bzx800TtelGroup {
  margin-top: 0;
  padding-bottom: 0;
}

.Bzx800LCvCont.Bzx800TtelGroup::before {
  border-top: 1px solid #666;
  box-sizing: border-box;
}

.Bzx800TtelGroup .Bzx800LInnerTel {
  display: flex;
  justify-content: center;
}

.Bzx800TtelGroup .Bzx800LInnerTel > a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  padding: 20px;
  border-left: 1px solid #666;
  width: 50%;
  color: #fff !important;
  font-size: 2rem;
  font-weight: bold;
  text-decoration: none !important;
  text-align: center;
  cursor: default;
  overflow-wrap: anywhere;
  word-wrap: break-word;
  word-break: break-word;
}

.Bzx800TtelGroup .Bzx800LInnerTel > a:first-child {
  border: none;
}

.Bzx800TtelGroup .Bzx800LInnerTel > .TelSlsh {
  display: none;
}

.Bzx800TtelGroup .Bzx800LInnerTel .AutoPhoneCall::before {
  position: static;
  transform: none;
  width: 12px;
  height: 18px;
  margin-right: 6px;
}

@media screen and (max-width: 1024px) {
  .Bzx800LCvCont.PutInnerCont {
    flex-direction: column;
    align-items: center;
  }

  .Bzx800LCvCont.PutInnerCont > .Bzx800LCvButton {
    margin-top: -25px;
  }

  .Bzx800LCvCont.PutInnerCont.SmallSize > .Bzx800LCvButton {
    margin-top: -20px;
    padding: 0;
  }

  .Bzx800LCvCont.PutInnerCont > .Bzx800LCvButton > *:first-child {
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .Bzx800LCvCont.PutInnerCont {
    display: block;
  }

  .Bzx800LCvCont.PutInnerCont > .Bzx800LCvButton {
    margin-top: 0;
  }

  .Bzx800LCvCont.PutInnerCont.SmallSize > .Bzx800LCvButton {
    margin-top: 0;
  }

  .Bzx800LCvCont.PutInnerCont > .Bzx800LCvButton > *:first-child {
    margin-top: 0;
  }

  .Bzx800LCvCont.PutInnerCont.SmallSize > .Bzx800LCvButton > *:first-child {
    margin-top: 20px;
  }

  .Bzx800TtelGroup .Bzx800LInnerTel > a {
    padding: 15px 8px 14px;
    width: auto;
    font-size: 1.4rem;
  }

  .Bzx800TtelGroup .Bzx800LInnerTel .AutoPhoneCall::before {
    width: 10px;
    height: 15px;
  }
}

@media screen and (max-width: 480px) {
  .Bzx800TtelGroup .Bzx800LInnerTel > a {
    flex: 0 0 auto;
  }
}

#Bzx800L .Bzx800LCvCont.MultiCol {
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 15px;
}

@media screen and (max-width: 1024px) {
  .Bzx800LCvCont {
    width: 100%;
    margin-top: 40px;
    padding-bottom: 20px;
  }
  .Bzx800LCvCont::before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: -8vw;
    display: block;
    width: calc(100% + 16vw);
    height: 100%;
    content: '';
    background-color: #202329;
  }
}

@media screen and (max-width: 767px) {
  .Bzx800LCvCont {
    margin-top: calc(15vw * 100 / 375);
  }
  .Bzx800LCvCont.PutInnerCont {
    margin-top: calc(15vw * 100 / 375);
  }
  .Bzx800LCvCont.Bzx800TtelGroup {
    margin-top: 0;
  }
}

@media screen and (min-width: 1025px) and (min-height: 831px) {
  .Bzx800LCvCont {
    margin-top: calc(45vh * 100 / 950);
  }
}

/* --- Bzx800LCvButton --- */
.Bzx800LCvButton {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: -20px;
  margin-left: -20px;
}

@media screen and (max-width: 1024px) {
  .Bzx800LCvButton {
    margin-top: -25px;
  }
}

@media screen and (max-width: 767px) {
  .Bzx800LCvButton {
    margin-top: 0;
  }
}

.Bzx800LCvButton.Vertical {
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}

.Bzx800LCvButton > * {
  display: -ms-flexbox;
  display: flex;
  width: 318px;
  margin-top: 20px;
  margin-left: 20px;
}

@media screen and (max-width: 1024px) {
  .Bzx800LCvButton > * {
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .Bzx800LCvButton > * {
    margin-top: 0;
  }
}

.Bzx800LCvButton.Vertical > * {
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .Bzx800LCvButton.Vertical {
    margin-left: 0;
  }

  .Bzx800LCvButton.Vertical > * {
    margin-left: 0;
  }
}

.Bzx800LCvButton > * > a {
  font-size: 1.6rem;
  font-weight: bold;
  display: -ms-flexbox;
  display: flex;
  max-width: 318px;
  text-align: center;
  color: #fff;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.Bzx800LCvButton > * > a:hover, .Bzx800LCvButton > * > a:focus, .Bzx800LCvButton > * > a:active {
  color: #fff;
}

.Bzx800LCvButton + .Bzx800LCvButton {
  margin-top: 0;
}

@media screen and (max-width: 1024px) {
  .Bzx800LCvButton + .Bzx800LCvButton {
    margin-top: -25px;
  }
}

@media screen and (max-width: 767px) {
  .Bzx800LCvButton + .Bzx800LCvButton {
    margin-top: 0;
  }
}

.Bzx800LCvButton .ButtonInner {
  position: relative;
  display: inline-block;
  max-width: 90%;
}

.Bzx800LCvButton .ButtonTxt {
  display: inline-block;
  padding: 11px 15px;
}

.Bzx800LCvButton .ButtonTxt .ButtonIcon {
  position: relative;
  display: inline-block;
  -ms-flex: 1;
  flex: 1;
}

.Bzx800LCvButton .ButtonTxt .ButtonIcon::before {
  position: absolute;
  top: 50%;
  left: -29px;
  display: block;
  width: 19px;
  height: 18px;
  content: '';
  transform: translateY(-50%);
  background-image: url("../../../../../img/ss/products/microscope/bz-x800_long/bz-x800_long_bg_03.png");
}

.Bzx800LCvButton .Request .ButtonTxt .ButtonIcon::before {
  background-image: url("../../../../../img/ss/products/microscope/bz-x800_long/bz-x800_long_bg_12.png");
}

.Bzx800LCvButton .Inquiry .ButtonTxt .ButtonIcon::before {
  background: none;
  width: auto;
  height: auto;
  border-width: 7px 0px 7px 9px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}

.Bzx800LCvButton .ButtonImg {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border: 1px solid #ccc;
}

.Bzx800LCvButton .Catalog > a {
  background-color: #dc002f;
}

.Bzx800LCvButton .Catalog > a .ButtonTxt {
  margin-right: 53px;
  padding-left: 29px;
}

.Bzx800LCvButton .Catalog > a .ButtonImg {
  border-color: #ccc;
}

.Bzx800LCvButton .Inquiry > a {
  background-color: #13778f;
}

.Bzx800LCvButton .Inquiry > a .ButtonTxt {
  padding-left: 29px;
}

.Bzx800LCvButton .Application > a {
  background-color: #254ea7;
}

.Bzx800LCvButton .Application > a .ButtonTxt {
  margin-right: 72px;
  padding-left: 29px;
}

.Bzx800LCvButton .Application > a .ButtonImg {
  border-color: #62656a;
}

.Bzx800LCvButton .Request > a {
  background-color: #502da8;
}

.Bzx800LCvButton .Request > a .ButtonInner {
  max-width: 80%;
}

.Bzx800LCvButton .Request > a .ButtonTxt {
  padding-left: 29px;
}

.Bzx800LCvButton .Request > a .ButtonTxt::before {
  display: none;
}

.SmallSize .Bzx800LCvButton > * > a {
  font-size: 1.6rem;
}

.PutInnerCont .Bzx800LCvButton {
  width: auto;
  -ms-flex-pack: center;
  justify-content: center;
}

.PutInnerCont .Bzx800LCvButton > * {
  min-width: 238px;
  box-shadow: 1px 1px 20px #000, -1px 1px 20px #000, 1px -1px 20px #000, -1px -1px 20px #000;
}

.PutInnerCont .Bzx800LCvButton > * > a {
  max-width: 400px;
  padding-left: 12px;
}

@media screen and (max-width: 1024px) {
  #Bzx800L .Bzx800LCvButton {
    width: auto;
    margin-left: calc(-8vw * 100 / 375);
    padding: 20px 0 0;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #Bzx800L .Bzx800LCvButton + .Bzx800LCvButton {
    display: -ms-flexbox;
    display: flex;
    height: auto;
  }
  #Bzx800L .Bzx800LCvButton > * {
    width: auto;
    min-width: 238px;
    margin-left: calc(8vw * 100 / 375);
    box-shadow: none;
  }
  #Bzx800L .Bzx800LCvButton > * > a {
    padding-left: 12px;
  }
  #Bzx800L .Bzx800LCvButton .ButtonInner {
    max-width: none;
  }
  #Bzx800L .Bzx800LCvButton .Request {
    min-height: auto;
  }
  #Bzx800L .Bzx800LCvButton .Request > a {
    max-width: 400px;
    padding: 0 15px;
    border: 2px solid #502da8;
    background-color: transparent;
  }
  #Bzx800L .Bzx800LCvButton .Request > a .ButtonTxt {
    padding-right: 0;
  }
  #Bzx800L .Bzx800LCvButton .SmallSize .ButtonTxt {
    padding-right: 0;
  }
  .SmallSize .Bzx800LCvButton > * > a {
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  #Bzx800L .Bzx800LCvButton {
    margin-left: -20px;
    flex-wrap: nowrap;
  }
  #Bzx800L .SmallSize .Bzx800LCvButton {
    flex-wrap: wrap;
    margin-left: 0;
  }
  #Bzx800L .Bzx800LCvButton > * {
    width: 50%;
    min-width: auto;
    margin-left: 20px;
  }
  #Bzx800L .SmallSize .Bzx800LCvButton > * {
    margin-left: 0;
    width: auto;
  }
  #Bzx800L .Bzx800LCvButton + .Bzx800LCvButton {
    margin-left: -20px;
    flex-wrap: wrap;
  }
  #Bzx800L .SmallSize .Bzx800LCvButton + .Bzx800LCvButton {
    margin-left: 0;
  }
  #Bzx800L .Bzx800LCvButton + .Bzx800LCvButton > * {
    width: 100%;
  }
  #Bzx800L .Bzx800LCvButton > * > a {
    max-width: none;
    height: 100%;
  }
  #Bzx800L .Bzx800LCvButton.Vertical {
    margin-left: 0;
  }
  #Bzx800L .Bzx800LCvButton.Vertical > * {
    margin-left: 0;
  }
  #Bzx800L .Bzx800LCvButton.Vertical > .Inquiry {
    width: 100%;
  }
  #Bzx800L .Bzx800LCvButton.Vertical > .Inquiry > a {
    padding-left: 0;
  }
  #Bzx800L .Bzx800LCvButton .Request {
    display: inline-block;
    margin-top: 20px;
    width: 100%;
  }
  #Bzx800L .SmallSize .Bzx800LCvButton .Request {
    margin-top: 0;
  }
  #Bzx800L .Bzx800LCvButton .Request > a {
    max-width: none;
  }
  #Bzx800L .Bzx800LCvButton .Request > a .ButtonTxt {
    padding-right: 10px;
  }
  #Bzx800L .Bzx800LCvButton .ButtonTxt {
    padding: 14px 18px 14px 29px;
  }
  #Bzx800L .Bzx800LCvButton .Catalog .ButtonImg,
  #Bzx800L .Bzx800LCvButton .Application .ButtonImg {
    display: none;
  }
  #Bzx800L .Bzx800LCvButton .ButtonInner {
    -ms-flex: 1;
    flex: 1;
  }
  #Bzx800L .Bzx800LCvButton .Catalog > a .ButtonTxt,
  #Bzx800L .Bzx800LCvButton .Application > a .ButtonTxt {
    margin-right: 0;
  }
  #Bzx800L .SmallSize .Bzx800LCvButton {
    display: block;
  }
  #Bzx800L .Bzx800LCvButton.SmallSize > * > a {
    max-width: none;
  }
  #Bzx800L .PutInnerCont.SmallSize .Bzx800LCvButton > * > a {
    max-width: none;
  }
  #Bzx800L .SmallSize .Bzx800LCvButton,
  #Bzx800L .SmallSize .Bzx800LCvButton > * {
    width: 100%;
  }
  #Bzx800L .SmallSize .Bzx800LCvButton > * {
    padding-top: 20px;
  }
  #Bzx800L .SmallSize .Bzx800LCvButton > *:first-child {
    margin-top: 0;
    padding-top: 0;
  }
  #Bzx800L .SmallSize .Bzx800LCvButton .ButtonInner {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}

@media screen and (max-width: 413px) {
  .Bzx800LCvButton > * > a {
    font-size: calc(16vw * 100 / 375);
  }
}

@media screen and (min-width: 1025px) and (max-height: 750px) {
  .Bzx800LCvButton > * > a {
    font-size: calc(14vh * 100 / 620);
  }
}

/* ========== Guide Elements ========== */
/* --- Bzx800LDirection --- */
.Bzx800LDirection {
  position: absolute;
  z-index: 1;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  -ms-flex-align: center;
  align-items: center;
}

.Bzx800LDirection .DirectionTxt {
  position: relative;
  padding-left: 23px;
}

.Bzx800LDirection .DirectionTxt::after {
  position: absolute;
  z-index: -1;
  bottom: -70px;
  left: calc(50% - 10px);
  display: block;
  width: 92px;
  height: 92px;
  content: '';
  transform: rotate(45deg) translateX(-50%);
  background-color: rgba(5, 1, 0, 0.85);
}

.Bzx800LDirection .DirectionTxt > button {
  font: inherit;
  padding: 0;
  cursor: pointer;
  border: none;
  background: none;
}

.Bzx800LDirection .DirectionTxt .AnchorButton {
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: .05em;
  color: #fff;
}

.Bzx800LDirection .DirectionTxt .AnchorButton::before {
  position: absolute;
  top: calc(50% + 2px);
  left: 0;
  display: block;
  width: 15px;
  height: 9px;
  content: '';
  transform: translateY(-120%);
  animation: fade_animation 1s ease-in-out infinite alternate 1.5s;
  opacity: 0;
  background: url("../../../../../img/ss/products/microscope/bz-x800_long/bz-x800_long_ico_01.png") no-repeat 0 0;
}

.Bzx800LDirection .DirectionTxt .AnchorButton::after {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 15px;
  height: 9px;
  content: '';
  transform: translateY(-10%);
  animation: fade_animation 1s ease-in-out infinite alternate 1.8s;
  opacity: 0;
  background: url("../../../../../img/ss/products/microscope/bz-x800_long/bz-x800_long_ico_01.png") no-repeat 0 0;
}

@keyframes fade_animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* ========== InnerContents Elements ========== */
/* --- Bzx800LDragCont --- */
.Bzx800LDragCont {
  width: 100%;
  margin: 15px auto 0;
}

@media screen and (max-width: 1024px) {
  .Bzx800LDragCont {
    margin-top: calc(15vw * 100 / 375);
    text-align: center;
  }
}

@media screen and (min-width: 1025px) and (min-height: 831px) {
  .Bzx800LDragCont {
    margin-top: calc(30vh * 100 / 950);
  }
}

@media screen and (min-width: 1025px) and (max-height: 830px) {
  .Bzx800LDragCont {
    width: calc(730vh * 100 / 830);
  }
}

@media screen and (min-width: 1025px) and (max-height: 750px) {
  .Bzx800LDragCont {
    width: calc(490vh * 100 / 620);
  }
}

.Bzx800LDragCont .DragInnerCont {
  position: relative;
}

.Bzx800LDragCont .DragInnerCont .BeforeImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: url("../../../../../img/ss/products/microscope/bz-x800_long/bz-x800_long_bg_01.jpg") no-repeat left top;
  background-size: auto 100%;
}

.Bzx800LDragCont .DragInnerCont .BeforeImg::after {
  position: absolute;
  top: 0;
  right: -1px;
  display: block;
  width: 2px;
  height: 100%;
  content: '';
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
}

.Bzx800LDragCont .DragInnerCont:not(.drag) .BeforeImg {
  transition: width 0.7s cubic-bezier(0.37, 0.63, 0.21, 1.25) 0.4s;
}

.Bzx800LDragCont .DragInnerCont .BeforeImg.resize {
  transition: none;
}

.Bzx800LDragCont .DragInnerCont .Partition {
  position: absolute;
  top: 0;
  left: 39%;
  display: block;
  width: 70px;
  height: 100%;
  margin-left: -35px;
  cursor: move;
}

.Bzx800LDragCont .DragInnerCont .Partition::before {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  display: block;
  box-sizing: border-box;
  width: 66px;
  height: 66px;
  margin-top: -33px;
  margin-left: -33px;
  content: '';
  transition: opacity 0.3s ease 0.9s, border 0.2s ease 0s, transform 0.3s cubic-bezier(0.37, 0.63, 0.21, 1.25) 1.2s;
  transform: scale(0);
  opacity: 0;
  border: 8px solid #000;
  border-radius: 50%;
}

.Bzx800LDragCont .DragInnerCont .Partition::after {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  display: block;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  margin-left: -35px;
  content: '';
  transition: opacity 0.4s ease 0.9s, background-color 0.3s ease 0s, transform 0.4s cubic-bezier(0.3, 1.3, 0.7, 1.3) 1.1s;
  transform: scale(0);
  opacity: 0;
  border-radius: 50%;
  background: #fff no-repeat center center;
}

.Bzx800LDragCont .DragInnerCont .Partition .PartitionInnerLeft::before {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: calc(50% - 24px);
  display: block;
  width: 15px;
  height: 9px;
  margin-top: -4px;
  content: '';
  transition: opacity 0.4s ease 0.9s, background-color 0.3s ease 0s, transform 0.4s cubic-bezier(0.3, 1.3, 0.7, 1.3) 1.1s;
  transform: scale(0) rotate(90deg);
  animation: fade_animation .6s ease-in-out infinite alternate 1.8s;
  opacity: 0;
  background-image: url("../../../../../img/ss/products/microscope/bz-x800_long/bz-x800_long_ico_01.png");
}

.Bzx800LDragCont .DragInnerCont .Partition .PartitionInnerLeft::after {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: calc(50% - 16px);
  display: block;
  width: 15px;
  height: 9px;
  margin-top: -4px;
  content: '';
  transition: opacity 0.4s ease 0.9s, background-color 0.3s ease 0s, transform 0.4s cubic-bezier(0.3, 1.3, 0.7, 1.3) 1.1s;
  transform: scale(0) rotate(90deg);
  animation: fade_animation .6s ease-in-out infinite alternate 1.5s;
  opacity: 0;
  background-image: url("../../../../../img/ss/products/microscope/bz-x800_long/bz-x800_long_ico_01.png");
}

.Bzx800LDragCont .DragInnerCont .Partition .PartitionInnerRight::before {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: calc(50% + 1px);
  display: block;
  width: 15px;
  height: 9px;
  margin-top: -4px;
  content: '';
  transition: opacity 0.4s ease 0.9s, background-color 0.3s ease 0s, transform 0.4s cubic-bezier(0.3, 1.3, 0.7, 1.3) 1.1s;
  transform: scale(0) rotate(-90deg);
  animation: fade_animation .6s ease-in-out infinite alternate 1.5s;
  opacity: 0;
  background-image: url("../../../../../img/ss/products/microscope/bz-x800_long/bz-x800_long_ico_01.png");
}

.Bzx800LDragCont .DragInnerCont .Partition .PartitionInnerRight::after {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: calc(50% + 9px);
  display: block;
  width: 15px;
  height: 9px;
  margin-top: -4px;
  content: '';
  transition: opacity 0.4s ease 0.9s, background-color 0.3s ease 0s, transform 0.4s cubic-bezier(0.3, 1.3, 0.7, 1.3) 1.1s;
  transform: scale(0) rotate(-90deg);
  animation: fade_animation .6s ease-in-out infinite alternate 1.8s;
  opacity: 0;
  background-image: url("../../../../../img/ss/products/microscope/bz-x800_long/bz-x800_long_ico_01.png");
}

@keyframes move_right {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: 4px;
  }
}

@keyframes move_left {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -4px;
  }
}

.show .Bzx800LDragCont .BeforeImg,
.IE9 .Bzx800LDragCont .BeforeImg {
  width: 39%;
}

.show .Bzx800LDragCont .Partition::before, .show .Bzx800LDragCont .Partition::after,
.IE9 .Bzx800LDragCont .Partition::before,
.IE9 .Bzx800LDragCont .Partition::after {
  transform: scale(1);
  opacity: 1;
}

.show .Bzx800LDragCont .Partition .PartitionInnerRight::before,
.show .Bzx800LDragCont .Partition .PartitionInnerRight::after,
.IE9 .Bzx800LDragCont .Partition .PartitionInnerRight::before,
.IE9 .Bzx800LDragCont .Partition .PartitionInnerRight::after {
  transform: scale(1) rotate(-90deg);
  opacity: 1;
}

.show .Bzx800LDragCont .Partition .PartitionInnerLeft::before,
.show .Bzx800LDragCont .Partition .PartitionInnerLeft::after,
.IE9 .Bzx800LDragCont .Partition .PartitionInnerLeft::before,
.IE9 .Bzx800LDragCont .Partition .PartitionInnerLeft::after {
  transform: scale(1) rotate(90deg);
  opacity: 1;
}

.show .Bzx800LDragCont .Partition:hover::before,
.IE9 .Bzx800LDragCont .Partition:hover::before {
  border: 12px solid #000;
}

/*　--- Bzx800LTileCont --- */
.Bzx800LTileCont {
  position: relative;
  width: 540px;
}

.Bzx800LTileCont .TileInnerCont {
  border: 1px solid #222;
}

.Bzx800LTileCont .TileHiddenImg {
  opacity: 0;
}

.Bzx800LTileCont .tile_list {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.Bzx800LTileCont .tile_list > ul > li {
  position: relative;
  opacity: 0;
  border: 1px solid rgba(255, 219, 10, 0.5);
}

.show .Bzx800LTileCont .tile_list > ul > li {
  opacity: 1;
  border: 1px solid rgba(255, 219, 10, 0);
}

@media screen and (max-width: 1024px) {
  .Bzx800LTileCont {
    width: 100%;
    margin: calc(15vw * 100 / 375) auto 0;
    text-align: center;
  }
  .Bzx800LTileCont .TileHiddenImg {
    opacity: 1;
    background-color: #000;
  }
  .Bzx800LTileCont .tile_list {
    display: none;
  }
}

@media screen and (min-width: 1025px) and (max-height: 830px) {
  .Bzx800LTileCont {
    width: calc(330vh * 100 / 620);
  }
}

@media screen and (min-width: 1025px) and (max-height: 750px) {
  .Bzx800LTileCont {
    width: calc(310vh * 100 / 620);
  }
}

/* --- Bzx800LOrderedList --- */
#Bzx800L .Bzx800LOrderedList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#Bzx800L .Bzx800LOrderedList > li {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc((100% - 35px * 2) / 3);
}

#Bzx800L .Bzx800LOrderedList > li::after {
  position: absolute;
  right: -26px;
  bottom: calc(50% - 35px);
  display: block;
  width: 16px;
  height: 28px;
  content: '';
  background-image: url("../../../../../img/ss/products/microscope/bz-x800_long/bz-x800_long_bg_04.png");
}

#Bzx800L .Bzx800LOrderedList > li:last-child::after {
  display: none;
}

#Bzx800L .Bzx800LOrderedList > li:first-child, #Bzx800L .Bzx800LOrderedList > li:nth-of-type(2), #Bzx800L .Bzx800LOrderedList > li:last-child {
  opacity: 0;
}

#Bzx800L .Bzx800LOrderedList > li:first-child {
  transition: opacity .8s ease .5s;
}

#Bzx800L .Bzx800LOrderedList > li:nth-of-type(2) {
  transition: opacity .8s ease 1s;
}

#Bzx800L .Bzx800LOrderedList > li:last-child {
  transition: opacity .8s ease 1.5s;
}

#Bzx800L .Bzx800LOrderedList .ListHeading {
  font-size: 1.8rem;
  position: relative;
  display: block;
  padding: 8px 8px 7px 70px;
  background: linear-gradient(to right, #405898, #59488d);
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

#Bzx800L .Bzx800LOrderedList .ListHeading::before {
  position: absolute;
  top: -7px;
  left: -9px;
  display: block;
  width: 56px;
  height: 56px;
  content: '';
  transform: rotate(45deg);
  background-color: #000;
}

#Bzx800L .Bzx800LOrderedList .ListHeading .NumTxt {
  font-size: 2.4rem;
  position: absolute;
  top: 7px;
  left: 6px;
  display: inline-block;
  background: linear-gradient(#5b7ed8, #7f67c9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#Bzx800L .Bzx800LOrderedList.SmallSize .ListHeading {
  font-size: 1.6rem;
}

#Bzx800L .Bzx800LOrderedList .ListInnerImg {
  text-align: center;
  background-color: #fff;
}

#Bzx800L .Bzx800LOrderedList .ListInnerImg > img {
  display: inline-block;
  padding: 15px 5px 6px;
}

#Bzx800L .show .Bzx800LOrderedList > li {
  opacity: 1;
}

.gtie9 #Bzx800L .Bzx800LOrderedList .ListHeading .NumTxt {
  color: #5b7ed8;
  background: none;
}

@media screen and (max-width: 1024px) {
  #Bzx800L .Bzx800LOrderedList > li:first-child,
  #Bzx800L .Bzx800LOrderedList > li:nth-of-type(2),
  #Bzx800L .Bzx800LOrderedList > li:last-child {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  #Bzx800L .Bzx800LOrderedList {
    display: block;
    width: 100%;
    min-width: calc(413px - 10vw);
    max-width: 410px;
    margin: 0 auto;
  }
  #Bzx800L .Bzx800LOrderedList > li {
    width: 100%;
    margin-top: 35px;
  }
  #Bzx800L .Bzx800LOrderedList > li::after {
    right: 50%;
    bottom: -31px;
    transform: rotate(90deg) translateY(-50%);
  }
  #Bzx800L .Bzx800LOrderedList > li:first-child {
    margin-top: 0;
  }
}

@media screen and (max-width: 413px) {
  #Bzx800L .Bzx800LOrderedList {
    width: 100%;
    min-width: auto;
  }
  #Bzx800L .Bzx800LOrderedList .ListHeading,
  #Bzx800L .Bzx800LOrderedList.SmallSize .ListHeading {
    font-size: calc(16vw * 100 / 375);
  }
}

@media screen and (min-width: 1025px) and (max-height: 750px) {
  #Bzx800L .Bzx800LOrderedList .ListHeading,
  #Bzx800L .Bzx800LOrderedList.SmallSize .ListHeading {
    font-size: calc(14vh * 100 / 620);
  }
}

/* --- Bzx800LMovieCont --- */
.Bzx800LMovieCont {
  /*
  position: relative;
  padding-bottom: 56.25%;
  */
  border: 1px solid #303030;
}

/* --- Bzx800LLargeCvCont --- */
#Bzx800L .Bzx800LLargeCvCont {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

#Bzx800L .Bzx800LLargeCvCont > li {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 382px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

#Bzx800L .Bzx800LLargeCvCont > li::after {
  position: absolute;
  top: 0;
  right: -1px;
  display: block;
  width: 1px;
  height: 100%;
  content: '';
  background-color: #ccc;
}

#Bzx800L .Bzx800LLargeCvCont > li:last-child::after {
  display: none;
}

#Bzx800L .Bzx800LLargeCvCont > li > ul {
  display: -ms-flexbox;
  display: flex;
  min-height: 202px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#Bzx800L .Bzx800LLargeCvCont .CatalogImg,
#Bzx800L .Bzx800LLargeCvCont .ApplicationImg {
  display: inline-block;
  width: 100%;
  text-align: center;
}

#Bzx800L .Bzx800LLargeCvCont .CatalogImg img,
#Bzx800L .Bzx800LLargeCvCont .ApplicationImg img {
  border: 1px solid #ccc;
}

#Bzx800L .Bzx800LLargeCvCont .Bzx800LCvButton {
  width: 100%;
  margin-top: 30px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

@media screen and (max-width: 1024px) {
  #Bzx800L .Bzx800LLargeCvCont .Bzx800LCvButton {
    width: auto;
    margin-left: 0;
    padding-top: 0;
  }
  #Bzx800L .Bzx800LLargeCvCont .Bzx800LCvButton > * {
    min-width: 318px;
    margin-left: 0;
  }
  #Bzx800L .Bzx800LLargeCvCont.SmallSize .Bzx800LCvButton > * > a {
    max-width: 318px;
  }
}

@media screen and (max-width: 767px) {
  #Bzx800L .Bzx800LLargeCvCont {
    display: block;
  }
  #Bzx800L .Bzx800LLargeCvCont > li {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: 100%;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
  }
  #Bzx800L .Bzx800LLargeCvCont > li::after {
    display: none;
  }
  #Bzx800L .Bzx800LLargeCvCont > li > ul {
    width: calc(90vw * 100 / 375);
    min-height: auto;
    margin-right: calc(15vw * 100 / 375);
    text-align: center;
  }
  #Bzx800L .Bzx800LLargeCvCont .Bzx800LCvButton {
    display: inline-block;
    width: calc(231vw * 100 / 375);
    margin: 0;
    padding-top: 0;
  }
  #Bzx800L .Bzx800LLargeCvCont .Bzx800LCvButton > * {
    width: 100%;
    min-width: auto;
    margin-left: 0;
  }
  #Bzx800L .Bzx800LLargeCvCont .Bzx800LCvButton > * > a {
    font-size: 1.6rem;
    width: 100%;
    max-width: none;
  }
  #Bzx800L .Bzx800LLargeCvCont .Bzx800LCvButton .Catalog > a .ButtonTxt,
  #Bzx800L .Bzx800LLargeCvCont .Bzx800LCvButton .Application > a .ButtonTxt {
    width: 100%;
    margin-right: 0;
  }
  #Bzx800L .Bzx800LLargeCvCont .ApplicationDownload {
    margin-top: 20px;
  }
  #Bzx800L .Bzx800LLargeCvCont.SmallSize .Bzx800LCvButton > * > a {
    max-width: none;
  }
}

@media screen and (max-width: 413px) {
  #Bzx800L .Bzx800LLargeCvCont.SmallSize .Bzx800LCvButton > * > a {
    font-size: 1.3rem;
  }
}

/* --- Bzx800LLargeRequestCont --- */
#Bzx800L .Bzx800LLargeRequestCont {
  margin-top: 20px;
  text-align: center;
  width: auto;
}

#Bzx800L .Bzx800LLargeRequestCont > a {
  padding-left: 0;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  #Bzx800L .Bzx800LLargeRequestCont {
    width: 100%;
  }

  #Bzx800L .Bzx800LLargeRequestCont > a {
    min-width: 300px;
    display: inline-block;
  }
}

/* ========== Section Elements ========== */
/* --- Bzx800LMainVisual --- */
#Bzx800L .Bzx800LMainVisual {
  background: #000 url("../../../../../img/ss/products/microscope/bz-x800_long/bz-x800_long_bg_10.jpg") no-repeat center center;
  background-size: cover;
}

#Bzx800L .Bzx800LMainVisual .SeriesImg {
  margin-top: -53px;
  text-align: center;
}

@media screen and (min-width: 1025px) {
  #Bzx800L .Bzx800LMainVisual {
    transition: opacity .7s ease 0;
    opacity: 0;
  }
  #Bzx800L .Bzx800LMainVisual .MainTitle {
    margin-right: 7px;
    transition: opacity 1.5s ease 1s, transform 1.5s ease 1s;
    transform: translateX(-10px);
    opacity: 0;
  }
  #Bzx800L .Bzx800LMainVisual .SeriesImg {
    transition: opacity 1.5s ease 1.5s, transform 1.5s ease 1.5s;
    transform: translateX(-10px);
    opacity: 0;
  }
  #Bzx800L .Bzx800LMainVisual.show {
    opacity: 1;
  }
  #Bzx800L .Bzx800LMainVisual.show .MainTitle {
    transform: translateX(0);
    opacity: 1;
  }
  #Bzx800L .Bzx800LMainVisual.show .SeriesImg {
    transform: translateX(0);
    opacity: 1;
  }
}

@media screen and (max-width: 1024px) {
  #Bzx800L .Bzx800LMainVisual {
    background: #000;
  }
  #Bzx800L .Bzx800LMainVisual .SeriesImg {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0;
    padding-bottom: 4vw;
  }
  #Bzx800L .Bzx800LMainVisual .SeriesImg::before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: -5vw;
    display: block;
    width: calc(100% + 10vw);
    height: 100%;
    content: '';
    background: #000 url("../../../../../img/ss/products/microscope/bz-x800_long/bz-x800_long_bg_10.jpg") no-repeat center center;
    background-size: cover;
  }
  #Bzx800L .Bzx800LMainVisual .SeriesImg > img {
    width: calc(280vw * 100 / 767);
  }
}

@media screen and (max-width: 767px) {
  #Bzx800L .Bzx800LMainVisual .SeriesImg > img {
    width: calc(245vw * 100 / 375);
  }
}

/* --- Bzx800LConfocal --- */
#Bzx800L .Bzx800LConfocal {
  background: #000 url("../../../../../img/ss/products/microscope/bz-x800_long/bz-x800_long_bg_05.jpg") no-repeat center center;
}

@media screen and (max-width: 1024px) {
  #Bzx800L .Bzx800LConfocal {
    background: none;
  }
}

/* --- Bzx800LResolution --- */
#Bzx800L .Bzx800LResolution {
  background: #000 url("../../../../../img/ss/products/microscope/bz-x800_long/bz-x800_long_bg_06.jpg") no-repeat center center;
}

@media screen and (max-width: 1024px) {
  #Bzx800L .Bzx800LResolution {
    background: none;
  }
}

/* --- Bzx800LCytometer --- */
#Bzx800L .Bzx800LCytometer {
  background: #000 url("../../../../../img/ss/products/microscope/bz-x800_long/bz-x800_long_bg_07.jpg") no-repeat center center;
}

#Bzx800L .Bzx800LCytometer .Bzx800LLead {
  margin-top: 20px;
}

@media screen and (max-width: 1024px) {
  #Bzx800L .Bzx800LCytometer .Bzx800LLead {
    margin-top: 15px;
  }
}

@media screen and (min-width: 1025px) and (min-height: 831px) {
  #Bzx800L .Bzx800LCytometer .Bzx800LLead {
    margin-top: calc(40vh * 100 / 950);
  }
}

#Bzx800L .Bzx800LCytometer .Bzx800LCvCont {
  margin-top: 29px;
}

#Bzx800L .Bzx800LCytometer .Bzx800LCvCont.Bzx800TtelGroup {
  margin-top: 0;
}

@media screen and (min-width: 1025px) and (min-height: 831px) {
  #Bzx800L .Bzx800LCytometer .Bzx800LCvCont {
    margin-top: calc(45vh * 100 / 950);
  }

  #Bzx800L .Bzx800LCytometer .Bzx800LCvCont.Bzx800TtelGroup {
    margin-top: 0;
  }
}

@media screen and (max-width: 1024px) {
  #Bzx800L .Bzx800LCytometer {
    background: none;
  }
}

/* --- Bzx800LApplication --- */
#Bzx800L .Bzx800LApplication {
  background: #000 url("../../../../../img/ss/products/microscope/bz-x800_long/bz-x800_long_bg_08.jpg") no-repeat center center;
}

#Bzx800L .Bzx800LApplication .ApplicationCont.MultiCol > .Bzx800LMainCont {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

@media screen and (max-width: 1024px) {
  #Bzx800L .Bzx800LApplication {
    background: none;
  }
}

/* --- Bzx800LMotion --- */
#Bzx800L .Bzx800LMotion {
  background: #000 url("../../../../../img/ss/products/microscope/bz-x800_long/bz-x800_long_bg_09.jpg") no-repeat center center;
}

#Bzx800L .Bzx800LMotion .MotionCont.MultiCol > .Bzx800LMainCont {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

@media screen and (max-width: 1024px) {
  #Bzx800L .Bzx800LMotion {
    background: none;
  }
}

/* --- Bzx800LDownload --- */
#Bzx800L .Bzx800LDownload .DownloadInner {
  padding-bottom: 82px;
}

#Bzx800L .Bzx800LDownload .DownloadCont {
  margin-top: 27px;
  width: 100%;
  max-width: 1350px;
  padding: 0 60px;
}

#Bzx800L .Bzx800LDownload .DownloadCont.MultiCol {
  flex-direction: row-reverse;
}

#Bzx800L .Bzx800LDownload .DownloadCont.MultiCol > * {
  margin-left: 80px;
}

#Bzx800L .Bzx800LDownload .DownloadCont.MultiCol > *:last-child {
  margin-left: 0;
}

#Bzx800L .Bzx800LDownload .DownloadCont.MultiCol > .Bzx800LMainCont {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  max-width: 660px;
  width: auto;
}

#Bzx800L .Bzx800LDownload .Bzx800LCvCont {
  width: 100%;
  margin-top: 28px;
}

#Bzx800L .Bzx800LDownload .Bzx800LMainImg {
  margin-top: 36px;
}

@media screen and (max-width: 1350px) {
  #Bzx800L .Bzx800LDownload .DownloadCont.MultiCol > * {
    margin-left: calc(40vw * 100 / 1200);
  }

  #Bzx800L .Bzx800LDownload .DownloadCont.MultiCol > .Bzx800LMainCont {
    width: 100%;
    max-width: 750px;
  }

  #Bzx800L .Bzx800LDownload .Bzx800LCvButton > * {
    width: calc(270vw * 100 / 1024);
  }

  #Bzx800L .Bzx800LDownload .Bzx800LCvButton > * > a {
    width: 100%;
    font-size: calc(16vw * 100 / 1350);
  }

  #Bzx800L .Bzx800LDownload .Bzx800LMainImg {
    margin-top: calc(60vw * 100 / 1350);
    width: calc(340vw * 100 / 1024);
  }
}

@media screen and (max-width: 1024px) {
  #Bzx800L .Bzx800LDownload .DownloadInner {
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 140px;
    border-bottom: none;
  }

  #Bzx800L .Bzx800LDownload .DownloadCont {
    margin-top: 20px;
    padding: 0;
    max-width: none;
  }

  #Bzx800L .Bzx800LDownload .DownloadCont.MultiCol > * {
    margin-left: 0;
  }

  #Bzx800L .Bzx800LDownload .DownloadCont.MultiCol > .Bzx800LMainCont {
    max-width: none;
  }

  #Bzx800L .Bzx800LDownload .Bzx800LCvCont {
    padding-bottom: 0;
  }

  #Bzx800L .Bzx800LDownload .Bzx800LCvCont::before {
    display: none;
  }

  #Bzx800L .Bzx800LDownload .Bzx800LCvButton > * {
    width: 320px;
  }

  #Bzx800L .Bzx800LDownload .Bzx800LCvButton > * > a {
    font-size: 16px;
    max-width: 100%;
  }

  #Bzx800L .Bzx800LDownload .Bzx800LCvButton .Request > a {
    background-color: #502da8;
  }

  #Bzx800L .Bzx800LDownload .Bzx800LMainImg {
    display: none;
  }

  #Bzx800L .Bzx800LDownload .Bzx800LCvButton .ButtonInner {
    max-width: 90%;
  }
}

@media screen and (max-width: 767px) {
  #Bzx800L .Bzx800LDownload .Bzx800LCvButton .ButtonInner {
    max-width: none;
  }

  #Bzx800L .Bzx800LDownload .Bzx800LCvButton {
    flex-wrap: wrap;
  }

  #Bzx800L .Bzx800LCvButton .ButtonInner {
    flex: 0 1 auto;
  }

  #Bzx800L .Bzx800LDownload .Bzx800LCvButton > * {
    width: 100%;
  }

  #Bzx800L .Bzx800LDownload .Bzx800LCvButton > *:last-child {
    margin-top: 20px;
  }

  #Bzx800L .Bzx800LDownload .Bzx800LCvButton + .Bzx800LCvButton > * {
    width: 100%;
  }

  #Bzx800L .Bzx800LDownload .Bzx800LCvButton .Catalog > a .ButtonTxt,
  #Bzx800L .Bzx800LDownload .Bzx800LCvButton .Application > a .ButtonTxt {
    margin-right: 72px;
  }

  #Bzx800L .Bzx800LDownload .Bzx800LCvButton .Catalog .ButtonImg,
  #Bzx800L .Bzx800LDownload .Bzx800LCvButton .Application .ButtonImg {
    display: block;
    right: 3%;
  }
}

#Bzx800L .Bzx800LDownload .Bzx800LHdg2 {
  font-size: 4rem;
  font-weight: normal;
  padding: 0;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 1350px) {
  #Bzx800L .Bzx800LDownload .Bzx800LHdg2 {
    font-size: calc(24vw * 100 / 1024);
  }
}

@media screen and (max-width: 1024px) {
  #Bzx800L .Bzx800LDownload .Bzx800LHdg2 {
    font-size: calc(35vw * 100 / 750);
    font-weight: bold;
    max-width: none;
    padding: 0;
  }
}

@media screen and (max-width: 640px) {
  #Bzx800L .Bzx800LDownload .Bzx800LHdg2 {
    font-size: 24px;
  }
}

.Bzx800LTel {
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  margin-top: 34px;
}

.Bzx800LTel > dt {
  font-size: 2.3rem;
}

.Bzx800LTel > dd {
  flex: none;
  margin-left: 8px;
}

.Bzx800LTel .AutoPhoneCall {
  display: inline-block;
  position: relative;
  padding-left: calc(14vw * 100 / 1024);
  color: #333;
  font-size: 2.6rem;
  font-weight: bold;
  text-decoration: none;
  word-break: keep-all;
  cursor: default;
}

.Bzx800LTel .AutoPhoneCall:link {
  color: #333 !important;
  text-decoration: none !important;
}

.Bzx800LTel .AutoPhoneCall::before {
  width: 15px;
  height: 23px;
  left: 0;
}

@media screen and (max-width: 1350px) {
  .Bzx800LTel > dt {
    font-size: calc(20vw * 100 / 1024);
  }

  .Bzx800LTel .AutoPhoneCall {
    font-size: calc(22vw * 100 / 1024);
  }

  .Bzx800LTel .AutoPhoneCall::before {
    width: 13px;
    height: 19px;
  }
}

@media screen and (max-width: 1024px) {
  .Bzx800LTel {
    flex-direction: column;
  }

  .Bzx800LTel > dt {
    font-size: calc(35vw * 100 / 1024);
  }

  .Bzx800LTel > dd {
    margin-top: 15px;
    margin-left: 0;
  }

  .Bzx800LTel .AutoPhoneCallGroup {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .Bzx800LTel .AutoPhoneCall {
    padding-left: calc(44vw * 100 / 1024);
    font-size: 46px;
  }

  .Bzx800LTel .AutoPhoneCall::before {
    width: calc(22vw * 100 / 800);
    height: calc(33vw * 100 / 800);
  }
}

@media screen and (max-width: 750px) {
  .Bzx800LTel > dt {
    font-size: calc(40vw * 100 / 750);
  }

  .Bzx800LTel .AutoPhoneCall {
    padding-left: calc(54vw * 100 / 1024);
    font-size: calc(40vw * 100 / 750);
  }

  .Bzx800LTel .AutoPhoneCall::before {
      width: calc(23vw * 100 / 750);
      height: calc(34vw * 100 / 750);
  }
}

/* ========== Footer Elements ========== */
.Bzx800LFooter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 24px 0 15px;
  border-top: 1px solid #e6e6e6;
  background-color: #fff;
}

@media screen and (max-width: 1024px) {
  .Bzx800LFooter {
    min-height: auto;
    padding: 0 9px;
    text-align: center;
    flex-direction: column;
    align-items: normal;
  }
  .Bzx800LFooter > * {
    display: block;
  }
  .Bzx800LFooter .FooterListWrap {
    flex-direction: column-reverse;
  }
  .Bzx800LFooter .FooterList {
    margin-top: 7px;
  }
  .Bzx800LFooter .FooterList > li::before {
    position: absolute;
    top: 2px;
    left: -10px;
    display: block;
    content: '';
  }
  .Bzx800LFooter .FooterList > li:first-child {
    margin-left: 0;
  }
  .Bzx800LFooter .FooterList > li:first-child::before {
    display: none;
  }
  .Bzx800LFooter .Copyright {
    margin-top: 5px;
    padding-bottom: 10px;
  }
}

.Bzx800LFooter > * {
  display: inline-block;
}

.Bzx800LFooter .FooterListWrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.Bzx800LFooter .FooterList {
  direction: ltr;
}

.Bzx800LFooter .FooterList > li {
  position: relative;
  display: inline-block;
  margin-left: 15px;
}

.Bzx800LFooter .FooterList > li::before {
  position: absolute;
  top: 1px;
  left: -9px;
  display: block;
  width: 1px;
  height: 10px;
  content: '';
  background: #8c8f97;
}

.Bzx800LFooter .FooterList > li a {
  color: #333;
}

#Bzx800L .Copyright {
  font-size: 1.1rem;
  direction: ltr;
}

.lp-navigationSeries {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  margin: 20px auto;
  padding: 4px 10px;
  color: #505764;
}

.ss-layout-main .lp-navigationSeries {
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: anywhere;
}

@media only screen and (max-width: 1024px) {
  .lp-navigationSeries {
      margin: 10px 0;
  }
}

@media only screen and (max-width: 969px) {
  .lp-navigationSeries {
      flex-direction: column;
      align-items: center;
  }
}

.lp-navigationSeries-title {
  max-width: 600px;
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 1.3;
}

@media only screen and (max-width: 969px) {
  .lp-navigationSeries-title {
      width: 100%;
      max-width: none;
      margin-bottom: 3px;
      text-align: center;
  }
}

.lp-navigationSeries-title + .lp-navigationSeries-linkList {
  margin-left: 10px;
}

@media only screen and (max-width: 969px) {
  .lp-navigationSeries-title + .lp-navigationSeries-linkList {
      margin-left: -10px;
  }
}

.ss-layout-main .lp-navigationSeries-title {
  margin-bottom: 0;
  color: #999;
  font-size: 11px;
  line-height: 1.3;
  text-transform: none;
}

.ss-layout-main .lp-navigationSeries-title + .lp-navigationSeries-linkList {
  margin-left: 10px;
}

@media only screen and (max-width: 969px) {
  .lp-navigationSeries-seriesNameText, .lp-navigationSeries-seriesText {
      display: block;
  }
}

.lp-navigationSeries-linkList {
  display: flex;
  flex-wrap: wrap;
  margin: -3px 0 0 -10px;
  color: #505764;
}

div#MainContent .lp-navigationSeries-linkList {
  margin: -3px 0 0 -10px;
}

@media only screen and (max-width: 969px) {
  .lp-navigationSeries-linkList {
      justify-content: center;
      width: 100%;
  }
}

.lp-navigationSeries-linkList > li {
  display: flex;
  position: relative;
  margin-top: 3px;
  margin-right: 8px;
  background: none;
  font-size: 1.1rem;
  line-height: 1.3;
}

.lp-navigationSeries-linkList > li:last-child {
  margin-right: 0;
}

.ss-layout-main .lp-navigationSeries-linkList > li {
  margin: 3px 0 0 7px;
  padding: 0;
  background: none;
  font-size: 11px;
}

.lp-navigationSeries-linkList > li > a {
  display: block;
  position: relative;
  width: 100%;
  padding-right: 9px;
  color: #505764;
  line-height: 1.3;
  text-decoration: none;
}

.lp-navigationSeries-linkList > li > a::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 0px;
  width: 1px;
  height: 10px;
  background-color: #505764;
  content: "";
  transform: translateY(-50%);
}

.lp-navigationSeries-linkList > li:last-child > a {
  padding-right: 0;
}

.lp-navigationSeries-linkList > li:last-child > a::before {
  display: none;
}

.ss-layout-main .lp-navigationSeries-linkList > li > a:link {
  color: #999;
}

.ss-layout-main .lp-navigationSeries-linkList > li > a::before {
  top: 0.3em;
}

.lp-navigationSeries-linkList > li > a:hover, .lp-navigationSeries-linkList > li > a:focus {
  text-decoration: underline;
  color: #505764;
}

/* ========== Navigation Elements ========== */
.fs-nav {
  right: 6px;
  width: 50px;
  padding: 57px 0;
}

.fs-nav * {
  box-sizing: border-box;
}

.fs-nav .fs-navList > li {
  margin-top: 10px;
}

.fs-nav .fs-navList > li:first-child {
  margin-top: 0;
}

.fs-navBtn {
  width: 10px;
  height: 10px;
  margin: 0 auto;
  padding: 0;
  cursor: pointer;
  transition: border-color .5s, background-color .5s, box-shadow .5s;
  border: 1px solid #000;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 1px 1px 10px #000, -1px 1px 10px #000, 1px -1px 10px #000, -1px -1px 10px #000;
}

.fs-navBtn:hover {
  opacity: .7;
  background-color: #3aaeff;
}

.fs-navBtn:focus {
  outline: none;
}

.fs-navBtn.is-active {
  background-color: #3aaeff;
}

.fs-arrow {
  position: absolute;
  right: 50%;
  width: 36px;
  height: 36px;
}

.fs-arrow .fs-arrowBtn {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: border-color .5s, background-color .5s, box-shadow .5s;
  transform: translateX(50%) rotate(45deg);
  border: 0;
  border: 1px solid #000;
  background-color: #fff;
  box-shadow: 1px 1px 23px #000, -1px 1px 23px #000, 1px -1px 23px #000, -1px -1px 23px #000;
}

.fs-arrow .fs-arrowBtn:focus {
  outline: none;
}

.fs-arrow .fs-arrowBtn::before {
  position: absolute;
  top: 13px;
  right: 9px;
  display: inline-block;
  width: 15px;
  height: 9px;
  content: '';
  transition: transform .3s;
  background-image: url("../../../../../img/ss/products/microscope/bz-x800_long/bz-x800_long_ico_02.png");
}

.fs-arrowUp {
  top: 7px;
}

.fs-arrowUp .fs-arrowBtnUp::before {
  transform: rotate(135deg);
}

.fs-arrowUp .fs-arrowBtnUp:hover::before,
.fs-arrowUp .fs-arrowBtnUp:focus::before,
.fs-arrowUp .fs-arrowBtnUp:active::before {
  transform: rotate(135deg) scale(0.8);
}

.fs-arrowDown {
  bottom: 7px;
}

.fs-arrowDown .fs-arrowBtnDown::before {
  transform: rotate(-45deg);
}

.fs-arrowDown .fs-arrowBtnDown:hover::before,
.fs-arrowDown .fs-arrowBtnDown:focus::before,
.fs-arrowDown .fs-arrowBtnDown:active::before {
  transform: rotate(-45deg) scale(0.8);
}

.fs-nav.AnotherPattern .fs-navBtn {
  border: 1px solid #475053;
  background-color: transparent;
  box-shadow: none;
}

.fs-nav.AnotherPattern .fs-navBtn:hover {
  border-color: rgba(0, 0, 0, 0);
  background-color: #5374c9;
}

.fs-nav.AnotherPattern .fs-navBtn.is-active {
  border-color: rgba(0, 0, 0, 0);
  background-color: #5374c9;
}

.fs-nav.AnotherPattern .fs-arrow .fs-arrowBtn {
  border: 1px solid #435688;
  background-color: transparent;
  box-shadow: none;
}

.fs-nav.AnotherPattern .fs-arrow .fs-arrowBtn::before {
  background-image: url("../../../../../img/ss/products/microscope/bz-x800_long/bz-x800_long_ico_01.png");
}

/* ========== Adjust IE9 ========== */
#Bzx800L.IE9 .Bzx800LHeader {
  position: static;
}

#Bzx800L.IE9 .Bzx800LHdg2 {
  margin-top: 70px;
}

#Bzx800L.IE9 .Bzx800LCvButton > * {
  margin-top: 30px;
}

#Bzx800L.IE9 .Bzx800LCvButton > *:first-child {
  margin-top: 0;
}

#Bzx800L.IE9 .Bzx800LCvButton > * > a {
  display: inline-block;
  padding: 0 30px;
}

#Bzx800L.IE9 .Bzx800LCvButton > * > a .ButtonInner {
  vertical-align: middle;
}

#Bzx800L.IE9 .Bzx800LDirection {
  display: none;
}

#Bzx800L.IE9 .Bzx800LDragCont .BeforeImg {
  width: 39%;
}

#Bzx800L.IE9 .Bzx800LDragCont .Partition::before, #Bzx800L.IE9 .Bzx800LDragCont .Partition::after {
  transform: scale(1);
  opacity: 1;
}

#Bzx800L.IE9 .Bzx800LDragCont .Partition:hover::before {
  border: 12px solid #000;
}

#Bzx800L.IE9 .Bzx800LTileCont .TileHiddenImg {
  opacity: 1;
}

#Bzx800L.IE9 .Bzx800LTileCont .tile_list {
  display: none;
}

#Bzx800L.IE9 .Bzx800LTileCont,
#Bzx800L.IE9 .Bzx800LMainCont {
  margin-top: 15px;
}

#Bzx800L.IE9 .Bzx800LOrderedList > li:first-child,
#Bzx800L.IE9 .Bzx800LOrderedList > li:nth-of-type(2),
#Bzx800L.IE9 .Bzx800LOrderedList > li:last-child {
  margin-top: 20px;
  opacity: 1;
}

#Bzx800L.IE9 .Bzx800LLargeCvCont > li {
  margin-top: 40px;
}

#Bzx800L.IE9 .Bzx800LLargeCvCont > li:first-child {
  margin-top: 0;
}

#Bzx800L.IE9 .Bzx800LLargeCvCont > li:first-child::after {
  display: none;
}

#Bzx800L.IE9 .Bzx800LLargeCvCont > li > ul {
  margin-top: 20px;
}

#Bzx800L.IE9 .MotionInner {
  padding-bottom: 40px;
}