@charset "UTF-8";

.-product-sp {
  display: none;
}

@media all and (max-width: 960px) {
  .-product-pc {
    display: none;
  }

  .-product-sp {
    display: block;
  }
}

#Products__desc {
  position: relative;
  background-color: #EDEDED;
}

#Products__desc h1 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

#Products__desc h1 span {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.02em;
  margin-bottom: 6px;
  position: relative;
  z-index: 1;
}

#Products__desc .img__wrapper {
  position: absolute;
  text-align: center;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#Products__desc .img__wrapper img {
  vertical-align: top;
}

#Products__desc .category__box__text h2.-leaf::after {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 14px;
  height: 22px;
  background: url(../images/icon-leaf.svg) no-repeat center center;
  background-size: contain;
  margin-left: 7px;
}

#Products__desc .category__box__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 35px;
}

#Products__desc .category__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#Products__desc .category__box.-left {
  margin-top: 80px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#Products__desc .category__box>li {
  width: 200px;
  height: 70px;
  background-color: #000;
  border-radius: 5px;
}

#Products__desc .category__box>li>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  font-size: 13px;
  line-height: 1.307;
  color: #fff;
  padding: 0 9.2px;
  text-decoration: none;
}

#Products__desc .category__box>li>a span {
  color: #fff;
}

@-webkit-keyframes flash {

  0%,
  25%,
  75%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.4;
  }
}

@keyframes flash {

  0%,
  25%,
  75%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.4;
  }
}

#Products__desc .category__box>li:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#4100AC), to(#04BEFE));
  background-image: linear-gradient(to right, #4100AC, #04BEFE);
}

#Products__desc .category__box>li:hover>a .category__box__icon {
  pointer-events: none;
  -webkit-animation: flash 1.5s ease-in-out infinite;
  animation: flash 1.5s ease-in-out infinite;
  width: 40px;
  height: 40px;
  -webkit-box-shadow: 0 3px 15px #00FFBF;
  box-shadow: 0 3px 15px #00FFBF;
}

#Products__desc .category__box>li:hover>a .category__box__icon::before {
  width: 34.29px;
  height: 34.29px;
}

#Products__desc .category__box>li:hover>a .category__box__icon::after {
  width: 12.21px;
  height: 12.21px;
}

#Products__desc .category__box__icon {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 15px #000;
  box-shadow: 0 3px 15px #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  letter-spacing: -0.12em;
  padding-right: 3px;
  opacity: 0;
  pointer-events: none;
}

.leaf--description::before {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 15px;
  height: 23px;
  background: url(../images/icon-leaf.svg) no-repeat center center;
  background-size: contain;
  margin-right: 4px;
}

.leaf--description {
  font-size: 13px;
  margin: 0 0 15px;
}

.table--products tbody tr td.-leaf::after {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 12px;
  height: 19px;
  background: url(../images/icon-leaf.svg) no-repeat center center;
  background-size: contain;
  margin-left: 3px;
}

.table--products tbody tr td:nth-child(1) a {
  text-decoration: underline;
}

#Products__desc .category__box__icon::before,
#Products__desc .category__box__icon::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#Products__desc .category__box__icon::before {
  width: 24px;
  height: 24px;
  border: 1.5px solid #000;
  background-color: rgba(0, 191, 143, 0.8);
  z-index: -1;
}

#Products__desc .category__box__icon::after {
  width: 8px;
  height: 8px;
  background-color: #fff;
}

#Products__desc .category__box__text {
  display: none;
  width: 305px;
  padding: 0 0 0 50px;
  position: absolute;
  right: 0;
}

#Products__desc .category__box__text.-active {
  display: block;
}

#Products__desc .category__box__text h2 {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.272;
  color: #fff;
  margin-bottom: 3px;
}

#Products__desc .category__box__text dl {
  color: #fff;
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

#Products__desc .category__box__text dl dt {
  font-size: 16px;
  margin-bottom: 10px;
}

#Products__desc .category__box__text dl dd {
  font-size: 13px;
  line-height: 1.384;
}

#Products__desc .category__box__text h3 {
  border: 0;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin: 7px 0 0;
}

#Products__desc .category__box__text p {
  line-height: 1.2;
  color: #fff;
}

