.contents .inner>section {
  padding: 0;
}

#program .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#program .inner ul li {
  font-size: 1rem;
  margin: 0;
  padding: 0;
}

/* == 総会プログラム・大会役員 ==========  */
#program .inner {
  width: 100%;
  max-width: 68rem;
  margin: 0 auto;
  padding: 2rem 2.5rem 0;
}

#program .contents h2 {
  font-size: 1.1rem;
  letter-spacing: 0;
  padding: 0.4rem 0.5rem;
  background-color: #c5e7f9;
  border-radius: 6px;
}

#program .contents h3 {
  letter-spacing: 0;
}

#program .contents dt div span {
  display: block;
  font-weight: normal;
  font-size: 14px;
}

#program .contents dd {
  margin-left: 0;
  font-size: 16px;
}

#program .contents dd figure {
  width: 400px;
  float: right;
  padding: 20px 0 0 20px;
}

#program .contents dd figure img {
  width: 100%;
}

#program .contents dd figure figcaption {
  font-size: 13px;
  text-align: right;
}

#program #youtube .outer {
  background: #FCF2F2;
  border-radius: 10px;
  display: flex;
  padding: 1rem 0 1rem 5rem;
}

#program #youtube .outer .detail {
  width: 63%;
  margin-right: 2rem;
}

#program #youtube .outer .detail h4,
#program #youtube .outer .detail h5 {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0 0 5px;
}

#program #youtube .outer .detail h5 {
  margin-left: -1rem;
}

#program #youtube .outer .detail p {
  color: #ff0000;
  font-size: 16px;
  font-weight: 600;
}

#program #youtube .outer .thumbnail {
  width: 220px;
}

#program #youtube .outer .thumbnail img {
  width: 100%;
  height: auto;
}

#program #youtube .none {
  display: none !important;
}

#program .topics h3 {
  margin: 0;
  padding-bottom: 10px;
}

#program .topics dl {
  background-color: rgba(144, 144, 144, 0.075);
  border-top: solid 1px #c9c9c9;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 20px 10px 10px;
}

#program .topics dl:nth-of-type(even) {
  background-color: #fff;
}

#program .topics dl:last-of-type {
  border-bottom: solid 1px #c9c9c9;
}

#program .topics dl dt {
  font-size: 16px;
  width: 180px;
}

#program .topics dl dd {
  font-size: 18px;
}

#program .topics dl dd h4,
#program .topics dl dd h5 {
  font-size: 18px;
  margin: 0;
}

#program .topics dl dd p {
  padding: 10px 0;
}

#program .yakuin h2 {
  font-size: 1.1rem;
  letter-spacing: 0;
  padding: 0.4rem 0.5rem;
  background-color: #c5e7f9;
  border-radius: 6px;
}

#program .yakuin dl {
  display: flex;
  align-items: start;
  margin: 0;
  padding: 20px 10px 10px;
}

#program .yakuin dl dt {
  font-size: 16px;
  margin: 0;
  width: 100px;
}

@media screen and (max-width: 736px) {
  #program .inner {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 1.25rem 0;
  }

  #program .contents h2 {
    font-size: 1.1rem;
  }

  #program .contents h2 span {
    display: block
  }

  #program .contents h3 {
    font-size: 0.9rem;
    margin: 0 0 1rem;
  }

  #program #youtube .outer {
    flex-direction: column;
    margin-bottom: 1rem;
    padding: 0.5rem;
  }

  #program #youtube .outer .detail {
    width: 100%;
  }

  #program #youtube .outer .detail h4,
  #program #youtube .outer .detail h5 {
    font-size: 0.9rem;
  }

  #program #youtube .outer .detail h5 {
    margin-left: -0.5rem;
  }

  #program #youtube .outer .detail p {
    font-size: 0.8rem;
  }

  #program #youtube .outer .thumbnail {
    margin-top: 10px;
  }
}

/* === 各科トピックス ========== */

@media screen and (max-width: 736px) {

  .place dl {
    margin-bottom: 0;
  }

  .program ul li {
    flex-direction: column;
  }

  .program ul li:nth-child(n+2) {
    margin-top: 0.5rem;
  }

  .program ul li p {
    padding-left: 3rem;
  }

  .program ul li p span {
    display: block;
    margin-left: 0;
  }

  .program ul li p br {
    display: none;
  }

  .program ul li:nth-child(n+2) p span {
    margin-bottom: 10px;
  }

  .program table th {
    width: 6rem;
  }

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

  .program dd div {
    display: flex;
    flex-direction: column-reverse;
  }

  .program dd figure {
    width: 100%;
    float: none;
    padding: 20px 0 0 0;
  }

  .program dt div span {
    font-size: 12px;
    line-height: normal;
    padding: 10px 0 0;
  }

}