@charset "utf-8";

.p-fv .inner {
  padding-top: calc(var(--header-height) + 64px);
  padding-bottom: 40px;

}

.p-fv .inner .site-tit {
  font-weight: 500;
  font-size: clamp(1.5rem, 1.379rem + 0.52vw, 2rem);
  color: #efa228;
}

.p-fv {

  border-bottom: 1px solid #c1c1c1;
}

.breadlist {
  padding-top: 11px;
  display: flex;
  align-items: center;
  max-width: 1728px;
  width: 90%;
  margin: 0 auto;
  gap: .5em;
  font-weight: 400;
  font-size: clamp(0.75rem, 0.72rem + 0.13vw, 0.875rem);
  color: #000;
}

.gjs-dashed .breadlist {
  position: relative;
  z-index: 10;
}