.seminar-lead {
    font-size: 1em;
    text-align: center;
    margin: 20px 0;
}

.seminar-midashi {
    font-size: 1.5em;
    text-align: center;
    margin: 20px 0;
    color: red;
}

.seminar-kouza {
    font-size: 1.2em;
}
.spseminar .seminar-section {
    margin: 20px 0;
}
p.seminar-place {
    font-size: 1.2em;
    font-weight: bold;
    margin: 10px 0;
}
.seminar-closed .section {
    display: none;
}
.d-flex.flex-around{
    display: flex;
    justify-content: center;
}
.seminar-moushikomi {
    text-align: center;
    padding: 20px 0;
    border: 1px solid #ccc;
}
.online-seminar-sections {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    margin: 0.5rem 0;
}
.online-seminar-sections .seminar-no {
    margin-right: 10px;
}
.online-seminar-sections .seminar-date {
    margin-right: 10px;
    font-weight: bold;
    color: red;
    font-family: Consolas, 'Courier New', Courier, Monaco, monospace;
}
.online-seminar-sections .seminar-title {
}
.paragraph {
    margin: 1em;
}
.seminar-icon {
    margin-right: 6px;
}
.seminar-button-inline {
    text-align: right;
    flex: 1;
}
.seminar-button-inline .btn {
    padding: 0 1em;
    margin: 0;
    line-height: initial;
    font-size: 12px;
}
