@charset "UTF-8";
/*------------------------------
 共通・既存調整修正
------------------------------*/
.container {
  width: 100%;
}

.navitopicpath_inner_ {
  margin-bottom: 0;
}

.main-wrapper {
  color: #000000;
  overflow: hidden;
}
.main-wrapper .sp {
  display: none;
}

.main-inner {
  width: 100%;
  margin: 0 auto;
}

.js-fixedEndItem {
  padding-top: 100px;
  margin-top: -100px;
}

/*------------------------------
 ページ
------------------------------*/
/* main-visual
------------------------------*/
.main-visual {
  position: relative;
  width: 100%;
  margin: 0 auto 47px;
}

.main-visual__inner {
  width: 1000px;
  margin: 0 auto;
}

.main-visual__title {
  font-size: 0;
  line-height: 0;
  text-align: center;
  margin-bottom: 39px;
}

.main-visual__image {
  display: inline-block;
}

.main-visual__caption {
  font-size: 18px;
  line-height: 45px;
  text-align: center;
}

a.main-visual__link {
  color: #286BB4;
  text-decoration: underline;
}
a.main-visual__link:hover {
  text-decoration: none;
}

/* anchor
------------------------------*/
.anchor {
  margin-bottom: 40px;
}

.anchor .anchor__inner {
  width: 1000px;
  margin: 0 auto;
}

.anchor__item-box {
  display: flex;
  flex-flow: row wrap;
}

.anchor .anchor__item {
  width: calc(33.33% - 3.33px);
  margin-right: 5px;
}

.anchor .anchor__item:last-child {
  margin-right: 0;
}

a.anchor__item-link {
  display: block;
  position: relative;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 75px;
  text-align: center;
  text-decoration: none;
}
a.anchor__item-link::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 10px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  transform: rotate(135deg);
  margin-left: -3.5px;
}
.anchor__item:nth-child(1) a.anchor__item-link {
  background-color: #28609E;
}
.anchor__item:nth-child(2) a.anchor__item-link {
  background-color: #0081BF;
}
.anchor__item:nth-child(3) a.anchor__item-link {
  background-color: #26A8D8;
}

/* content
------------------------------*/
.content {
  margin: 0 auto 80px;
}

.content .scroll-hint-icon {
  top: 100px;
  left: calc(50% - 20px);
}

#patch-panel.content {
  margin-bottom: 80px;
}

.content__inner {
  width: 1000px;
  margin: 0 auto;
}

.content__main {
  margin-bottom: 40px;
}

.content__main-title {
  color: #FFFFFF;
  font-size: 20px;
  line-height: 75px;
  text-align: center;
  margin-bottom: 40px;
}
#section1 .content__main-title {
  background-color: #28609E;
}
#section2 .content__main-title {
  background-color: #0081BF;
}
#section3 .content__main-title {
  background-color: #26A8D8;
}

.content__main-table {
  display: flex;
  flex-flow: row wrap;
}

.content__main-left-item {
  width: calc(100% - 251px);
  margin-right: 5px;
}

.content__main-right-item {
  width: 246px;
}

.content__main-table-title {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 5px;
}
#section1 .content__main-table-title {
  background-color: #28609E;
}
#section2 .content__main-table-title {
  background-color: #0081BF;
}
#section3 .content__main-table-title {
  background-color: #26A8D8;
}

.content__main-inner-item-box {
  display: flex;
  flex-flow: row wrap;
}

.content__main-inner-item {
  width: calc(33.33% - 3.33px);
  margin-right: 5px;
}
.content__main-inner-item:last-child {
  margin-right: 0;
}

.content__main-table-center {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100% - 45px);
  background-color: #EFF2F2;
  box-sizing: border-box;
}

.content__main-table-sub-title {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 1px;
  text-align: center;
  background-color: #B2B2B2;
  margin-bottom: 5px;
}

.content__main-table-text {
  color: #3C3C3C;
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 1px;
  text-align: center;
  background-color: #EFF2F2;
}

.content__title, .content__title--top-space {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  background-color: #666666;
  padding: 13px 0 13px 0;
  margin-bottom: 14px;
}

.content__title--top-space {
  margin-top: 40px;
}

