/* line 3, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/hp-sheet.scss */
.hp-sheet .title span {
  font-size: 1.5rem;
  letter-spacing: 0;
  color: #d00;
}

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

/* line 17, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/hp-sheet.scss */
.hp-sheet .content .cont-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 2rem;
}

/* line 21, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/hp-sheet.scss */
.hp-sheet .content .cont-grid img {
  grid-column: 2;
  grid-row: 1/3;
  width: calc(100% - 2rem);
  margin-left: 2rem;
}

/* line 27, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/hp-sheet.scss */
.hp-sheet .content .cont-grid > div:first-child span {
  margin: 0;
}

/* line 32, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/hp-sheet.scss */
.hp-sheet .content .table1 {
  width: 100%;
}

/* line 34, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/hp-sheet.scss */
.hp-sheet .content .table1 > div {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

/* line 38, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/hp-sheet.scss */
.hp-sheet .content .table1 > div > div {
  border-bottom: 1px solid #aaa;
  border-right: 1px solid #aaa;
  text-align: center;
  line-height: 2.8rem;
}

/* line 44, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/hp-sheet.scss */
.hp-sheet .content .table1 > div > div:first-child, .hp-sheet .content .table1 > div div:nth-child(-6n+9), .hp-sheet .content .table1 > div div:nth-child(15) {
  position: sticky;
  left: 0;
  z-index: 10;
  background-color: #fff;
}

/* line 50, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/hp-sheet.scss */
.hp-sheet .content .table1 > div > div:first-child {
  border-left: 1px solid #aaa;
}

/* line 53, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/hp-sheet.scss */
.hp-sheet .content .table1 > div > div:nth-child(-n+2) {
  border-top: 1px solid #aaa;
  background-color: #444;
  color: #fff;
}

/* line 58, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/hp-sheet.scss */
.hp-sheet .content .table1 > div > div:nth-child(2) {
  grid-column: 2/7;
}

/* line 59, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/hp-sheet.scss */
.hp-sheet .content .table1 > div > div:nth-child(-6n+9) {
  border-left: 1px solid #aaa;
}

/* line 62, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/hp-sheet.scss */
.hp-sheet .content .table1 > div > div:nth-child(15) {
  grid-column: 1;
  grid-row: 4/6;
  border-left: 1px solid #aaa;
  display: grid;
  grid-template-columns: 1fr 0.8fr;
}

/* line 68, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/hp-sheet.scss */
.hp-sheet .content .table1 > div > div:nth-child(15) div:first-child {
  grid-row: 1/3;
  border-right: 1px solid #aaa;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 75, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/hp-sheet.scss */
.hp-sheet .content .table1 > div > div:nth-child(15) div:nth-child(2) {
  border-bottom: 1px solid #aaa;
}

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

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

@media screen and (max-width: 1279px) {
  /* line 1, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/hp-sheet.scss */
  .hp-sheet {
    width: 896px;
  }
  /* line 92, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/hp-sheet.scss */
  .hp-sheet .content .cont-grid {
    display: block;
  }
  /* line 94, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/hp-sheet.scss */
  .hp-sheet .content .cont-grid img {
    display: block;
    width: calc(540px - 4rem);
    margin: 2rem auto 0;
  }
}

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

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

@media screen and (max-width: 639px) {
  /* line 110, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/hp-sheet.scss */
  .hp-sheet .content .table1 {
    overflow: scroll;
  }
  /* line 112, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/hp-sheet.scss */
  .hp-sheet .content .table1 > div {
    width: calc(640px - 4rem);
  }
}

@media screen and (max-width: 539px) {
  /* line 118, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/hp-sheet.scss */
  .hp-sheet .content .cont-grid img {
    width: 100%;
  }
}

/*# sourceMappingURL=hp-sheet.css.map */