.heading01 {
  margin-top: 30px;
  background-color: #7c51a1;
}
.heading01::after {
  border-color: transparent transparent #bea8d0 transparent;
}

.heading02 {
  background-color: #f2edf5;
  border-bottom: 2px solid #7c51a1;
}

.heading03 {
  font-size: 2.4rem;
  border-bottom: 1px solid #7c51a1;
}

.heading04::before {
  background-color: #7c51a1;
}

.heading07 {
  margin-top: 0;
  background-color: #7c51a1;
}

strong, b, em {
  color: #7c51a1;
}

h3 + p {
  margin-top: 30px;
}
h3 + .tabl__data02 {
  margin-top: 10px;
}

.wrap__content {
  border-color: #7c51a1;
}

.dl__data02 dt {
  color: #7c51a1;
}

.wrap__col2 .col {
  padding-bottom: 10px;
}
.wrap__col2 .col figure, .wrap__col2 .col p {
  margin-top: 30px;
}
.wrap__col2 .col figure {
  text-align: center;
}

.tabl__data02 {
  display: table;
  width: 100%;
  border-bottom: 1px dashed #ccc;
}
.tabl__data02:first-child {
  margin-top: 15px;
}
.tabl__data02:last-child {
  margin-bottom: 50px;
}
.tabl__data02 > * {
  display: table-cell;
  padding: 15px 0 13px;
  vertical-align: middle;
  font-size: 1.4rem;
}
.tabl__data02 + h3 {
  margin-top: 50px;
}
.tabl__data02 + .wrap__col {
  margin-top: 50px;
}
.tabl__th {
  width: 110px;
  font-weight: bold;
}
