@charset "UTF-8";
.electronics__tape .img__box {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.electronics__tape .img__box.w370 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
/*.electronics__tape .img__box.h210 {*/
/*  min-height: 21rem;*/
/*}*/
/*.electronics__tape .img__box.h250 {*/
/*  min-height: 25rem;*/
/*}*/
.electronics__tape .img__box.-usage {
  margin-bottom: 2rem;
}
.electronics__tape .img__box.-usage:last-child {
  margin-bottom: 0;
}
.electronics__tape .img__box div {
  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;
  height: 100%;
}
@media screen and (max-width: 724px) {
  .electronics__tape .img__box.w370 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .electronics__tape .img__box.h210, .electronics__tape .img__box.h250 {
    min-height: 0;
  }
}
.electronics__tape img.w180 {
  max-width: 10rem;
  width: 100% !important;
}
.electronics__tape img.w200 {
  max-width: 20rem;
  width: 100% !important;
}
.electronics__tape img.w205 {
  max-width: 20.5rem;
  width: 100% !important;
}
.electronics__tape img.w225 {
  max-width: 22.5rem;
  width: 100% !important;
}
.electronics__tape img.w10 {
  /*max-width: 10rem;*/
  width: 100% !important;
}
.electronics__tape img.w240 {
  max-width: 24rem;
  width: 100% !important;
}
.electronics__tape img.w280 {
  max-width: 28rem;
  width: 100% !important;
}
.electronics__tape img.w290 {
  max-width: 29rem;
  width: 100% !important;
}
.electronics__tape img.w300 {
  max-width: 19rem;
  width: 100% !important;
}
.electronics__tape img.w310 {
  max-width: 31rem;
  width: 100% !important;
}
.electronics__tape img.w330 {
  max-width: 33rem;
  width: 100% !important;
}
.electronics__tape img.w340 {
  max-width: 34rem;
  width: 100% !important;
}
.electronics__tape img.w345 {
  max-width: 34.5rem;
  width: 100% !important;
}
.electronics__tape img.w420 {
  max-width: 42rem;
  width: 100% !important;
}
.electronics__tape img.w430 {
  max-width: 43rem;
  width: 100% !important;
}
.electronics__tape img.w450 {
  max-width: 45rem;
  width: 100% !important;
}
.electronics__tape img.w460 {
  max-width: 46rem;
  width: 100% !important;
}
.electronics__tape img.w490 {
  max-width: 49rem;
  width: 100% !important;
}
.electronics__tape img.w500 {
  max-width: 50rem;
  width: 100% !important;
}
.electronics__tape img.w540 {
  max-width: 54rem;
  width: 100% !important;
}
.electronics__tape img.w560 {
  max-width: 56rem;
  width: 100% !important;
}
.electronics__tape img.w620 {
  max-width: 62rem;
  width: 100% !important;
}
.electronics__tape img.w635 {
  max-width: 36rem;
  width: 100% !important;
}
.electronics__tape .img__box img.w720{
     max-width: 36rem;
}
.electronics__tape img.w700 {
  max-width: 70rem;
  width: 100% !important;
}
.electronics__tape img.w725 {
  max-width: 72.5rem;
  width: 100% !important;
}
.electronics__tape img.w740 {
  max-width: 74rem;
  width: 100% !important;
}
.electronics__tape img.w770 {
  max-width: 77rem;
  width: 100% !important;
}
.electronics__tape img.w810 {
  max-width: 81rem;
  width: 100% !important;
}
.electronics__tape img.w850 {
  max-width: 85rem;
  width: 100% !important;
}
.electronics__tape img.w890 {
  max-width: 89rem;
  width: 100% !important;
}
.electronics__tape img.w905 {
  max-width: 90.5rem;
  width: 100% !important;
}
.electronics__tape img.w1010 {
  max-width: 101rem;
  width: 100% !important;
}
.electronics__tape img.w1030 {
  max-width: 103rem;
  width: 100% !important;
}
.electronics__tape .circle__list {
  counter-reset: number 0;
}
.electronics__tape .circle__list_item {
  margin-bottom: 1em;
  font-weight: 700;
  text-indent: -2.3em;
  padding-left: 2.3em;
}
.electronics__tape .circle__list_item:last-child {
  margin-bottom: 0;
}
.electronics__tape .circle__list_item::before {
  counter-increment: number 1;
  content: counter(number);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.7rem;
  height: 1.7rem;
  margin-right: 0.8rem;
  border-radius: 50%;
  background-color: #467DB9;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  text-indent: 0;
}
.electronics__tape .circle__list_item ul {
  margin-top: 1rem;
  padding-left: 3.6rem;
  font-size: 1.6rem;
  font-weight: 400;
}

.electronics__v.electronics__tape {
  max-width: 100%;
}
.electronics__v.electronics__tape section:first-child {
  padding-top: 0;
}
.electronics__v.electronics__tape .circle__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: .8rem;
  margin-bottom: 2.3rem;
  border: 0;
  font-size: 1.625rem;
}
.electronics__v.electronics__tape .circle__title span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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: 1.7rem;
  height: 1.7rem;
  margin-top: 0.4rem;
  padding: 0;
  border-radius: 50%;
  background-color: #467DB9;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}
