
/* .member-header
--------------------------------------------------------- */
.member-header {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 83px;
  max-width: 1360px;
  margin: 0 auto;
  background-color: #ffffff;
}
.member-header h1 {
  width: auto;
  padding-left: 40px;
  font-size: 2.4rem;
  font-weight: 400;
}

@media (max-width: 767px) {
  .member-header {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 49px;
    background-color: #fafafa;
  }
  .member-header h1 {
    padding-left: 20px;
    font-size: 1.3rem;
    font-weight: 700;
  }
}
