@charset "Shift_JIS";

.pskey {
    display: flex;
    align-items: center;
    word-break: keep-all;
    font-weight: bold;
  }
  
.pskey::before {
    content: '';
    flex-grow: 1;
    width: 36%;
    height: 1px;
    background: #ddd;
    margin-right: 15px;
}

.pskey::after {
    content: '';
    flex-grow: 1;
    width: 64%;
    height: 1px;
    background: #ddd;
    margin-left: 15px;
}