.content__title-notes {
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  margin-left: 1.5em;
}

.content__caption {
  font-size: 16px;
  text-align: center;
  margin-bottom: 14px;
}

.content__scroller {
  width: 100%;
  transform: translate3d(0, 0, 0);
}

.content__table {
  width: 100%;
  border-collapse: collapse;
}

.content__table-tbody__line, .content__table-tbody__line--delimiter {
  border-bottom: 5px solid #FFFFFF;
}

.content__table-tbody__line--delimiter {
  border-bottom-width: 14px;
}

.content__table-tbody__title, .content__table-tbody__title--bg-color-type9, .content__table-tbody__title--bg-color-type8, .content__table-tbody__title--bg-color-type7, .content__table-tbody__title--bg-color-type6, .content__table-tbody__title--bg-color-type5, .content__table-tbody__title--bg-color-type4, .content__table-tbody__title--bg-color-type3, .content__table-tbody__title--bg-color-type2, .content__table-tbody__title--bg-color-type1 {
  width: 167px;
  max-width: 167px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  height: 70px;
  letter-spacing: 1px;
  text-align: center;
  vertical-align: middle;
  padding: 10px 5px 10px 5px;
  box-sizing: border-box;
}
.content__table-tbody__title.letter-spacing-small, .letter-spacing-small.content__table-tbody__title--bg-color-type9, .letter-spacing-small.content__table-tbody__title--bg-color-type8, .letter-spacing-small.content__table-tbody__title--bg-color-type7, .letter-spacing-small.content__table-tbody__title--bg-color-type6, .letter-spacing-small.content__table-tbody__title--bg-color-type5, .letter-spacing-small.content__table-tbody__title--bg-color-type4, .letter-spacing-small.content__table-tbody__title--bg-color-type3, .letter-spacing-small.content__table-tbody__title--bg-color-type2, .letter-spacing-small.content__table-tbody__title--bg-color-type1 {
  letter-spacing: -1.5px;
}

.content__table-tbody__title--bg-color-type1 {
  background-color: #B7CFEA;
}

.content__table-tbody__title--bg-color-type2 {
  background-color: #DDEBFC;
}

.content__table-tbody__title--bg-color-type3 {
  background-color: #DCE3EB;
}

.content__table-tbody__title--bg-color-type4 {
  background-color: #A0D7F2;
}

.content__table-tbody__title--bg-color-type5 {
  background-color: #C8EAFD;
}

.content__table-tbody__title--bg-color-type6 {
  background-color: #CDDEE5;
}

.content__table-tbody__title--bg-color-type7 {
  background-color: #CEF8FF;
}

.content__table-tbody__title--bg-color-type8 {
  background-color: #E0F9FC;
}

.content__table-tbody__title--bg-color-type9 {
  background-color: #EAF6F8;
}

.content__table-tbody__title-inner {
  display: inline-block;
}

.content__table-tbody__title-details {
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin-top: 5px;
}

.content__table-tbody__detail, .content__table-tbody__detail--center {
  position: relative;
  width: 166.6px;
  max-width: 166.6px;
  height: 70px;
  letter-spacing: 1px;
  text-align: left;
  background-color: #EFF2F2;
  border-left: 5px solid #FFFFFF;
  padding: 8px 5px 8px 5px;
  box-sizing: border-box;
  overflow: hidden;
}
.content__table-tbody__detail.bg-color--dark-gray, .bg-color--dark-gray.content__table-tbody__detail--center {
  background-color: #dadddd;
}
#section2 .content__table-tbody__detail, #section2 .content__table-tbody__detail--center, #section3 .patch-cord .content__table-tbody__detail, #section3 .patch-cord .content__table-tbody__detail--center, #section3 .content__table-tbody__detail--center {
  width: 277.66px;
  max-width: 277.66px;
}
#section2 .patch-cord .content__table-tbody__detail, #section2 .patch-cord .content__table-tbody__detail--center, #section3 .content__table-tbody__detail {
  width: 208.25px;
  max-width: 208.25px;
}

.content__table-tbody__detail--center {
  text-align: center;
}
.content__table-tbody__detail--center.top-padding-large {
  padding-top: 20px;
}

