.box-019 {
    position: relative;
    margin-top: 1em;
    padding: 1.8em 1.5em 1em 1.5em;
    border: 2px solid #770000;
}

.box-019 > div {
    position: absolute;
    font-size: 2.5rem;
    top: -1.15em;
    left: -.5em;
    padding: .4em 1.4em;
    border-radius: 25px;
    background: linear-gradient(150deg, #ff0e0e, #770000);
    color: #fff;
    font-size: .9em;
}

.box-019 > div::before {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 8px;
    background: linear-gradient(150deg, #ff0e0e, #770000);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

.box-019 p {
    margin: 0;
}

.staff2 .staff2_list {
  display: flex;
}
.staff2 .staff2_list dt,
.staff2 .staff2_list dd {
  padding: 0 15px; /* dtとdd間のスペース */
}