@import url(./header.css);

:root {
  --name-size: 30px;
}

main .section_desc {
  line-height: 30px;
}

/* entry-page */

.entry-box {
  background: var(--orange-light);
}

.entry-box .entry-access {
  width: 100%;
  padding: 60px 50px;
  position: relative;
  background: #fff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 1) 90%, rgba(224, 89, 37, 1) 9%);
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}

.float-text {
  position: absolute;
  right: 0px;
  top: 0;
  font-size: 32px;
  color: #fff;
  transform: rotate(45deg) translate(32.5px, 25px);
  font-weight: normal;
  letter-spacing: 3px;
}

.entry-box dl {
  display: flex;
  align-items: flex-start;
  font-size: 18px;
  line-height: 1.7;
  padding: 10px 0;
  position: relative;
}

.entry-box dl:not(:last-of-type)::after {
  content: "";
  display: block;
  width: 95%;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: 0;
}

.entry-box dt {
  width: 160px;
  font-weight: 600;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
}

.entry-box dd {
  font-family: a-otf-gothic-mb101-pr6n, sans-serif;
  font-size: 16px;
}

.entry-box iframe {
  max-width: 500px;
  width: 100%;
  height: 350px;
  margin: auto;
}

#entry .section_ttl.dashed {
  font-size: 36px;
  min-width: 500px;
}

#entry .section_ttl.dashed::after {
  border-bottom: 3px dashed #000;
}

.form-box form {
  margin-top: 50px;
  width: 100%;
}

.form-box .center {
  line-height: 1.7;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: fit-content;
  width: 100%;
  margin: auto;
  font-family: a-otf-gothic-mb101-pr6n, sans-serif;
}

.form-box .item {
  display: flex;
  padding: 25px 0;
  border-top: 2px solid #000;
  font-family: tbudgothic-std, sans-serif;
}

.form-box .left {
  width: 300px;
  display: flex;
  align-items: center;
}

.form-box label {
  width: 190px;
}

.form-box .item:last-of-type label {
  width: 100%;
}

.form-box .item:last-of-type {
  align-items: flex-start;
  padding-bottom: 0;
}

.form-box .left .mark {
  background-color: var(--orange);
  font-size: 12px;
  color: #fff;
  padding: 3px 10px;
}

.form-box .input-box {
  width: calc(100% - 300px);
  display: flex;
  gap: 15px;
}

.form-box .input-box div {
  align-items: center;
}

.form-box .input-box.single input {
  width: 100%;
}

.form-box .input-box.single p {
  line-height: 1.7;
  font-size: 12pt;
  font-family: kozuka-gothic-pr6n, sans-serif;
}

.form-box .input-box.column {
  display: flex;
  flex-direction: column;
}

.form-box .input-box.double input {
  /* width: 100%; */
}

.form-box .input-box.double div {
  width: 100%;
  display: flex;
  gap: 10px;
}

.form-box .input-box span {
  min-width: fit-content;
}

.form-box .input-box.single-half input {
  width: calc(100% / 3);
}

.form-box .input-box.single-half div {
  width: 100%;
  display: flex;
  gap: 10px;
}

.form-box .input-box.triple select {
  width: 100px;
  height: 50px;
  padding: 4px;
  font-size: 16px;
}

.form-box .input-box.triple div {
  /* width: 50%; */
  /* display: flex; */
  gap: 10px;
}

.form-box .input-box.triple {
  position: relative;
}

/* .form-box .input-box.triple::after {
  content: "要確認";
  font-size: 30px;
  color: var(--orange);
  position: absolute;
  right: -125px;
  top: 50%;
  transform: translateY(-50%);
} */

.form-box .input-box textarea {
  width: 100% !important;
  height: 300px !important;
  resize: none;
}

.form-box .input-box input {
  height: 50px;
  border: 1px solid #353535;
  position: relative;
  z-index: 10;
}

.terms-box p {
  line-height: 1.7;
}