.content__table-tbody__detail-inner,
a.content__table-tbody__detail-inner {
  display: inline-block;
  position: relative;
  color: #000000;
  text-decoration: none;
  padding: 0 7px 0 50px;
}

.content__table-tbody__detail-inner.space,
a.content__table-tbody__detail-inner.space {
  min-height: 34px;
  margin-bottom: 12px;
}

.content__table-tbody__detail-inner.space:first-child,
a.content__table-tbody__detail-inner.space:first-child {
  margin-top: 12px;
}

.content__table-tbody__detail-inner.left55--image-space,
a.content__table-tbody__detail-inner.left55--image-space {
  position: relative;
  padding-left: 55px;
}

.content__table-tbody__detail-inner.left62,
a.content__table-tbody__detail-inner.left62 {
  position: relative;
  padding-left: 62px;
}

.content__table-tbody__detail-inner.left70,
a.content__table-tbody__detail-inner.left70 {
  position: relative;
  padding-left: 70px;
}

.content__table-tbody__detail-inner.left70--image-space,
a.content__table-tbody__detail-inner.left70--image-space {
  position: relative;
  padding-left: 70px;
}

.content__table-tbody__detail-inner.left75--image-space,
a.content__table-tbody__detail-inner.left75--image-space {
  position: relative;
  padding-left: 75px;
}

.content__table-tbody__detail-inner.left80,
a.content__table-tbody__detail-inner.left80 {
  position: relative;
  padding-left: 80px;
}

.content__table-tbody__detail-inner.left80--image-space,
a.content__table-tbody__detail-inner.left80--image-space {
  position: relative;
  padding-left: 80px;
}

.content__table-tbody__detail-inner.left85--image-space,
a.content__table-tbody__detail-inner.left85--image-space {
  position: relative;
  padding-left: 85px;
}

.content__table-tbody__detail-inner.left90,
a.content__table-tbody__detail-inner.left90 {
  position: relative;
  padding-left: 90px;
}

.content__table-tbody__detail-inner.right30,
a.content__table-tbody__detail-inner.left30 {
  margin-right: 30px;
}

.content__table-tbody__detail-inner.right60,
a.content__table-tbody__detail-inner.right60 {
  margin-right: 60px;
}

.content__table-tbody__detail-inner--center,
a.content__table-tbody__detail-inner--center {
  display: inline-block;
  color: #000000;
  text-decoration: none;
  padding: 0 4px 0 4px;
}

.content__large-box {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  padding: 16px 0;
}

.content__large-box--type2 {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  padding: 35px 0;
}

.content__table-tbody__icon-box {
  position: absolute;
  top: 50%;
  left: 0;
  width: 48px;
  font-size: 0;
  line-height: 0;
  text-align: center;
  transform: translateY(-50%);
}
.left62 .content__table-tbody__icon-box {
  width: 62px;
}
.left70 .content__table-tbody__icon-box {
  width: 70px;
}
.left80 .content__table-tbody__icon-box {
  width: 80px;
}
.left90 .content__table-tbody__icon-box {
  width: 90px;
}

.content__table-tbody__icon {
  display: inline-block;
}

.content__table-tbody__text-box, .content__table-tbody__text-box--space {
  text-align: left;
}

.content__table-tbody__text-box--center {
  text-align: center;
}

.content__table-tbody__text-box--space {
  margin-bottom: 10px;
}

.content__table-tbody__text {
  font-size: 12px;
  line-height: 17px;
}

.content__table-tbody__product-name, .content__table-tbody__product-name--space {
  display: block;
  font-size: 16px;
  line-height: 17px;
}

.content__table-tbody__product-name--space {
  margin-bottom: 10px;
}

.content__table-tbody__product-details {
  font-size: 16px;
  line-height: 24px;
}

.content__table-tbody__product-details--font-large {
  font-size: 18px;
  line-height: 24px;
}

a.content__table-tbody__link {
  color: #286BB4;
  text-decoration: underline;
}
a.content__table-tbody__link:hover {
  text-decoration: none;
}

a.content__table-tbody__image-link {
  display: block;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
}

.content__caption {
  text-align: center;
  margin-top: 20px;
}

