@charset "utf-8";
/* 携帯時のみパディング出力（動画詳細部） */
.movieMobileArea{
    padding:0px;
}
@media screen and (max-width:768px) {
  .movieMobileArea{
    padding:0px 5px;
  }
}

/* 携帯時のみ背景＆パディング出力（動画リスト部） */
.mobileArea{
    background-color:#FFFFFF;
    padding:0px;
}
@media screen and (max-width:768px) {
  .mobileArea{
    background-color:#ffa23f;
    padding:10px 5px;
  }
}

/*レイアウト 白背景エリア　左エリア　右エリア*/
.articleDetailsArea {
  overflow:hidden;
  background-color: #FFFFFF;
  padding: 20px;
}
.articleDetailsArea .detailsAreaLeft {
  float: left;
  width: 640px;
}
.articleDetailsArea .detailsAreaRight {
  float: right;
  width: 260px;
}
.detailTitle{
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "UD Shin Go Bold JIS2004";
}

/*レイアウト 白背景エリア　左エリア　右エリア 768px以下*/
@media screen and (max-width:768px) {
  .articleDetailsArea {
    overflow:visible;
    padding: 10px 0px;
  }
  .articleDetailsArea .detailsAreaLeft {
    float: none;
    width: 100%;
    height: auto;
  }
  .articleDetailsArea .detailsAreaRight {
    float: none;
    width: 100%;
    height: auto;
  }
}

/* -------------左エリア------------- */

.detailPostDate {
  text-align: right;
  margin-bottom: 10px;
}

/*ムービー*/
.pvArea {
  width: 640px;
  margin-bottom: 20px;
  position:relative;
}

/*ム－ビー 768px以下*/
@media screen and (max-width: 768px) {
  .pvArea {
    width: 100%;
  }
  .pvArea .video {
    width: 100%;
    display: inline-block;
    vertical-align: baseline;
  }
}

.movieDataArea{
  overflow:hidden;
}
/*カテゴリー*/
.categoryPlate{
  background: #ff9933;
  opacity: 0.9;
  padding:5px 5px 5px 10px;
  color: #fff;
  width:125px;
  font-size: 14px;
  font-size: 1.4rem;
  float:left;
}
/*公開日・再生時間*/
.pvTime {
 padding:5px 5px 5px 10px;
 overflow: hidden;
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}
.pvTime .detailPvTimeList01 {
  float: left;
  margin-right: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}
.pvTime .detailPvTimeList01:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px){
  .categoryPlate{
    float:none;
  }
  .pvTime {
    padding:5px 5px 0px 10px;
    margin-bottom:0px;
    display: inline-block;
  }
}


/*記事名*/
.articleName {
  font-size:1.8rem;
  font-weight:bold;
  padding:10px 0px;
}

/*記事名　768px以下*/
@media screen and (max-width: 768px) {
  .articleName {
	  font-size:1.6rem;
  }
}