.electronics__v.electronics__tape .circle__title span::before {
  content: none;
}
.electronics__v.electronics__tape .circle__title span + span {
  width: auto;
  height: auto;
  display: block;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  border-radius: 0;
  background-color: #FFF;
  font-size: 1.5rem;
  color: #004EA2;
  margin-top: 0;
}
.electronics__v.electronics__tape .square__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: .5rem;
  margin-bottom: 1.375rem;
  border: none;
  font-size: 1.4375rem;
}
.electronics__v.electronics__tape .square__title span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 2rem;
  padding: 0 .7rem;
  background-color: #054A97;
  font-size: 1.365rem;
  font-weight: 700;
  color: #fff;
}
.electronics__v.electronics__tape .square__title.-icon_observation {
  margin-top: 6rem;
}
.electronics__v.electronics__tape .square__title.-icon_observation img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3.2rem;
  height: 3.2rem;
}

.electronics__tape .functional-foam-tape section,
.electronics__tape .flexible-foam-tape section,
.electronics__tape .bio-tape section,
.electronics__tape .conductive-tape section,
.electronics__tape .wstfflm section,
.electronics__tape .ptfof section {
  padding-top: 0 !important;
  padding-bottom: 5.5rem;
}
.electronics__tape .functional-foam-tape .column2:last-child,
.electronics__tape .flexible-foam-tape .column2:last-child,
.electronics__tape .bio-tape .column2:last-child,
.electronics__tape .conductive-tape .column2:last-child,
.electronics__tape .wstfflm .column2:last-child,
.electronics__tape .ptfof .column2:last-child {
  margin-bottom: 0;
}
.electronics__tape .functional-foam-tape #SectionFeature .column2,
.electronics__tape .flexible-foam-tape #SectionFeature .column2,
.electronics__tape .bio-tape #SectionFeature .column2,
.electronics__tape .conductive-tape #SectionFeature .column2,
.electronics__tape .wstfflm #SectionFeature .column2,
.electronics__tape .ptfof #SectionFeature .column2 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2rem;
}
.electronics__tape .functional-foam-tape #SectionFeature .column2 figure,
.electronics__tape .flexible-foam-tape #SectionFeature .column2 figure,
.electronics__tape .bio-tape #SectionFeature .column2 figure,
.electronics__tape .conductive-tape #SectionFeature .column2 figure,
.electronics__tape .wstfflm #SectionFeature .column2 figure,
.electronics__tape .ptfof #SectionFeature .column2 figure {
  width: 37rem;
}
.electronics__tape .functional-foam-tape #SectionFeature .column2 ul,
.electronics__tape .flexible-foam-tape #SectionFeature .column2 ul,
.electronics__tape .bio-tape #SectionFeature .column2 ul,
.electronics__tape .conductive-tape #SectionFeature .column2 ul,
.electronics__tape .wstfflm #SectionFeature .column2 ul,
.electronics__tape .ptfof #SectionFeature .column2 ul {
  width: 37rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 990px) {
    .electronics__tape img.w10{
        max-width: 22.5rem;
    }
    .electronics__v.electronics__tape .circle__title span + span{
        font-size: 1.25rem;
    }
}
@media screen and (max-width: 767px) {
  .electronics__tape .functional-foam-tape #SectionFeature .column2,
  .electronics__tape .flexible-foam-tape #SectionFeature .column2,
  .electronics__tape .bio-tape #SectionFeature .column2,
  .electronics__tape .conductive-tape #SectionFeature .column2,
  .electronics__tape .wstfflm #SectionFeature .column2,
  .electronics__tape .ptfof #SectionFeature .column2 {
    margin-bottom: 0;
  }
  .electronics__tape .functional-foam-tape #SectionFeature .column2 figure,
  .electronics__tape .flexible-foam-tape #SectionFeature .column2 figure,
  .electronics__tape .bio-tape #SectionFeature .column2 figure,
  .electronics__tape .conductive-tape #SectionFeature .column2 figure,
  .electronics__tape .wstfflm #SectionFeature .column2 figure,
  .electronics__tape .ptfof #SectionFeature .column2 figure {
    width: 100% !important;
  }
  .electronics__tape .functional-foam-tape section, .electronics__tape .flexible-foam-tape section, .electronics__tape .bio-tape section, .electronics__tape .conductive-tape section, .electronics__tape .wstfflm section, .electronics__tape .ptfof section{
      padding-bottom: 3rem;
  }
  .electronics__tape .functional-foam-tape #SectionFeature .column2 ul,
  .electronics__tape .flexible-foam-tape #SectionFeature .column2 ul,
  .electronics__tape .bio-tape #SectionFeature .column2 ul,
  .electronics__tape .conductive-tape #SectionFeature .column2 ul,
  .electronics__tape .wstfflm #SectionFeature .column2 ul,
  .electronics__tape .ptfof #SectionFeature .column2 ul {
    width: 100%;
  }
  .section__border__title{
      font-size: 1.5rem;
  }
}
.electronics__tape .functional-foam-tape #SectionLineUp .table--primary,
.electronics__tape .flexible-foam-tape #SectionLineUp .table--primary,
.electronics__tape .bio-tape #SectionLineUp .table--primary,
.electronics__tape .conductive-tape #SectionLineUp .table--primary,
.electronics__tape .wstfflm #SectionLineUp .table--primary,
.electronics__tape .ptfof #SectionLineUp .table--primary {
  font-size: inherit;
  width: auto;
  white-space: nowrap;
  margin-top: 0;
  min-width: 100%;
}
.electronics__tape .functional-foam-tape .heading--circle,
.electronics__tape .flexible-foam-tape .heading--circle,
.electronics__tape .bio-tape .heading--circle,
.electronics__tape .conductive-tape .heading--circle,
.electronics__tape .wstfflm .heading--circle,
.electronics__tape .ptfof .heading--circle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 8rem 0 2rem;
  font-size: 2.6rem;
}
.electronics__tape .property__wrap {
  margin-bottom: 5rem;
}
.electronics__tape .property__wrap:last-child {
  margin-bottom: 0;
}
.electronics__tape .property__wrap .point__box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2.8rem 0 0;
  margin-bottom: 2.5rem;
  padding: 1.5rem 2rem 1.5rem 6rem;
  background-color: #F0F4F8;
  border: 0.1rem solid #63A3FD;
  font-size: 1.125rem;
  font-weight: 700;
  color: #054A97;
  line-height: 1.5;
}
.electronics__tape .property__wrap .point__box::before {
  content: "";
  position: absolute;
  top: -0.6rem;
  left: 1.3rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 3.75rem;
  height: 3.75rem;
  margin-right: 1.5rem;
  background: url(https://imgs-data-brwq.bcdn8.com/jishui1007/uploads/20260104/ec32a114fa75296d7cae6a15f94d2dff.png) no-repeat 0 0;
  background-size: contain;
}
.electronics__tape .property__wrap .point__box:last-child {
  margin-bottom: 0;
}
.electronics__tape .property__wrap .property__box_title {
  margin: 0 0 1rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #000;
}
.electronics__tape .property__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
}
.electronics__tape .property__block.-gap__narrow {
  gap: 2.5rem;
}
.electronics__tape .property__block.-gap__narrow .property__box:first-child {
  width: 60.5rem;
}
.electronics__tape .property__block.-gap__middle {
  gap: 2rem;
  margin-top: 1.25rem;
}
.electronics__tape .property__block.-flow > * {
  position: relative;
}
.electronics__tape .property__block.-flow > *::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1.9rem;
  display: block;
  width: 0;
  height: 0;
  border-width: .9rem .7rem 0;
  border-style: solid;
  border-color: #8A9CB4 transparent;
  rotate: -90deg;
  translate: 0 -50%;
}
.electronics__tape .property__block.-flow > *:first-child::before {
  content: none;
}
.electronics__tape .property__block.-caption {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.electronics__tape .property__block.-caption .property__box {
  width: 37rem;
}
.electronics__tape .property__block.-caption .property__box figure div {
  aspect-ratio: 37/24;
}
.electronics__tape #SectionSpecial .property__block.-caption .property__box figure div{
    aspect-ratio: 1.05/1;
}
.electronics__tape .property__block.-caption .property__box p {
  margin-top: 1rem;
}
.electronics__tape .property__block.-caption .property__box p b {
  display: block;
  margin-bottom: 0.5rem;
}
.electronics__tape .property__block .property__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
}
.electronics__tape .property__block .property__box figure + figure {
  margin-top: 1rem;
}
.electronics__tape .property__block .property__subbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
.electronics__tape .property__block .property__subbox .img__box {
  width: 35%;
}
.electronics__tape .property__block .property__subbox .products__table {
  width: 65%;
  border-collapse: collapse;
}
@media screen and (max-width: 960px) {
  .electronics__tape .property__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
  }
  .electronics__tape .property__block.-gap__narrow .property__box:first-child {
    width: 100%;
  }
  .electronics__tape .property__block.-caption .property__box {
    width: 100%;
  }
  .electronics__tape .property__block.-flow {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .electronics__tape .property__block.-flow > * {
    max-width: 40rem;
  }
  .electronics__tape .property__block.-flow > *::before {
    top: -1.7rem;
    left: 50%;
    rotate: 0deg;
    translate: -50% 0;
  }
  .electronics__tape .property__block.-flow > *:first-child::before {
    content: none;
  }
  .electronics__tape .property__block .property__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
@media screen and (max-width: 724px) {
  .electronics__tape .property__block .property__subbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
  }
  .electronics__tape .property__block .property__subbox .img__box {
    width: 100%;
  }
  .electronics__tape .property__block .property__subbox .img__box img {
    width: 15rem;
  }
}
.electronics__tape .property__box_list {
  counter-reset: number 0;
  margin-bottom: 1.25rem;
}
.electronics__tape .property__box_list li {
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.electronics__tape .property__box_list li::before {
  counter-increment: number 1;
  content: counter(number) ".";
  margin-right: 0.5rem;
}
.electronics__tape .products__table {
  border: none;
  border-collapse: collapse;
}
.electronics__tape .products__table thead tr th, .electronics__tape .products__table tbody tr th {
  width: 8rem;
  min-height: 5rem;
  padding: .6rem;
  background-color: #38485F;
  border: 0.1rem solid #8A9CB4;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}
.electronics__tape .products__table thead tr td, .electronics__tape .products__table tbody tr td {
  border: 0.1rem solid #C2D4E8!important;
  font-size: 1rem;
  text-align: left;
  padding: .5rem;
  background: #fff!important;
   color: #222!important;
   text-indent: .5rem;
}
.electronics__tape .products__table thead tr:nth-child(odd) td, .electronics__tape .products__table tbody tr:nth-child(odd) td {
  background-color: #F2F6FA!important;
  color: #222!important;
}
.electronics__tape .products__table.-center tbody tr td {
  text-align: center;
}
.electronics__tape .-tape__result {
  min-width: 80rem;
}
.electronics__tape .table--primary.-tape__result{
    table-layout: auto;
}
.electronics__tape .-tape__result thead tr:first-child th:first-child {
  width: 13.5rem;
}
.electronics__tape .-tape__result thead tr:first-child th:nth-child(4) {
  width: 36rem;
}
.electronics__tape .table--primary.-tape__result tbody tr th{
    width: 13%;
}
.electronics__tape .table--primary.-tape__result tbody tr td:last-child{
    width: 25%;
}
.electronics__tape .-tape__result tbody tr:first-child {
  border: 0.2rem solid #094DA0;
}
.electronics__tape .flexible-foam-tape #SectionLineUp{
    margin-bottom: 0!important;
}
.electronics__tape .-tape__result tbody tr:first-child td {
  background-color: #F2F6FA;
}
.electronics__tape .-tape__result tbody tr td img{
    max-width: 20rem;
}
.electronics__tape .-tape__result tbody tr td {
  background-color: #EEEEEE;
}
.electronics__tape .-tape__result tbody tr td.-bg-white {
  background-color: #fff;
}
.electronics__tape .-tape__result tbody tr td .-icon01 {
  width: 2.5rem;
}
.electronics__tape .-tape__result tbody tr td .-icon02 {
  width: 1.6rem;
}
.electronics__tape .-tape__result tbody tr td .-blue {
  color: #054A97;
}
.electronics__tape .-tape__result tbody tr td .-red {
  color: #D84C41;
}
.electronics__tape .text-right {
  text-align: right;
  margin: 1rem 0 0;
}
.electronics__tape .lineup__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
  margin-bottom: 2rem;
}
.electronics__tape .lineup__head dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.electronics__tape .lineup__head dl dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.05rem;
  font-weight: 400;
}
.electronics__tape .lineup__head dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  padding: .6rem 1rem;
  border: 0.1rem solid #000;
}
.electronics__tape .lineup__head dl dd p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}
.electronics__tape .lineup__head ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 1.5rem;
  max-width: 30rem;
  line-height: 1.5;
}
.electronics__tape .lineup__head ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
  min-width: 40%;
}
.electronics__tape .lineup__head .lineup__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: 1.375rem;
  height: 1.375rem;
  border-radius: 50%;
  background-color: #467DB9;
  font-size: 1rem;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .electronics__tape .lineup__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2rem;
  }
  .electronics__tape .lineup__head ul {
    width: 100%;
    max-width: 100%;
  }
  .electronics__tape .lineup__head ul li {
    min-width: initial;
  }
}

