/*original--------------------*/
body {
  color: #5b564f;
}

.fukuda-service {
  padding: 0 10px;
}

.fukuda-service_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 1px var(--wp--preset--color--sm-accent);
  padding: 0 15px;
}
.fukuda-service_title img {
  height: 40px;
  margin-right: 10px;
}
.fukuda-service_title span {
  display: block;
}

.flow-card {
  border-radius: 8px !important;
}
.flow-card .flow-title {
  border-bottom: solid 1px var(--wp--preset--color--sm-accent);
}

.c-prev-next-nav {
  display: none;
}

.l-1row-header__branding, .l-1row-header__content, .l-2row-header__row:first-child {
  padding: 0;
}

.menu-item a {
  padding: 8px 15px !important;
}

.p-archive {
  margin-bottom: 60px;
}

.custom-header-image {
  margin-top: 80px;
  width: 100%;
  max-height: 280px;
  overflow: hidden;
}
.custom-header-image img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}