.c_heading {
  margin: 88px auto 80px;
}

@media screen and (max-width: 749px) {
  .c_heading {
    margin: 48px auto 40px;
  }
}

.c_heading .c_heading__heading.title {
  margin: 0;
  border-top: 1px solid #D5D5D5;
  padding-top: 13px;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.4px;

}

.c_heading__text {
  color: rgb(var(--color-foreground));
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 26px */
  letter-spacing: 1.3px;
}

@media screen and (max-width: 749px) {
  .c_heading__text {
    font-size: 12px;
    letter-spacing: 1.2px;
  }
}