.terms-box {
  padding: 50px 25px 50px 25px;
  background-color: #f8e5d7;
}

.terms-box .inner {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}

.terms-box p.big {
  max-width: fit-content;
  width: 100%;
  margin: auto;
  font-size: 22px;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
}

.terms-box .white-box {
  width: 100%;
  padding: 50px 40px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  row-gap: 25px;
  font-family: a-otf-gothic-mb101-pr6n, sans-serif;
  font-size: 15px;
}

.terms-box .checkbox {
  display: flex;
  justify-content: center;
  align-items: center;
}

.terms-box .checkbox p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 100%;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
}

.terms-box .checkbox input {
  width: 25px;
  height: 25px;
}

.terms-box .submit {
  display: flex;
  justify-content: center;
}

.terms-box .submit button {
  width: 250px;
  background-color: var(--orange) !important;
  box-shadow: none !important;
  background-image: none !important;
  border: none !important;
  text-shadow: none !important;
  color: #fff !important;
  font-size: 30px !important;
  border-radius: 50vw !important;
  margin: auto !important;
  border-style: none !important;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif !important;
  padding: 0 !important;
}

/* lecturer-page */

.lecturer {
  background-color: var(--orange-light);
}

.lecturer-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  row-gap: 30px;
}

.lecturer .img-box {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 2;
  border-radius: 25px;
  overflow: hidden;
}

.lecturer-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lecturer-box .item:nth-of-type(1) .img-box img {
  object-position: center 45%;
}

.lecturer-box .item:nth-of-type(2) .img-box img {
  object-position: center 45%;
}

/* .lecturer-box .item:nth-of-type(3) .img-box img {
  transform: scale(1.2);
} */

.lecturer-box .item {
  max-width: calc(100% / 2 - 15px);
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}

/* .lecturer-box .item.w-after .img-box::before {
  content: "再撮予定";
  font-size: 36px;
  color: var(--orange);
  position: absolute;
  top: 50%;
  left: -180px;
} */

.lecturer-box h3 {
  font-size: var(--name-size);
  display: flex;
  justify-content: center;
  gap: 15px;
  font-weight: 100;
}

.lecturer-box p {
  font-size: 16px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 415px;
  width: 100%;
  margin: auto;
}

.lecturer-box .item:last-of-type p {
  max-width: 370px;
}

.lecturer-box .item:nth-of-type(6) p {
  max-width: 100%;
}

.lecturer-box p span {
  background-color: var(--orange);
  color: #fff;
  max-width: fit-content;
  width: 100%;
  padding: 3px 12px;
}

/* about start */

#seminar .basic {
  background: url(../img/bg/wave-light-orange.png) no-repeat;
  background-position: center;
  background-size: 100% 100%;
  padding-bottom: 100px !important;
}

#seminar .basic .cards {
  display: flex;
  gap: 20px;
  margin-bottom: 60px;
}

#seminar .basic .cards .card {
  flex-grow: 1;
  flex-basis: 30%;
  background: #fff;
  border-radius: 14px;
  padding: 20px;
}

#seminar .basic .cards .card .card_ttl {
  font-size: 22px;
  text-align: center;
  margin-bottom: 20px;
}

#seminar .basic .cards .card .card_desc {
  margin-bottom: 20px;
  min-height: 90px;
  font-family: a-otf-gothic-mb101-pr6n, sans-serif;
}

#seminar .basic .cards .card .card_img {
  max-width: 200px;
  height: 160px;
  margin: 0 auto;
}

#seminar .basic .cards .card .card_img img {
  object-fit: contain;
  object-position: center;
}

#seminar .basic .cards .card .card_img img.spv {
  display: none;
}

#seminar .basic .cards .card--1 .card_img {
  max-width: 130px;
  margin: 0 auto;
}

#seminar .basic .content-box {
  background: #fff;
  padding: 30px 20px;
  border-radius: 14px;
  position: relative;
}

