@charset "UTF-8";

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 84px;
  z-index: 102;
}

.p-header__logo {
  position: absolute;
  top: 17px;
  left: 20px;
  width: 89px;
  height: 67px;
}

.p-header__btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 236px;
  height: 72px;
  background: url(../images/header-btn.png) no-repeat top right/cover;
}

.p-header__btn-text {
  color: #ffffff;
  padding-top: 15px;
  padding-left: 76px;
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0.7px;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
.p-header__btn-text::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 51px;
  width: 14px;
  height: 11px;
  background: url(../images/icon-mail.svg) no-repeat center center/contain;
}