@charset "shift_jis";
.wrapper #simple-header {
  width: 100%;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.wrapper #simple-header .header-inner {
  max-width: 870px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 36px;
  padding: 0 15px;
}
.wrapper #simple-header .header-inner .header-logo {
  height: 60px;
  display: flex;
  align-items: center;
}
.wrapper #simple-header .header-inner .header-logo a {
  max-height: 46px;
}
.wrapper #simple-header .header-inner .header-logo a .block-header-logo--img {
  width: 90px;
  height: 46px;
}
.wrapper #simple-header .header-inner p {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.8px;
}