#seminar .basic .listbox {
  margin-bottom: 20px;
  max-width: 850px;
  margin: 0 auto;
}

#seminar .basic .imgbox {
  width: 220px;
  position: absolute;
  top: -80px;
  right: -10px;
}

#seminar .basic .imgbox img {
  object-fit: contain;
}

#seminar .basic .listbox.two-cols {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

#seminar .basic .listbox .list {
  list-style: none;
  flex: 1;
  min-width: 200px;
}

#seminar .basic .listbox .list--1 {
  counter-reset: my-counter 0;
}

#seminar .basic .listbox .list--2 {
  counter-reset: my-counter 5;
}

#seminar .basic .listbox .list .item {
  counter-increment: my-counter;
  position: relative;
  margin-bottom: 16px;
  padding-left: 40px;
  font-family: a-otf-jun-pro, sans-serif;
}

#seminar .basic .listbox .list .item::before {
  content: counter(my-counter);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background-image: url(../img/about/num-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

#seminar .basic .txtbox--bottom {
  padding: 15px 20px;
  color: #fff;
  background: var(--orange);
  border-radius: 100vw;
  text-align: center;
  width: 100%;
  font-family: kozuka-gothic-pr6n, sans-serif;
}

#seminar .moderator {
  margin-top: -30px;
}

#seminar .moderator .inner {
  max-width: 900px;
}

#seminar .moderator .flex-box {
  gap: 20px;
  align-items: center;
}

#seminar .moderator .imgbox {
  width: 25%;
}

#seminar .moderator .txtbox_ttl,
#seminar .moderator .txtbox_desc {
  padding-left: 30px;
}

#seminar .moderator .txtbox {
  width: 75%;
}

#seminar .moderator .txtbox--sp {
  display: none;
}

#seminar .moderator .txtbox_ttl {
  margin-bottom: 16px;
}

#seminar .moderator .txtbox_ttl {
  font-size: 20px;
}

#seminar .moderator .txtbox_desc {
  margin-bottom: 16px;
  font-family: a-otf-gothic-mb101-pr6n, sans-serif;
  line-height: 30px;
  font-size: 16px;
}

#seminar .moderator .bubble {
  background: url(../img/bg/bubble-orange.png) no-repeat;
  background-position: center;
  background-size: 100% 100%;
  padding: 10px 20px 10px 40px;
  color: #fff;
  font-family: tbudgothic-std, sans-serif;
  font-size: 15px;
}

#seminar .message {
  background: var(--orange-light);
}

#seminar .message .imgbox {
  margin-bottom: 20px;
}

#seminar .message .txtbox_ttl {
  font-size: 28px;
  margin-bottom: 20px;
  text-align: center;
}

#seminar .message .txtbox_desc {
  text-align: center;
  font-family: a-otf-gothic-mb101-pr6n, sans-serif;
  line-height: 30px;
}
/* about end */

/* voices start */

#voices .spbr {
  display: none;
}

#voices .comment {
  background: var(--orange-light);
}

#voices .comment .section_ttl.dashed {
  margin-bottom: 60px;
}

#voices .comment .cards {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  row-gap: 20px;
}

#voices .comment .cards .card {
  flex-basis: 48%;
  background: transparent;
  position: relative;
  z-index: 999;
}

#voices .comment .cards .card_img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

#voices .comment .cards .card img {
  max-width: 80%;
  object-fit: contain;
}

#voices .comment .cards .card.no-bg {
  background: none;
}

#voices .comment .cards .card_tag {
  background: var(--orange);
  color: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: fit-content;
  padding: 4px 12px 12px 12px;
  /* position: absolute; */
  /* top: -29.3px;
  left: 10px; */
  left: 8px;
  bottom: -10px;
  font-size: 14px;
  font-family: a-otf-jun-pro, sans-serif;
  position: relative;
  z-index: -3;
}

