.Breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  list-style: none;
  gap: 0.2em;
}

.Breadcrumbs >*:last-child {
  color: #014081;
}


.BusinessSection .BusinessSection__List img{
  border: 3px solid #00469d;
}

.ActionPrinciples .ActionPrinciples__ItemLabel{
  background: #12bca0;
}

.PageHeader__NavPanelInner.-business{
  @media screen and (max-width: 940px) {
    ul > *:first-child {
      grid-column: span 2;
    }
  }
}

.CompanyLocations th{
  padding-left: 1em;
}

/* フォーム関連 */
.ContactFormButtons__Button {
  .wpcf7-spinner{
    display: none;
  }
}
.wpcf7-form-control-wrap {
  > .wpcf7-not-valid-tip {
    display: none;
    margin-top: 10px;
  }

  &.is-show {
    > .wpcf7-not-valid-tip {
      display: block;
    }
  }
}

.Table td{
  background: #fff;
}

.ContactForm input[type="date"]{
    box-sizing: border-box;
    width: 100%;
    max-width: 400px;
    height: 40px;
    padding: 0 12px;
    border: 1px solid #707070;
    border-radius: 5px;
    font-size: 16px;
    line-height: 40px;
}

