/* 基本設定 */
section {
  padding: 0 !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Noto Sans JP", "Inter", sans-serif;
  line-height: 1.6;
  margin: 0;
  background-color: #fff;
}

a {
  text-decoration: none !important;
  color: #397dc9;
}

p {
  letter-spacing: 0.05rem;
}

img {
  width: 100%;
}

ul li {
  list-style: none;
}
.text_bold {
  font-weight: bold;
}
.mt15 {
  margin-top: 15px;
}

.mt16 {
  margin-top: 16px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb48 {
  margin-bottom: 48px;
}

.mt40 {
  margin-top: 40px;
}

.mt56 {
  margin-top: 56px;
}

.mb40 {
  margin-bottom: 40px;
}
.mb56 {
  margin-bottom: 56px;
}

.pt40 {
  padding-top: 40px;
}
.pt56 {
  padding-top: 56px;
}

.pb40 {
  padding-bottom: 40px;
}
.pd15 {
  padding: 15px;
}
.center {
  text-align: center;
}
.pccenter {
  text-align: center;
}
.btn_center {
  margin: auto;
  text-align: center;
}
.flex {
  display: flex;
}
.inner_link_container {
  padding: 56px 10px 36px;
  background: #f9faff;
  font-size: 20px;
}
.linkbtn_flex {
  margin: auto;
  display: flex;
  gap: 32px;
  justify-content: center;
}
.btn_basic {
  font-size: 17px;
  text-align: center;
  padding: 40px 0;
  font-weight: bold;
  width: 340px;
}

.btn_basic a {
  display: inline-block;
  color: white;
  background: #74939f;
  position: relative;
  padding: 20px 40px;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  box-shadow: 3px 3px 6px rgb(192, 192, 192);
}

.blue_grad_btn a {
  background: linear-gradient(#397dc9, #1f446d);
}

.green_grad_btn a {
  background: linear-gradient(#579740, #1c3115);
}

.btn_basic a::after {
  position: absolute;
  content: "";
  background: url(../img/btn-link_arrow_whiteblue.png) no-repeat center;
  background-size: contain;
  right: 20px;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.btn_basic a:hover:after {
  right: 12px;
  transition: 0.3s ease-in-out;
}
.blue_grad_btn a::after {
  background: url(../img/btn-link_arrow_whiteblue.png) no-repeat center;
  background-size: contain;
}

.green_grad_btn a::after {
  background: url(../img/btn-link_arrow_whitegreen.png) no-repeat center;
  background-size: contain;
}
.products_ttl {
  text-align: left;
  padding-left: 35px;
  margin: 0 0 26px 0;
  position: relative;
  color: #244f7f;
  font-size: 24px;
  font-weight: bold;
  z-index: 50;
  display: inline-block;

}

.products_ttl::before {
  position: absolute;
  content: "";
  background: url(../img/icon.png) no-repeat center;
  background-size: contain;
  left: 0px;
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
}
.text_left {
  text-align: left;
}
.small_blue_marker {
  color: #397dc9;
  font-size: 12px;
  font-weight: bold;
  margin: 14px 0;
}

.pc__only {
  display: block;
}
.sp__only {
  display: none;
}
.br-sp {
  display: none;
}
.br-pc {
  display: block;
}
summary {
  list-style: none;
  cursor: pointer;
}
/* パンクズ */

.breadcrumb {
  color: #5e5e5e;
  padding: 32px 0 0 11vw;
}
.nav__breadcrumb {
  font-size: 12px;
}
.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb__item a {
  color: #5e5e5e;
  margin: 10px;
  cursor: pointer;
}
.breadcrumb__item:not(:last-child)::after {
  content: "-";
  margin: 0 0.2 0 0.2;
}
.breadcrumb__item:last-child {
  border-radius: 12px;
  background: #5e5e5e;
  margin-left: 12px;
}
.breadcrumb__item:last-child a {
  color: white;
}

/* スクロールボタン */
#hero_img {
  position: relative;
}
.btn-scroll {
  position: absolute;
  width: 100px;
  max-width: 10vw;
  opacity: 0.7;
  bottom: 32px;
  right: 7vw;
}
.btn-scroll:hover {
  opacity: 1;
}

/* バナー */
.showroom_banner {
  width: 100%;
  position: sticky;
  z-index: 1000;
}
.showroom_banner {
  width: 100%;
  display: none; /* 最初は非表示にする */
  position: fixed; /* 表示位置を固定 */
  bottom: 0;
  left: 0;
  box-sizing: border-box;
}
.showroom_banner img {
  width: 100%;
}

/* ページ内リンク */

.pagelink_sticky {
  padding: 10px 0 40px;
  width: 100%;
  text-align: center;
  margin: auto;
  position: fixed;
  top: 2vw;
  z-index: 300;
  display: none;
}

.pagelink_sticky.fixed {
  display: block;
  z-index: 309;
}

/* リンク四つ */
.pagelink_sticky ul {
  max-width: 650px;
  display: grid;
  gap: 32px;
  grid-template-columns: auto auto auto auto;
  place-items: center;
  margin: auto;
  font-size: initial;
}
/* リンク三つ */
#lumipulseg600 .pagelink_sticky ul {
  grid-template-columns: auto auto auto;
}
/* リンク二つ */
#hepatitis .pagelink_sticky ul,
#tdm .pagelink_sticky ul,
#pah .pagelink_sticky ul,
#neuro .pagelink_sticky ul,
#thyroid .pagelink_sticky ul,
#lumipulse_test .pagelink_sticky ul,
#cardiovascular .pagelink_sticky ul {
  grid-template-columns: auto auto;
}

.pagelink_sticky li {
  border-radius: 6px;
  background: white;
  font-weight: bold;
  border: 1px solid #397dc9;
}

.pagelink_sticky li a {
  color: #397dc9;
  position: relative;
  padding: 8px 32px 8px 22px;
  display: block;
}
.pagelink_sticky li a::after {
  position: absolute;
  content: "";
  background: url(../img/btn-link_arrow_down.png) no-repeat center;
  background-size: contain;
  right: 14px;
  width: 10px;
  height: 10px;
  top: 50%;
  transform: translateY(-50%);
}

/* tester_summary */

.tester_summary_wrapper {
  background: white;
  padding-top: 10px;
}
.tester_summary_wrapper details {
  border: 1px #d9d9d9 solid;
  box-shadow: 0px 2px #d9d9d9;
  padding: 32px 20px;
  border-radius: 8px;
}
.tester_summary_wrapper details summary {
  position: relative;
}
.tester_summary_wrapper details[open] summary {
  padding: 0px 0 32px 0;
}
.tester_summary_wrapper details summary::after {
  position: absolute;
  right: 0;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/simple-line-icons_plus.png) no-repeat center;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
}
.tester_summary_wrapper details[open] summary::after {
  position: absolute;
  right: 0;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/simple-line-icons_minus.png) no-repeat center;
  background-size: contain;
  top: 50%;
  transform: translateY(-27px);
}
.tester_summary_grid {
  grid-template-columns: auto 1fr;
  display: grid;
  gap: 40px;
  font-weight: bold;
}
.tester_summary_details span {
  color: #397dc9;
}
.tester_summary_links {
  border-top: dotted 2px black;
}
.tester_summary_link_center span {
  background: #74939f;
  padding: 5px;
  color: white;
  margin: 0 20px 0 0;
}
.tester_summary_links a {
  background: #579740;
  padding: 10px 10px 10px 30px;
  color: white;
  position: relative;
  border-radius: 10px;
  width: 148px;
  display: inline-block;
}
.greyout_link a {
  background: #cdcdcd;
  cursor: default;
}
.tester_summary_links a::before {
  position: absolute;
  left: 5px;
  content: "";
  width: 22px;
  height: 22px;
  background: url(../img/white_link_icon.png) no-repeat center;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
}
.tester_summary_link_right {
  text-align: right;
}
.tester_summary_link_right div {
  margin-bottom: 10px;
}
.tester_summary_link_right a {
  text-align: center;
}
.tester_summary_link_center {
  margin: auto;
  display: flex;
  align-items: center;
}

