.semFlex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}

.semFlex__radio {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.semInp__ttl {
  width: 110px;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.semInp {
  width: 100%;
}
.semInp input[type=date] {
  margin-bottom: 0;
  border: 1px solid #000;
  background: unset;
  font-size: 16px;
  color: #000;
}

.semSelect select {
  margin-bottom: 0;
  border: 1px solid #000;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.semRadio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px 0;
}

.semRadio__btn {
  width: 50%;
  font-size: 18px;
  font-weight: 500;
}

.semSubmit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 290px;
  height: 60px;
  margin: 40px auto 0;
  border: none;
  border-radius: 5px;
  font-size: 22px;
  font-weight: 500;
  color: #000;
  background: #FFB368;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .semSubmit:hover {
    opacity: 0.6;
  }
}

.semRs {
  margin-top: 60px;
}

.semRs__word {
  font-size: 20px;
  font-weight: bold;
}

.semRs__boxs {
  margin-top: 40px;
}

.semRs__box {
  display: block;
  margin-bottom: 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .semRs__box:hover {
    opacity: 0.6;
    text-decoration: none;
  }
}

.semRs__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.semRs__ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #000;
}

.s-sem {
  padding: 20px;
}

.s-sem__table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.s-sem__table th {
  padding: 10px 15px;
  border: 1px solid #000;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
}
.s-sem__table td {
  padding: 10px 15px;
  border: 1px solid #000;
  font-size: 18px;
  word-break: break-all;
}
.s-sem__table td a {
  text-decoration: underline;
  color: #4f96f6;
}/*# sourceMappingURL=seminar.css.map */