#Products__desc .category__box__text p a {
  color: #fff;
  font-size: 12px;
  margin-right: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#Products__desc .category__box__text p a::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 3px 0 3px 4px;
  border-style: solid;
  border-color: transparent #fff;
  margin-right: 5px;
}

#Products__desc .category__text__bg {
  width: max(305px, 305px + 50vw - 480px);
  height: 340px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#4481EB), to(#04BEFE));
  background-image: linear-gradient(to top, #4481EB, #04BEFE);
  -webkit-transform: skewY(-16.2deg);
  transform: skewY(-16.2deg);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  position: absolute;
  right: 0;
  z-index: 0;
}

#Products__desc .category__text__bg.-active {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#4100AC), to(#008CE9));
  background-image: linear-gradient(to top, #4100AC, #008CE9);
}

#Products__desc .link__list {
  width: calc(100% - 366px);
}

#Products__desc .link__list dt {
  font-size: 13px;
  font-weight: 700;
  border-bottom: 1px solid #000;
  padding-bottom: 3px;
  margin-bottom: 12px;
}

#Products__desc .link__list dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px 0;
}

#Products__desc .link__list dd ul li {
  width: 25%;
  font-size: 14px;
  letter-spacing: -0.02em;
  line-height: 1.285;
}

#Products__desc .link__list dd ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#Products__desc .link__list dd ul li a .img__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 5px 13px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 13px rgba(0, 0, 0, 0.3);
  margin-right: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

#Products__desc .link__list dd ul li a .img__icon img {
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#Products__desc .link__list dd ul li a:hover {
  color: #00A078;
}

#Products__desc .link__list dd ul li a:hover .img__icon {
  -webkit-box-shadow: 0 5px 13px rgba(0, 116, 87, 0.3);
  box-shadow: 0 5px 13px rgba(0, 116, 87, 0.3);
  -webkit-transform: scale(1.277);
  transform: scale(1.277);
}

#Products__desc .link__list dd ul li a:hover .category__box__icon {
  pointer-events: none;
  -webkit-animation: flash 1.5s ease-in-out infinite;
  animation: flash 1.5s ease-in-out infinite;
  width: 40px;
  height: 40px;
  -webkit-box-shadow: 0 3px 15px #00FFBF;
  box-shadow: 0 3px 15px #00FFBF;
}

#Products__desc .link__list dd ul li a:hover .category__box__icon::before {
  width: 34.29px;
  height: 34.29px;
}

#Products__desc .link__list dd ul li a:hover .category__box__icon::after {
  width: 12.21px;
  height: 12.21px;
}

#bnrArea-enpla {
  margin-bottom: 60px;
}

#bnrArea-enpla>div {
  text-align: center;
  padding: 20px 0;
  background-color: #F2F6FA;
}

#bnrArea-enpla>div a {
  position: relative;
}

#bnrArea-enpla>div a img {
  width: 420px;
  height: auto;
  vertical-align: middle;
}

#bnrArea-enpla>div a p {
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#bnrArea-enpla>div a p span {
  display: block;
  font-size: 14px;
  font-weight: 300;
}

@media all and (max-width: 960px) {
  #Products__desc {
    height: auto;
    overflow: hidden;
    padding-bottom: 6.3466666667vw !important;
  }

  #Products__desc .__inner {
    padding-top: 80px;
  }

  #Products__desc .img__wrapper {
    position: static;
    width: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  #Products__desc .img__wrapper img {
    width: 80%;
    margin: 0 auto;
  }

  #Products__desc .category__box__wrapper,
  #Products__desc .category__text__bg,
  #Products__desc .link__list {
    display: none !important;
  }

  #bnrArea-enpla {
    margin-bottom: 16vw;
  }

  #bnrArea-enpla>div {
    padding: 3.7333333333vw;
  }

  #bnrArea-enpla>div a img {
    width: 100%;
  }

  #bnrArea-enpla>div a p {
    font-size: 4vw;
  }

  #bnrArea-enpla>div a p span {
    font-size: 3.4666666667vw;
  }
}

