.btn-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
}

@media screen and (max-width: 519px) {
  .btn-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
  }
}

.btn-unit .btn {
  width: calc((100% / 2) - (24px * 1 / 2));
}

@media screen and (max-width: 519px) {
  .btn-unit .btn {
    width: 100%;
  }
}

.btn-unit .btn a {
  width: 100%;
}

.btn-s a {
  width: 100%;
  height: auto;
  padding: 10px 28px 10px 20px;
}

.lecturer-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 32px;
}

@media screen and (max-width: 959px) {
  .lecturer-unit {
    gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .lecturer-unit {
    gap: 12px;
  }
}

.lecturer-unit:not(:last-of-type) {
  margin-bottom: calc(8px * 4);
  padding-bottom: calc(8px * 4);
  border-bottom: 1px dashed #cccccc;
}

@media screen and (max-width: 959px) {
  .lecturer-unit:not(:last-of-type) {
    margin-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .lecturer-unit:not(:last-of-type) {
    margin-bottom: calc((8px * 4) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .lecturer-unit:not(:last-of-type) {
    padding-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .lecturer-unit:not(:last-of-type) {
    padding-bottom: calc((8px * 4) * 0.5);
  }
}

.lecturer-unit__dtl {
  width: calc(100% - 252px);
}

@media screen and (max-width: 959px) {
  .lecturer-unit__dtl {
    width: calc(100% - 200px);
  }
}

@media screen and (max-width: 767px) {
  .lecturer-unit__dtl {
    width: 100%;
  }
}

.lecturer-unit__vsl {
  width: 220px;
}

@media screen and (max-width: 959px) {
  .lecturer-unit__vsl {
    width: 180px;
  }
}

@media screen and (max-width: 767px) {
  .lecturer-unit__vsl {
    margin-inline: auto;
  }
}

.lecturer-name {
  font-size: 2.1rem;
}

@media screen and (max-width: 767px) {
  .lecturer-name {
    text-align: center;
  }
}

.lecturer-name span {
  display: block;
  font-size: 1.3rem;
}

.lecturer-ttl {
  margin-bottom: 16px;
  font-size: 2.3rem;
}

@media screen and (max-width: 767px) {
  .lecturer-ttl {
    font-size: 2.1rem;
  }
}

@media screen and (max-width: 519px) {
  .lecturer-ttl {
    font-size: 1.9rem;
  }
}

.lecturer-schedule {
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .lecturer-schedule {
    margin-bottom: 16px;
  }
}

.lecturer-schedule__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2px 12px;
}

.lecturer-schedule__item:not(:nth-last-of-type(1)) {
  margin-bottom: 8px;
}

.lecturer-schedule__item dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 120px;
  min-height: 30px;
  border: 1px solid #807162;
  border-radius: 3px;
  color: #807162;
  font-size: 1.5rem;
}

@media screen and (max-width: 959px) {
  .lecturer-schedule__item dt {
    width: 74px;
    font-size: 1.3rem;
  }
}

.lecturer-schedule__item dd {
  width: calc(100% - 132px);
  color: #807162;
  font-size: 1.9rem;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  .lecturer-schedule__item dd {
    width: calc(100% - 86px);
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .lecturer-schedule__item dd {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 519px) {
  .lecturer-schedule__item dd {
    width: 100%;
  }
}

.gmap iframe {
  max-width: 900px;
  width: 100%;
}

@media screen and (max-width: 959px) {
  .gmap iframe {
    height: 300px;
  }
}

@media screen and (max-width: 767px) {
  .gmap iframe {
    height: 240px;
  }
}

/*# sourceMappingURL=../../maps/pages/hands-on-seminar.css.map */
