.top-summary > dl {
    flex-wrap: wrap;
    border-bottom: 1px solid #ccc;
}

.top-summary > dl > dt {
    font-weight: normal;
    width: 210px;
    text-align: left;
}

.top-summary > dl > dt, .top-summary > dl > dd {
    /* padding: 12px; */
    box-sizing: border-box;
}

.top-summary > dl > dt {
    border-top: 1px solid #ccc;
    width: 100%;
    /* background: #EEE; */
    /* height: 60px; */
    color: #23861F;
    padding-top: 12px;
    padding-bottom: 3px;
}

.top-summary > dl > dd {
    border-width: 1px 0px 0px 1px;
    padding-bottom: 12px;
}


.top-summary > dl > dd > dl {
    display:flex;
    gap: 5px;
    flex-direction: column;
}

.top-summary > dl > dd > dl + dl {
    margin-top: 1em;
    /* display: flex; */
}

.top-summary > dl > dd > dl dt {
    /* float: left; */
    width: 111px;
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    font-weight: bold;
}

.top-summary > dl > dd > dl dt span {
    /* width: 73px; */
    display:inline-block
}

.top-summary > dl > dd > dl dd {
    position: relative;
    /* margin-left: 170px; */
    flex: 1;
    font-size: 13px;
}

.top-summary > dl > dd a {
    text-decoration: underline;
}

.top-summary h2 {
    text-align: center;
    margin: 3em 0 1.5em;
    font-size: 18px;
}