/* line 2, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass/identity.scss */
#identity > div {
  width: 1280px;
  padding: 1rem 3rem;
  margin: 0 auto;
  border-top: 1px solid #666;
}

/* line 8, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass/identity.scss */
#identity > div div {
  text-align: center;
  font-weight: 600;
  font-size: 1.2rem;
}

/* line 12, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass/identity.scss */
#identity > div div:first-child {
  margin-top: 1rem;
  font-size: 1.5rem;
  letter-spacing: 1rem;
}

/* line 19, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass/identity.scss */
#identity > div dl {
  display: grid;
  grid-template-columns: 14rem 1fr;
  margin: 1rem auto;
  padding-top: 1rem;
}

/* line 25, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass/identity.scss */
#identity > div dl:last-child {
  margin-bottom: 2rem;
}

/* line 29, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass/identity.scss */
#identity > div dl dt {
  font-weight: 600;
}

/* line 33, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass/identity.scss */
#identity > div dl dd {
  margin: 0;
}

/* line 40, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass/identity.scss */
.en > div div:first-child {
  font-size: 1.8rem !important;
  letter-spacing: 0 !important;
}

@media screen and (max-width: 1439px) {
  /* line 47, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass/identity.scss */
  #identity > div {
    width: 1024px;
  }
}

@media screen and (max-width: 1279px) {
  /* line 53, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass/identity.scss */
  #identity > div {
    width: calc(100% - 10rem);
  }
}

@media screen and (max-width: 767px) {
  /* line 59, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass/identity.scss */
  #identity > div {
    width: calc(100% - 10rem);
  }
  /* line 62, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass/identity.scss */
  #identity > div dl {
    grid-template-columns: 1fr;
  }
  /* line 65, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass/identity.scss */
  #identity > div dl dt {
    font-weight: 600;
    margin-bottom: 0.25rem;
  }
}

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