html {
  font-family: 'Noto Sans JP', sans-serif;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

header {
  display: flex;
  align-items: center;
  height: 60px;
  justify-content: space-between;
  z-index: 10;
  filter: drop-shadow(1px 2px 3px #00000033);
  background: white;
  z-index: 100;
  position: absolute;
  width: 100%;
  top: 0;
}

.logo {
  padding-left: 30px;
}

.headerRightArea {
  display: flex;
  font-size: 90%;
  align-items: center;
  color: #5a5a5a;
}

.userAccount {
  position: absolute;
  top: 15px;
  right: 51px;
  display: flex;
  align-items: center;
  background: #a7a7a736;
  height: 27px;
  overflow: hidden;
  border-radius: 2rem;
}

.helpIcon {
  width: 27px;
  margin-right: 15px;
  margin-bottom: 3px;
}

.userAccount p {
  margin-right: 20px;
  margin-left: 47px;
  font-size: 14px;
}

.container {
  display: flex;
  background-color: #ffffff;
  margin-top: 60px;
}

.right {
  display: flex;
  flex-direction: column;
  width: 400px;
  background: #eee;
  position: relative;
  height: calc(100% - 60px);
  border-left: 1px solid #d7d7d7;
}

.left {
  display: flex;
  flex: 1;
  flex-direction: column;
  overflow-y: auto;
}

.sectionList {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  scrollbar-width: thin;
}

.sectionListLabel, .backMypage, .sectionTitle, .movieList li {
  list-style: none;
  height: 45px;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  padding-left: 16px;
  color: #333;
  border-bottom: 2px solid #f8f8f8;
  display: flex;
  align-items: center;
}

.sectionListLabel {
  background: black;
  color: white;
}

.movieList li i {
  padding-top: 1px;
  padding-right: 7px;
  font-weight: normal;
  position: absolute;
  left: 23px;
}

.backMypage a {
  color: #333;
  text-decoration: none;
}

.movieList li a {
  color: #333;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-weight: 400;
  padding-left: 45px;
}

.movieList li.active {
  background-color: #6fbeff;
  padding-left: 0;
}

.sectionTitle {
  background-color: #f7f9fa;
  border-bottom: 1px solid #ccc;
  position: relative;
  font-size: 15px;
  font-weight: bold;
}

.sectionTitle.active {
  box-shadow: 1px 3px 4px #00000040;
}

.sectionTitle:before {
  content: "＋";
  position: absolute;
  right: 20px;
}

.sectionTitle.active::before {
  content: "－";
  cursor: pointer;
}

.sectionTitle.disable::before {
  display: none;
}

.sectionTitle.disable {
  opacity: 0.7;
}

.movieList.active {
  display: block;
}

.movieList {
  display: none;
}

.movieList li.active a {
  color: #333;
}

.movieTime {
  color: #666;
  font-size: 0.8em;
  margin-left: 4px;
  word-break: keep-all;
}

.movieList li.disable {
  display: flex;
  align-items: center;
  padding-left: 61px;
  opacity: 0.4;
}

.contents {
  padding: 20px 20px 20px 20px;
  display: flex;
  flex-direction: column;
}

.listArea {
  margin-top: 0;
  flex: 1;
  min-width: 1200px;
}

#key1 {
  width: 55px;
}

#key2 {
  width: 88px;
}

#key3 {
  width: 88px;
}

#logoutBtn {
  border: none;
  background-color: #000000;
  font-size: 14px;
  padding: 0;
  color: white;
  height: 30px;
  padding: 0 14px;
}

.nickname_icon {
  cursor: pointer;
  position: absolute;
  width: 20px;
  left: 19px;
}

#nickname_edit {
  display: none;
  margin-left: 40px;
  padding: 1px 10px;
  width: auto;
}

.logo img {
  height: 20px;
}

