.p-products_detail_video {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}


.p-products_detail__features {
  padding: 0;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.l-basic-block ul .p-products_detail__features__item {
  position: relative;
  margin-bottom: 2em;
  padding-left: 1em;
}


.l-basic-block ul .p-products_detail__features__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 0;
  background: linear-gradient(0deg, rgb(0, 91, 136) 0%, rgb(1, 117, 139) 50%, rgb(1, 129, 140) 100%);
}

.l-basic-block ul .p-products_detail__features__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-top: 20px solid transparent;
  border-right: 20px solid #fff;
}


.l-basic-block ul .p-products_detail__features__item:nth-child(n+2) {
  margin-top: 0;
}

/* 動画＋製品ページ(新製品など) */

.p-products_new .l-breadcrumb {
  position: static;
  max-width: 1260px;
  width: auto;
  padding-top: 20px;
}

.p-products_detail.p-products_new .l-lower__header::before {
  z-index: -1;
}

.p-products_new .l-lower__header {
  padding-top: 80px;
}

.p-products_detail__header__inner {
  width: calc(100% - 300px);
  margin-left: auto;
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-products_detail__features {
    width: 100%;
  }

  .l-basic-block ul .p-products_detail__features__item.m-copy--large {
    font-size: 2rem;
  }
}

/* 製品ページ用ボタン */
/* https://www.jeol.co.jp/products/science/eb.html */

.m-linkbox,
.m-linkbox--thumbnail {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto 64px;
  border: 1px solid #e2e2e2;
  text-align: left;
  box-shadow: 0 0 35px rgb(2 34 110 / 12%);
  transition: all .2s linear;
}

.m-linkbox:hover,
.m-linkbox--thumbnail:hover {
  opacity: .8;
}

.m-linkbox span,
.m-linkbox--thumbnail span {
  font-size: 2.4rem;
  line-height: 1.4;
  background: url(/products/assets/images/icon_circle-arrow.png) no-repeat 0 6px;
  background-size: 20px 20px;
  padding-left: 28px;
}

.m-linkbox:hover,
.m-linkbox--thumbnail:hover {
  box-shadow: none;
}

.m-linkbox small,
.m-linkbox--thumbnail small {
  font-size: 1.4rem;
  color: #575757;
}


.m-linkbox--thumbnail {
  height: 160px;
  column-gap: 32px;
}

.m-linkbox--thumbnail img {
  width: 120px;
  height: 120px;
}

@media screen and (max-width: 567px) {
  .m-linkbox,
  .m-linkbox--thumbnail {
    padding-left: 20px;
    padding-right: 20px;
  }

  .m-linkbox--thumbnail {
    height: auto;
    column-gap: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

    .m-linkbox--thumbnail img {
    width: 80px;
    height: 80px;
  }

  .m-linkbox span,
  .m-linkbox--thumbnail span {
    font-size: 1.6rem;
    background: url(/products/assets/images/icon_circle-arrow.png) no-repeat 0 4px;
    background-size: 16px 16px;
    padding-left: 24px;
  }

  .m-linkbox small,
  .m-linkbox--thumbnail small {
    display: none;
  }
}
