.logo {
  position: relative;
}

.logo-tel {
  position: absolute;
  /* outline: 1px solid red; */
  width: 270px;
  height: 40px;
  top: 36px;
}

.d-lg-block {
  .logo-tel {
    left: calc(50% + 100px);
  }
}

.d-lg-none {
  .logo-tel {
    padding: 0;
    right: 0;
  }
}

/* アンカーのスクロール */
@media screen and (max-width: 991px) {
  .anchor {
    scroll-margin-top: -40px;
  }
}
@media screen and (max-width: 767px) {
  .anchor {
    scroll-margin-top: -120px;
  }
}

@media screen and (max-width: 767px) {
  .d-lg-none {
    .logo-tel {
      top: 15px;
      width: 110px;
      height: 18px;
    }
  }
}

.cta2 {
  ul {
    color: #fff;
    line-height: 2;
  }
  .col-lg-9 {
    margin-inline-start: auto;
    margin-inline-end: auto;
  }
}

.h4 {
  font-weight: bold;
  text-align: left;
  color: #555;
  margin-bottom: 1em;
  &:not(:first-child) {
    margin-top: 1em;
  }
}

.services ul {
  padding: 0;
  list-style: none;
  text-align: left;
  li {
    padding-bottom: 6px;
  }
}

.section-subtitle {
  p:not(:last-child) {
    margin-bottom: 1em;
  }
}

.text-start {
  text-align: start;
  p {
    line-height: 1.8;
  }
}

.notice {
  color: red;
}

#footer {
  p {
    margin-bottom: 1em;
  }
  a {
    color: #fff;
    text-decoration: underline;
  }
  .tel a {
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  .services .table td .small {
    white-space: normal;
  }
}

.pp {
  &.col-lg-9 {
    margin-inline-start: auto;
    margin-inline-end: auto;
  }
  p {
    line-height: 2;
  }
  .section-title {
    .h1 {
      font-size: 32px;
      color: #604c3f;
      font-weight: 600;
      margin-bottom: 20px;
      padding-bottom: 20px;
      position: relative;
    }
  }
  .section-subtitle {
    .h2 {
      font-size: 28px;
      color: #555;
      text-align: left;
      font-weight: bold;
      text-transform: uppercase;
      margin-top: 2em;
      margin-bottom: 15px;
      padding-bottom: 15px;
      position: relative;
    }
    .h2::after {
      content: '';
      position: absolute;
      display: block;
      width: 60px;
      height: 3px;
      background: #519044;
      bottom: 0;
      left: 0;
    }
  }
  .h3 {
    font-weight: bold;
    font-size: 1.2em;
  }
}
