/* 共通 */
.c-label__dt{
  min-width: 155px;
  flex-shrink: 0;
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
  padding: 5px 15px;
  border-radius: 999px;
}
.c-label__dd{
  font-size: 1.6rem;
  line-height: 2.3;
}
/* pc */
@media print, screen and (min-width: 769px) {
  .c-label{
    display: flex;
    align-items: flex-start;
  }
  .c-label__dd{
    margin-left: 15px;
  }
}
/* sp */
@media screen and (max-width: 768px) {
  .c-label__dt{
    display: inline-block;
  }
}
