
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@500&family=Noto+Sans+JP:wght@400;500;700&family=Raleway:wght@400;500;600&display=swap");
@keyframes tab-contents-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.p-breadcrumb {
  padding: 10.5px 0;
  background-color: #f5f5f5;
}
.p-breadcrumb__list {
  display: flex;
  align-items: center;
}
.p-breadcrumb__list-item {
  font-weight: 500;
}
.p-breadcrumb__list-item:not(:last-child) {
  position: relative;
  margin-right: 8px;
  padding-right: 17px;
}
.p-breadcrumb__list-item:not(:last-child)::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 13.87px;
  transform: translateY(-50%);
  background: url(/assets/images/link_arrow_gray.svg) no-repeat center bottom/contain;
  content: "";
}
.p-breadcrumb__list-item:last-child {
  font-weight: 700;
}
.p-breadcrumb__link {
  color: #333333;
}

.l-n-inner {
  width: 1000px;
}

.p-product {
/*
  padding-bottom: 120px;
*/
  padding-bottom: 10px;
  color: #333333;
  font-weight: 500;
}
.p-product--product1 {
  padding-top: 70px;
}
.p-product--product1 .p-product__ttl {
  margin-bottom: 24px;
}
.p-product--product2 {
  padding-top: 80px;
}
.p-product .p-status {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 95px;
  height: 30px;
  font-size: 1.4rem;
}
.p-product__ttl {
  color: #15518c;
  font-weight: 500;
  font-size: 4rem;
  line-height: 1.5;
}
.p-product__sub a {
  display: inline-block;
  position: relative;
  padding-left: 17px;
  color: #15518c;
  font-size: 1.6rem;
  line-height: 1.5;
}
.p-product__sub a::before {
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 8px;
  height: 13.87px;
  background: url(/assets/images/link_arrow_blue.svg) no-repeat center bottom/contain;
  content: "";
}
.p-product__about p {
  font-size: 1.5rem;
  line-height: 1.667;
}
.p-product__lead p {
  font-size: 1.6rem;
  line-height: 1.5;
}
.p-product__img {
  margin-bottom: 14px;
  text-align: center;
}
.p-product__img img {
  max-width: 200px;
}
.p-product__about {
  width: -moz-fit-content;
  width: fit-content;
}
.p-product__ttl-lv2 {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1;
}

.p-product-box {
  display: flex;
  margin: 61px 0 85px;
}

.p-product-figure__text {
  margin-bottom: 8px;
  font-size: 1.5rem;
  line-height: 1.5;
}
.p-product-figure__map area {
  cursor: pointer;
}

.p-product-lineup {
  margin-left: 20px;
}
.p-product-lineup .l-product-lineup-inner {
  max-width: 480px;
}

.p-cate-breadcrumb {
  margin-bottom: 8px;
}
.p-cate-breadcrumb__list-item {
  display: inline;
}
.p-cate-breadcrumb__list-item:not(:last-child) {
  position: relative;
  margin-right: 0.5em;
  padding-right: 16px;
}
.p-cate-breadcrumb__list-item:not(:last-child)::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 13.87px;
  transform: translateY(-50%);
  background: url(/assets/images/link_arrow_gray.svg) no-repeat center bottom/contain;
  content: "";
}
.p-cate-breadcrumb__list-item:last-child {
  font-weight: 700;
}
.p-cate-breadcrumb__link {
  color: #333333;
}

.p-layout-tab {
  margin-bottom: 25px;
}
.p-layout-tab__list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #d5d5d5;
  border-radius: 2px;
}
.p-layout-tab__list-item a {
  display: block;
  position: relative;
  width: 167px;
  height: 50px;
  padding: 9px 39px 7px 51px;
  background-color: #f5f5f5;
  color: #15518c;
  font-weight: 500;
  font-size: 1.5rem;
}
.p-layout-tab__list-item a:hover {
  text-decoration: none;
}
.p-layout-tab__list-item a::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 19px;
  transform: translateY(-50%);
  content: "";
}
.p-layout-tab__list-item a.is-active {
  background-color: #15518c;
  color: #ffffff;
}
.p-layout-tab__list-item:first-child a {
  border-right: 1px solid #d5d5d5;
}
.p-layout-tab__list-item:first-child a::before {
  width: 20px;
  height: 13px;
  background: url(/assets/images/product/tab_list.svg) no-repeat center center/contain;
}
.p-layout-tab__list-item:first-child a.is-active::before {
  background: url(/assets/images/product/tab_list_active.svg) no-repeat center center/contain;
}
.p-layout-tab__list-item:last-child a::before {
  width: 21px;
  height: 13px;
  background: url(/assets/images/product/tab_item.svg) no-repeat center center/contain;
}
.p-layout-tab__list-item:last-child a.is-active::before {
  background: url(/assets/images/product/tab_item_active.svg) no-repeat center center/contain;
}

