@charset "UTF-8";

.modal_ttl._01 {
  margin-bottom: 0px !important;
}
.modal_mov {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.modal_sub {
  font-size: 1.6rem;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  margin-bottom: 20px;
}
.un_staff_modal_inner._03 {
  display: initial;
}
.un_staff_modal_inner._03 img{
  box-shadow: 0 .5rem 1.2rem rgba(0,0,0,.08);
}
.un_staff_modal_inner {
  flex-direction: column;
}
.top_modal.un_staff_modal_inner {
  flex-direction: initial !important;
}
.un_plan_modal_inner_box {
  margin-bottom: 30px;
}
.plan_table._02 {
  margin-bottom: 0;
}
.modal_group_txt {
  text-align: left !important;
}
.program_subVideo {
  width: 100%;
}
.un_staff_modal_sheet {
  display: flex;
  justify-content: space-between;
}
.un_staff_modal_sheet img {
  width: 97%;
}
.un_staff_modal_sheet figure:nth-child(2) img {
  margin-left: 3%;
}

.un_college_lesson_btn {
  padding: 15px 30px 15px 20px !important;
}
@media screen and (max-width: 767px) {
  .un_college_lesson_btn {
    padding: 1em 0.6em !important;
  }
  .modal_sub {
    font-size: 1.3rem;
  }
  .modal_mov iframe {
    position: absolute;
    top: 35%;
    display: block;
    width: 90%;
    height: 30%;
    margin: 0 auto 5%;
  }
  .program_subVideo {
    width: 90%;
    align-items: center;
    position: absolute;
    top: 35%;
  }
  .un_staff_modal_sheet {
    flex-direction: column;
  }
  .un_staff_modal_sheet img {
    width: 100%;
  }
  .un_staff_modal_sheet figure:nth-child(2) img {
    margin-left: 0%;
  }
  
  .last.plan_td.modal_td:last-of-type {
    border-bottom: none !important;
}
}