#voices .comment .cards .card_desc {
  font-family: a-otf-gothic-mb101-pr6n, sans-serif;
  background-color: #fff;
  padding: 20px 20px 30px 20px;
  border-radius: 20px;
  min-height: 130px;
  font-size: 15px;
  line-height: 25px;
}

#voices .faq .qa dl {
  margin-bottom: 20px;
}

#voices .faq .qa dl .question {
  background: var(--orange);
  color: #fff;
  padding: 15px 20px;
  position: relative;
  padding-left: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: a-otf-jun-pro, sans-serif;
}

#voices .faq .qa dl .question p {
  width: calc(100% - 20px);
  font-size: 20px;
}

#voices .faq .qa dl .question:hover {
  opacity: 0.8;
  cursor: pointer;
  transition: 0.6s;
}

#voices .faq .qa dl .question::before {
  content: "Q.";
  font-size: 18px;
  margin-right: 10px;
  position: absolute;
  top: 13px;
  left: 20px;
}

#voices .faq .qa dl .answer {
  background: var(--orange-light);
  padding: 0;
  position: relative;
  padding: 0 20px 0 40px;
  min-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.6s;
  font-family: a-otf-gothic-mb101-pr6n, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

#voices .faq .qa dl .answer::before {
  content: "A.";
  font-size: 18px;
  margin-right: 10px;
  position: absolute;
  top: 0;
  left: 20px;
  opacity: 0;
  transition: 0.6s;
}

#voices .faq .qa dl .answer.active {
  min-height: unset;
  height: auto;
  padding: 15px 15px 15px 50px;
  transition: 0.6s;
  opacity: 1;
}

#voices .faq .qa dl .answer.active::before {
  top: 13px;
  transition: 0.6s;
  opacity: 1;
}

#voices .faq .accordion-btn {
  width: 15px;
  min-width: 15px;
  height: 15px;
  min-height: 15px;
  position: relative;
  cursor: pointer;
  display: inline-block;
}

#voices .faq .accordion-btn span {
  position: absolute;
  background-color: #fff;
  transition: all 0.3s ease;
  border-radius: 2px;
}

#voices .faq .accordion-btn span:first-child {
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  transform: translateY(-50%);
}

#voices .faq .accordion-btn span:last-child {
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  transform: translateX(-50%);
}

#voices .faq .accordion-btn.active span:last-child {
  opacity: 0;
}

#voices .faq .contact-info .list {
  display: flex;
  gap: 20px;
  width: fit-content;
  margin: 0 auto 20px;
}

#voices .faq .contact-info .time {
  text-align: center;
}

#thanks {
  text-align: center;
}

/* 上の余白 */
#thanks .space-top {
    height: 30px;
}

/* メッセージのスタイル */
#thanks .thanks-message {
    font-size: 1.2em;
}

/* トップに戻るボタン */
#thanks .btn-primary {
    display: inline-block;
    padding: 12px 24px;
    background-color: rgba(224, 89, 37, 1) ;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    transition: background-color 0.3s;
}

#thanks .btn-primary:hover {
   background-color: rgba(216, 120, 80, 1);
}


/* voices end */
@media screen and (max-width: 1400px) {
  /* .lecturer-box .item.w-after .img-box::before {
    left: -150px;
    font-size: 30px;
  } */
}

@media screen and (max-width: 1300px) {
  /* .lecturer-box .item.w-after .img-box::before {
    left: 0;
    font-size: 30px;
    background-color: var(--orange-light);
    padding: 5px 10px;
  } */
}

@media screen and (max-width: 1200px) {
  #voices .comment .cards {
    flex-wrap: wrap;
    justify-content: center;
  }

  #voices .comment .cards .card {
    flex-grow: unset;
    flex-basis: unset;
    width: 47%;
  }
}