.tester_summary_link_grid {
  font-size: 1vw;
  padding: 24px 20px 0 0px;
  grid-template-columns: auto auto auto auto;
  display: grid;
  text-align: left;
  gap: 2vw;
}
.tester_container {
    margin-top: 3em;
}
.tester_padding {
  padding: 20px;
}

/* 検査機器 */

#ie_products {
  background: url(../img/products_intro_bg.jpg) repeat;
  background-size: contain;
  width: 100%;
  min-height: 44vw;
  background-position: center;

  #hero_img {
    background: url(../img/mv_ie.png) no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 44vw;
    background-position: center;
  }

  .inner_testlink {
    background: linear-gradient();
  }
  .main_ie {
    background: linear-gradient(to right, #397dc9, #1c3e63);
  }
}
.ie_event_wrapper {
  background-color: white;
  display: grid;
  grid-template-columns: 15vw 1fr;
  padding: 48px 8vw;
  gap: 30px;
}
.ie_event_image {
  max-width: 400px;
}
.event_container {
  background-color: #397dc9;
  border-radius: 10px;
  padding: 10px;
  color: white;
  font-size: 16px;
  margin-bottom: 15px;
}
.event_container span {
  font-size: 20px;
  font-weight: bold;
}
.event_container_inner {
  font-size: 15px;
  color: black;
  border-radius: 10px;
  padding: 24px;
  background: white;
}
.ie_header_container {
  color: #ffffff;
  max-width: 800px;
  padding: 20px 10px;
  margin: auto;
}
.ie_header_container h1,
.lumipulsel_basic h1 {
  color: #c3cddf;
  font-size: 64px;
  text-align: center;
}
.ie_header_container h2,
.lumipulsel_basic h2 {
  color: #c2e9fe;
  font-size: 24px;
  margin: 0px 0 20px;
  text-align: center;
}
#l_basic_reason h2 {
  color: #244f7f;
}

.ie_header_container h2 span {
  color: #c2e9fe;
  font-size: 1rem;
}
.ie_header_container p {
  text-align: left;
}
.dotsline_header {
  border-top: 1px dotted #fff;
  border-bottom: 1px dotted #fff;
  margin: 30px 0;
  font-size: 24px;
  align-items: center;
}
.dotsline_header p {
  text-align: center;
  padding: 16px 0;
}
.dotsline_p p {
  font-weight: bold;
  margin: 0 auto 50px;
  text-align: center;
  font-size: 28px;
  line-height: 1.8;
}
.ie_products_container {
  padding: 56px 8vw;
  text-align: center;
  border-radius: 8px;
  background: #f1f2f9;
  margin: 0 8vw;
}
.pr_products_container {
  padding: 56px 8vw;
  text-align: center;
  border-radius: 8px;
  margin: 0 8vw;
}

.ie_products_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 50px;
  margin: auto;
}
.pr_products_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);

  gap: 30px;
  margin-top: 40px;
  margin-bottom: 50px;
  margin: auto;
}
.ie_product_one {
  max-width: 40%;
  margin: auto;
}

.ie_products_item,
.pr_products_item {
  text-align: left;
}
.pr_products_item img {
  margin-bottom: 18px;
}
.pr_products_item:hover .hoveritem_text:after,
.ie_products_item:hover .hoveritem_text:after {
  transform: translate3d(8px, -50%, 0);
  transition: 0.3s ease-in-out;
}

.pr_products_item:hover .hoveritem_img,
.ie_products_item:hover .hoveritem_img,
.ie_products_item:hover .ie_products_image {
  transform: scale(1.05, 1.05);
  transition: 0.3s ease-in-out;
}