.p-panel-head {
  padding: 8px 8px 8px 13px;
  background-color: #808080;
  color: #ffffff;
}
.p-panel-head .p-filter__label {
  display: flex;
  align-items: center;
}
.p-panel-head .p-filter span {
  display: block;
  margin-right: 4px;
  padding-left: 28px;
  background: url(/assets/images/product/filter.svg) no-repeat left center/20px 17px;
  font-size: 1.5rem;
}
.p-panel-head .p-filter__q {
  display: flex;
  align-items: center;
  margin-right: 14px;
}
.p-panel-head .p-filter__search {
  min-width: 335px;
  height: 35px;
  padding: 6px 13px 7px;
  border: 0;
  background-color: #ffffff;
}

.p-panel-table-wrap {
  overflow-x: auto;
}

.p-panel-table {
  min-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.p-panel-table__th, .p-panel-table__th.sorting {
  position: relative;
  min-width: 100px;
  padding: 7px 5px 30px;
  border-right: 1px solid #d5d5d5;
  background: url(/assets/images/product/sort.svg) #f5f5f5 no-repeat center bottom 5px;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
.p-panel-table__th:last-child {
  border: none;
}
.p-panel-table__td {
  min-width: 100px;
  padding: 9px 15px;
  border-right: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
}
.p-panel-table__td:last-child {
  border-right: none;
}
.p-panel-table__td a {
  color: #15518c;
  font-weight: 500;
}

.p-panel-table__th.sorting_asc {
  background: url(/assets/images/product/sort_asc.svg) #f5f5f5 no-repeat center bottom 5px;
}

.p-panel-table__th.sorting_desc {
  background: url(/assets/images/product/sort_desc.svg) #f5f5f5 no-repeat center bottom 5px;
}

.p-name {
  display: flex;
  column-gap: 8px;
  align-items: center;
}
.p-name__pdf {
  display: flex;
  align-items: center;
  width: 18px;
}
.p-name__stock {
  display: flex;
  align-items: center;
  justify-content: end;
  min-width: 60px;
  height: 26px;
  padding: 0 9px 0 7px;
  border-radius: 2px;
  background: url(/assets/images/product/icon_stock.svg) no-repeat left 7px center/14px 13.18px;
  background-color: #377a3d;
  color: #ffffff !important;
  font-weight: normal !important;
  font-size: 1.3rem;
}
.p-name__stock span {
  padding-left: 18px;
}
.p-name__stock:hover {
  text-decoration: none;
}

.p-status {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 70px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  background-color: #ffffff;
  font-size: 1.3rem;
}
.p-status--dev {
  border-color: #377a3d;
  color: #377a3d;
}
.p-status--new {
  border-color: #15518c;
  background-color: #15518c;
  color: #ffffff;
}
.p-status--make {
  border-color: #23468c;
  color: #23468c;
}
.p-status--nrnd {
  border-color: #cc0b0a;
  color: #cc0b0a;
}
.p-status--end {
  border-color: #808080;
  color: #808080;
}

.p-panel-list-table {
  display: block;
  width: 100%;
}
.p-panel-list-table thead {
  display: none;
}
.p-panel-list-table tbody {
  display: block;
}
.p-panel-list-table tr {
  display: block;
  width: 100%;
  padding: 24px 0 30px;
  border-bottom: 1px solid #d5d5d5;
}
.p-panel-list-table__th {
  display: block;
}
.p-panel-list-table__td {
  display: block;
}
.p-panel-list-table__td p {
  font-size: 1.5rem;
  line-height: 1.767;
}
.p-panel-list-table__td-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 16px 0 5px;
}
.p-panel-list-table .p-name {
  color: #15518c;
  font-size: 1.8rem;
  line-height: 1.25;
}
.p-panel-list-table .p-status {
  min-width: 95px;
  height: 40px;
  margin-right: 5px;
  margin-bottom: 10px;
  font-size: 1.4rem;
}
.p-panel-list-table .p-pdf {
  margin-right: 5px;
  margin-bottom: 10px;
}
.p-panel-list-table .p-pdf a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  height: 40px;
  border: 1px solid #d5d5d5;
  border-radius: 2px;
  background-color: #f5f5f5;
  color: #333333;
}
.p-panel-list-table .p-pdf a:hover {
  text-decoration: none;
}
.p-panel-list-table .p-pdf a img {
  margin-left: 5px;
}
.p-panel-list-table .p-stock {
  display: flex;
  align-items: center;
  justify-content: end;
  min-width: 90px;
  height: 40px;
  margin-bottom: 10px;
  padding: 0 20px 0 12px;
  border-radius: 2px;
  background: url(/assets/images/product/icon_stock.svg) no-repeat left 12px center/20px 18.82px;
  background-color: #377a3d;
  color: #ffffff;
  font-size: 1.5rem;
}
.p-panel-list-table .p-stock span {
  padding-left: 18px;
}
.p-panel-list-table .p-stock:hover {
  text-decoration: none;
}

