/* ～～～～～～～～～～PC版　団体概要CSS～～～～～～～～～～ */
section.group table{
    margin: 0 auto;
}
section.group table tr{
    display: flex;
    flex-wrap: wrap;
}
section.group table th,
section.group table td{
    width: 100%;
    padding: 20px;
    border: 1px solid var(--border);
    text-align: center;
}
section.group table th{
    background-color: var(--back-light);
}
/* ==================定款、個人情報保護方針================== */
section.rule ul{
    margin: 50px 0;
}

.prof_seminar {
    padding: 0;
}
.prof_seminar img {
    max-width: 320px;
    margin: 5px;
}