.heading01 {
  margin-top: 30px;
  background-color: #8cc63f;
}
.heading01::after {
  border-color: transparent transparent #c6e39f transparent;
}

.heading02 {
  background-color: #f3f9eb;
  border-bottom: 2px solid #8cc63f;
}

.heading03 {
  font-size: 2.4rem;
  border-bottom: 1px solid #8cc63f;
}

.heading04::before {
  background-color: #8cc63f;
}
.heading04 + p {
  margin-top: 30px;
}

.heading07 {
  margin-top: 0;
  background-color: #8cc63f;
  text-align: left;
}
.heading07.center {
  text-align: center;
}

strong, b, em {
  color: #8cc63f;
}

h3 + p {
  margin-top: 30px;
}

.wrap__content {
  border-color: #8cc63f;
}
.wrap__content h3 {
  text-align: left;
}
.wrap__col2 .col {
  display: -webkit-flex;
  display: flex;
}
.wrap__col2 + p {
  margin-top: 30px;
}

.dl__data02.center {
  text-align: center;
}
.dl__data02 dt {
  color: #8cc63f;
}
.dl__data03 dt {
  color: #8cc63f;
}

.txt__cost {
  margin-top: 30px;
  font-size: 1.8rem;
}
.txt__cost em, .txt__cost b {
  color: #333;
}
.txt__cost span {
  font-size: 1.4rem;
}

.img__center + .wrap__content {
  margin: 50px 0;
}

@media screen and (max-width: 767px) {
  .img__center + .wrap__content {
    margin: 30px 0;
  }
}