.content__caption-text {
  display: inline-block;
  font-size: 14px;
  line-height: 27px;
  letter-spacing: 1px;
  text-align: center;
}

a.content__caption-link {
  color: #286BB4;
  text-decoration: underline;
}
a.content__caption-link:hover {
  text-decoration: none;
}

/* inquiry
------------------------------*/
.inquiry {
  margin: 115px auto 80px;
}

.inquiry__text, .inquiry__text--space {
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}

.inquiry__text--space {
  margin-bottom: 30px;
}

.inquiry__emphasis {
  font-size: 18px;
  font-weight: bold;
}

.inquiry__buttonBox {
  text-align: center;
}

a.inquiry__button {
  display: inline-block;
  position: relative;
  width: 746px;
  height: 140px;
  color: #1b3fad;
  text-align: center;
  text-decoration: none;
  background-color: #fff500;
  border: 3px solid #01438e;
  border-radius: 12px;
  transition: 0.25s ease 0s;
  padding: 22px 84px 22px 214px;
  box-sizing: border-box;
}

a.inquiry__button:hover {
  opacity: 0.7;
}

a.inquiry__button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 28px;
  height: 53px;
  background-image: url(/img/usr/freepage/panduit_tool_list/icon_arrow_blue_big.png);
  background-size: 28px auto;
  background-position: top left;
  background-repeat: no-repeat;
  margin-top: -26.5px;
}

a.inquiry__button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  width: 172px;
  height: 174px;
  background-image: url(/img/usr/freepage/panduit_tool_list/icon_consultation.png);
  background-size: 172px auto;
  background-position: top left;
  background-repeat: no-repeat;
  margin-top: -87px;
}

.inquiry__buttonTitle {
  display: inline-block;
  position: relative;
  font-size: 36px;
  font-weight: bold;
  line-height: 38px;
  padding-left: 64px;
  margin-bottom: 10px;
}

.inquiry__buttonTitle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  width: 42px;
  height: 30px;
  background-image: url(/img/usr/freepage/panduit_tool_list/icon_mail_blue.png);
  background-size: 42px auto;
  background-position: top left;
  background-repeat: no-repeat;
  margin-top: -15px;
}

.inquiry__buttonText {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
}