.p-panel-nav {
  margin-top: 12px;
}
.p-panel-nav--sp {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 10px;
}
.p-panel-nav__count {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-select {
  position: relative;
  width: 120px;
}
.p-select::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 44px;
  width: 8px;
  height: 6.86px;
  transform: translateY(-50%);
  background: url(/assets/images/product/select_arrow.svg) no-repeat center bottom/contain;
  content: "";
}
.p-select select {
  appearance: none;
  width: 70px;
  padding: 9px 23px 12px 10px;
  border: solid 1px #d5d5d5;
  border-radius: 2px;
  background: #ffffff;
  font-size: 1.5rem;
}
.p-select span {
  display: inline-block;
  margin-left: 5px;
  font-size: 1.4rem;
}

.p-pagination {
  margin-bottom: 9px;
}
.p-pagination__numbers, .dataTables_paginate.paging_full_numbers {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-pagination__btn, .paginate_button.first, .paginate_button.previous, .paginate_button.next, .paginate_button.last {
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
.p-pagination__btn--first, .paginate_button.first {
  width: 15px;
  height: 16.25px;
  background-image: url(/assets/images/product/pagination_arrow_d.svg);
}
.p-pagination__btn--prev, .paginate_button.previous {
  width: 10px;
  height: 16.25px;
  margin-left: 10px;
  background-image: url(/assets/images/product/pagination_arrow_s.svg);
}
.p-pagination__btn--next, .paginate_button.next {
  width: 10px;
  height: 16.25px;
  transform: scale(-1, 1);
  background-image: url(/assets/images/product/pagination_arrow_s.svg);
}
.p-pagination__btn--last, .paginate_button.last {
  width: 15px;
  height: 16.25px;
  margin-left: 10px;
  transform: scale(-1, 1);
  background-image: url(/assets/images/product/pagination_arrow_d.svg);
}
.p-pagination span {
  display: flex;
  align-items: center;
  margin: 0 16px;
}
.p-pagination__num, .paginate_button:not(.first):not(.previous):not(.next):not(.last) {
  display: block;
  height: 32px;
  padding: 2px 12px;
  color: #333333;
  font-size: 1.5rem;
  line-height: 32px;
  line-height: 1.6;
  cursor: pointer;
}
.paginate_button:hover {
  text-decoration: none;
}
.p-pagination__num.is-current, .paginate_button.current {
  background-color: #e5e5e5;
}

.p-info__num, .dataTables_info {
  font-size: 1.4rem;
  line-height: 1.5;
}

.p-back-btn {
  width: -moz-fit-content;
  width: fit-content;
  margin: 58px auto 0;
}
.p-back-btn a {
  display: grid;
  position: relative;
  align-content: center;
  width: 190px;
  height: 50px;
  padding: 12px 24px 13px 44px;
  border: 1px solid #d5d5d5;
  border-radius: 2px;
  background-color: #f5f5f5;
  color: #333333;
  font-size: 1.5rem;
}
.p-back-btn a::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 18px;
  width: 13.87px;
  height: 8px;
  transform: translateY(-50%);
  background: url(/assets/images/anchor_arrow_gray.svg) no-repeat center center/contain;
  content: "";
}
.p-back-btn a:hover {
  text-decoration: none;
}

.p-product-html {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 480px;
  background-color: #d5d5d5;
  text-align: center;
}

.p-product-info {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto;
  column-gap: 80px;
}

.p-product-ttl-box {
  margin-bottom: 33px;
}

.p-product-img-box {
  grid-column: 1/2;
}

.p-product-cn {
  display: flex;
  grid-row: 1/2;
  grid-column: 2/3;
  flex-wrap: wrap;
  align-items: center;
  align-self: start;
  padding-top: 40px;
}
.p-product-cn a {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  min-height: 50px;
  margin-bottom: 10px;
  border-radius: 2px;
  color: #333333;
  font-size: 1.5rem;
  transition: opacity 0.2s ease-out;
}
.p-product-cn a:hover {
  text-decoration: none;
}
.p-product-cn .p-pdf {
  display: grid;
  align-content: center;
  margin-right: 10px;
}
.p-product-cn .p-pdf a {
  min-width: 190px;
  padding: 3px 32px 3px 6px;
  border: 1px solid #d5d5d5;
  background-color: #f5f5f5;
  line-height: 1.467;
}
.p-product-cn .p-pdf a::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  width: 18px;
  height: 22.54px;
  transform: translateY(-50%);
  background: url(/assets/images/product/icon_pdf.svg) no-repeat center right/contain;
  content: "";
}
.p-product-cn .p-pdf a span {
  font-size: 1.2rem;
}
.p-product-cn .p-stock {
  margin-right: 10px;
}
.p-product-cn .p-stock a {
  min-width: 190px;
  padding: 3px 16px 3px 48px;
  background-color: #377a3d;
  color: #ffffff;
}
.p-product-cn .p-stock a::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 16px;
  width: 20px;
  height: 18.82px;
  transform: translateY(-50%);
  background: url(/assets/images/product/icon_stock.svg) no-repeat center left/contain;
  content: "";
}
.p-product-cn .p-sample a {
  min-width: 146px;
  padding: 3px 39px 3px 14px;
  border: 1px solid #d5d5d5;
  background-color: #ffffff;
}
.p-product-cn .p-sample a::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 13.87px;
  transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/assets/images/link_arrow_gray.svg) no-repeat center center/contain;
  content: "";
}

