.program + .program{
  margin-top: 40px;
}

.program-head{
  position: relative;
  border-bottom: solid 1px #1BA6D8;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.program-head h3{
  color: #1BA6D8;
  font-size: 20px;
}

.program-head span{
  position: absolute;
  right: 0;
  bottom: 10px;
  font-size: 14px;
}

.program-theme{
  margin-bottom: 15px;
  gap: 10px;
  display: flex;
  align-items: flex-start;
}

.program-theme dt{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1BA6D8;
  color: #fff;
  font-weight: bold;
  width: 50px;
  padding: 4px 0;
}

.program-theme dd{
  color: #1BA6D8;
  font-size: 18px;
  font-weight: bold;
}

.program-person{
  margin-bottom: 10px;
  gap: 10px;
  display: flex;
  align-items: flex-start;
}

.program-person dt{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #22AC38;
  color: #fff;
  font-weight: bold;
  width: 50px;
  font-size: 12px;
  padding: 2px 0;
}

.program-person dd{
  font-size: 14px;
}

.program-detail{
  margin-top: 20px;
  padding: 30px 20px;
  border-radius: 10px;
  background-color: #fdf8e2;
}

.program-item{
  font-size: 14px;
  margin-bottom: 10px;
  gap: 10px;
  display: flex;
  align-items: flex-start;
}

.program-item + .program-item{
  margin-top: 10px;
}

.program-item dt{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
  border: solid 1px  #666;
  font-weight: bold;
  width: 50px;
  font-size: 12px;
  padding: 2px 0;
}

.program dd{
  flex: 1;
}

.program dd p{
  display: flex;
}

.program dd p span:first-child{
  white-space: nowrap;
}

.program dd p span:last-child{
  margin-left: 1em;
  text-indent: -1em;
}