.l-content .section .flex{
    display: flex;
    align-items: center;
}

.l-content .section .capacity {
    width: 180px;
    height: 36px;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    background-color: #00398c;
    display: flex;
    align-items: center;
    justify-content: center;
}

.l-content .section .ttl{
    font-size: 15px;
    line-height: 21px;
    font-weight: bold;
    border-bottom: 1px solid #333333;
    display: inline-block;
}

.l-content .section .txt{
    font-size: 14px;
}