header {
  background: #FCFBFF;
}

.header {
  display: flex;
  justify-content: space-between;
}

.header .h_btnArea {
  display: flex;
  align-items: center;
}

.header .h_btnArea li {
  margin-right: 30px;
}

.header .h_btnArea li:last-child {
  margin-right: 0px;
}

.header .h_btnArea li a {
  color: #4E4E4E;
}
.header .h_btnArea li a:hover {
  opacity: 0.8;
}

.h_logo {
  display: flex;
  width: 250px;
  margin-left: 88px;
  margin-top: 25px;
}
.h_logo a:hover {
  opacity: 0.8;
}

.h_btn {
  background: #462A8B;
  border-radius: 0 0 0 20px;
  padding: 1.2em 2.5em;
  color: #FFFEFF !important;
  font-size: 2.4rem;
  display: inline-block;
}/*# sourceMappingURL=header.css.map */