﻿.local-nav {
  max-width: 740px;
  margin: 60px auto 0;
}

.cmn-fund_header {
  width: max(1024px, 100%);
  height: 147px;
  margin-bottom: 50px;
  background: #fff url(/environment/fund/harmonist_fund/img/common/header_01.jpg) no-repeat center top;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cmn-fund_header>.inner {
  width: min(1024px, 100%);
}

.cmn-fund_header .title {
  display: flex;
  flex-wrap: wrap;
  column-gap: 6px;
  padding-inline: 20px;
}

@media screen and (max-width: 767px) {
  .local-nav {
    margin-top: 30px;
  }

  .cmn-fund_header {
    width: initial;
    height: initial;
    background: #3F4240 url(/environment/fund/harmonist_fund/img/top/img_01.jpg) no-repeat center top;
    background-size: 130% auto;
  }

  .cmn-fund_header>.inner {
    padding: 21px 20px;
  }

  .cmn-fund_header .title {
    padding-inline: 0;
    column-gap: 4px;
    display: block;
  }

  .cmn-fund_header .title img {
    height: 2.155em;
  }

  .cmn-fund_header h1,
  .cmn-fund_header p {
    display: inline;
  }

}