@media screen and (max-width: 1000px) {
  #seminar .basic .listbox.two-cols {
    flex-direction: column;
    gap: 0;
  }

  #seminar .basic .imgbox {
    width: 45%;
    top: -20px;
  }

  #seminar .message .txtbox_desc .pc {
    display: none;
  }

  #seminar .message .txtbox_desc span {
    display: block;
  }

  .float-text {
    font-size: 22px;
    transform: rotate(45deg) translate(25px, 38px);
  }

  .lecturer-box {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    gap: 20px;
  }

  .lecturer-box .item {
    width: 48%;
    max-width: unset;
  }

  .lecturer-box p span {
    padding: 3px 5px;
  }

  #seminar .message .txtbox_ttl {
    font-size: 22px;
  }

  #voices .comment .cards .card img {
    max-width: 100%;
  }

  #entry .section_ttl.dashed {
    min-width: unset;
  }
}

@media screen and (max-width: 768px) {
  .lecturer-box {
    display: flex;
    flex-direction: column;
    max-width: 280px;
    margin: 0 auto;
    gap: 20px;
  }

  .lecturer-box .item {
    width: 100%;
    max-width: unset;
    margin-bottom: 20px;
  }

  .lecturer-box .item:nth-of-type(1) .img-box img,
  .lecturer-box .item:nth-of-type(2) .img-box img {
    object-fit: cover;
    object-position: center -130px;
  }

  #lecturer .section_ttl.dashed {
    max-width: 260px;
    width: 100%;
  }

  .lecturer-box p {
    font-size: 12px;
  }

  #seminar .basic .cards {
    flex-direction: column;
    align-items: center;
  }

  #seminar .basic .cards .card {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    row-gap: 5px;
    max-width: 450px;
    width: 100%;
  }

  #seminar .basic .cards .card .card_ttl {
    text-align: left;
    margin-bottom: 0;
  }

  #seminar .basic .cards .card .card_ttl br {
    display: none;
  }

  #seminar .basic .cards .card .card_desc {
    max-width: calc(100% - 100px);
    font-size: 15.5px;
    line-height: 1.7;
    margin-bottom: 0;
  }

  #seminar .basic .cards .card .card_img {
    height: auto;
  }

  #seminar .basic .cards .card .card_img img.pcv {
    display: none;
  }

  #seminar .basic .cards .card .card_img img.spv {
    display: block;
  }

  #seminar .basic .cards .card .card_img img {
    max-width: 100px;
  }

  #seminar .basic .cards .card:first-of-type .card_img img {
    max-width: 80px;
  }

  #seminar .basic .cards .card:last-of-type .card_img {
    position: relative;
    top: -16px;
  }

  /* .lecturer-box .item.w-after .img-box::before {
    font-size: 22px;
  } */

  .float-text {
    transform: rotate(45deg) translate(25px, 28px);
  }

  .entry-box dl {
    font-size: 16px;
    flex-direction: column;
  }

  .entry-box .entry-access {
    padding: 40px 25px 25px;
  }

  .entry-box dt {
    font-size: 16px;
  }

  .form-box .item {
    flex-direction: column;
    row-gap: 25px;
  }

  .terms-box p.big {
    font-size: 16px;
  }

  .form-box .left {
    width: fit-content;
    gap: 10px;
  }

  .form-box label {
    width: fit-content;
  }

  /* .form-box .input-box.triple::after {
    font-size: 24px;
    position: relative;
    right: unset;
    top: unset;
    transform: none;
    display: block;
  } */

  .form-box .input-box {
    width: 100%;
  }

  .form-box .input-box.single-half input {
    width: 50%;
  }

  .form-box .input-box.triple {
    flex-direction: column;
  }

  .form-box .input-box.triple select {
    width: 50%;
  }

  .form-box .input-box.double {
    flex-direction: column;
  }

  .form-box .input-box.double input {
    width: 50%;
  }

  .terms-box .white-box {
    padding: 50px 25px;
  }

  /* seminar */

  #voices .comment .section_ttl.dashed {
    margin-bottom: 20px;
    max-width: 190px;
    width: 100%;
  }

  #seminar .basic {
    /* background-color: #fbeee5;
    background-size: 100% 40%;
    background-position: center bottom; */
    background: linear-gradient(to bottom, #fbeee5 80%, transparent 70%), url(../img/bg/wave-light-orange.png) no-repeat;
    background-position: top, bottom;
    background-size: 100% 60%;
    background-repeat: no-repeat, repeat-y;
    padding-bottom: 100px !important;
  }

  #seminar .basic .cards {
    flex-wrap: wrap;
    justify-content: center;
  }

  #seminar .basic .cards .card {
    flex-grow: unset;
    flex-basis: unset;
    /* width: 48%; */
    padding: 10px 15px;
  }

  #seminar .basic .cards .card .card_ttl,
  #seminar .message .txtbox_ttl {
    font-size: 18px;
  }

  #seminar .basic .imgbox {
    position: static;
    margin: 0 auto -5px;
    min-width: 200px;
  }

  #seminar .moderator .flex-box {
    justify-content: center;
  }

  #seminar .moderator .imgbox {
    width: 50%;
    margin-bottom: 20px;
    max-width: 200px;
  }

  #seminar .moderator .txtbox--pc {
    width: fit-content;
  }

  #seminar .moderator .txtbox_ttl {
    padding-left: unset;
  }

  #seminar .moderator .txtbox_ttl span {
    display: block;
  }

  #seminar .moderator .txtbox_ttl .pc {
    display: none;
  }

  #seminar .moderator .txtbox--pc .txtbox_desc,
  #seminar .moderator .txtbox--pc .bubble {
    display: none;
  }

  #seminar .moderator .txtbox--sp {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }

  #seminar .moderator .txtbox--sp .bubble {
    background: url(../img/bg/bubble-sp.png) no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding: 60px 20px 20px 20px;
    color: #fff;
    margin-bottom: 16px;
    width: 100%;
  }

  #seminar .moderator .txtbox--sp .txtbox_desc {
    padding-left: unset;
  }

  #seminar .message .txtbox_desc br {
    display: none;
  }

  #seminar .message .txtbox_desc span {
    text-align: left;
    margin-bottom: 16px;
  }

  #voices .comment .cards {
    flex-direction: column;
  }

  #voices .comment .cards .card {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }

  #voices .faq .qa dl {
    max-width: 600px;
    margin: 0 auto 16px;
  }

  #voices .faq .contact-info .list {
    flex-direction: column;
    gap: 10px;
  }

  /* seminar end */

  #entry .section_ttl.dashed {
    font-size: 30px;
    padding: 0 20px 10px;
  }

  #voices .comment .cards .card img {
    max-width: 400px;
  }
}



