.tcd-round-heading{
  width:100%;
  display:flex;
  justify-content:center;
  margin-top: var(--tcd-rh-mt-pc, 0px) !important;
  margin-bottom: var(--tcd-rh-mb-pc, 0px) !important;
}

.tcd-round-heading__inner{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: var(--tcd-rh-py-pc, 14px) 30px; /* 横幅は固定気味がそれっぽい */
  border-radius: 999px;
  background: var(--tcd-rh-bg, #d36a00);
  color:#fff;
  font-size: var(--tcd-rh-font-pc, 18px);
  font-weight: 400;
  line-height: 1.2;
  text-align:center;
  white-space: nowrap;
  min-width: 280px;
}

@media (max-width: 767px){
  .tcd-round-heading{
    margin-top: var(--tcd-rh-mt-sp, 0px) !important;
    margin-bottom: var(--tcd-rh-mb-sp, 0px) !important;
  }
  .tcd-round-heading__inner{
    padding: var(--tcd-rh-py-sp, 12px) 30px;
    font-size: var(--tcd-rh-font-sp, 14px);
    min-width: 200px;
  }
}