.ie_products_item p,
.pr_products_item p {
  color: #333333;
  position: relative;
  font-size: 1.4vw;
  font-weight: bold;
  display: inline-block;
}
.ie_products_item p::after,
.pr_products_item p::after {
  position: absolute;
  content: "";
  background: url(../img/bluebtn-link_arrow.png) no-repeat center;
  background-size: contain;
  right: -2vw;
  width: 1.4vw;
  height: 1.4vw;
  top: 50%;
  transform: translateY(-50%);
}
.ie_products_item img {
  background-color: #fff;
  margin-bottom: 18px;
}
.ie_supportlinks {
  padding: 60px 0 96px 96px;
}
.ie_supportlinks a {
  text-decoration: underline !important;
  color: white;
  line-height: 2;
  font-size: 0.9rem;
}

.ie_fullborder {
  display: block;
  width: 100%;
  border: 1px solid #ffffff;
  margin: 65px 0 45px;
}

/* 製品情報 */

#products_page {
  background-color: #f9faff;
}

.pr_products_grid_2clm {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-auto-flow: column;
  gap: 24px 30px;
  margin-top: 40px;
  margin-bottom: 50px;
  margin: auto;
}
.products_page {
  background: url(../img/product_bg.png) no-repeat;
  background-size: 50%;
  background-position: right -100px;
}
.product_inner_container {
  border-radius: 10px;
  background: #bfc3d7;
  padding: 7vw 3vw 0 3vw;
  margin: 3vw 3vw 0 3vw;
}
.product_inner_container_flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.product_inner_container_img {
  width: 100%;
}

.page_ttl {
  margin: 7.8vw 0 0 12.5vw;
}
.page_ttl img {
  width: 70px;
  margin-top: 10px;
  transform: translateX(-5px);
}
.en_blue_ttl {
  color: #397dc9;
  font-size: 0.9rem;
  font-weight: bolder;
}
.ja_grey_ttl {
  color: #333333;
  font-size: 2rem;
  font-weight: bold;
}

.product_inner_container_btns {
  margin: 0px;
}
.btn-2 {
  transform: translateY(-30px);
}
.btn-3 {
  transform: translateY(-60px);
}
.btn-4 {
  transform: translateY(-90px);
}
.btn-5 {
  transform: translateY(-120px);
}
.btn-6 {
  transform: translateY(-150px);
}
.product_inner_container_btn {
  font-size: 17px;
  text-align: left;
  font-weight: bold;
  width: 40vw;
}
.product_inner_container_btn h3 {
  font-size: 20px;
}
.sp_margin32 {
  display: none;
}
.product_inner_container_btn_sp {
  font-size: 21px;
  text-align: left;
  width: 100%;
  padding-top: 8px;
}
.product_inner_container_btn_sp a {
  display: inline-block;
  color: black;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 16px 16px 16px;
  background: #e8ebf7;
  border-radius: 20px 20px 0 0;
  margin-bottom: 20px;
}
.product_inner_container_btn_sp a span {
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
}

.product_inner_container_btn_sp a::after {
  position: absolute;
  background: url(../img/btn-link_arrow_whiteblue.png) no-repeat center;
  content: "";
  background-size: contain;
  right: 20px;
  width: 20px;
  height: 20px;
  top: 15px;
}

.product_inner_container_btn:hover .product_inner_container_text {
  padding-right: 60px;
}

.product_inner_container_text {
  display: none;
  font-size: 14px;
  font-weight: normal;
}
.product_inner_container_text {
  position: relative;
}

.product_inner_container_btn:hover .product_inner_container_text {
  opacity: 1;
  display: block;
}
.product_inner_container_btn a {
  display: inline-block;
  color: black;
  background: #f9faff;
  position: relative;
  padding: 20px 40px 60px;
  height: 100%;
  width: 100%;
  border-radius: 20px;
}
.product_inner_container_btn a span {
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
}
.product_inner_container_btn a::after {
  position: absolute;
  background: url(../img/bluebtn-link_arrow.png) no-repeat center;
  content: "";
  background-size: contain;
  right: 20px;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-30px);
}
.p_grey_btn a {
  background: #e8ebf7;
}

.p_blue_grad_btn a {
  position: relative;
  color: white !important;
  background: linear-gradient(to right, #397dc9, #1f446d);
}

.p_blue_grad_btn a::after {
  position: absolute;
  background: url(../img/btn-link_arrow_whiteblue.png) no-repeat center;
  content: "";
  background-size: contain;
  right: 12px;
  width: 18px;
  height: 18px;
  top: 50%;
  transform: translateY(-30px);
}
.p_last_btn a {
  border-radius: 20px 20px 0 0;
  padding-bottom: 30px;
}
/* 製品情報（一般） */
#product_general {
  background: #f9faff;
}
#product_general .inner_link_container {
  padding: 36px 10px 36px;
} /* ルミパルスl2400 */

#lumipulsel2400 {
  #hero_img {
    background: url(../img/l2400_mv.png) no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 44vw;
    background-position: center;
  }
}

.lumipulse_links {
  display: inline-block;
  margin-left: 2em;
}
.lumipulse_links a {
  font-size: 1vw;
  background: #579740;
  padding: 14px 10px 14px 30px;
  color: white;
  position: relative;
  border-radius: 10px;
  width: 148px;  
}
.lumipulse_links a::before {
    position: absolute;
    left: 5px;
    content: "";
    width: 22px;
    height: 22px;
    background: url(../img/white_link_icon.png) no-repeat center;
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
}
/* ルミパルスg1200 */

#lumipulseg1200 {
  #hero_img {
    background: url(../img/lg1200_mv.png) no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 44vw;
    background-position: center;
  }
}

/* ルミパルスg600 */

#lumipulseg600 {
  #hero_img {
    background: url(../img/lg600_mv.png) no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 44vw;
    background-position: center;
  }
}
/* tendigo */

#tendigo {
  #hero_img {
    background: url(../img/tendigo_mv.png) no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 44vw;
    background-position: center;
  }
}
.manual_grid {
  display: grid;
  grid-template-columns: 3fr 8fr;
  align-items: center;
  gap: 17px;
  margin: 20px 0 0 0;
}
.l_basic_features_grid_three {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 40px;
  margin-bottom: 50px;
  margin: auto;
  padding: 0 10vw;
  color: white;
}