.electronics__v.electronics__tape .table--primary {
  margin-top: 0 !important;
  font-size: inherit;
}
.electronics__v.electronics__tape .table--primary tr td.-red {
  color: #D84C41;
}
.electronics__v.electronics__tape .table--primary tr td.-blue {
  color: #054A97;
}
.electronics__v.electronics__tape .table--primary.-lineup thead tr th:first-child, .electronics__v.electronics__tape .table--primary.-lineup tbody tr th:first-child {
  width: 6.8rem;
}
.electronics__v.electronics__tape .table--primary.-lineup thead tr th:nth-child(2), .electronics__v.electronics__tape .table--primary.-lineup tbody tr th:nth-child(2) {
  width: 22.8rem;
}
.electronics__v.electronics__tape .table--primary.-lineup thead tr td, .electronics__v.electronics__tape .table--primary.-lineup tbody tr td {
  font-size: .875rem;
}
.electronics__v.electronics__tape .table--primary.-nowrap {
  white-space: nowrap;
  min-width: 100%;
}
.electronics__v.electronics__tape .table--primary.-nowrap thead tr:first-child th:first-child, .electronics__v.electronics__tape .table--primary.-nowrap tbody tr th:first-child {
  width: 30.5rem;
}

.electronics__tape .contact__support {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.5rem;
  background-color: #F2F6FA;
}
.electronics__tape .contact__support_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1D3A66;
}

