.main-content {
  width: 860px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 130px;
  padding-bottom: 80px;
}

.tleStyle2 {
  color: #481c87;
  font-size: 1.4285714286em;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}
.tleStyle2:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.5em;
  position: absolute;
  bottom: 0.1em;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(192, 108, 181, 0.1);
}
.tleStyle3 {
  font-size: 1.2857142857em;
  padding-left: 1.4em;
  position: relative;
  margin-bottom: 30px;
}
.tleStyle3:before {
  content: "";
  display: block;
  width: 1em;
  height: 3px;
  position: absolute;
  top: 0.85em;
  left: 0;
  background-color: #481c87;
}

.small-90 {
  font-size: 0.9em;
}

.information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.information dt {
  width: 5em;
}
.information dd {
  width: calc(100% - 5em);
}

.timetable {
  font-size: 0.9285714286em;
  border: 1px solid #dfd8d2;
}
.timetable th {
  text-align: center;
  color: #481c87;
  background-color: #fff9fe;
  font-weight: 400;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 1px solid #dfd8d2;
}
.timetable td {
  padding: 15px 20px;
  border: 1px solid #dfd8d2;
}
.timetable .time {
  width: 5em;
  font-weight: 400;
}
.timetable .breaktime {
  background-color: #efefef;
}
.timetable span {
  display: block;
}
.timetable .act-name {
  width: 20em;
}