@charset "UTF-8";

/* このファイルに記載することでCSSを上書きできます
html {
  color: #F00;
}
*/
.header-link-txt{
  color:#fff !important;
  display: block;
  line-height: 38px;
  margin-right: 10px;
}
.s-header-wrap__logo {
    width: 94px;
}

@media screen and (min-width: 992px) {
.s-header-wrap__logo {
    width: 133px;
}
