[v-cloak] {
  display: none;
}

.lecture {
  /* background-color: var(--light-color); */
  padding-top: 30px;
  position: relative;
}

.lecture::before {
  /* content: ""; */
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 50vw 0 50vw;
  border-color: var(--light-color) transparent transparent transparent;
  top: 100%;
}

.lecture-title-box {
  position: relative;
}

.lecture-title-background {
  z-index: -1;
}

.lecture-title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8%;
}

.lecture-title2023 {
  margin: 0 auto;
  width: 1000px;
}

.lecture-background {
  background-color: #ffffff;
  width: 1000px;
  margin: 0 auto 0px;
  padding: 20px 0 0;
}

#lecture_app {
  width: 1000px;
  margin: 0 auto 0px;
  position: relative;
  text-align: center;
  box-sizing: content-box;
  font-family: "Yu Gothic", sans-serif;
}

.lec-modal-teacher {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.lec-modal-teacher-info {
  margin-left: 20px;
  max-width: 580px;
  text-align: left;
}

.lec-modal-teacher-info dt {
  flex: 3 1 100%;
  font-size: 30px;
  font-weight: bold;
  align-self: center;
  margin-bottom: 0;
}

.lec-modal-teacher-info dt span {
  font-size: 0.7em;
}

.lec-modal-body {
  font-size: 26px;
  display: flex;
  align-items: center;
}

.lec-modal-item {
  margin-bottom: 15px;
}

.lec-modal-item-title {
  background: var(--main-color);
  color: #fff;
  width: 120px;
  font-size: 18px;
  text-align: center;
  border-radius: 3px;
  margin-bottom: 5px;
}

.lec-modal-item-sentence {
  font-size: 20px;
  text-align: left;
}

.lec-modal-video-wrap {
  display: flex;
  overflow-x: scroll;
}

.video {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  height: 230px;
}

.video iframe {
  width: 400px;
  height: 220px;
  margin: 0 auto;
}

.lec-search-grade {
  width: 30%;
  line-height: 2;
  border: #009380 solid 1px;
  border-radius: 7px;
}

.lec-search-subject {
  width: 14%;
  line-height: 2;
  border: #009380 solid 1px;
  border-radius: 7px;
}

.lec-search-level {
  width: 14%;
  line-height: 2;
  border: #009380 solid 1px;
  border-radius: 7px;
}

.lecture-detail {
  margin: 15px auto 0;
  width: 1000px;
  background-color: var(--light-color);
  font-size: 15px;
  padding-top: 10px;
  text-align: left;
}

.result_area {
  height: 400px;
  padding-bottom: 50px;
  overflow-y: scroll;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: stretch;
}

.lec-modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1400;
}

.lec-modal-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.lec-modal {
  position: absolute;
  background-color: #fff;
  top: 47%;
  left: 50%;
  width: 840px;
  max-height: 72dvh;
  transform: translate(-50%, -50%);
  padding: 20px;
  overflow-y: scroll;
}

.lec-modal-teacher p {
  flex: 3 1 100%;
  font-size: 40px;
  font-weight: bold;
  align-self: center;
  margin-bottom: 0;
}
.lec-modal-teacher p span {
  font-size: 0.8em;
}
.lec-modal-teacher img {
  flex: 1 0 100px;
  width: 100px;
  align-self: center;
}

.lec-modal-name {
  margin-bottom: 10px;
  font-size: 35px;
  border-bottom: 1px dotted #888;
}
.lec-modal-head {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
}

.lec-modal-close {
  position: fixed;
  top: calc(50% - 389px);
  left: calc(50% + 440px);
  border-radius: 50%;
  color: #ffffff;
  font-size: 50px;
  cursor: pointer;
  font-weight: bold;
}

.lec-modal-close-footer {
  margin: 30px auto 0;
  width: 30%;
  border: solid 3px var(--main-color);
  text-align: center;
  font-size: 26px;
  cursor: pointer;
}

/* 202205 */
.course-title {
  font-size: 20px;
  font-weight: bold;
  padding: 0 20px 0 10px;
  line-height: 1.2;
  position: relative;
  text-align: left;
  max-width: 350px;
}

.lecture-head-txt {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 15px;
}

.course-card-head {
  background-color: #009380;
  color: #fff;
  padding: 5px 10px 10px;
  position: relative;
  height: 75px;
  display: flex;
  align-items: center;
}

.course-level-block {
  position: absolute;
  top: 3px;
  right: 0;
  font-weight: bold;
  color: #fff;
  width: 100px;
  display: grid;
  grid-gap: 5px;
}

.course-level {
  background: #fff;
  color: #009380;
  padding: 0 15px;
  border-radius: 5px;
  margin-right: 5px;
}

.course-catchcopy {
  text-align: left;
  font-size: 18px;
  margin: 10px 0px 10px 15px;
  color: #009380;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.course-teacher-block {
  display: flex;
  align-items: center;
  height: auto;
}

.teacer_names li {
  list-style: none;
  font-size: 18px;
  text-align: left;
  margin: 5px 20px;
  border-left: 4px solid #808080;
  padding-left: 12px;
}

.course-description {
  font-size: 20px;
  line-height: 1.2;
  text-align: left;
  padding: 10px;
  width: 96%;
  margin: 0 auto;
  border-top: #000 solid 2.5px;
}

