.logo-wrap {
  width: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
}

.npj-logo {
  width: 60px;
}

.npj-logo img {
  width: 100%;
  height: auto;
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  .logo-wrap {
    margin-left: 15px;
  }

  .drawer_box .logo-wrap {
    justify-content: center;
    margin-left: 0;
  }
}