@media all and (max-width: 767px) {
  #Products__desc {
    height: auto;
    overflow: hidden;
    padding-bottom: 6.3466666667vw;
  }

  #Products__desc .__inner {
    padding-top: 21.6vw;
  }

  #Products__desc h1 {
    font-size: 6.4vw;
    padding-left: 5.3333333333vw;
    padding-top: 5.0666666667vw;
  }

  #Products__desc h1 span {
    font-size: 2.9333333333vw;
    margin-bottom: 1.3333333333vw;
  }

  #Products__desc h1::before {
    width: 50.9333333333vw;
    top: 2.4vw;
  }

  #Products__desc h1::after {
    top: -0.5333333333vw;
  }

  #Products__desc .img__wrapper {
    position: static;
    width: 100%;
    left: 0;
    padding: 0 5.3333333333vw;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  #Products__desc .img__wrapper img {
    width: 100%;
  }
}

.table__block {
  padding-top: 52px;
  position: relative;
  z-index: 3;
}

.table__block .table--products:first-of-type {
  margin-top: 0;
}

@media all and (max-width: 767px) {
  .table__block {
    padding-top: 5.3333333333vw;
  }
}

.table--products {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 60px;
  font-size: 14px;
}

.table--products thead tr th {
  min-height: 44px;
  background-color: #1D3A66;
  font-weight: 700;
  color: #fff;
  border: 1px solid #4A6185;
  text-align: center;
  padding: 0.75em 0.857em;
}

.table--products thead tr th:first-child {
  width: 50px;
}

.table--products thead tr th:nth-child(2) {
  width: 130px;
}

.table--products thead tr th:nth-child(3) {
  width: 300px;
}

.table--products thead tr th:nth-child(4) {
  width: 380px;
}

.table--products thead tr th:last-child {
  width: 110px;
  padding: 0 10px;
}

.table--products tbody {
  background-color: #F2F6FA;
}

.table--products tbody tr td {
  min-height: 44px;
  text-align: center;
  border: 1px solid #C2D4E8;
  text-align: left;
  padding: 10px 15px;
  line-height: 1.571;
  font-size: 14px;
  color: #333;
  padding: 0.725em 1em;
  word-break: break-word;
}

.table--products tbody tr td .__button {
  width: 90px;
  height: 36px;
  font-size: 14px;
  padding: 0;
}

.table--products tbody tr td .__button[target=_blank]::after {
  margin-left: 6px;
}

.table--products tbody tr td:last-child {
  padding: 0 10px;
}

.table--products tbody.-active {
  background-color: #D7E4F2;
  border: 1px solid #C2D4E8;
  -webkit-box-shadow: 0 0 6px #9BC1ED inset;
  box-shadow: 0 0 6px #9BC1ED inset;
}

.table--products .icon__cell {
  display: none;
}

.table--products .category__box__icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: 1.5px solid #000;
  background-color: rgba(0, 191, 143, 0.8);
  border-radius: 50%;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  letter-spacing: -0.12em;
  padding-right: 3px;
  margin: 0 auto;
}

@media all and (max-width: 767px) {
  .table--products {
    margin-top: 0;
    font-size: 3.7333333333vw;
  }

  .table--products thead tr th {
    min-height: 11.7333333333vw;
  }

  .table--products thead tr th:first-child {
    width: 14.9333333333vw;
  }

  .table--products thead tr th:nth-child(3) {
    width: 33.8666666667vw;
  }

  .table--products thead tr th:nth-child(4) {
    width: 41.0666666667vw;
  }

  .table--products thead tr th:nth-child(2) {
    display: none;
  }

  .table--products thead tr th:last-child {
    display: none;
  }

  .table--products tbody tr:first-child td:nth-child(1) {
    display: table-cell;
  }

  .table--products tbody tr:first-child td:nth-child(2) {
    display: none;
  }

  .table--products tbody tr td {
    min-height: 11.7333333333vw;
    padding: 2.6666666667vw 4vw;
    font-size: 3.7333333333vw;
  }

  .table--products tbody tr td:nth-child(1) {
    display: none;
  }

  .table--products tbody tr td:last-child {
    display: none;
  }

  .table--products tbody.-active {
    -webkit-box-shadow: 0 0 1.6vw #9BC1ED inset;
    box-shadow: 0 0 1.6vw #9BC1ED inset;
  }

  .table--products .icon__cell {
    display: table-cell;
  }

  .table--products .category__box__icon {
    width: 6.4vw;
    height: 6.4vw;
    font-size: 4.8vw;
    padding-right: 0.8vw;
  }
}

/* 製品一覧、製品形態でさがす、機能で探す　のリスト　*/
.table--productlist {
  margin-top: 0;
}

