/* 不動産投資会社ランキング 共通ブランドヘッダー */
.fudousan-brand-header {
  width: 100%;
  background: #fff;
  border-bottom: 3px solid #2491a9;
  box-sizing: border-box;
}

.fudousan-brand-header__inner {
  width: min(960px, calc(100% - 32px));
  margin: 0 auto;
  padding: 14px 0 12px;
  box-sizing: border-box;
}

.fudousan-brand-header__logo {
  display: inline-block;
  line-height: 0;
}

.fudousan-brand-header__logo img {
  display: block;
  width: 306px;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 640px) {
  .fudousan-brand-header__inner {
    width: calc(100% - 24px);
    padding: 11px 0 9px;
  }

  .fudousan-brand-header__logo img {
    width: 270px;
  }
}
