.section-title {
  @media (max-width: 768px) {
    margin: 0;
  }
  @media (max-width: 480px) {
    padding-bottom: 20px;
  }
}
.deindent {
  margin-left: -0.5em;
}

.text-content {
  /* border-top: 2px dotted #d3c585;
  margin-top: 100px; */
  @media (max-width: 768px) {
    margin-top: 50px;
  }
}
.text-content.md-border-none {
  @media (max-width: 768px) {
    border-top: none;
    margin-top: 50px;
  }
}
.info-table {
  font-family: "Noto Sans JP", sans-serif;
  color: #4d4d4d;
  font-weight: 400;
  width: 100%;
  line-height: 1.8;
  display: flex;
  flex-direction: column;
  gap: 3px;

  @media (max-width: 768px) {
    gap: 10px;
  }
}
.table-item {
  display: flex;
  @media (max-width: 768px) {
    flex-direction: column;
  }
}
.info-table .table-item .table-label {
  font-weight: 400;
  width: 100px;
  /* padding-right: 7px; */
}
.line-height {
  margin-top: 3px;
}
.line-height:last-child {
  margin-top: 10px;
}

.instructor-profile {
  padding-top: 60px;
  color: #4d4d4d;
}
.instructor-profile-title {
  font-size: 24px;
  padding-bottom: 10px;
}

.instructor-profile-content {
  display: flex;
  gap: 3%;
  @media (max-width: 768px) {
    flex-direction: column;
    gap: 20px;
  }
}
.instructor-profile-image {
  flex: 1;
  @media (max-width: 768px) {
    display: flex;
    align-items: flex-end;
    gap: 3%;
  }
}
.instructor-profile-image img {
  width: 100%;
  /* aspect-ratio: 1 / 1; */
  object-fit: cover;
  display: block;
  min-width: 220px;
  @media (max-width: 768px) {
    width: 50%;
  }
  @media (max-width: 480px) {
    min-width: 180px;
  }
}
.instructor-profile-right {
  width: 70%;
  @media (max-width: 768px) {
    width: 100%;
  }
}

.instructor-profile-name {
  display: inline-block;
  padding-bottom: 10px;
  font-size: 20px;
}
.instructor-profile-name.pc {
  @media (max-width: 768px) {
    display: none;
  }
}
.instructor-profile-name.sp {
  display: none;
  @media (max-width: 768px) {
    display: flex;
    flex-direction: column;
  }
}
.instructor-profile-name-kana {
  font-size: 15px;
  font-weight: 300;
  @media (max-width: 480px) {
    font-size: 12px;
  }
}

.workshop-img {
  width: 120px;
  padding-top: 50px;
}

/*********************************************/
.ws {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: clamp(13px, 3vw, 16px);
  color: #4d4d4d;
  line-height: 1.8;
}
.ws a {
  text-decoration: underline !important;
}
.ws-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}
@media (max-width: 768px) {
  .ws-container {
    display: block;
  }
}

.ws-category {
  position: relative;
  padding: 1em;
  margin-top: 2em;
  margin-bottom: 3em;
  z-index: 0;
}

.ws-category::before {
  content: "";
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f6e9d4;
  z-index: -1;
}
@media (max-width: 768px) {
  .ws-category::before {
    content: "";
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f6e9d4;
    z-index: -1;
  }
}

.item {
  color: #fff;
  text-align: center;
  padding: 8px;
  border-radius: 30px;
  line-height: 1.3;
  margin-bottom: 1em;
}
.orange {
  background-color: #e87021;
}
.blue {
  background-color: #88b5d0;
}
.green {
  background-color: #419592;
}
.ws-timetable {
  margin: 1.25em 0;
}
.ws-timetable .item > span {
  font-size: 1.3em;
  font-weight: 500;
}

span.font-big {
  font-size: 1em;
  font-weight: 700;
}
span.font-small {
  font-size: 0.85em;
}

.lecture {
  padding: 0.25em 0em 0.25em 1.25em;
}

.lecture p {
  font-size: 0.85em;
}

.event-info {
  margin: 0;
}

.min-h {
  min-height: 220px;
}
@media (max-width: 768px) {
  .min-h {
    min-height: auto;
  }
}

.event-info div {
  display: grid;
  grid-template-columns: 6em 1fr;
  /* 左見出し 幅固定 */
  padding: 6px 0;
  border-top: 1px solid #ddd;
}

.event-info div:first-child {
  border-top: none;
}

.event-info dt {
  font-weight: bold;
}

.event-info dd {
  margin: 0;
}

.join-container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 25px;
  padding: 1em 0;
}
@media (max-width: 768px) {
  .join-container {
    display: block;
  }
  .join-item.col2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    padding-top: 16px;
  }
}

.join-container img {
  width: 120px;
}

.ticketqr {
  margin-bottom: 25px;
}

.flier-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  padding: 50px;
}
@media (max-width: 768px) {
  .flier-container {
    display: block;
    padding: 0px;
  }
  .flier-container img {
    padding: 1em;
  }
}