.table--productlist thead tr th:first-child {
  width: 130px;
}

.table--productlist thead tr th:nth-child(2) {
  width: 300px;
}

.table--productlist thead tr th:nth-child(3) {
  width: 380px;
}

/* 製品形態でさがす、機能で探す　＞　接着剤　*/
body:lang(en) #Section__adhesive-table1 .table--productlist thead tr th:first-child {
  width: 120px;
}

body:lang(en) #Section__adhesive-table1 .table--productlist thead tr th:nth-child(2) {
  width: 180px;
}

body:lang(en) #Section__adhesive-table1 .table--productlist thead tr th:nth-child(3) {
  width: 270px;
}

body:lang(en) #Section__adhesive-table1 .table--productlist thead tr th:nth-child(4) {
  width: 120px;
}

body:lang(en) #Section__adhesive-table1 .table--productlist thead tr th:nth-child(5) {
  width: 160px;
}

body:not(:lang(en)) #Section__adhesive-table1 .table--productlist thead tr th:first-child {
  width: 86px;
}

body:not(:lang(en)) #Section__adhesive-table1 .table--productlist thead tr th:nth-child(2) {
  width: 216px;
}

body:not(:lang(en)) #Section__adhesive-table1 .table--productlist thead tr th:nth-child(3) {
  width: 224px;
}

body:not(:lang(en)) #Section__adhesive-table1 .table--productlist thead tr th:nth-child(4) {
  width: 142px;
}

body:not(:lang(en)) #Section__adhesive-table1 .table--productlist thead tr th:nth-child(5) {
  width: 172px;
}

@media all and (max-width: 767px) {

  .table--productlist thead tr th:first-child,
  .table--productlist thead tr th:nth-child(4),
  .table--productlist thead tr th:nth-child(5) {
    display: none;
  }

  .table--productlist thead tr th:nth-child(2) {
    display: table-cell;
    width: 40%;
  }

  .table--productlist tbody tr:first-child td:first-child {
    display: none;
  }

  .table--productlist tbody tr:first-child td:nth-child(2) {
    display: table-cell;
  }

  .table--productlist tbody tr td:nth-child(4),
  .table--productlist tbody tr td:nth-child(5) {
    display: none;
  }

  #Section__adhesive-table1 .table--productlist thead tr th:nth-child(2) {
    display: table-cell;
    width: 40%;
  }
}

/* 製品一覧と放熱製品の3項目のリスト　*/
.table--productlist_col3 {
  margin-top: 0;
}

.table--productlist_col3 thead tr th:first-child {
  width: 300px;
}

.table--productlist_col3 thead tr th:nth-child(2) {
  width: 540px;
}

/* 製品一覧の接着剤・実装材料のリスト　*/
.table--productlist_col5 {
  margin-top: 0;
}

.table--productlist_col5 thead tr th:first-child {
  width: 240px;
}

.table--productlist_col5 thead tr th:nth-child(2) {
  width: 280px;
}

.table--productlist_col5 thead tr th:nth-child(3) {
  width: 142px;
}

.table--productlist_col5 thead tr th:nth-child(4) {
  width: 176px;
}

@media all and (max-width: 767px) {

  .table--productlist_col3 thead tr th:nth-child(2),
  .table--productlist_col5 thead tr th:nth-child(2) {
    display: table-cell;
    width: 60%;
  }

  .table--productlist_col3 thead tr th:nth-child(3),
  .table--productlist_col3 thead tr th:nth-child(4),
  .table--productlist_col5 thead tr th:nth-child(3),
  .table--productlist_col5 thead tr th:nth-child(4) {
    display: none;
  }

  .table--productlist_col3 tbody tr:first-child td:nth-child(2),
  .table--productlist_col5 tbody tr:first-child td:nth-child(2) {
    display: table-cell;
  }

  .table--productlist_col3 tbody tr td:nth-child(1),
  .table--productlist_col5 tbody tr td:nth-child(1) {
    display: table-cell;
  }

  .table--productlist_col3 tbody tr td:nth-child(3),
  .table--productlist_col3 tbody tr td:nth-child(4),
  .table--productlist_col5 tbody tr td:nth-child(3),
  .table--productlist_col5 tbody tr td:nth-child(4) {
    display: none;
  }
}

/*#Section__product-list-table13 {*/
/*  margin-bottom: 60px;*/
/*}*/