/* line 3, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/santac-ring.scss */
.santac-ring .content > div:first-child {
  margin-top: 4rem;
}

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

/* line 13, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/santac-ring.scss */
.santac-ring .content .photo {
  display: flex;
  width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* line 20, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/santac-ring.scss */
.santac-ring .content .photo div {
  width: 23%;
}

/* line 22, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/santac-ring.scss */
.santac-ring .content .photo div span {
  padding-bottom: 1rem;
}

/* line 25, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/santac-ring.scss */
.santac-ring .content .photo div img {
  width: 100%;
  height: auto;
}

/* line 32, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/santac-ring.scss */
.santac-ring .content .table1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

/* line 35, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/santac-ring.scss */
.santac-ring .content .table1 > div {
  height: 2rem;
  border-bottom: 1px solid #aaa;
  border-right: 1px solid #aaa;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 43, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/santac-ring.scss */
.santac-ring .content .table1 > div:first-child {
  height: auto;
  grid-column: 1/4;
  border-right: 0;
}

/* line 47, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/santac-ring.scss */
.santac-ring .content .table1 > div:first-child span {
  width: 100%;
}

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

/* line 54, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/santac-ring.scss */
.santac-ring .content .table2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* line 58, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/santac-ring.scss */
.santac-ring .content .table2 > div {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 48%;
}

/* line 62, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/santac-ring.scss */
.santac-ring .content .table2 > div:first-child {
  display: block;
  width: 100%;
}

/* line 66, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/santac-ring.scss */
.santac-ring .content .table2 > div > div {
  height: 2rem;
  border-bottom: 1px solid #aaa;
  border-right: 1px solid #aaa;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 74, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/santac-ring.scss */
.santac-ring .content .table2 > div > div:first-child {
  height: auto;
  grid-column: 1/6;
  border-right: 0;
  font-size: 1.1rem;
}

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

/* line 86, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/santac-ring.scss */
.santac-ring .content .last {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

/* line 89, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/santac-ring.scss */
.santac-ring .content .last .test {
  display: grid;
  grid-template-columns: 300px 1fr;
  margin-right: 4%;
}

/* line 93, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/santac-ring.scss */
.santac-ring .content .last .test img {
  width: 100%;
}

/* line 94, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/santac-ring.scss */
.santac-ring .content .last .test span {
  grid-column: 1/3;
}

/* line 95, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/santac-ring.scss */
.santac-ring .content .last .test > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 2rem 2rem;
  margin-left: 2rem;
}

/* line 100, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/santac-ring.scss */
.santac-ring .content .last .test > div > div {
  border-bottom: 1px solid #aaa;
  border-right: 1px solid #aaa;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 107, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/santac-ring.scss */
.santac-ring .content .last .test > div > div:nth-child(2n+1) {
  border-left: 1px solid #aaa;
}

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

/* line 115, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/santac-ring.scss */
.santac-ring .content .last .caution {
  margin-left: 4%;
}

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

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

@media screen and (max-width: 1439px) {
  /* line 1, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/santac-ring.scss */
  .santac-ring {
    width: 1024px;
  }
  /* line 124, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/santac-ring.scss */
  .santac-ring .content .last .test {
    grid-template-columns: 240px 1fr;
  }
}

@media screen and (max-width: 1279px) {
  /* line 1, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/santac-ring.scss */
  .santac-ring {
    width: 896px;
  }
  /* line 129, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/santac-ring.scss */
  .santac-ring .content .photo div {
    width: 42%;
    margin-bottom: 2rem;
  }
  /* line 133, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/santac-ring.scss */
  .santac-ring .content .last .test {
    grid-template-columns: 1fr;
  }
  /* line 135, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/santac-ring.scss */
  .santac-ring .content .last .test span {
    grid-column: 1;
  }
  /* line 136, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/santac-ring.scss */
  .santac-ring .content .last .test img {
    width: 60%;
    margin: auto;
  }
  /* line 137, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/santac-ring.scss */
  .santac-ring .content .last .test > div {
    grid-row: 2;
    margin: 1rem 0;
  }
}

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

@media screen and (max-width: 767px) {
  /* line 1, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/santac-ring.scss */
  .santac-ring {
    width: calc(100% - 4rem);
  }
  /* line 150, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/santac-ring.scss */
  .santac-ring .content .table2 {
    display: block;
  }
  /* line 152, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/santac-ring.scss */
  .santac-ring .content .table2 > div {
    width: 100%;
    margin: 1rem auto;
  }
  /* line 157, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/santac-ring.scss */
  .santac-ring .content .last {
    display: block;
  }
}

@media screen and (max-width: 639px) {
  /* line 163, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/santac-ring.scss */
  .santac-ring .title {
    letter-spacing: 0;
  }
  /* line 165, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/santac-ring.scss */
  .santac-ring .content .photo {
    display: block;
  }
  /* line 167, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/santac-ring.scss */
  .santac-ring .content .photo div {
    width: 100%;
  }
  /* line 169, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/santac-ring.scss */
  .santac-ring .content .photo div img {
    display: block;
    width: 60%;
    margin: auto;
  }
}

@media screen and (max-width: 479px) {
  /* line 180, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/santac-ring.scss */
  .santac-ring .content .photo div img {
    width: 80%;
  }
}

/*# sourceMappingURL=santac-ring.css.map */