@charset "UTF-8";
/* line 1, app/assets/stylesheets/components/navbar/styles.scss */
.NavBar {
  top: 0;
  position: fixed;
  width: 100%;
  height: var(--navbar-height);
  z-index: 999;
}

/* line 8, app/assets/stylesheets/components/navbar/styles.scss */
.NavBar .NavBarSearch {
  width: 100%;
  max-width: 520px;
}

/* line 13, app/assets/stylesheets/components/navbar/styles.scss */
.NavBar .test-color {
  color: green !important;
}

/* line 17, app/assets/stylesheets/components/navbar/styles.scss */
.NavBar a:active {
  color: inherit !important;
  background-color: inherit !important;
}

/* line 1, app/assets/stylesheets/components/container/styles.scss */
.Container.hasNavBarContents {
  padding-top: var(--navbar-height);
}

/* 576px未満 */
/* 576px以上 */
/* 768px以上 */
/* 992px以上 */
/* 1200px以上 */
/* 1400px以上 */
/* line 5, app/assets/stylesheets/science_hub/commons/howto_signup/styles.scss */
ol li {
  list-style: auto;
  margin-bottom: 3rem;
  padding: 2rem;
  background-color: #EBE9E4;
}

/* line 12, app/assets/stylesheets/science_hub/commons/howto_signup/styles.scss */
.BreadCrumb ol li {
  margin-bottom: 0px;
  padding: 0px;
  background-color: inherit !important;
}
