/* Learn */
.learnWrap {}

/* side */
@media (max-width: 1199px) {
  .dashboard__main {
    padding-left: 290px;
  }
}

.courseTop .lectureWrap>div>a {
  width: 100%;
  padding: 20px 20px 20px 80px;
}


.lectureWrap>div>a {
  width: 100%;
  padding: 10px 20px 10px 40px;
}

.lectureWrap a:hover {
  background: #f2f2f2;
}


.icon-complete {
  min-width: 24px;
  min-height: 24px;
  max-width: 24px;
  max-height: 24px;
  font-size: 0.725rem;
  border: 1px solid #dcdcdc;
  color: var(--color-light-8);
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color-purple-3);
  margin: 0 16px;
}

.icon-complete.-completed {
  color: #fff !important;
  background: var(--color-purple-1) !important;
}

.icon-complete::after {
  content: "\e953";
}


/* 動画タイプ */
.learnWrap-movie-01 {}

.videoWrap {
  max-width: 820px;
  height: 100%;
  text-align: center;
  margin: 0 auto;
}

.videoWrap-full {
  height: 100%;
  text-align: center;
  margin: 0 auto;
  background: #111111;
  margin: 0 0 -8px 0;
}

.learnWrap-movie-01 .lernMainContet iframe {
  width: 100%;
  height: 540px;
  min-height: 50vh;
  max-height: 90vh;
}

.learnWrap-movie-full .lernMainContet iframe {
  width: 100%;
  height: 75vh;
}


.lernMainContet {
  width: 100%;
  padding: 0px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  background-color: var(--color-light-7);
}

.lernMainContet-full {
  background-color: #111111;
}

.lernSubContet {
  max-width: 900px;
  padding: 0 40px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
}

.lernSubContet-full {
  width: 100%;
  min-height: calc(100vh - 160px);
  padding: 30px 40px 60px 40px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
}

.tabMovie {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: -40px 0 0 0;
}

.tabMovie .videoWrap-full iframe {
  width: 80%;
}

/* tab area */
.lernTabsArea {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  background: #ffffffa6;
}

.lernTabsArea .tabs__controls {
  height: 48px;
}

.lernTabsArea .tabs__controls button {
  padding-bottom: 0 !important;
}

.lernTabsArea .tabs__button {
  padding: 0px 16px;
  font-size: 0.875rem;
}

.lernTabsArea .tabs__button:hover {
  background: #e0e0e0;
}

.tabs.-active-purple-2.lernTabsArea .tabs__controls .tabs__button.is-active {
  background-color: #e7e7e7 !important;
  color: #000 !important;
}

/* ユーザーエディター */
.editorsstyle-01 {
  padding: 30px 0;
  max-width: 768px;
  margin: 0 auto;
  font-size: 16px;
  color: #999;
}

.editorsstyle-01 h3 {
  padding-bottom: 30px;
}

.editorsstyle-01 p {
  padding-bottom: 1rem;
  font-size: 16px;
  color: #353535;
}

.editorsstyle-01 ul {
  list-style-type: decimal;
  margin: 0 0 1% 2%;
  padding: 0;
  font-size: 16px;
  color: #353535;
}

.editorsstyle-01 ol {
  list-style-type: decimal; /* 番号付き箇条書き */
  margin: 0 0 1% 2%;
  padding: 0;
  font-size: 16px;
  color: #353535;
}

.editorsstyle-01 li {
  margin: 0 0 1% 2%;
  padding: 0;
}

.editorsstyle-01 footer aside {
  background: #dcdcdc;
  padding: 20px 10px 10px 10px;
  border-radius: 6px;
}

.dllist h6 {
  padding-bottom: 10px;
}

.dllist img {
  max-width: 16px;
  margin: 0 10px 5px 5px;
}


/* フッターナビ */
.lernBottomContet {
  border-top: 1px solid var(--color-purple-2);
}

/* 固定フッターナビ */
.lernBottomContetFixed {
  border-top: 1px solid var(--color-purple-2);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 10vh;
  max-height: 50px;
  background: #fff;
}

.lernBottomContetFixed .learnBottomBtnWrap {
  margin: 0 auto;
  height: 100%;
}

.-is-sidebar-hidden .dashboard__main .dashboard__content .lernBottomContetFixed {
  width: 100%;
}

