.freeter-brand-header {
  width: 100%;
  background: #fff;
  border-bottom: 3px solid #1676c4;
  box-sizing: border-box;
}

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

.freeter-brand-header__logo {
  display: inline-block;
  line-height: 0;
  text-decoration: none;
}

.freeter-brand-header__logo img {
  display: block;
  width: 315px;
  max-width: 100%;
  height: auto;
  border: 0;
}

.service-selection-policy {
  margin: 12px 0 20px;
  padding: 14px 16px;
  color: #40556a;
  font-size: 13px;
  line-height: 1.8;
  background: #f4f8fc;
  border: 1px solid #d5e2ee;
  border-radius: 7px;
}

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

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