span.sup {
  font-size: 100%;
  margin: 0 1px;
}

@media screen and (max-width: 768px) {
  .breadcrumb {
    margin-bottom: 30px;
  }
}
.lc-heading {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  position: relative;
  padding-left: 15px;
  line-height: 1;
  margin-bottom: 30px;
}
.lc-heading:before {
  content: "";
  width: 5px;
  height: 30px;
  background: #006F32;
  border: 1px solid #707070;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -15px;
}
.lc-heading.large {
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .lc-heading {
    margin-bottom: 24px;
  }
}
.lc-subheading {
  color: #333333;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .lc-subheading {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
.lc-ttl {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative;
}
.lc-ttl sup {
  font-size: 50%;
  vertical-align: super;
}
.lc-ttl:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #D5D5D5;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.lc-ttl:after {
  content: "";
  width: 13.8%;
  height: 1px;
  background: #006F32;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.lc-cat-heading {
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  background: #F4F4F4;
  border-left: 5px solid #006F32;
  position: relative;
  padding: 11px 12px;
  line-height: 1;
  margin-bottom: 40px;
}

.btn-green {
  max-width: 330px;
  width: 90%;
  height: 60px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  background: #006F32;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.btn-green:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/lifescience_common/arrow.png) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 14px;
  top: 50%;
  margin-top: -12px;
}
.btn-green:hover {
  border: 1px solid #ff0000;
  background: #DE0C09;
}
.btn-green:hover:before {
  background: url(../images/lifescience_common/arrow-hover.png) 0 0 no-repeat;
  background-size: 100% auto;
}
.btn-green:active {
  border: 1px solid #000;
}
.btn-green.icon_pdf:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/lifescience-products/icon_pdf.svg) 0 0 no-repeat;
  background-size: auto;
  background-size: 100% auto;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
}

@media screen and (min-width: 769px) {
  .btn-green {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
.tag_area {
  margin-top: 100px;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
  max-width: 850px;
  width: 90%;
}
.tag_area ul {
  font-size: 0;
  margin-left: -10px;
  margin-top: -20px;
}
.tag_area ul li {
  display: inline-block;
  margin-left: 10px;
  margin-top: 20px;
}
.tag_area ul li a {
  min-width: 90px;
  display: inline-block;
  border: 1px solid #C4C4C4;
  border-radius: 14px;
  padding-left: 37px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tag_area ul li a:before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/lifescience_common/icon_tag.png) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 11px;
  top: 50%;
  margin-top: -8px;
}
.tag_area ul li a:hover {
  background: #DE0C09;
  color: #fff;
}
.tag_area ul li a:hover:before {
  background: url(../images/lifescience_common/icon_tag_hover.png) 0 0 no-repeat;
  background-size: 100% auto;
}

.topbtn {
  margin-top: 100px;
}
.topbtn a {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .topbtn {
    margin-top: 40px;
  }
}
.search_wrap .search__keyword {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 620px;
  width: 98%;
  margin: 0 auto;
  position: relative;
}
.search_wrap .search__keyword:before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/lifescience-products/icon_search.svg) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -8px;
}
.search_wrap .search__keyword__input {
  width: 74.19%;
  border: 1px solid #707070;
  border-radius: 5px;
  padding: 14px;
  padding-left: 56px;
  position: relative;
  font-size: 14px;
  color: #717171;
}
.search_wrap .search__keyword__input::-webkit-input-placeholder {
  color: #717171;
}
.search_wrap .search__keyword__input::-moz-placeholder {
  color: #717171;
}
.search_wrap .search__keyword__input:-ms-input-placeholder {
  color: #717171;
}
.search_wrap .search__keyword__input::-ms-input-placeholder {
  color: #717171;
}
.search_wrap .search__keyword__input::placeholder {
  color: #717171;
}
.search_wrap .search__keyword__button {
  border-radius: 6px;
  font-size: 16px;
  width: 24.19%;
  margin-left: auto;
  background: #006F32;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search_wrap .search__keyword__button:hover {
  background: #DE0C09;
}

@media screen and (max-width: 768px) {
  .search_wrap .search__keyword:before {
    width: 14px;
    height: 14px;
    left: 10px;
    margin-top: -7px;
  }
  .search_wrap .search__keyword__input {
    padding-left: 30px;
    font-size: 13px;
  }
  .search_wrap .search__keyword__button {
    font-size: 13px;
  }
}
#side_fixed_btn {
  position: fixed;
  bottom: 0px;
  right: 0;
  z-index: 100;
}
#side_fixed_btn a {
  border-radius: 20px 0 0 0;
  width: 220px;
  height: 80px;
  padding-left: 83px;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background: #006F32;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
#side_fixed_btn a .icon {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 20px;
  left: 26px;
}
#side_fixed_btn a .icon svg {
  width: 30px;
}
#side_fixed_btn a:hover {
  background: #DE0C09;
}
#side_fixed_btn a:hover .icon path {
  fill: #DE0C09;
}

@media screen and (max-width: 768px) {
  #side_fixed_btn {
    bottom: 0;
  }
  #side_fixed_btn a {
    width: 200px;
    height: 48px;
    padding-left: 62px;
    font-size: 15px;
  }
  #side_fixed_btn a .icon {
    width: 30px;
    height: 30px;
    top: 10px;
    left: 19px;
  }
  #side_fixed_btn a .icon svg {
    width: 20px;
  }
}
#page-top {
  bottom: 120px;
}

@media screen and (max-width: 768px) {
  #page-top {
    bottom: 68px;
  }
}