.lernBottomContetFixed {
  width: calc(100% - 290px);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (max-width: 991px) {
  .lernBottomContetFixed {
    width: 100%;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}

.lernbtnPrev {
  border-right: 0.5px solid var(--color-purple-2);
}

.lernbtnNext {
  border-left: 0.5px solid var(--color-purple-2);
  color: #fff !important;
  background: var(--color-light-1);
}


.lernbtnPrev,
.lernbtnNext {
  color: #555555;
  border-radius: 0;
  height: 100%;
  padding: 0 40px;
  width: 100%;
}

.lernbtnPrev:hover,
.lernbtnNext:hover {
  background-color: #e0e0e0;
}

.learnBottomBtnWrap {
  width: 100%;
}

.learnBottomBtnWrap .col-6 {
  padding: 0;
  margin: 0;
}



/* ユーザー編集エリア */
.userContentsStyle p,
.userContentsStyle ul,
.userContentsStyle ol {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000000;
}

.userContentsStyle p {
  padding: 0 0 10px 0;
}

.userContentsStyle h1,
.userContentsStyle h2,
.userContentsStyle h3,
.userContentsStyle h4,
.userContentsStyle h5,
.userContentsStyle h6 {
  padding: 0 0 10px 0;
}

.userContentsStyle hr {
  margin: 20px 0 40px 0;
}

.breadcrumbs__content {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 -4px;
  white-space: nowrap;
  overflow-x: scroll;
}

.breadcrumbs__content::-webkit-scrollbar {
  display: none;
}

.lectureWrap .contentIcon div {
  display: none;
}

.lectureWrap .contentIcon img {
  min-width: 24px;
  max-width: 24px;
  height: auto;
}

.lectureWrap .contentIcon .show {
  display: block !important;
  min-width: 24px;
  max-width: 24px;
}

.accordion__content {
  height: 100%;
}

/* search result */
.resultWrap {}

.resultWrap ol li {
  border-bottom: 1px solid #5e5e5e;
}

.resultWrap ol li .innerWrap {
  display: flex;
}

.resultWrap ol li .innerWrap .imgWrap {
  width: 180px;
  height: 100px;
  margin: 0 10px 0 0;
}

.resultWrap ol li .innerWrap .detailWrap {
  font-size: 0.875;
  font-weight: bold;
}

.resultWrap ol li .innerWrap .marker {
  background: yellow;
}

/* THEOplayer */
.--THEOplayer {}

.--THEOplayer。lernMainContet-full {
  background: #303030;
}


.--THEOplayer .videoWrap-full {
  margin: 0;
}

.--THEOplayer .theo-primary-color.vjs-big-play-button,
.--THEOplayer .theoplayer-skin:hover .vjs-big-play-button {
  background-image: url(../img/icon/icon-play-theo-1-2.png);
  background-size: contain;
  background-position: center center;
  border-radius: 100px;
  background-repeat: no-repeat;
  border: 2px solid #fff;
}

.--THEOplayer .theoplayer-skin .vjs-big-play-button:after {
  display: none;
}

.--THEOplayer .theo-big-play-button-svg-container {
  display: none;
}


.--THEOplayer .video-js .theo-player-wrapper {
  /* height: 60vh !important; */
  background-image: linear-gradient(to right, #0f0c29, #302b63, #24243e);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.--THEOplayer .vjs_video_3-dimensions.vjs-fluid {
  padding-top: 60vh;
  cursor: pointer;
}

.--THEOplayer .vjs-user-inactive:hover {
  border-radius: 100px;
  background: #fff;
}

.--THEOplayer .vjs-user-active:hover {
  border-radius: 500px;
}

.--THEOplayer .theoplayer-skin:hover .vjs-big-play-button, .theoplayer-skin .vjs-big-play-button:focus {
  border-radius: 500px;
  background-color: #6440fbc4;
}

.--THEOplayer .theoplayer-skin:hover .vjs-big-play-button, .theoplayer-skin .vjs-big-play-button:focus {
  -webkit-transition-duration: .2s;
  -moz-transition-duration: .2s;
  transition-duration: .2s;
}

@media (max-width: 768px) {
  .--THEOplayer .video-js .theo-player-wrapper {
    height: 100% !important;
  }

  .--THEOplayer .vjs_video_3-dimensions.vjs-fluid {
    padding-top: 56.25%;
  }
}

.theoplayer-skin .vjs-big-play-button {
  width: 10% !important;
  padding-bottom: 10% !important;
}

/* end THEOplayer */

/* User Editor Style */
.userStyledSection ol li {
  list-style: decimal;
  margin: 0 0 1% 2%;
}

.userStyledSection ul li {
  list-style: disc;
  margin: 0 0 1% 2%;
}

.userStyledSection table {
  border-collapse: separate;
}

.userStyledSection tbody,
.userStyledSection td,
.userStyledSection tfoot,
.userStyledSection th,
.userStyledSection thead,
.userStyledSection tr {
  border: 1px solid #808080;
  border-color: inherit;
}

/* end User Editor Style */

select.--def,
input.--def,
textarea.--def {
  outline: none;
  border: 1px solid #DDDDDD;
  border-radius: 8px;
  width: 100%;
  padding: 15px 22px;
  background-color: transparent;
  font-size: 15px;
  line-height: 1.5;
  transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/*****
modal
*****/
#modal-inquiry .tabs-btn {
  padding: 2px 10px;
  margin: 0 6px 0 0;
  border-radius: 50px;
  border: none;
  color: var(--theme-color-1);
  cursor: pointer;
  width: auto;
}

#modal-inquiry .tabs-btn.--active {
  background-color: var(--theme-color-1-bg-10);
  color: var(--theme-color-1);
}