/* ルミパルスl_basic */

.lumipulsel_basic {
  background: url(../img/products_intro_bg.jpg) repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
}
.main_l_basic {
  background: linear-gradient(to right, #397dc9, #1c3e63);
  padding-bottom: 56px;
}

.l_basic_features_grid {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 40px;
  margin-bottom: 50px;
  margin: auto;
  padding: 0 10vw;
  color: white;
}
.l_basic_feature {
  border-right: 1px solid #d1e2fc;
  border-left: 1px solid #d1e2fc;
  padding: 4vw 25px;
  color: white;
}
.l_basic_feature img {
  height: 125px;
  padding: 10px 0;
  object-fit: contain;
}
.l_basic_feature h3 {
  font-size: 25px;
  color: white !important;
  min-height: 90px;
}
.l_basic_feature p {
  text-align: left;
  margin: 20px 10px;
  position: relative;
  font-weight: 300;
  font-size: 16px;
}
.l_basic_youtube {
  padding: 100px;
  border-bottom: 1px solid #d1e2fc;
}

.l_basic_reason {
  background: #f9faff;
  padding: 12vw;
}
.l_basic_products_container {
  padding: 56px 8vw;
  text-align: center;
  border-radius: 8px;
  background: #f1f2f9;
  margin: 56px 8vw 0;
}
.l_basic_detail {
  margin: 56px;
  padding: 64px 8vw;
  background: #f1f2f9d8;
  border-radius: 10px;
}
.l_basic_header_container p {
  font-size: 18px;
}
.l_basic_top_text {
  padding: 40px 0;
  color: white;
  margin: 0 10px;
}

.l_basic_feature p::after {
  position: absolute;
  content: "";
  background: url(../img/icon_check_white.png) no-repeat center;
  background-size: contain;
  left: -20px;
  width: 13px;
  height: 13px;
  top: 10px;
}
.l_basic_fusion_grid {
  display: grid;
  grid-template-columns: 50fr 40fr;
  gap: 2vw;
  margin: 0px;
  text-align: left;
}
.lumiportal_img img {
  padding: 0 0 50px;
}

.lumiportal_fullborder {
  display: block;
  width: 100%;
  border: 1px solid #c1c6da;
  margin: 65px 0 45px;
}

.lumiportal_grid {
  display: grid;
  grid-template-columns: 104px 1fr;
  text-align: left;
  gap: 40px;
  border-top: 1px solid #c1c6da;
  padding: 65px 0 45px;
  margin-top: -1px;
}

.lumiportal_grid h4 {
  background: #397dc9;
  color: white;
  display: inline-block;
  padding: 2px;
  font-size: 24px;
  margin-bottom: 12px;
}
.lumiportal_grid p {
  line-height: 2;
  color: #244f7f;
}
.lumiportal_flex {
  display: grid;
  margin: 20px;
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
.lumi-border-pc {
  border-top: 1.6px solid #c1c6da;
}
.lumiportal_flex_withcheck {
  display: grid;
  margin-left: 20px;
  grid-template-columns: 1fr 1fr;
  text-align: left;
  gap: 40px;
}
.lumiportal_flex_withcheck p {
  position: relative;
}

.lumiportal_flex_withcheck p::after {
  position: absolute;
  content: "";
  background: url(../img/icon_check.png) no-repeat center;
  background-size: contain;
  left: -17px;
  width: 14px;
  height: 14px;
  top: 16px;
  transform: translateY(-50%);
}

.l_basic_fusion_grid p {
  font-size: 16px;
  margin-top: 40px;
}
.l_basic_table_grid {
  display: grid;
  margin: 20px 0;
  grid-template-columns: 3fr 8fr;
  text-align: left;
  line-height: 3;
}
.l_basic_table .l_basic_name_table {
  border-bottom: 1.6px solid #244f7f;
  font-weight: bolder;
}

.l_basic_table .l_basic_content_table {
  border-bottom: 1.6px solid #c1c6da;
  padding-left: 15px;
}
.l_basic_table .l_basic_content_table span {
  line-height: 1;
}
.tester_ttl {
  background: #397dc9;
  color: white;
  text-align: center;
  padding: 12px;
  font-weight: bold;
}
.tester_lineup {
  padding: 32px;
  background: white;
}
.l_basic_detail .tester_item {
  padding: 16px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  box-shadow: 0px 2px #d9d9d9;
}
.tester_item_flex {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.l_basic_otherproducts_container {
  padding: 56px 10vw 300px;
  text-align: center;
  background: #f9faff;
}
.l_basic_otherproducts_container img{
  max-width: 460px;
}

/* 肝炎 */
#hepatitis_otherproducts {
  background: url(../img/products_intro_bg.jpg) repeat;
  background-size: contain;
  background-position: top;
  width: 100%;
  padding-top: 56px;
}
#hepatitis {
  #hero_img {
    background: url(../img/hepa-mv.png) no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 44vw;
    background-position: center;
  }
}
.main_blue_grad {
  background: linear-gradient(to right, #397dc9, #1c3e63);
  padding-bottom: 56px;
}

.hepa_main_grid {
  padding: 40px 11vw 0;
}

.hepa_main_cont {
  text-align: left;
}
.hepa_main_cont p {
  padding: 30px 0;
}
.hepa_main_grid h4 {
  color: white;
  font-size: 24px;
  padding: 16px 0;
}

.hepa_main_grid p {
  color: white;
  margin: 10px auto;
}
.hepatitis_products_container {
  margin: 0px 3vw 56px;
  padding: 64px 8vw;
  background: #f1f2f9d8;
  border-radius: 10px;
}
.hepa_feature_cont_grid {
  background: white;
  border-radius: 8px;
  display: grid;
  margin: 20px 0;
  grid-template-columns: 5vw 1fr;
  text-align: left;
  gap: 40px;
  padding: 48px;
}
.hepa_white_wrapper {
  background: white;
  border-radius: 8px;
  margin: 20px 0;
  text-align: left;
  padding: 48px;
  overflow: hidden;
}
.hepa_feature_cont_grid_2 {
  grid-template-columns: 4fr 6fr;
  display: grid;
  text-align: left;
  gap: 40px;
}
.hepa_feature_cont_grid_3 {
  grid-template-columns: 25fr 67fr;
  display: grid;
  text-align: left;
  gap: 40px;
}
.hepa_blue_number img {
  width: 100%;
}
.hepa_feature_clm h2 {
  font-size: 24px;
  font-weight: bold;
}
.hepa_blue_txt span {
  font-weight: bold;
  color: #397dc9;
  font-size: 1.3em;
}
.hepatitis_products_container p {
  font-size: 18px;
  margin: 16px 0;
}
.hepatitis_products_container h3 {
  font-size: 24px;
  margin-bottom: 38px;
  font-weight: bold;
}
.text_with_check p {
  position: relative;
}

.text_with_check p:after {
  position: absolute;
  content: "";
  background: url(../img/icon_check.png) no-repeat center;
  background-size: contain;
  left: -17px;
  width: 14px;
  height: 14px;
  top: 14px;
  transform: translateY(-50%);
}
/* 甲状腺 */
#thyroid_otherproducts {
  background: url(../img/products_intro_bg.jpg) repeat;
  background-size: contain;
  background-position: top;
  width: 100%;
  padding-top: 56px;
}
#thyroid {
  #hero_img {
    background: url(../img/thyroid_mv.png) no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 44vw;
    background-position: center;
  }
}
.itact_flex {
  display: flex;
  justify-content: space-between;
}
.itact_logo {
  align-items: center;
  width: 162px;
  height: 55px;
}

