.top section {
  padding: 30px 10px;
  font-size: 16px;
}
.top section .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.top section h2 {
  font-size: 22px;
  color: #4B2479;
  font-weight: bold;
  padding-bottom: 14px;
  text-align: center !important;
}
.top .about {
  margin-top: 30px;
  text-align: center;
}
.top .about p {
  text-align: center;
}
.top .topic h2 {
  text-align: center;
}
.top .topic li {
  padding: 0 0 8px 20px;
  margin-top: 0;
  background-image: url("../images/icon-check.png");
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: left 3px;
  max-width: 630px;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .top .topic li {
    display: inline-block;
    vertical-align: top;
  }
  .top .topic .l {
    width: calc(53% - 20px);
  }
  .top .topic .r {
    width: calc(47% - 20px);
  }
}
.top .keynote {
  background: #eee;
  color: #000;
}
.top .keynote * {
  text-align: center;
  font-weight: bold;
}
.top .keynote div {
  display: block;
}
.top .keynote h2 {
  text-align: center;
}
.top .keynote .sp01 {
  max-width: 300px;
  margin: 15px auto 0;
  background-color: #fff;
}
.top .keynote .sp01 .time {
  padding: 5px;
  background-color: #4B2479;
  color: #fff;
}
.top .keynote .sp01 .speaker {
  padding: 15px;
}
.top .keynote .sp01 .speaker :nth-child(2) {
  padding: 15px 0 5px;
}
.top .keynote .sp01 .speaker :last-child {
  font-weight: normal;
}
.top .pannel .inner div {
  border: 1px solid #4B2479;
  position: relative;
  padding: 5px;
  margin-top: 10px;
}
.top .pannel .inner div + div {
  margin-top: 25px;
}
.top .pannel .inner div .time {
  position: relative;
  display: inline-block;
  top: -15px;
  left: -6px;
  background: #4B2479;
  color: #fff;
  font-weight: bold;
  padding: 0 20px 4px;
  width: 150px;
}
.top .pannel .inner div .title {
  display: inline-block;
  padding-left: 15px;
}
.top .pannel .inner div .title small {
  font-size: 80%;
}
.top .lunch {
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .top .lunch .inner {
    display: flex;
  }
}
@media screen and (min-width: 1000px) {
  .top .lunch .inner > div {
    width: 57%;
  }
  .top .lunch .inner > div + div {
    width: 43%;
    margin-left: 20px;
    margin-top: 1px;
  }
}
.top .lunch .inner > div h2 {
  position: relative;
}
.top .lunch .inner > div h2 span {
  position: relative;
  display: inline-block;
  padding: 0 5px 1px;
  margin-right: 10px;
  font-size: 80%;
  top: -3px;
  border: 1px solid #4B2479;
}
.top .lunch .inner > div div {
  border: #FDB71A 1px solid;
}
.top .lunch .inner > div div h3 {
  background: #FDB71A;
  color: #fff;
  font-weight: bold;
  text-align: left;
  padding: 0 15px 3px;
}
.top .lunch .inner > div div p {
  padding: 15px 15px 5px;
  font-weight: bold;
}
.top .lunch .inner > div div p + p {
  font-weight: normal;
  padding: 0 15px 15px;
  font-size: 80%;
}
.top .outline {
  margin-top: 20px;
  background: #eee;
}
.top .outline h2 {
  border-bottom: #bbb 1px solid;
  margin-bottom: 15px;
}
.top .outline h2 + div {
  padding-bottom: 30px;
}
.top .outline h3 {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  padding-top: 10px;
}
.top .outline ul + h3 {
  padding-top: 30px;
}
.top .outline li {
  padding: 0 10px;
}/*# sourceMappingURL=2025.css.map */