.lp-profile {
  font-size: 14px;
  font-size: 3.7333333333vw;
}
@media (min-width: 768px) {
  .lp-profile {
    font-size: 1.4rem;
  }
  .lp-profile .cmn__def--ttl {
    width: 32%;
  }
  .lp-profile .cmn__def--data {
    width: 65%;
  }
  .lp-profile .cmn-detail__def.dt--short .cmn-detail__def--ttl {
    width: 15%;
  }
  .lp-profile .cmn-detail__def.dt--short .cmn-detail__def--data {
    width: 82%;
  }
  .lp-profile .cmn-detail__def.dt--long .cmn-detail__def--ttl {
    width: 45%;
  }
  .lp-profile .cmn-detail__def.dt--long .cmn-detail__def--data {
    width: 50%;
  }
  .lp-profile .cmn__list--item {
    margin: 0 0 12px;
  }
}