/* 循環器 */

#cardiovascular {
  #hero_img {
    background: url(../img/cardio_mv.png) no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 44vw;
    background-position: center;
  }
}
#cardio_otherproducts {
  background: url(../img/products_intro_bg.jpg) repeat;
  background-size: contain;
  background-position: top;
  width: 100%;
  padding-top: 64px;
}
.youtube_text_left {
  width: 560px;
  text-align: left;
  margin: auto;
  font-size: 24px;
  color: white;
}
.youtube_text_left h4 {
  margin: 20px 0;
}
/* TDM */
#tdm {
  #hero_img {
    background: url(../img/tdm_mv.png) no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 44vw;
    background-position: center;
  }
  .tdm_small {
    font-size: 12px;
    text-align: left;
  }
  .products_ttl {
    margin: 49px 0 33px;
  }
  .itact_ttl {
    margin: 49px 0 0px;
  }
  .itact_cont_grid {
    background: white;
    border-radius: 8px;
    display: grid;
    margin: 20px 0;
    grid-template-columns: 1fr 1fr;
    text-align: left;
    gap: 40px;
    padding: 48px;
  }
  .itact_cont_grid p {
    padding-left: 20px;
  }

  .itact_cont_grid .text_with_check p::after {
    left: -1px;
  }
}
.l_basic_youtube iframe,
.tdm_youtube_cont iframe {
  max-width: 100% !important;
}
.tdm_youtube_cont {
  padding-top: 170px;
}
.tdm_youtube_cont div {
  margin-top: 32px;
}
.tdm_cont_grid {
  background: white;
  border-radius: 8px;
  display: grid;
  margin: 20px 0;
  grid-template-columns: 180px 1fr 1fr;
  text-align: left;
  gap: 40px;
  padding: 48px;
}
.tdm_cont_grid_green {
  background: #579740;
  border-radius: 10px;
  padding: 30px 20px;
  color: white;
  text-align: center;
}
/* 下垂体副腎ホルモン（pah） */
#pah {
  #hero_img {
    background: url(../img/pah_mv.png) no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 44vw;
    background-position: center;
  }
}
.pah_blue_text span {
  color: #397dc9;
}
.pah_blueborder {
  display: inline-block;
  color: #397dc9;
  border: 1px solid #397dc9;
  padding: 10px;
  margin: 42px auto 56px;
}
.pah_blueborder h2 {
  font-size: 20px;
}
/* 神経疾患 */
#neuro {
  #hero_img {
    background: url(../img/neuro_mv.png) no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 44vw;
    background-position: center;
  }
  .products_ttl {
    margin: 49px 0 33px;
  }
  .neuro_blue_text {
    color: white;
    background: #397dc9;
    padding: 8px 16px;
    font-weight: normal;
    display: inline-block;
    margin: 0;
  }
  .neuro_main_cont span {
    color: #397dc9;
  }
  .neuro_main_cont p {
    font-size: 16px;
  }
  .neuro_main_cont li {
    margin-bottom: 10px;
  }
  .hepa_white_wrapper ul {
    margin: 14px 0 4px 14px;
  }
  .neuro_small {
    font-size: 12px;
  }
  .neuro_flex_img a {
    text-decoration: underline !important;
  }
}

.neuro_flex_img img {
  max-width: 300px;
}
.neuro_flex {
  display: flex;
  gap: 5vw;
}
.neuro_flex .products_ttl {
  margin: 0 0 32px;
}
.neuro_flex li {
  list-style-type: disc;
}
.neuro_white_wrapper {
  background: white;
  border-radius: 8px;
  margin: 20px 0;
  text-align: left;
  padding: 48px;
  overflow: hidden;
}
.neuro_white_wrapper h3 {
  text-align: center;
  color: white;
  background: #397dc9;
  font-size: 18px;
  font-weight: normal;
  margin: 16px 0 16px;
}

.neuro_white_wrapper p {
  text-align: left;
  font-size: 16px;
}
.neuro_white_wrapper .neuro_small,
.neuro_white_wrapper .neuro_small p {
  font-size: 12px;
}

.neuro_white_wrapper p span {
  color: #397dc9;
}
.neuro_white_wrapper_grid {
  display: grid;
  gap: 35px;
  grid-template-columns: 1fr 1fr;
}
.neuro_border_box ul {
  padding: 20px 20px 20px 30px;
  border: 1px solid black;
}
.neuro_border_box li {
  list-style-type: disc;
  font-size: 12px;
}

