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

/* line 10, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/uv-ink.scss */
.uv-ink .content .color {
  display: flex;
  flex-wrap: wrap;
}

/* line 15, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/uv-ink.scss */
.uv-ink .content .table1 {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1.4fr 1fr 1fr 1fr 1fr 1fr;
}

/* line 18, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/uv-ink.scss */
.uv-ink .content .table1 div {
  border-bottom: 1px solid #aaa;
  border-right: 1px solid #aaa;
  padding: 1rem;
  text-align: center;
}

/* line 23, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/uv-ink.scss */
.uv-ink .content .table1 div:nth-child(8n-7) {
  border-left: 1px solid #aaa;
}

/* line 26, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/uv-ink.scss */
.uv-ink .content .table1 div:nth-child(-n+8) {
  border-top: 1px solid #aaa;
}

/* line 31, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/uv-ink.scss */
.uv-ink .content .table2 {
  display: grid;
  grid-template-columns: 20rem 1fr;
}

/* line 34, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/uv-ink.scss */
.uv-ink .content .table2 div {
  border-bottom: 1px solid #aaa;
  border-right: 1px solid #aaa;
  padding: 1rem;
}

/* line 38, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/uv-ink.scss */
.uv-ink .content .table2 div:nth-child(2n-1) {
  border-left: 1px solid #aaa;
}

/* line 39, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/uv-ink.scss */
.uv-ink .content .table2 div:nth-child(-n+2) {
  border-top: 1px solid #aaa;
}

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

@media screen and (max-width: 1439px) {
  /* line 1, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/uv-ink.scss */
  .uv-ink {
    width: 1024px;
  }
}

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

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

@media screen and (max-width: 767px) {
  /* line 1, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/uv-ink.scss */
  .uv-ink {
    width: calc(100% - 4rem);
  }
  /* line 59, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/uv-ink.scss */
  .uv-ink .title {
    letter-spacing: 0;
  }
  /* line 61, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/uv-ink.scss */
  .uv-ink .content .table1 {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: repeat(8, 1fr);
    grid-auto-flow: column;
  }
  /* line 66, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/uv-ink.scss */
  .uv-ink .content .table1 div:nth-child(8n-7) {
    border-left: none;
    border-top: 1px solid #aaa;
  }
  /* line 70, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/uv-ink.scss */
  .uv-ink .content .table1 div:nth-child(-n+8) {
    border-top: none;
    border-left: 1px solid #aaa;
  }
  /* line 74, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/uv-ink.scss */
  .uv-ink .content .table1 div:first-child {
    border-top: 1px solid #aaa;
  }
  /* line 77, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/uv-ink.scss */
  .uv-ink .content .table2 {
    grid-template-columns: 3fr 7fr;
  }
}

/*# sourceMappingURL=uv-ink.css.map */