@charset "UTF-8";
.block-simple-header {
  background-color: #000000;
  box-sizing: border-box;
  display: block;
  width: 100%;

  height: 64px;
  padding: 20px 0 0;
}

.block-simple-header *, .block-simple-header *:before, .block-simple-header *:after {
}

.block-simple-header a {
  display: block;
  margin: 0 auto;
  width: 126px;
}

.block-simple-header a:not([class]) {
  color: #000000;
}

.block-simple-header img {
  width: 100%;
}

@media screen and (min-width: 737px) {
  /* --- pc --- */
}

@media screen and (max-width: 736px) {
  /* --- sp --- */
}
