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

.prof_seminar {
}
.prof_seminar img {
    max-width: 250px;
    margin: 5px;
}