.president-profile {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-top: 2rem;
  flex-wrap: wrap;
}

.president-photo {
  width: 170px;
  height: 208px;
  border-radius: 8px;
  object-fit: cover;
}

.president-info {
  font-family: inherit;
  line-height: 1.6;
}

.president-org {
  font-size: 1rem;
  color: #000;
  margin: 0;
}

.president-title {
  font-size: 1rem;
  color: #000;
  margin: 0.2em 0;
}

.president-name {
  font-size: 1.5rem;
  color: #000;
  margin: 0.2em 0 0;
}

.seminar-list{
	padding:2.5%;
	background:#fff;
	border-radius:15px;
}
.seminar-list dt{
	margin-bottom:20px;
}

.seminar-list li{
	margin:7px 0 7px 20px;
	list-style:outside;
	list-style-type:disc;
}

.seminar-list a{
	text-decoration:underline;
	color: #0071BC;
}