.course-card {
  position: relative;
  z-index: 2;
  margin: 10px auto;
  width: 485px;
}

.result-area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  overflow-y: scroll;
  max-height: inherit;
}

.course-content {
  min-height: 285px;
  border: #009380 solid 5px;
  border-radius: 10px;
}

.course-card-body {
  padding: 10px 20px;
  position: relative;
}

.teacher_images,
.teacher_images_len {
  padding: 2px;
}

.teacher_images img,
.teacher_images_len img {
  width: 150px;
}

.teacer_names {
  height: 100%;
  display: grid;
  align-content: space-around;
  grid-template-rows: 95px;
}

.lec-teacher-name-list {
  margin: 0;
  padding: 0;
}

.step {
  margin: 0 auto;
  position: relative;
  text-align: center;
  box-sizing: content-box;
}

.lecture_options {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding-bottom: 10px;
}

.lecture-content-area {
  margin-bottom: 10px;
  max-height: 420px;
  display: flex;
  justify-content: center;
}

/* 202210 */
.lec-search-wrapper {
  justify-content: space-around;
  margin: 10px auto;
  width: 1000px;
}

.lec-search-title {
  color: #000;
  font-weight: bold;
  font-size: 26px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lec-gridlist {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}

.lec-gridlist div:has([name="grade_selected"]:checked) {
  background-color: #009380;
}
.lec-gridlist div:has([name="subject_selected"]:checked) {
  background-color: #009380;
}
.lec-gridlist div:has([name="level_selected"]:checked) {
  background-color: #009380;
}

.lec-search-title-keyword {
  background-color: #009380;
  width: 140px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  padding: 5px 7px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.lec-search-elem {
  border-radius: 10px;
  margin: 10px 0;
  display: flex;
}

.lec-search-sub,
.lec-search-level {
  text-align: left;
}

.lec-search-free {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.lec-search-input {
  width: 680px;
  height: 43px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border: #009380 solid 3px;
  font-weight: bold;
  padding-left: 10px;
  font-size: 20px;
  padding-top: 5px;
  font-family: "Yu Gothic", sans-serif;
}

.search-button {
  font-size: 24px;
  width: 450px;
  padding: 5px 0;
  margin: 10px auto 20px;
  background-color: #009380;
  color: #fff;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
}

.modal-click-elem {
  text-align: right;
  cursor: pointer;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

input[type="checkbox"].no-hole {
  display: none;
}

.select_tab {
  color: #000;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  text-align: center;
}

.essay-tab{
  font-size: 16px;
}

input[name="grade_selected"]:checked + label,
input[name="subject_selected"]:checked + label,
input[name="level_selected"]:checked + label {
  font-weight: bold;
}

input[name="grade_selected"]:checked + label,
input[name="subject_selected"]:checked + label,
input[name="level_selected"]:checked + label {
  color: #ffffff;
}

.grid-list.-grade {
  grid-template-columns: repeat(1, 1fr);
}

.no-courses {
}

.loading {
  width: 80px;
  height: auto;
}

.btn_hover {
  width: 400px;
  margin: 20px auto;
  padding: 10px 0;
  border-radius: 30px;
  box-shadow: 2px 2px 5px rgb(0 0 0 / 40%);
  background-color: var(--main-color);
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

.lecture-btn:hover {
  background-color: #37beb0;
}

/*
  LP用　*/
.lec-modal-header {
  padding: 2vw 4vw;
}
.lec-modal-body-teacher {
  padding: 2vw 4vw;
}

.lec-teacher-modal {
  padding: 0;
  position: fixed;
}

.lec-modal-btn {
  text-align: right;
  cursor: pointer;
  position: absolute;
  font-weight: bold;
  right: 10px;
  bottom: 10px;
}
.lec-modal-cnt {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1400;
  display: none;
}
.lec-modal-open {
  display: block;
}
.lec-modal-bg {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.lec-modal-close-btn {
  position: fixed;
  top: calc(50% - 47vh);
  left: calc(50% + 412px);
  font-size: 5vw;
  border-radius: 50%;
  color: #ffffff;
  cursor: pointer;
}

.lec-modal-apply {
  width: 90%;
}

.lec-modal-open-cnt {
  display: none;
  font-size: 60px;
}

.lecture-comment-main-text {
  font-size: 18px;
  font-weight: bold;
}

/* 講師LP */
.mv-teacher-title {
  font-size: 20px !important;
}
.teacher-youtube-box {
  width: 450px;
  height: 280px;
}

.mv-teacher-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

.top-teacher-introduce-name-emphasis {
  text-align: center;
}

.teacher-introduce {
  width: 900px;
  margin: 10px auto;
  padding: 5px;
  border: solid 2px var(--main-color);
  border-radius: 15px;
}

/* 新規追加講座へのcss */
.new-course .course-catchcopy {
  color: #009380;
}

.new-course .course-level {
  color: #009380;
}

.new-course .course-content {
  border-color: #009380;
}

/* NEWのアイコン */
.new-course .course-card-head {
  background-color: #009380;
  /* padding: 5px 10px 10px 50px; */
}

/* .new-course .course-card-head::before {
  content: "NEW";
  position: absolute;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 45%;
  left: 13%;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: #fff;
  transform: translate(-50%, -50%);
  color: #006b5d;
  font-weight: bold;
  border: solid;
} 
.new-course .course-title {
  margin-left: 60px;
}　*/
