.nd-page-header {
  display:flex;
  justify-content: space-between;
  align-items: center;
  margin-left: -16px;
  margin-right: -16px;
  padding: 8px 16px;
  height: 49px;
  background: rgb(255, 255, 255);
  border-bottom: solid 1px rgb(234, 234, 234);
}

.spectrum:lang(ja) .nd-page-header-title h1.spectrum-Heading1 {
  display: inline-block;
  letter-spacing: 0;
  font-size: 1.1rem;
  margin-top: -1px;
}

.spectrum:lang(ja) .nd-page-header-title h1.spectrum-Heading1 span {
  font-size: 0.875rem;
}

.nd-page-header-space {
  width: 80px;
  min-height: 10px;
}

.nd-header-return {
  width: 80px;
  min-height: 10px;
}

.nd-header-return a {
  display: none;
}

.nd-page-header-button {
  padding: 0;
  width: 80px;
  min-height: 10px;
}

@media screen and (min-width: 768px) {
  .nd-header-return {
    width: auto;
  }
  .nd-header-return a {
    display: block;
  }
  .nd-page-header-space {
    display: none;
  }
  .nd-page-header {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    background: transparent;
    border-bottom: none;
  }
  .nd-page-header-button {
    width: auto;
    padding: 0 0 8px 16px;
  }
  .spectrum:lang(ja) .nd-page-header-title h1.spectrum-Heading1 {
    font-size: 1.8rem;
    margin-top: -8px;
  }
  .spectrum:lang(ja) .nd-page-header-title h1.spectrum-Heading1 span {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 960px) {

}