/* ルミパルス試薬 */

#lumipulse_test {
  background: url(../img/products_intro_bg.jpg) repeat;
  background-size: contain;
  width: 100%;
  min-height: 44vw;
  background-position: center;

  #hero_img {
    background: url(../img/mv_lr.png) no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 44vw;
    background-position: center;
  }
  .main_lr {
    background: linear-gradient(to right, #397dc9, #1c3e63);
    padding: 96px 0 32px 8vw;
  }
}
.main_lr_container {
  text-align: center;
  border-radius: 8px 0 0 8px;
  background: #f1f2f9;
  padding: 58px 0 58px 58px;
}
.seminar_news{
  margin: 0 auto;
  background-color: #fff;
  width: 100%;
  max-width: 1000px;
  padding: 20px;
}
.pc_flex {
    display: flex;
}

/* スライダー */

.progress-bar {
  position: relative;
  height: 5px;
  background-color: #74939f;
  width: 0%;
  transition: width 0.3s;
}
.progress-bg {
  background: #d9d9d9;
  height: 5px;
  content: "";
  width: 100%;
}
.progress-bar::after {
  position: absolute;
  left: -2px;
  top: -50%;
  background: #74939f;
  height: 10px;
  border-radius: 50%;
  width: 10px;
  content: "";
}
.slide-controls {
  margin: 1rem 10vw 0 0;
  align-items: center;
}
.slide-controls {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}
.swiper-wrapper {
  width: 100%;
  height: 100%;
}
.prev_btn {
  width: 24px;
  height: 24px;
  background-image: url(../img/arrow_prev.png);
  background-repeat: no-repeat;
  background-size: contain;
  right: 100px;
  background-position: center;
}

