/* line 3, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/hayabeads.scss */
.hayabeads .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/hayabeads.scss */
.hayabeads .content .table1 {
  display: grid;
  grid-template-columns: 10rem 30rem;
}

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

/* line 17, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/hayabeads.scss */
.hayabeads .content .table1 div:nth-child(2n-1) {
  border-left: 1px solid #aaa;
  text-align: center;
}

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

/* line 27, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/hayabeads.scss */
.hayabeads .content .table2 > div {
  display: grid;
  grid-template-columns: 18rem 8rem 7rem 1fr 10rem;
}

/* line 30, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/hayabeads.scss */
.hayabeads .content .table2 > div div {
  border-bottom: 1px solid #aaa;
  border-right: 1px solid #aaa;
  text-align: center;
}

/* line 34, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/hayabeads.scss */
.hayabeads .content .table2 > div div:nth-child(5n-4) {
  border-left: 1px solid #aaa;
}

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

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

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

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

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

@media screen and (max-width: 767px) {
  /* line 1, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/hayabeads.scss */
  .hayabeads {
    width: calc(100% - 4rem);
  }
  /* line 62, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/hayabeads.scss */
  .hayabeads .content .table1 {
    grid-template-columns: 1fr 3fr;
  }
  /* line 65, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/hayabeads.scss */
  .hayabeads .content .table2 {
    overflow: scroll;
  }
  /* line 67, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/hayabeads.scss */
  .hayabeads .content .table2 > div {
    grid-template-columns: 18rem 7rem 6rem 17rem 6rem;
  }
}

/*# sourceMappingURL=hayabeads.css.map */