.p-product-lead-dl-box {
  display: flex;
  row-gap: 27px;
  flex-direction: column;
}

.p-product-dl {
  padding: 13px 19px 4px;
  border: 1px solid #d5d5d5;
}
.p-product-dl__ttl {
  margin-bottom: 7px;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.6;
}
.p-product-dl__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.p-product-dl__list-item {
  margin-right: 21px;
  margin-bottom: 15px;
}
.p-product-dl__list-item a {
  position: relative;
  color: #15518c;
  font-size: 1.6rem;
  line-height: 1.5;
}
.p-product-dl__list-item a::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
}
.p-product-dl .p-zip {
  padding-right: 51px;
}
.p-product-dl .p-zip::after {
  width: 46px;
  height: 24px;
  transform: translateY(-50%);
  background: url(/assets/images/product/icon_zip_dl.svg) no-repeat center center/contain;
}
.p-product-dl .p-pdf {
  padding-right: 25px;
}
.p-product-dl .p-pdf::after {
  width: 18px;
  height: 22.54px;
  transform: translateY(-50%);
  background: url(/assets/images/product/icon_pdf.svg) no-repeat center center/contain;
}

.p-support {
  margin-bottom: 83px;
  padding-top: 53px;
}
.p-support .p-product__ttl-lv2 {
  margin-bottom: 25px;
}
.p-support .p-tab-nav {
  position: relative;
}
.p-support .p-tab-nav::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #d5d5d5;
  content: "";
}
.p-support .p-tab-nav__list {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(4, 1fr);
}
.p-support .p-tab-nav__list-item {
  margin-right: 2px;
  margin-bottom: 3px;
}
.p-support .p-tab-nav__list-item span {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 50px;
  padding: 10px 5px;
  background-color: #f5f5f5;
  color: #15518c;
  font-size: 1.6rem;
  line-height: 1.406;
  text-align: center;
  cursor: pointer;
}
.p-support .p-tab-nav__list-item span:hover {
  border: 1px solid #d5d5d5;
  border-bottom: none;
  background-color: #ffffff;
  font-weight: 700;
}
.p-support .p-tab-nav__list-item span:hover::after {
  display: block;
  position: absolute;
  bottom: 5px;
  left: 50%;
  width: 76%;
  height: 2px;
  transform: translateX(-50%);
  background-color: #15518c;
  content: "";
}
.p-support .p-tab-nav__list-item.is-active {
  z-index: 2;
  margin-bottom: 0;
}
.p-support .p-tab-nav__list-item.is-active span {
  border: 1px solid #d5d5d5;
  border-bottom: none;
  background-color: #ffffff;
  font-weight: 700;
}
.p-support .p-tab-nav__list-item.is-active span::after {
  display: block;
  position: absolute;
  bottom: 5px;
  left: 50%;
  width: 76%;
  height: 2px;
  transform: translateX(-50%);
  background-color: #15518c;
  content: "";
}
.p-support__ttl {
  margin-bottom: 15px;
  padding: 8px 13px;
  background-color: #f5f5f5;
}
.p-support__ttl span {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
}
.p-support .p-tab-content {
  margin-top: 35px;
}
.p-support .p-tab-content__list {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  column-gap: 67px;
  row-gap: 21px;
}
.p-support .p-tab-content__list-item a {
  display: inline-block;
  position: relative;
  padding-left: 16px;
  color: #333333;
  font-size: 1.6rem;
  line-height: 1.5;
}
.p-support .p-tab-content__list-item a::before {
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 8px;
  height: 13.87px;
  background: url(/assets/images/link_arrow_gray.svg) no-repeat left center/contain;
  content: "";
}
.p-support .p-tab-movie-content {
  margin-top: 40px;
}
.p-support .p-tab-movie-content__list {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
.p-support .p-tab-movie-content__text {
  display: block;
  margin-top: 10px;
  font-size: 1.5rem;
  line-height: 1.6;
}
.p-support .p-tab-movie-content__text span {
  font-size: 1.2rem;
}
.p-support .p-movie-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.p-support .p-movie-wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-support .p-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-tab-section {
  display: none;
}
.p-tab-section.is-active {
  display: block;
  animation: tab-contents-show 0.9s ease-in-out forwards;
}

.p-ov-support .p-tab-nav {
  position: relative;
}
.p-ov-support .p-tab-nav::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #d5d5d5;
  content: "";
}
.p-ov-support .p-tab-nav__list {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(2, 238px);
  column-gap: 2px;
}
.p-ov-support .p-tab-nav__list-item {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 60px;
  margin-right: 2px;
  padding: 12px 5px 15px 5px;
  background-color: #e9eff5;
  color: #15518c;
  text-align: center;
  cursor: pointer;
}
.p-ov-support .p-tab-nav__list-item span {
  display: block;
  position: relative;
  font-size: 1.8rem;
  line-height: 1.25;
}
.p-ov-support .p-tab-nav__list-item:hover {
  background-color: #15518c;
}
.p-ov-support .p-tab-nav__list-item:hover span {
  color: #ffffff;
  font-weight: 700;
}
.p-ov-support .p-tab-nav__list-item:hover span::after {
  display: block;
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: calc(100% + 10px);
  height: 2px;
  transform: translateX(-50%);
  background-color: #ffffff;
  content: "";
}
.p-ov-support .p-tab-nav__list-item.is-active {
  z-index: 2;
  background-color: #15518c;
}
.p-ov-support .p-tab-nav__list-item.is-active span {
  color: #ffffff;
  font-weight: 700;
}
.p-ov-support .p-tab-nav__list-item.is-active span::after {
  display: block;
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: calc(100% + 10px);
  height: 2px;
  transform: translateX(-50%);
  background-color: #ffffff;
  content: "";
}
.p-ov-support .p-product__ttl-lv2 {
  margin-bottom: 16px;
}
.p-ov-support .p-table {
  width: 100%;
  margin-top: 26px;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1.5rem;
}
.p-ov-support .p-table__th {
  width: 36.73%;
  padding: 3px 20px;
  border: 1px solid #d5d5d5;
  background-color: #f5f5f5;
  font-weight: normal !important;
  text-align: left;
}
.p-ov-support .p-table__td {
  padding: 3px 16px;
  border: 1px solid #d5d5d5;
}
.p-ov-support .p-text {
  margin-bottom: 24px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.p-ov-support .p-img {
  text-align: center;
}

.p-tab-content-col-wrap {
  margin-bottom: 86px;
}

.p-tab-content-col2 {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  column-gap: 39px;
}
.p-tab-content-col2.p-tab-content-col:not(:first-child) {
  border-top: 1px solid #d5d5d5;
}
.p-tab-content-col2__item {
  padding-bottom: 44px;
}
.p-tab-content-col:first-child .p-tab-content-col2__item {
  padding-top: 39px;
}
.p-tab-content-col:not(:first-child) .p-tab-content-col2__item {
  padding-top: 44px;
}
.p-tab-content-col2__item + .p-tab-content-col2__item {
  padding-top: 46px;
  border-top: 1px solid #d5d5d5;
}

.p-dot-list__item {
  position: relative;
  padding-left: 1em;
  font-size: 1.6rem;
  line-height: 2;
}
.p-dot-list__item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}

