@charset "utf-8";
* {
  margin: 0;
  padding: 0;
}
.top-c {
  background-color: #1891D8;
}
.top-c a {
  color: white;
}
.program-box {
  margin-bottom: 40px;
}
.program-box dl {
  margin-bottom: 20px;
}
.program-box dl dt {
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 10px;
}
.program-box dl dd {
  line-height: 1.6;
}
.t-indent {
  text-indent: -1em;
  margin-bottom: 4px;
  margin-left: 1em;
}
.circle-list{
  margin-bottom:10px;
}
main h3{
  margin-top: 35px;
}