/* Ã£Æ’Å¾Ã£â€šÂ¤Ã£Æ’Å¡Ã£Æ’Â¼Ã£â€šÂ¸Ã¥â€ â€¦Ã£Æ’Â¡Ã£Æ’â€¹Ã£Æ’Â¥Ã£Æ’Â¼ */
.mypageMenu {
  padding: 0 2rem;
  display: flex;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.mypageMenu a {
  color: #fff;
  padding: 0.5em 2em;
  display: block;
  border-right: 1px solid #fff;
  text-decoration: none;
}

.mypageMenu a.active {
  border-bottom: 3px solid #fff600;
}

.mypageMenu a:first-child {
  border-left: 1px solid #fff;
}

/* Ã£â€šÂ³Ã£Æ’Â¼Ã£â€šÂ¹Ã¤Â¸â‚¬Ã¨Â¦Â§ */
.container.course {
  flex-direction: column;
}

.courseInfoWrap {
  border: 1px solid gray;
  border-radius: 10px;
  margin-top: 9px;
  display: flex;
  padding: 2rem 0rem 2.5rem 0rem;
}

.courseInfoInner {
  flex: 0 0 65%;
  padding: 0 0rem 0 3rem;
}

.courseKeyInfo {
  flex: 0 0 35%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}

.courseKeyInfo p {
  background: #f2f2f2;
  padding: 1rem 2rem;
  height: fit-content;
  width: fit-content;
}

.certificateBtn {
  font-size: 1rem;
  padding: 7px 26px;
  color: #000;
  text-decoration: none;
  border: 1px solid #666;
  border-radius: 8px;
  margin: 0px 15px;
  cursor: pointer;
}

.certificateHideBtn {
  font-size: 1rem;
  padding: 7px 26px;
  color: #000;
  text-decoration: none;
  border: 1px solid #666;
  border-radius: 8px;
  margin: 0px 15px;
  cursor: none;
  opacity: 0.5;
}

.courseBox {
  padding: 1em 3em 5em;
  border-bottom: 1px solid #b5b5b5;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.courseBox h2 {
  display: flex;
  justify-content: space-between;
  background: white;
  border-bottom: 1px solid #bababa;
  margin-bottom: 11px;
  padding-bottom: 5px;
}

.sections {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1em;
  justify-content: center;
}

.sections a {
  color: #000;
  text-decoration: none;
}

.sections li {
  width: 276px;
  list-style-type: none;
  padding: 35px 12px 12px 12px;
}

.sections li>a>div {
  display: flex;
  flex-direction: column;
  height: 236px;
  position: relative;
}

.sections li.noactive {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.6;
}

.sections li .thumbnail {
  width: 100%;
  position: relative;
  margin-bottom: 9px;
}

.sections li b {
  font-size: 1.1rem;
  display: block;
  height: 3.0rem;
}

.sections li img {
  object-fit: cover;
}

.sections li .totalTime {
  font-weight: normal;
  color: #666;
  display: block;
  width: 100%;
  position: absolute;
  right: 0;
  width: fit-content;
  bottom: 4px;
  font-size: 0.8rem;
}

.sections .completeImg {
  position: absolute;
  width: 140px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: none;
}

.progressBox {
  background-color: #ccc;
  text-align: left;
  height: 3px;
  display: flex;
  margin-top: 10px;
}

.progress {
  display: block;
  background-color: #ff00ae;
  height: 3px;
}

.progressValue {
  color: #666;
  display: block;
  font-size: 90%;
}

.progressValue_trial {
  position: absolute;
  background: #000000;
  color: white;
  padding: 4px 6px;
  width: 250px;
  text-align: center;
  top: 91px;
}

/* Ã¥â€¹â€¢Ã§â€Â»Ã£â€šÂ¢Ã£â€šÂ¯Ã£Æ’â€ Ã£â€šÂ£Ã£Æ’â„¢Ã£Æ’Â¼Ã£â€šÂ·Ã£Æ’Â§Ã£Æ’Â³ */
.inActivate {
  padding: 10px 3rem;
  max-width: 1200px;
  margin: 14px auto 0;
}

.activateBox {
  padding: 1.5em 3em 2rem;
  max-width: 1140px;
  margin: 20px auto;
  border-radius: 1rem;
  background: #ffffff;
}

.activateBox label {}

.limitTime {
  color: #888;
}

.pastList {
  opacity: 0.8;
}

.pastList .courseBox {
  opacity: 0.4;
}

#activateBtn {
  margin-top: 1em;
  padding: 7px 32px 8px;
  background: #3f8ae7;
  border: none;
  font-weight: bold;
  border-radius: 5px;
  color: white;
}

.message {
  font-weight: bold;
  font-size: 14px;
  padding: 1em 1em;
  margin-bottom: 1em;
}

.message.error {
  color: red;
  border: 1px solid red;
}

.message.success {
  color: green;
  border: 1px solid green;
}