.next_btn {
  background-image: url(../img/arrow_next.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 24px;
  width: 24px;
  background-position: center;
}
.swiper-wrapper img {
  height: 180px;
  object-fit: contain;
  width: 100%;
  padding: 20px 10px 0;
}
.swiper-wrapper p {
  color: black;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  padding: 0px 10px 0;
}
.swiper2 .swiper-wrapper p {
  font-weight: normal;
}

/* レスポンシブデザイン */
@media (max-width: 768px) {
  /* 共通 */
  .linkbtn_flex {
    display: block;
  }
  .btn_basic {
    margin: auto;
    padding: 20px 0 10px 0;
  }
  .br-sp {
    display: block;
  }
  .br-pc {
    display: none;
  }
  /* 検査機器 */
  /* 製品情報 */
  /* ルミパルスl_basic */
  .l_basic_products_container {
    margin: 56px 20px 0;
  }
  .l_basic_features_grid,
  .l_basic_features_grid_three {
    display: block;
    padding: 0;
    border-top: none;
  }
  .l_basic_feature {
    border-top: 1px solid #d1e2fc;
    border-right: none;
    border-left: none;
  }

  .l_basic_youtube,
  .tdm_youtube_cont {
    border-bottom: none;
    padding: 20px;
  }
  .l_basic_youtube iframe,
  .tdm_youtube_cont iframe {
    height: 58vw;
  }

  .lumiportal_flex {
    grid-template-columns: 1fr;
  }

  .lumiportal_flex,
  .lumiportal_grid {
    width: 100%;
  }
  .lumi-border-pc {
    display: none;
  }
  .lumiportal_flex {
    display: block;
    margin: 0;
  }
  .lumiportal_flex_withcheck {
    display: block;
  }
  /* 肝炎 */
  .tester_summary_grid {
    display: block;
  }
  .tester_summary_wrapper details summary {
    font-size: 15px;
    padding-right: 22px;
  }
  .tester_summary_link_grid {
    font-size: 15px;
    display: block;
    padding: 24px 0;
  }
  .tester_summary_link_center {
    margin: 10px 0;
  }
  .tester_summary_link_right {
    display: flex;
    justify-content: space-between;
    gap: 10px;
  }
  .tester_summary_links a {
    width: auto;
    padding: 5px 5px 5px 35px;
  }
  /* 循環器 */
  .youtube_text_left {
    width: 100%;
    text-align: center;
  }
  .youtube_text_left h4 {
    text-align: left;
    padding: 0 11vw 0;
  }
}
  .small_text {
    font-size: 12px;
  }
  @media (max-width: 480px) {
  /* 共通 */
  .breadcrumb {
    padding: 32px 0px 0 20px;
    font-size: 10px;
  }
  .pc__only {
    display: none;
  }
  .sp__only {
    display: block;
  }
  .pccenter {
    text-align: left;
  }
  .small_text {
    font-size: 12px;
  }
  .ie_products_container {
    padding: 32px 20px;
    margin: 0;
    border-radius: 0;
  }
  .products_ttl {
    margin: 0 0 16px 0;
    font-size: 22px;
  }
  .page_ttl {
    margin: 7.8vw 0 0 32px;
    font-size: 22px;
  }
  .main_l_basic .center {
    text-align: left;
  }
  .products_ttl::before {
    top: 20px;
    width: 20px;
    height: 20px;
  }
  .pr_products_grid {
    display: block;
  }
  .ie_products_item,
  .pr_products_item {
    margin-bottom: 10px;
  }
  .ie_products_item a,
  .pr_products_item a {
    font-size: 16px;
  }
  .ie_products_item a::after,
  .pr_products_item a::after {
    height: 16px;
    width: 16px;
    right: -22px;
  }
  .pr_products_item img {
    margin-bottom: 0px;
  }
  .ie_product_one {
    max-width: 100%;
  }
  .ie_supportlinks a {
    font-size: 13px;
  }

  .pagelink_sticky ul {
    max-width: 300px;
    gap: 15px;
    grid-template-columns: auto auto;
    place-items: stretch legacy;
    z-index: 1000;
  }
  .pagelink_sticky li a {
    padding: 4px 16px 4px 12px;
    font-size: 13px;
    display: block;
  }
  .pagelink_sticky li {
  }
  .youtube_text_left h4 {
    text-align: left;
    padding: 0;
  }

  #ie_products,
  .lumipulsel_basic,
  #hepatitis,
  #lumipulse_test {
    background: url(../img/products_intro_bg.jpg) repeat;
    background-size: cover;
  }

  .btn-scroll {
    position: absolute;
    max-width: 80px;
    height: 80px;
    bottom: 32px;
    right: 18px;
  }
  .overflowimage {
    overflow: scroll;
    margin: 20px 0;
  }
  .overflowimage img {
    width: 400px;
  }
  /* 検査機器 */

  #ie_products {
    min-height: 44vw;

    #hero_img {
      background: url(../img/mv_ie_sp.png) no-repeat;
      background-size: cover;
      width: 100%;
      height: 170vw;
      background-position: center;
    }
  }
  .ie_products_item p,
  .pr_products_item p {
    font-size: 16px;
  }
  .ie_products_item p::after,
  .pr_products_item p::after {
    right: -21px;
    width: 16px;
    height: 16px;
  }
  .ie_header_container {
    padding: 20px;
  }
  .ie_header_container h1,
  .lumipulsel_basic h1 {
    font-size: 32px;
  }
  .ie_header_container h2,
  .lumipulsel_basic h2 {
    font-size: 16px;
  }
  .ie_products_grid {
    display: block;
  }
  .ie_supportlinks {
    padding: 20px;
  }

  .dotsline_p p {
    margin-bottom: 0;
    text-align: left;
    font-size: 16px;
  }
  /* 製品情報 */
  .pr_products_grid {
    display: block;
  }
  .product_inner_container_flex {
    display: block;
  }
  .product_inner_container_text {
    display: block;
  }
  .product_inner_container_text p {
    margin: 20px 20px 20px 0;
  }
  .hover_img_sp {
    display: block;
    background-size: contain;
    width: 100%;
    height: auto;
  }
  .pr_products_grid_2clm {
    grid-template-columns: initial;
    grid-auto-flow: initial;
    grid-template-rows: initial;
    gap: 0;
  }
  .sp_margin32 {
    height: 32px;
  }

  /* ルミパルスg1200 */
  #lumipulseg1200 {
    #hero_img {
      background: url(../img/lg1200_mv_sp.png) no-repeat;
      background-size: cover;
      width: 100%;
      height: 170vw;
      background-position: center;
    }
  }

  /* ルミパルスg600 */
  #lumipulseg600 {
    #hero_img {
      background: url(../img/lg600_mv_sp.png) no-repeat;
      background-size: cover;
      width: 100%;
      height: 170vw;
      background-position: center;
    }
  }

  /* ルミパルスg600 */
  #tendigo {
    #hero_img {
      background: url(../img/tendigo_mv_sp.png) no-repeat;
      background-size: cover;
      width: 100%;
      height: 170vw;
      background-position: center;
    }
  }
  /* ルミパルスl2400 */
  #lumipulsel2400 {
    #hero_img {
      background: url(../img/mv_l2400_sp.png) no-repeat;
      background-size: cover;
      width: 100%;
      height: 170vw;
      background-position: center;
    }
  }
  /* テンディゴ */
  .manual_grid {
    display: block;
  }
  .manual_grid p {
    margin-top: 20px;
  }
  /* ルミパルスl_basic */
  .l_basic_fusion_grid {
    display: block;
  }
  .l_basic_fusion_grid img {
    margin: 32px 0 0 0;
  }

  .lumiportal_grid {
    grid-template-columns: 60px 1fr;
    margin: 0 0px;
  }
  .lumiportal_grid h4 {
    font-size: 18px;
  }
  .lumiportal_grid p {
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .lumi_grid_img_sp {
    width: 100%;
    margin: auto;
  }
  .l_basic_reason {
    padding: 24px;
  }
  .l_basic_detail {
    margin: 20px;
  }

  .l_basic_table_grid {
    display: block;
  }
  .l_basic_table .l_basic_name_table {
    border: none;
  }
  .l_basic_table .l_basic_content_table {
    padding-left: 0;
  }
  .l_basic_detail .tester_item {
    padding: 10px;
  }
  .lumiportal_grid {
    gap: 15px;
  }
  .l_basic_feature h3 {
    font-size: 20px;
    min-height: auto;
  }
  .l_basic_header_container p {
    font-size: 16px;
  }
  /* 肝炎 */
  #hepatitis_otherproducts {
    background-size: cover;
  }
  .hepatitis_products_container h3 {
    font-size: 22px;
  }
  .hepatitis_products_container p {
    font-size: 16px;
  }
  #hepatitis {
    #hero_img {
      background: url(../img/mv_hepatitis_sp.png) no-repeat;
      background-size: cover;
      width: 100%;
      height: 170vw;
      background-position: center;
    }
  }
  .hepa_main_grid {
    display: block;
    padding: 20px;
  }
  .hepa_main_cont {
    padding: 0;
    text-align: left;
  }
  .hepatitis_products_container {
    margin: 20px 0px;
    padding: 20px;
    border-radius: 0;
  }
  .hepa_feature_cont_grid {
    display: block;
    padding: 20px;
  }
  .hepa_feature_cont_grid h2 {
    padding-left: 40px;
    position: relative;
  }
  .hepa_feature_cont_grid_2,
  .hepa_feature_cont_grid_3 {
    display: block;
  }
  .hepa_feature_clm h2 {
    position: relative;
  }

  .hepa_num1:before {
    position: absolute;
    content: "";
    left: 0px;
    width: 32px;
    height: 32px;
    top: 20px;
    transform: translateY(-50%);
    background: url(../img/01.png) no-repeat center;
    background-size: contain;
  }
  .hepa_num2:before {
    position: absolute;
    content: "";
    left: 0px;
    width: 32px;
    height: 32px;
    top: 20px;
    transform: translateY(-50%);
    background: url(../img/02.png) no-repeat center;
    background-size: contain;
  }
  .hepa_num3:before {
    position: absolute;
    content: "";
    left: 0px;
    width: 32px;
    height: 32px;
    top: 20px;
    transform: translateY(-50%);
    background: url(../img/03.png) no-repeat center;
    background-size: contain;
  }

  .hepa_blue_number img {
    display: none;
  }
  .tester_padding {
    padding: 10px;
  }
  .hepa_white_wrapper {
    padding: 20px;
  }
  .hepa_main_grid p {
    font-size: 16px;
    padding: 0px 0 30px;
  }

  /* ルミパルス試薬 */

  #lumipulse_test {
    #hero_img {
      background: url(../img/mv_lr_sp.png) no-repeat;
      background-size: cover;
      background-position: center;
      width: 100%;
      height: 170vw;
    }
    .main_lr {
      padding: 30px 0 15px 20px;
    }
    .main_lr_container {
      padding: 10px 0px 10px 10px;
    }
    .products_ttl {
      margin: 0 0 10px 0;
    }
    .slide-controls {
      margin: 10px 20px 20px 0px;
    }
  }
  .pc_flex {
        display: block;
  }

  /* 甲状腺 */

  #thyroid {
    #hero_img {
      background: url(../img/thyroid_mv_sp.png) no-repeat;
      background-size: cover;
      background-position: center;
      width: 100%;
      height: 170vw;
    }
    .main_blue_grad {
      padding-bottom: 0;
    }
    .hepatitis_products_container {
      margin: 20px 0 0 0;
    }
  }
  #thyroid_otherproducts {
    background-size: cover;
    margin: 0;
  }
  #thyroid_otherproducts .hepatitis_products_container {
    margin: 0 20px;
    border-radius: 10px;
  }

  /* 循環器 */
  #cardiovascular {
    #hero_img {
      background: url(../img/cardio_mv_sp.png) no-repeat;
      background-size: cover;
      width: 100%;
      height: 170vw;
      background-position: center;
    }
    .main_blue_grad {
      padding-bottom: 0;
    }
    .hepatitis_products_container {
      margin: 20px 0 0 0;
    }
  }
  #cardio_otherproducts {
    background-size: cover;
    margin: 0;
  }
  #cardio_otherproducts .hepatitis_products_container {
    margin: 0 20px;
    border-radius: 10px;
  }

  .ie_event_wrapper {
    background-color: white;
    display: block;
    padding: 48px 10px;
  }
  .ie_event_image {
    max-width: 40%;
    margin: 0 auto 30px;
  }

  /* TDM */
  #tdm {
    #hero_img {
      background: url(../img/tdm_mv_sp.png) no-repeat;
      background-size: cover;
      width: 100%;
      height: 170vw;
      background-position: center;
    }
    .main_blue_grad {
      padding-bottom: 0;
    }
    .itact_cont_grid {
      display: block;
      margin: 0px 0;
      text-align: left;
      padding: 0px;
    }
    .itact_cont_grid p {
      padding-left: 20px;
    }
    .hepatitis_products_container {
      padding: 20px 20px 56px 20px;
    }
    .hepatitis_products_container h3 {
      font-size: 16px;
      margin: 20px 0;
    }
    .hepatitis_products_container p {
      font-size: 15px;
      margin: 0 20px;
    }
    .itact_cont_grid .text_with_check p::after {
      left: -1px;
    }
    #hepatitis_tester {
      margin: 0;
      .hepa_num1:before {
        position: absolute;
        content: "";
        left: 0px;
        width: 32px;
        height: 32px;
        top: 50%;
        transform: translateY(-50%);
        background: url(../img/01_green.png) no-repeat center;
        background-size: contain;
      }
      .hepa_num2:before {
        position: absolute;
        content: "";
        left: 0px;
        width: 32px;
        height: 32px;
        top: 50%;
        transform: translateY(-50%);
        background: url(../img/02_green.png) no-repeat center;
        background-size: contain;
      }
      .hepa_num3:before {
        position: absolute;
        content: "";
        left: 0px;
        width: 32px;
        height: 32px;
        top: 50%;
        transform: translateY(-50%);
        background: url(../img/03_green.png) no-repeat center;
        background-size: contain;
      }
    }
  }
  .tdm_cont_grid {
    display: block;
    padding: 12px 0 32px;
  }
  .tdm_cont_grid_green {
    padding: 16px 20px;
    margin: 32px 20px;
    text-align: left;
  }

  /* pah */
  #pah {
    #hero_img {
      background: url(../img/pah_mv_sp.png) no-repeat;
      background-size: cover;
      width: 100%;
      height: 170vw;
      background-position: center;
    }
    .main_blue_grad {
      padding-bottom: 0;
    }

    .hepatitis_products_container {
      padding: 20px 20px 56px 20px;
      margin: 0;
    }
    .hepatitis_products_container h3 {
      font-size: 16px;
      margin: 20px 0;
    }
    .hepatitis_products_container p {
      font-size: 15px;
    }
    #hepatitis_tester {
      margin: 0;
    }
  }
  .pah_blueborder {
    margin: 0px auto 26px;
  }

  /* 神経neuro */
  #neuro {
    #hero_img {
      background: url(../img/neuro_mv_sp.png) no-repeat;
      background-size: cover;
      width: 100%;
      height: 170vw;
      background-position: center;
    }
    .main_blue_grad {
      padding-bottom: 0;
    }

    .hepatitis_products_container {
      padding: 20px 20px 56px 20px;
      margin: 0;
    }
    .hepatitis_products_container h3 {
      font-size: 16px;
      margin: 20px 0;
    }
    .hepatitis_products_container p {
      font-size: 15px;
    }
    #hepatitis_tester {
      margin: 0;
    }
    .products_ttl {
      margin: 49px 0 16px;
    }
  }
  .neuro_flex_img img {
    padding: 0 30px;
    max-width: 100%;
  }
  .neuro_flex {
    display: block;
  }
  .neuro_white_wrapper_grid {
    display: block;
  }
  .neuro_white_wrapper {
    padding: 20px;
  }
  .lumipulse_links {
  margin-bottom: 2em;
  }
  .lumipulse_links a {
  font-size: 3vw;
  }

}