.electronics__tape .contact__support_title span {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.25rem;
  padding: 0.2rem 2rem;
  background-color: #618BB9;
  border-radius: calc(infinity * 1px);
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
}
.electronics__tape .contact__support_title span::before {
  content: "";
  position: absolute;
  bottom: -.5rem;
  left: 50%;
  translate: -50% 0;
  display: block;
  width: 0;
  height: 0;
  border-width: .6rem 0.5rem 0 0.5rem;
  border-style: solid;
  border-color: #618BB9 transparent;
}
.electronics__tape .contact__support_list {
  margin-bottom: 2rem;
}
.section__border__title{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2rem;
    padding: 1.5rem 0 .75rem;
    border-bottom: 0.1rem solid #8A9CB4;
    font-size: 1.7rem;
    font-weight: 700;
    color: #054A97;
    line-height: 1.411;
}
.section__border__title::before, .blog__border__title::before{
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    width: 0.25rem;
    margin: 0.25rem .75rem 0.25rem 0;
    background-color: #054A97;
}
.electronics__tape .contact__support_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.electronics__tape .contact__support_list li::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  margin-top: .6rem;
  margin-right: 0.6rem;
  background-color: #004EA2;
  border-radius: 50%;
}
.electronics__tape .contact__support .btn--prime {
  width: 46rem;
  max-width: 100%;
}
.electronics__tape .contact__support .btn--prime::before {
  content: none;
}
@media screen and (max-width: 724px) {
  .electronics__tape .contact__support {
    padding: 2.5rem 1.25rem;
  }
  .electronics__tape .contact__support_title {
    margin-bottom: 1.375rem;
    font-size: 1.375rem;
  }
  .electronics__tape .contact__support_title span {
    font-size: 1rem;
  }
  .electronics__tape .contact__support_list{
      margin-bottom: 1.5rem;
  }
}
.electronics__tape .property__horizontal__block {
  margin-bottom: 4rem;
}
.electronics__tape .property__horizontal__block:last-child {
  margin-bottom: 0;
}
.electronics__tape .property__note {
  margin-top: 1.5rem;
}
.electronics__tape .usage__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.5rem;
}
.electronics__tape .usage__block > *:first-child {
  width: 78.5rem;
}
.electronics__tape .usage__block > *:nth-child(2) {
  width: 37rem;
}
@media screen and (max-width: 960px) {
  .electronics__tape .usage__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .electronics__tape .usage__block > *:first-child, .electronics__tape .usage__block > *:nth-child(2) {
    width: 100%;
  }
}
.electronics__tape .-sp--scroll {
  overflow: auto;
}
.electronics__tape .section__subtitle {
  margin: 7rem 0 3rem;
  border: 0;
  font-size: 2.6rem;
  color: #054A97;
}
.electronics__tape .section__subtitle.-small {
  font-size: 2.2rem;
  margin-bottom: 2rem;
}
.electronics__tape .feature__block {
  margin-bottom: 4rem;
}
.electronics__tape .feature__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.5rem;
}
.electronics__tape .feature__list dl {
  width: calc((100% - 9rem) / 3);
  padding: 2rem 3rem;
  background-color: #F0F4F8;
}
.electronics__tape .feature__list dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 1rem;
  font-size: 2.2rem;
  font-weight: 700;
  color: #054A97;
}
.electronics__tape .feature__list dl dt img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3.2rem;
  margin-right: 0.8rem;
}
@media screen and (max-width: 960px) {
  .electronics__tape .feature__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
  .electronics__tape .feature__list dl {
    width: 100%;
  }
}
.electronics__tape .conductive-tape .-gap__middle .property__box:first-child {
  width: 37rem;
}
.electronics__tape .conductive-tape .-gap__middle .property__box:last-child {
  width: 78.5rem;
}
.electronics__tape .conductive-tape .-gap__middle .property__box:last-child .property__subbox {
  gap: 4.5rem;
}
.electronics__tape .conductive-tape .-gap__middle .property__box:last-child .property__subbox .property__item {
  width: 37rem;
}
.electronics__tape .conductive-tape .-gap__middle .property__box:last-child .property__subbox .property__item .img__box {
  height: 100%;
}
.electronics__tape .conductive-tape #SectionLineUp .table--primary {
  width: 100%;
  min-width: 100rem;
  white-space: normal;
}
.electronics__tape .conductive-tape #SectionLineUp .table--primary img {
  width: 13.7rem;
  height: 100%;
}
@media screen and (max-width: 960px) {
  .electronics__tape .conductive-tape .-gap__middle .property__box:first-child {
    width: 100%;
  }
  .electronics__tape .conductive-tape .-gap__middle .property__box:last-child {
    width: 100%;
  }
  .electronics__tape .conductive-tape .-gap__middle .property__box:last-child .property__subbox {
    gap: 4.5rem;
  }
  .electronics__tape .conductive-tape .-gap__middle .property__box:last-child .property__subbox .property__item {
    width: 50%;
  }
  .electronics__tape .conductive-tape .-gap__middle .property__box:last-child .property__subbox .property__item .img__box {
    width: 100%;
  }
}
@media screen and (max-width: 724px) {
  .electronics__tape .conductive-tape .-gap__middle .property__box:last-child {
    width: 100%;
  }
  .electronics__tape .conductive-tape .-gap__middle .property__box:last-child .property__subbox {
    gap: 2rem;
  }
  .electronics__tape .conductive-tape .-gap__middle .property__box:last-child .property__subbox .property__item {
    width: 100%;
  }
}
.electronics__tape .feature__img__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.7rem;
  margin-top: 2rem;
}
.electronics__tape .feature__img__list li {
  width: calc((100% - 8.1rem) / 4);
}
.electronics__tape .wstfflm .-gap__middle .property__box {
  width: 37rem;
}
.electronics__tape .wstfflm .-gap__middle .property__box.-wide {
  width: 78.5rem;
}
.electronics__tape .wstfflm .-gap__middle .property__box.-bg--gray {
  padding: 1.5rem 2.7rem;
  background-color: #F2F6FA;
}
.electronics__tape .wstfflm .-gap__middle .property__box.-img__list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 2rem;
}
.electronics__tape .wstfflm .-gap__middle .property__box.-img__list dl {
  width: calc((100% - 4rem) / 3);
}
.electronics__tape .wstfflm .-gap__middle .property__box.-img__list dl dt {
  margin-bottom: 0.8rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #000;
}
.electronics__tape .wstfflm .-gap__middle .property__box.-img__list dl dd {
  text-align: center;
  color: #D84C41;
}
.electronics__tape .wstfflm .-gap__middle .property__box.-img__list dl dd img {
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 960px) {
  .electronics__tape .wstfflm .-gap__middle .property__box {
    width: 100%;
  }
  .electronics__tape .wstfflm .-gap__middle .property__box.-wide {
    width: 100%;
  }
}
@media screen and (max-width: 724px) {
  .electronics__tape .wstfflm .-gap__middle .property__box.-img__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .electronics__tape .wstfflm .-gap__middle .property__box.-img__list dl {
    width: 100%;
  }
}
.electronics__tape .wstfflm #SectionSpecial .table--primary {
  min-width: 100%;
}
@media screen and (max-width: 960px) {
  .electronics__tape .wstfflm #SectionSpecial .table--primary.property__table_01 {
    min-width: 90rem;
  }
  .electronics__tape .wstfflm #SectionSpecial .table--primary.property__table_02 {
    min-width: 55rem;
  }
}
.electronics__tape .wstfflm #SectionLineUp .table--primary.-lineUp {
  width: 100%;
  white-space: normal;
}
.electronics__tape .wstfflm #SectionLineUp .table--primary.-lineUp thead tr:first-child th:first-child {
  width: 20.2rem;
}
.electronics__tape .wstfflm #SectionLineUp .table--primary.-lineUp thead tr:first-child th:nth-child(2) {
  width: 9.9rem;
}
.electronics__tape .wstfflm #SectionLineUp .table--primary.-lineUp tbody tr:first-child th {
  padding-inline: 1rem;
}
.electronics__tape .wstfflm #SectionLineUp .table--primary.-lineUp tbody tr:first-child th:first-child {
  width: 10.4rem;
}
.electronics__tape .wstfflm #SectionLineUp .table--primary.-lineUp tbody tr:first-child th:nth-child(2) {
  width: 9.9rem;
}
.electronics__tape .wstfflm #SectionLineUp .table--primary.-lineUp tbody tr:first-child th:nth-child(3) {
  width: 9.9rem;
}
.electronics__tape .wstfflm #SectionLineUp .table--primary.-lineUp tbody tr td {
  padding-inline: 1rem;
}
@media screen and (max-width: 960px) {
  .electronics__tape .wstfflm #SectionLineUp .table--primary.-lineUp {
    min-width: 100rem;
  }
}
@media screen and (max-width: 724px) {
  .electronics__tape .wstfflm #SectionLineUp .table--primary.-lineUp {
    font-size: 1rem;
  }
}
.electronics__tape .property__list-dotted {
  margin-bottom: 4rem;
}
.electronics__tape .property__list-dotted:last-child {
  margin-bottom: 0;
}
.electronics__tape .property__list-dotted li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.electronics__tape .property__list-dotted li::before {
  content: "";
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  margin-top: 1rem;
  margin-right: 1.3rem;
  background-color: #38485F;
  border-radius: 50%;
}
.electronics__tape .wstfflm #SectionSpecial {
  margin-bottom: 0;
}
.electronics__tape .result__table__box .square__title {
  margin-top: 0;
}
.electronics__tape .result__table__box .table--primary tbody tr:first-child {
  border: 0.2rem solid #094DA0;
  font-weight: 700;
  color: #054A97;
}
.electronics__tape .ptfof .property__block .property__box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  border: 0.1rem solid #BABABA;
}
.electronics__tape .ptfof .property__block .property__box dl.-blue {
  border: 0.1rem solid #064A97;
}
.electronics__tape .ptfof .property__block .property__box dl.-blue dt {
  background-color: #064A97;
  color: #fff;
}
.electronics__tape .ptfof .property__block .property__box dl dt {
  padding: 1.2rem 2rem;
  background-color: #D9DCE0;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}
.electronics__tape .ptfof .property__block .property__box dl dd {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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;
  padding: 2rem 2.3rem;
}
.electronics__tape .ptfof .property__block .property__box .property__note {
  margin: 2rem 0 1rem;
  font-size: 1.5rem;
}
.electronics__tape .ptfof .property__block .property__box .property__note:last-child {
  margin: 0;
}
.electronics__tape .ptfof .property__block .property__box .property__note::before {
  content: "※";
  margin-right: 0.6rem;
}
.electronics__tape .ptfof .property__block .property__box.img__list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 3rem;
}
.electronics__tape .ptfof .property__block .property__box.img__list figure {
  margin: 0;
  text-align: center;
}
.electronics__tape .ptfof .property__block .property__box.img__list figure figcaption {
  margin-top: 1rem;
}
@media screen and (max-width: 724px) {
  .electronics__tape .ptfof .property__block .property__box.img__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.electronics__tape .ptfof .property__block.block_01 .property__box {
  min-height: 38rem;
}
.electronics__tape .ptfof .property__block.block_02 .property__box {
  min-height: 25rem;
}
.electronics__tape .ptfof .property__block.block_02 .property__box dl dd {
  padding-top: 2.7rem;
  padding-bottom: 2.7rem;
}
@media screen and (max-width: 724px) {
  .electronics__tape .ptfof .property__block.block_01 .property__box {
    min-height: 0;
  }
  .electronics__tape .ptfof .property__block.block_02 .property__box {
    min-height: 0;
  }
}
.electronics__tape .ptfof .property__block.-arrow .property__box:first-child {
  position: relative;
}
.electronics__tape .ptfof .property__block.-arrow .property__box:first-child::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -5rem;
  display: block;
  width: 4.3rem;
  height: 5.8rem;
  background: url(/files/electronics/233_i-tape_6700/common/icon_arrow.png) no-repeat 0 0;
  background-size: contain;
}
@media screen and (max-width: 960px) {
  .electronics__tape .ptfof .property__block.-arrow {
    gap: 8rem;
  }
  .electronics__tape .ptfof .property__block.-arrow .property__box:first-child {
    position: relative;
  }
  .electronics__tape .ptfof .property__block.-arrow .property__box:first-child::before {
    content: "";
    position: absolute;
    top: initial;
    right: 50%;
    bottom: -7rem;
    translate: 50% 0;
    width: 4.3rem;
    height: 5.8rem;
    rotate: 90deg;
  }
}
.electronics__tape .ptfof .table--primary.-phase tbody tr td:nth-of-type(2), .electronics__tape .ptfof .table--primary.-phase tbody tr td:nth-of-type(3), .electronics__tape .ptfof .table--primary.-phase tbody tr td:nth-of-type(4), .electronics__tape .ptfof .table--primary.-phase tbody tr td:nth-of-type(5) {
  border-top: 0.2rem solid #094DA0;
  border-bottom: 0.2rem solid #094DA0;
}
.electronics__tape .ptfof .table--primary.-phase tbody tr td:nth-of-type(2) {
  border-left: 0.2rem solid #094DA0;
}
.electronics__tape .ptfof .table--primary.-phase tbody tr td:nth-of-type(5) {
  border-right: 0.2rem solid #094DA0;
}
@media screen and (max-width: 960px) {
  .electronics__tape .ptfof .table--primary.-phase {
    min-width: 100rem;
  }
}
@media screen and (max-width: 724px) {
  .electronics__tape .ptfof .table--primary.-phase {
    min-width: 70rem;
  }
  .electronics__v.electronics__tape .square__title{
      font-size: 1.25rem;
  }
  .electronics__v.electronics__tape .square__title span{
      font-size: 1.25rem;
  }
  .electronics__tape .lineup__head dl dd{
      gap: .5rem;
  }
}
.electronics__tape .ptfof #SectionLineUp .table--primary {
  width: 100%;
}
@media screen and (max-width: 960px) {
  .electronics__tape .ptfof #SectionLineUp .table--primary {
    min-width: 100rem;
  }
  .electronics__tape .property__block .property__subbox .products__table{
        width: 100%;
  }
  .electronics__tape .products__table{
      width: 100%;
  }
}
@media screen and (max-width: 724px) {
  .electronics__tape .ptfof #SectionLineUp .table--primary {
    min-width: 40rem;
    font-size: 1rem;
  }
}
.electronics__tape .ptfof #SectionUsage .property__block .property__box figure {
  margin: 0;
}
.electronics__tape .ptfof #SectionSpecial {
  margin-bottom: 0;
}