/* Ã¥Â±Â¥Ã¤Â¿Â®Ã¨Â¨Â¼Ã¦ËœÅ½Ã¦â€ºÂ¸ */
.certificate1Box {
  color: #000;
}

.vimeoThumbnail {
  background: #d9d9d9;
  height: 141.8px;
  border: 1px solid #d7d7d7;
}

.mypageTitle {
  font-size: 1.8rem;
  color: white;
  padding: 2rem;
  font-weight: 500;
  max-width: 1200px;
  margin: 0 auto;
}

.mypageHeader {
  background: #1e1e1e;
  padding: 0 1rem;
}

.movie_info_area {
  display: flex;
}

.movie_info {
  padding: 2rem 3rem;
  position: relative;
  width: 100%;
}

.movie_title {
  border-bottom: 1px solid gray;
  margin-bottom: 10px;
}

.movie_info h3 {
  background: black;
  color: white;
  width: fit-content;
  padding: 2px 13px 3px 13px;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 8px;
}

.moviedata {
  background: white;
  color: white;
  padding: 31px 31px 50px 0px;
  border-radius: 1rem;
  font-size: 90%;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  margin-left: -25px;
}

.moviedata a {
  border: 1px solid #c5c5c5;
  padding: 10px 12px 10px 58px;
  width: 200px;
  font-size: 13px;
  border-radius: 9px;
  color: black;
  text-decoration: none;
  margin-bottom: 8px;
  cursor: pointer;
  position: relative;
}

.dataXlsx::before, .dataCsv::before, .dataPdf::before, .dataPptx::before, .dataJpg::before {
  content: "";
  position: absolute;
  left: 11px;
  top: 0;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
  height: 28px;
  margin: auto;
}

.dataXlsx::before {
  background-image: url(../img/icon_xlsx.jpg);
}

.dataCsv::before {
  background-image: url(../img/icon_csv.jpg);
}

.dataPdf::before {
  background-image: url(../img/icon_pdf.jpg);
}

.dataPptx::before {
  background-image: url(../img/icon_pptx.jpg);
}

.dataJpg::before {
  background-image: url(../img/icon_jpg.jpg);
}

#movieIframe .contentWindow.document .player a {
  display: none;
}

.licensekeyMidashi {
  font-weight: bold;
}

.licensekeyMidashi span {
  font-weight: 400;
  font-size: 85%;
}

.tourokuInput {
  width: 300px !important;
  padding: 6px 21px;
  margin: 4px 0px -1px 0px;
  border-radius: 6px;
  border: 1px solid gray;
}

footer {
  background: black;
  color: white;
  font-size: 90%;
  text-align: center;
  padding: 15px;
  font-weight: 100;
}

.footerLinkList {
  display: flex;
  margin: 0 auto;
  justify-content: center;
}

.footerLinkList a {
  text-decoration: none;
  color: white;
}

@media all and (min-width: 1024px) and (max-width: 1280px) {}

@media all and (min-width: 768px) and (max-width: 1024px) {}

@media all and (max-width: 768px) {
  .courseInfoWrap {
    border: 1px solid gray;
    border-radius: 10px;
    margin-top: 9px;
    display: flex;
    flex-direction: column;
    padding: 1.5rem 0rem 2rem 0rem;
  }

  .courseInfoInner {
    flex: auto;
    padding: 0 2rem 0 2rem;
  }

  .courseKeyInfo {
    padding: 2rem 2rem 0rem 2rem;
  }

  .courseKeyInfo p {
    width: 100%;
    text-align: center;
  }

}

@media all and (max-width: 480px) {
  .contents {
    overflow: hidden
  }

  .left {}

  header {
    display: flex;
    width: 100vw;
    overflow: hidden;
    flex-direction: column;
    height: 60px;
  }

  .logo {
    margin-top: 19px;
    padding-left: 0;
  }

  .userAccount {
    flex-direction: column;
    padding: 12px 5px;
  }

  .iconArea {
    position: absolute;
    top: 15px;
    right: 0;
  }

  .userAccount {
    position: absolute;
    top: 0;
    right: 0;
    border-left: none;
    flex-direction: row;
    display: none;
  }

  .container {
    flex-direction: column;
  }

  .courseBox {
    padding: 20px !important;
  }

  .courseBox h2 {
    font-size: 1.3rem;
  }

  .courseInfo {
    font-size: 14px;
  }

  .right {
    width: 100%;
  }

}