/* line 2, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/cable-buffer.scss */
.cable-buffer .content {
  margin-bottom: 4rem;
}

/* line 4, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/cable-buffer.scss */
.cable-buffer .content .example {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  aspect-ratio: 24.6/5;
}

/* line 10, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/cable-buffer.scss */
.cable-buffer .content .example p {
  text-align: center;
  margin: 0;
}

/* line 15, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/cable-buffer.scss */
.cable-buffer .content .example img:nth-child(-n+3) {
  height: 100%;
  width: auto;
  object-fit: contain;
}

/* line 22, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/cable-buffer.scss */
.cable-buffer .content .tokucho {
  width: calc(100% - 2rem);
}

/* line 24, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/cable-buffer.scss */
.cable-buffer .content .tokucho p {
  margin: 0 0 0 1.2rem;
}

/* line 27, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/cable-buffer.scss */
.cable-buffer .content .tokucho > span {
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: 2rem;
}

/* line 33, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/cable-buffer.scss */
.cable-buffer .content .tokucho ul {
  margin-top: 0;
}

/* line 37, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/cable-buffer.scss */
.cable-buffer .content > img {
  display: block;
  width: 80%;
  height: auto;
  margin: 4rem auto 2rem;
}

/* line 45, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/cable-buffer.scss */
.cable-buffer .doc a img {
  padding: 0;
}

@media screen and (max-width: 1919px) {
  /* line 1, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/cable-buffer.scss */
  .cable-buffer {
    width: 1280px;
  }
}

@media screen and (max-width: 1439px) {
  /* line 1, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/cable-buffer.scss */
  .cable-buffer {
    width: 1024px;
  }
  /* line 53, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/cable-buffer.scss */
  .cable-buffer .content .table {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 1279px) {
  /* line 1, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/cable-buffer.scss */
  .cable-buffer {
    width: 896px;
  }
}

@media screen and (max-width: 1023px) {
  /* line 1, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/cable-buffer.scss */
  .cable-buffer {
    width: calc(768px - 4rem);
  }
}

@media screen and (max-width: 767px) {
  /* line 1, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/cable-buffer.scss */
  .cable-buffer {
    width: calc(100% - 4rem);
  }
}

@media screen and (max-width: 639px) {
  /* line 68, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/cable-buffer.scss */
  .cable-buffer .title {
    letter-spacing: 0;
  }
  /* line 69, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/cable-buffer.scss */
  .cable-buffer .content .example {
    aspect-ratio: auto;
    display: grid;
    grid-template-columns: 40% 60%;
  }
  /* line 73, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/cable-buffer.scss */
  .cable-buffer .content .example img:nth-child(n) {
    width: fit-content;
    height: auto;
  }
  /* line 77, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/cable-buffer.scss */
  .cable-buffer .content .example img:first-child {
    grid-column: 1/3;
    width: 100%;
  }
}

/*# sourceMappingURL=cable-buffer.css.map */