.p-tab-content-col1__item {
  padding-bottom: 20px;
  padding-top: 44px;
  border-top: 1px solid #d5d5d5;
}
.p-tab-content-col:first-child .p-tab-content-col1__item {
  padding-top: 0;
  border-top: none;
}
.p-tab-content-col:first-child .p-tab-content-col1__item {
  padding-top: 39px;
}
.p-tab-content-col:not(:last-child) .p-tab-content-col1__item {
  padding-bottom: 44px;
}

.p-anchor-nav {
  padding: 8px 20px;
  border-top: 1px solid #d5d5d5;
  background-color: #f5f5f5;
}
.p-anchor-nav__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.p-anchor-nav__list-item {
  margin-right: 25px;
}
.p-anchor-nav__list-item a {
  position: relative;
  padding-left: 20px;
  color: #333333;
  font-size: 1.6rem;
  line-height: 2;
}
.p-anchor-nav__list-item a::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 13.87px;
  height: 8px;
  transform: translateY(-50%);
  background: url(/assets/images/anchor_arrow_gray.svg) no-repeat center center/contain;
  content: "";
}

.p-product-others {
  padding: 80px 0 69px;
  border-top: 1px solid #d5d5d5;
  color: #333333;
  font-weight: 500;
}
.p-product-others__ttl {
  margin-bottom: 45px;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1;
}
.p-product-others__list {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(4, 280px);
  column-gap: 27px;
  margin-bottom: 58px;
}
.p-product-others__list-ttl {
  margin-bottom: 20px;
}
.p-product-others__list-ttl a {
  display: block;
  padding-bottom: 18px;
  border-bottom: 1px solid #d5d5d5;
  color: #15518c;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.406;
}
.p-product-others__list-ttl a:hover {
  text-decoration: none;
}
.p-product-others__sub-list-item + .p-product-others__sub-list-item {
  margin-top: 6.25px;
}
.p-product-others__sub-list-item a {
  color: #333333;
  font-size: 1.5rem;
  line-height: 1.5;
}
.p-product-others__btn {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.p-product-others__btn a {
  display: grid;
  position: relative;
  align-content: center;
  width: 250px;
  min-height: 50px;
  padding: 10px 32px 10px 18px;
  border: 1px solid #d5d5d5;
  border-radius: 2px;
  color: #333333;
  font-size: 1.5rem;
  line-height: 1.5;
  transition: opacity 0.2s ease-out;
}
.p-product-others__btn a::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 18px;
  width: 8px;
  height: 13.87px;
  transform: translateY(-50%);
  background: url(/assets/images/link_arrow_gray.svg) no-repeat center center/contain;
  content: "";
}
.p-product-others__btn a:hover {
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .p-layout-tab {
    display: none;
  }
  .p-panel-nav--sp {
    display: none;
  }
  .p-back-btn {
    display: none;
  }
  .p-support__ttl {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-breadcrumb {
    padding: 8.5px 0;
    overflow-x: auto;
    white-space: nowrap;
  }
  .p-breadcrumb .l-inner {
    padding: 0 10px;
  }
  .p-breadcrumb__list-item:last-child {
    padding-right: 10px;
    font-size: 1.2rem;
  }
  .p-breadcrumb__link {
    font-size: 1.2rem;
  }
  .l-n-inner {
    width: 100%;
  }
  .p-product--product1 {
    padding-top: 23px;
    padding-bottom: 80px;
  }
  .p-product--product2 {
    padding-top: 40px;
    padding-bottom: 90px;
  }
  .p-product__ttl {
    margin-bottom: 7px;
    font-size: 3.2rem;
    line-height: 1.875;
  }
  .p-product__about {
    margin-bottom: 20px;
  }
  .p-product__ttl-lv2 {
    font-size: 2rem;
    line-height: 1.2;
  }
  .p-product-box {
    display: block;
    margin: 35px 0 40px;
  }
  .p-product-lineup {
    margin-top: 26px;
    margin-left: 0;
  }
  .p-product-lineup .l-product-lineup-inner {
    max-width: 100%;
  }
  .p-cate-breadcrumb {
    margin-bottom: 26px;
  }
  .p-panel-head {
    padding: 7px 7px 8px 13px;
  }
  .p-panel-head .p-filter__search {
    flex: 1;
    width: 100%;
    min-width: auto;
  }
  .p-panel-table-wrap {
    margin: 2px -4vw 0 0;
  }
  .p-panel-nav {
    margin-top: 22px;
  }
  .p-panel-nav--top .p-panel-nav__count {
    align-items: flex-end;
  }
  .p-product-info {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
  .p-product-ttl-box {
    margin-bottom: 20px;
  }
  .p-product-cn {
    display: block;
    grid-row: 2/3;
    grid-column: 1/2;
    margin-bottom: 39px;
    padding-top: 0;
  }
  .p-product-cn a {
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 0;
  }
  .p-product-cn .p-pdf {
    margin-right: 0;
    margin-bottom: 8px;
  }
  .p-product-cn .p-stock {
    margin-right: 0;
    margin-bottom: 8px;
  }
  .p-product-cn .p-sample a {
    min-width: 190px;
  }
  .p-product-lead-dl-box {
    row-gap: 20px;
    flex-direction: column-reverse;
  }
  .p-support {
    margin-bottom: 61px;
  }
  .p-support .p-product__ttl-lv2 {
    margin-bottom: 23px;
  }
  .p-support .p-tab-nav {
    display: none;
  }
  .p-support .p-tab-content {
    margin-top: 30px;
  }
  .p-support .p-tab-content__list {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 16px;
  }
  .p-support .p-tab-movie-content__list {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 21px;
  }
  .p-support .p-tab-section {
    display: block;
  }
  .p-ov-support .p-tab-nav {
    margin: 0 -20px;
  }
  .p-ov-support .p-tab-nav__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-ov-support .p-product__ttl-lv2 {
    margin-bottom: 12px;
  }
  .p-ov-support .p-text {
    margin-bottom: 10px;
  }
  .p-tab-content-col-wrap {
    margin-bottom: 66px;
  }
  .p-tab-content-col2 {
    grid-template-columns: 1fr;
    column-gap: 0;
  }
  .p-tab-content-col2__item-wrap:last-child {
    border-top: 1px solid #d5d5d5;
  }
  .p-tab-content-col2__item {
    padding-bottom: 34px;
  }
  .p-tab-content-col:first-child .p-tab-content-col2__item {
    padding-top: 30px;
  }
  .p-tab-content-col:first-child .p-tab-content-col1__item {
    padding-top: 30px;
  }
  .p-tab-content-col:not(:last-child) .p-tab-content-col1__item {
    padding-bottom: 34px;
  }
  .p-anchor-nav {
    margin: 0 -20px;
    padding-bottom: 17px;
  }
  .p-anchor-nav__list-item a {
    font-size: 1.5rem;
    line-height: 2;
  }
  .p-product-others {
    padding: 40px 0 55px;
    border: none;
    background-color: #f2f2f2;
  }
  .p-product-others__ttl {
    margin-bottom: 30px;
    font-size: 2rem;
    line-height: 1.2;
  }
  .p-product-others__list {
    grid-template-columns: 1fr;
    margin-bottom: 31px;
  }
  .p-product-others__list-ttl {
    margin-bottom: 0;
  }
  .p-product-others__list-ttl a {
    display: grid;
    position: relative;
    align-items: center;
    height: 55px;
    margin-bottom: 0;
    padding: 7px 27px 7px 20px;
    border: none;
    background-color: #ffffff;
  }
  .p-product-others__list-ttl a::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 8px;
    height: 13.87px;
    transform: translateY(-50%);
    background: url(/assets/images/link_arrow_blue.svg) no-repeat center center/contain;
    content: "";
  }
  .p-product-others__sub-list-item {
    display: none;
  }
  .p-product-others__btn a {
    width: 240px;
    padding: 12px 24px 15px 19px;
  }
  .p-product-others__btn a::after {
    right: 10px;
  }
}
@media (any-hover: hover) {
  .p-product-cn a:hover {
    opacity: 0.7;
  }
  .p-product-others__btn a:hover {
    opacity: 0.7;
  }
}