/*------------------------------
 SP（スマートフォン）
------------------------------*/
@media screen and (max-width: 767px) {
  /* 767pxまでの幅の場合に適応される */
  /*------------------------------
   共通・既存調整修正
  ------------------------------*/
  .main-wrapper .pc {
    display: none;
  }
  .main-wrapper .sp {
    display: inline-block;
  }
  .main-inner {
    width: 100%;
  }
  .header_ {
    position: relative;
    z-index: 200;
  }
  .navitopicpath_ {
    margin-bottom: 0;
  }
  /*------------------------------
  ページ
  ------------------------------*/
  /* main-visual
  ------------------------------*/
  .main-visual {
    margin-bottom: 34px;
  }
  .main-visual__inner {
    width: auto;
  }
  .main-visual__title {
    margin-bottom: 24px;
  }
  .main-visual__caption {
    font-size: 13px;
    line-height: 16px;
    text-align: left;
    margin: 0 16px;
  }
  /* anchor
  ------------------------------*/
  .anchor {
    margin: 0 16px 52px;
  }
  .anchor .anchor__inner {
    width: auto;
  }
  .anchor__item-box {
    display: block;
  }
  .anchor .anchor__item {
    width: 100%;
    margin-bottom: 8px;
    margin-right: 0;
  }
  .anchor .anchor__item:last-child {
    margin-bottom: 0;
  }
  a.anchor__item-link {
    font-size: 15px;
    line-height: 52px;
  }
  a.anchor__item-link::before {
    bottom: 8px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    margin-left: 2.5px;
  }
  /* content
  ------------------------------*/
  .content {
    margin-bottom: 60px;
  }
  .content__inner {
    width: auto;
  }
  .content__main {
    margin: 0 16px 30px;
  }
  .content__main-title {
    font-size: 15px;
    font-weight: 500;
    line-height: 60px;
    margin-bottom: 11px;
  }
  .content__main-left-item {
    width: calc(50% - 5px);
    margin-right: 10px;
  }
  .content__main-right-item {
    width: calc(50% - 5px);
  }
  .content__main-table-title {
    font-size: 13px;
    margin-bottom: 4px;
  }
  .content__main-inner-item-box {
    display: block;
  }
  .content__main-inner-item {
    width: 100%;
    margin-bottom: 4px;
    margin-right: 0;
  }
  .content__main-inner-item:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
  .content__main-table-center {
    height: calc(100% - 44px);
  }
  .content__main-table-sub-title {
    font-size: 13px;
    line-height: 28px;
    margin-bottom: 4px;
  }
  .content__main-table-text {
    font-size: 13px;
  }
  .content__title, .content__title--top-space {
    font-size: 14px;
    padding: 8px 0 8px 0;
    margin: 0 16px 13px;
  }
  .content__title--top-space {
    margin-top: 30px;
  }
  .content__scroller {
    width: auto;
    margin: 0 16px;
    overscroll-behavior: none auto;
    overflow: auto;
  }
  .content__table {
    position: relative;
    width: 930px;
    max-width: none;
  }
  .content__table-thead {
    max-width: none;
  }
  .content__table-tbody {
    max-width: none;
  }
  .content__table-tbody__line, .content__table-tbody__line--delimiter {
    max-width: none;
  }
  .content__table-tbody__title, .content__table-tbody__title--bg-color-type1, .content__table-tbody__title--bg-color-type2, .content__table-tbody__title--bg-color-type3, .content__table-tbody__title--bg-color-type4, .content__table-tbody__title--bg-color-type5, .content__table-tbody__title--bg-color-type6, .content__table-tbody__title--bg-color-type7, .content__table-tbody__title--bg-color-type8, .content__table-tbody__title--bg-color-type9 {
    max-width: 97px;
    width: 97px;
    height: 48px;
    font-size: 13px;
    line-height: 20px;
    /* 横スクロール時に固定する */
    position: sticky;
    left: 0;
    z-index: 2;
  }
  .content__table-tbody__detail, .content__table-tbody__detail--center {
    height: 48px;
  }
  .content__table-tbody__icon {
    max-width: none;
  }
  .content__table-tbody__product-name, .content__table-tbody__product-name--space {
    font-size: 14px;
  }
  .content__table-tbody__product-details {
    font-size: 14px;
    line-height: 17px;
  }
  .content__table-tbody__product-details--font-large {
    font-size: 14px;
    line-height: 17px;
  }
  .content__caption {
    margin: 20px 16px 0;
  }
  .content__caption-text {
    font-size: 13px;
    line-height: 24px;
  }
  /* inquiry
  ------------------------------*/
  .inquiry {
    margin: 100px 12.5px 0;
  }
  .inquiry__text, .inquiry__text--space {
    font-size: 13px;
    line-height: 20px;
  }
  .inquiry__text--space {
    margin-bottom: 0;
  }
  .inquiry__emphasis {
    display: inline-block;
    font-size: 15px;
    line-height: 25px;
    margin: 5px 0;
  }
  .inquiry__buttonBox {
    text-align: left;
    margin-top: 20px;
  }
  a.inquiry__button {
    width: 100%;
    height: auto;
    text-align: left;
    border: 2px solid #01438e;
    padding: 18px 24px 18px 20px;
    box-sizing: border-box;
  }
  a.inquiry__button:hover {
    opacity: 1;
  }
  a.inquiry__button::before {
    top: 30px;
    right: 10px;
    width: 14px;
    height: 26px;
    background-size: 14px auto;
    margin-top: -13px;
  }
  a.inquiry__button::after {
    top: 44px;
    left: 7px;
    width: 80px;
    height: 82px;
    background-size: 80px auto;
    margin-top: 0;
  }
  .inquiry__buttonTitle {
    font-size: 25px;
    line-height: 22px;
    text-align: left;
    padding-left: 42px;
    margin-bottom: 10px;
  }
  .inquiry__buttonTitle::before {
    width: 32px;
    height: 24px;
    background-size: 32px auto;
    margin-top: -12px;
  }
  .inquiry__buttonText {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    padding-left: 74px;
  }
}/*# sourceMappingURL=nscable_tool_list.css.map */