.l-header__button.__contact {
  background-color: #e9b07c;
  transition: 0.3s;
  color: #000;
}
.l-header__button.__contact:hover {
  background-color: #ed8220;
  color: #fff;
}

.naviList {
  display: flex;
  list-style-type: none;
}
.naviList > li:nth-child(1) {
  margin-right: 15px;
}

@media only screen and (max-width: 1544px) {
  .l-header__button {
    width: 136px !important;
    height: 42px;
  }
}

.contactTextBlock {
  margin-top: 2%;
}
@media only screen and (max-width: 767px) {
  .contactTextBlock {
    text-align: left;
    letter-spacing: 0.09em;
  }
}

.commonComent {
  margin-top: 10px;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .commonComent {
    font-size: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .text-align-left-sp {
    text-align: left !important;
  }
}

.pc3 {
  display: none;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .pc3 {
    display: block;
  }
}/*# sourceMappingURL=import.css.map */