h2::before {
  background-color: var(--main-color);
}
h2 {
  margin: 0 auto 40px;
  width: 100%;
  text-align: center;
}
section ul li > p {
  color: var(--grey01);
}
.img-top-seminar {
  position: relative;
  color: #fff;
}
.img-top-seminar > div {
  position: absolute;
  width: 100%;
}
/*日付*/
.img-top-seminar > div > p:nth-child(2) { 
  padding: 8px 0;
  font-size: clamp(16px, 1.6vw, 28px);
}
.img-top-seminar > div:nth-child(1) {
  width: 5%;
}
.capt-top {
  display: flex;
  align-items: center;
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
}
.capt-h1 {
  padding-bottom: 0;
  border-bottom: 0;
}
.approver {
  text-align: center;
  padding: 16px 20px;
  margin: 0 16px 0 0;
  background-color: #951a2b;
  border-radius: 8px;
  font-weight: 700;
  word-break: keep-all;
  border: 1px solid #a14754;
}
img.top-pc {
  min-height: 480px;
}
.list-msg {
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 20px;
}
.sec-btn button {
  background-color: var(--main-color);
  transition: all .2s;
}
.sec-btn button:hover {
  cursor: pointer;
  opacity: .5;
}
.top-table, .comment  {
  font-size: clamp(12px, 1.2vw, 16px);
  word-break: keep-all;
  text-align: left;
}
.top-table th, .top-table td {
  padding-top: 8px;
  line-height: 1.2rem;
}
.top-table tr {
  padding: 8px;
}
.top-table th {
  font-weight: 500;
  word-break: keep-all;
}
.top-table th::after {
  content: "：";
}
.speaker {
  padding-left: 12px;
}
.speaker > div:first-child {
  font-size: 14px;
}
.section-map > .wrap-content {
  margin: 80px auto 0;
  padding: 40px;
  background-color: var(--white);
  border-radius: 24px;
}
.wrap-address {
  padding: 16px 0 0;
  word-break: keep-all;
}
.wrap-address > a > span {
  font-size: 20px;
  font-weight: 700;
}
.wrap-map {
  height: 480px;
}
section ul li div div p:last-child {
  font-size: 14px;
}
.sec-btn > div.wrap-content > div {
  background-color: var(--grey02);
  width: 80%;
  line-height: 64px;
  margin: 0 auto;
  border-radius: 10px;
}
 /*=============================== pc ===============================*/
@media all and (min-width: 1024px) {
  .img-top-seminar > div:nth-child(2) {
    width: 56%;
    top: 50%;
    right: 0%;
    padding-right: 16px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .capt-h1 {
    width: 100%;
    line-height: 2rem;
  }
  .top-table {
  margin: 0 0 20px; 
  }
  .speaker {
    display: flex;
    width: 50%;
    word-break: keep-all;
  }
  .speaker img {
    width: 180px;
    border-radius: 16px;
  }
  .speaker:last-child {
  margin-left: 20px;
  }
  .speaker > div:first-child {
    margin-bottom: 12px;
  }
}
 /*=============================== tab ===============================*/
@media all and (max-width: 1023px) {
  .capt-top {
    justify-content: center;
  }
  .capt-h1 {
    text-align: left;
  }
  .img-top-seminar > div:nth-child(1) {
    display: none;
  }
  .img-top-seminar > div {
    padding: 20px;
  }
  .img-top-seminar > div:nth-child(2) {
    width: 100%;
    bottom: 0;
    text-align: center;
  }
  .top-table {
  margin: 0 auto 20px ;
  }
  section ul li > div > div > div, section ul li > div > div {
    flex-direction: column;
  }
  .speaker {
    align-items: center;
    text-align: left;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
  }
  .speaker img {
    max-width: 180px;
    border-radius: 16px;
  }
  section ul li div div p:last-child {
    border-top: 1px solid #e2e2e2;
    width: 100%;
    padding-top: 20px;
  }
  section ul li div div p:last-child {
    border-left: none;
  }
    .first-speaker {
    margin-bottom: 20px;
  }
    .speaker > div:first-child {
    margin: 20px;
  }
}
 /*=============================== SP ===============================*/
 @media all and (max-width: 480px) {
  img.top-pc {
    display: none;
  }
  .img-top-seminar > img.top-sp {
    width: 100%;
    min-height: 600px;
  }
  .wrap-top-seminar ul {
    text-align: left;
    font-size: 14px;
  }
  .sec-btn > div > button {
    width: 80%;
  }
  section ul li > div > div > div {
    margin: 0;
  }
  .speaker:last-child {
    margin-left: 0;
  }
  .speaker:last-child {
    margin-top: 20px;
  }
  .section-map > .wrap-content {
    margin: 40px auto 0;
  }

 }