@media screen and (max-width: 576px) {
  :root {
    --name-size: 24px;
  }

  .float-text {
    transform: rotate(45deg) translate(25px, 28px);
    font-size: 16px;
  }

  /* .form-box .input-box.triple::after {
    font-size: 18px;
  } */

  #seminar .basic .cards {
    flex-direction: column;
  }

  #seminar .basic .cards .card,
  #seminar .basic .content-box,
  #seminar .message .imgbox {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }

  #seminar .basic .cards .card .card_ttl br {
    display: none;
  }

  #seminar .basic .cards .card .card_img {
    width: auto;
    height: 120px;
  }

  #seminar .message .imgbox {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 450px) {
  #seminar .moderator .flex-box {
    flex-direction: column;
    gap: 10px;
  }

  #seminar .moderator .imgbox {
    width: 160px;
    max-width: unset;
  }

  .terms-box .white-box {
    padding: 25px 12.5px;
  }

  /* .lecturer-box p {
    font-size: 14px;
  } */
}

@media screen and (max-width: 400px) {
  #voices .spbr {
    display: block;
  }
}

@media screen and (max-width: 380px) {
  #seminar .basic .cards .card .card_ttl,
  #seminar .message .txtbox_ttl,
  .lecturer-box h3 {
    font-size: 20px;
  }

  .float-text {
    transform: rotate(45deg) translate(20px, 22.5px);
  }
}