/*ワンダーボタンエリア*/
.wonderButtonArea {
  background-color: #ffffcc;
  padding:10px 140px 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
/*レッスン名　768px以下*/
@media screen and (max-width: 768px) {
  .wonderButtonArea {
	    padding:14px 34px 10px;
  }
}
.wonderButtonArea .wonderText {
  float: left;
  margin-right: 5px;
  margin-top: 2px;
}
.wonderButtonArea .wonderButton {
  margin-top: -3px;
  float: left;
  background: #ff0000;
  border-radius: 5px;
  box-shadow: 1px 1px 2px #5d5d5d;
}
.wonderButtonArea .wonderButton.voted {
  padding-left: 9px;
}

.wonderButton .link{
  display: block;
  color: #fff;
  padding: 3px 10px 3px 10px;
  font-size: 12px;
  font-size: 1.2rem;
}
.wonderButton .fa{
margin-right: 5px;
    font-size: 15px;
    vertical-align: -2px;
}
.wonderButton .link:hover{
    color: #fff798;
}
.wonderButton.voted{
  background: none;
  box-shadow: none;
  padding: 3px 10px 3px 4px;
}
.wonderButton.voted .link{
  pointer-events: none;
  color: #ff0000;
  padding: 2px 0 0 0;
}
.wonderNum{
  margin-right: 2px;
}

/*ワンダーボタンエリア　768px以下*/
@media screen and (max-width: 768px){
  .wonderButtonArea .wonderText {
    float: none;
    margin-bottom: 10px;
    text-align: center;
  }
  .wonderButtonArea .wonderButton {
    width: 130px;
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  .wonderButtonArea .wonderButton .voted{
    padding-left: 17px;
    background: none;
    box-shadow: none;
    padding: 0px;
  }

  .wonderButton .link{
    padding: 3px 0 3px 5px;
  }
}


/*SNSボタン*/
.snsButton {
    text-align: right;
}
.snsButton .line {
    display: none;
}

/*SNSボタン　768px以下*/
@media screen and (max-width: 768px){
	.snsButton .line {
		display: inline;
	}
	.snsButton .line .img {
		height: 20px;
		width: auto;
	}
}

/*タイトル＋テキスト*/
.lessonDetailsTitle{
  font-size: 18px;
	font-size:1.8rem;
	font-weight:bold;
	border-bottom:#eeb734 4px solid;
	margin-bottom:10px;
}
.lessonDetailsText{
	font-size:1.6rem;
  margin-bottom: 15px;
}

/*タイトル＋テクスト　768px以下*/
@media screen and (max-width: 768px){
	.lessonDetailTitle {
    font-size: 16px;
	  font-size:1.6rem;
  }
}

/* 投稿画像設定 */
.cover {
  display: inline-block;
  background-color: #FFF;
  background-position: center center;
  background-repeat: no-repeat;
  width: 208px;
  height: 156px;
  background-size: cover;
  vertical-align: bottom;
}
@media screen and (max-width: 768px){
  .cover {
    width: 49%;
  }
}

/* もっと見るボタン */
.seeMoreButton {
  text-align:center;
}
@media screen and (max-width: 768px){
  .seeMoreButton {
    margin-bottom: 0px;
    margin-top: 20px;
  }
}
.seeMoreButton .link {
  box-sizing: border-box;
  padding: 5px 20px;
  overflow: hidden;
  border-radius: 5px;
  border-radius: 6px;
  display: inline-block;
}
.seeMoreButton01 .link {
  box-shadow: 1px 1px 4px #6f3711;
  background-color: #ff6600;
}
.seeMoreButton .link:hover .text, .seeMoreButton.link:hover .text .fa {
    color: #fff798;
}
.seeMoreButton .link .text .fa {
    color: #fff;
    font-size: 30px;
    font-size: 3.0rem;
    vertical-align: -4px;
    text-indent: 10px;
}

.seeMoreButton .link .text {
    color: #fff;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
}

/* -------------右エリア------------- */
.movieListArea{
  margin-bottom:20px;
}
.lessonDetailsMovieList01{
  overflow:hidden;
  background-color:#fdfad4;
  padding:3px;
  margin-bottom:4px;
  cursor:pointer;
}
@media screen and (max-width: 768px){
  .lessonDetailsMovieList01 {
      padding:6px;
    background-color: #FFFFFF;
  }
}
.lessonDetailsMovie{
  width:100px;
  height:70px;
  float:left;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px){
  .lessonDetailsMovie {
      width:50%;
  height:auto;
  }
}
.lessonDetailsMoviePic{
  max-height: 70px;
  margin: auto;
}
.lessonDetailsMovieCategory{
  font-size: 0.9rem;
  bottom: 0;
  left: 0;
  opacity: 1;
  padding: 2px 0px;
  width: 100%;
}
.lessonDetailsMovieCategoryMarginLeft{
  margin-left:5px;
  font-weight: normal;
  font-size: 1.2rem;
}
.lessonDetailsMovieText{
  width:144px;
  float:right;
  padding-right: 3px;
}
@media screen and (max-width: 768px){
  .lessonDetailsMovieText{
width: 48%;
  }
}

.lessonDetailsMovieTextTitle{
  font-size:12px;
  font-size:1.2rem;
}
.lessonDetailsMovieTextTeacher,
.lessonDetailsMovieTextOpenTime{
  font-size:10px;
  font-size:1rem;
  color:#000000;
}
@media screen and (max-width:768px) {
  .lessonDetailsMovieTextTitle{
    font-size:14px;
    font-size:1.4rem;
    margin-bottom: 5px;
  }
  .lessonDetailsMovieTextTeacher,
  .lessonDetailsMovieTextOpenTime{
    font-size:12px;
    font-size:1.2rem;
  }
}

.lessonDetailsMoviePicMark{
  width: 23px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -11.5px;
}
@media screen and (max-width:768px) {
  .lessonDetailsMoviePicMark{
  width: 34.5px;
  height: 24px;
  margin: -12px 0 0 -17.25px;
  }
}

/* 最近チェックした動画リスト */
.movieCheckListArea{
}
.movieCheckListTitle {
    margin-bottom: 10px;
}
.lessonDetailsMovieCheckViewingAlreadyMark {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #ff3300;
    opacity: 1;
    padding: 5px 8px 3px;
    text-align: center;
    line-height: 1;
    color: #ffffff;
    font-size: 8px;
    font-size: 0.8rem;
    border-radius: 5px;
    font-weight: normal;
    border: #ffffff 2px solid;
}
.mobileArea{
    background-color:#FFFFFF;
    padding:0px;
}
@media screen and (max-width:768px) {
  .mobileArea{
    background-color:#ffa23f;
    padding:10px 5px;
  }
}

/* 従業用パネル */
.panelArea{
  overflow: hidden;
  margin-bottom: 10px;
}
.panelArea .panel{
  width: 32.5%;
  float: left;
  background: #fff;
  margin-right:5px;
}
li.panel:nth-child(3n) {
  margin-right:0px;
}
.panelThumb{
  width: 100%;
  max-width: 100%;
}
.textArea{
  padding: 5px 0 0 0;
  background-color: #ffffcc;
}
.video{
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.panel .workTitle{
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  padding: 0px 5px 5px 5px;
}
.grayScaleImage {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.grayScaleImage:before {
    content: '';
    position: absolute;
    background: inherit;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    z-index: -1;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: 0.2s linear;
}
.panel .userArea{
  overflow: hidden;
  padding-bottom: 5px;
}
.panel .description{
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0px 5px 10px 5px;
  height: 36px;
}
.panel .categoryArea{
  margin-bottom: 5px;
  color: white;
  padding: 3px 5px;
}
.panel .cateName{
  padding: 3px 5px;
  margin-bottom: 5px;
}
.panel .duration{
  margin-bottom: 8px;
}
.panel .categoryName{
  float: right;
}
.panel .postDate, .panel .categoryArea{
  font-size: 14px;
  font-size: 1.4rem;
}
.panel .postDate{
  padding: 0px 5px;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
}
.panel .descriptionArea{
  padding: 0px 5px;
}
.panel .articleCategory{
  background-color: #df7840;
}
.panel .classCategory{
  background-color: #3b7dd0;
}
.panel .contestCategory{
  background-color: #6ec575;
}
.panel .presentCategory{
  background-color: #fcdf55;
}
.imgCaption{
  font-size:13px; text-align:left; margin:4px 0;
}
@media screen and (max-width:768px) {
  .panelArea{
    overflow: visible;
  }
  .panelArea .panel{
    overflow: hidden;
    width: 100%;
    float: none;
    margin: 0 0 5px 0;
  }
  .textArea{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 50%;
    float: right;
    padding: 5px;
    background: #fff;
  }
  .panel .workTitle{
    height: 40px;
    margin-bottom: 2px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .panel .userArea{
    overflow: visible;
    display: table;
    padding: 5px;
    margin-bottom: 5px;
    background: #f6f6f6;
    width: 100%;
  }
  .panel .description{
    height: 40px;
    margin-bottom: 5px;
    font-size: 11px;
    font-size: 1.1rem;
  }
  .panel .postDate, .panel .categoryArea{
    font-size: 11px;
    font-size: 1.1rem;
  }
}
