@charset "UTF-8";

.image-wrapper,
.video-wrapper {
  overflow: hidden;
}

.image-wrapper img,
.video-wrapper img {
  vertical-align: middle;
}

.video-wrapper span {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
}

.video-wrapper .thumlink {
  position: relative;
  display: block;
  margin: 0 auto;
}

.video-wrapper .ic-play {
  position: absolute;
  top: 50%;
  left: 50%;
  /* transform: translate(-50%, -50%); */
  z-index: 10;  
}

.video-wrapper .thum-fade {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #848484;
  opacity: 0.3;
}

.ul-video {
  display: inline-block;
  margin-bottom: 30px;
}

.ul-video:last-child {
  margin-bottom: 0px;
}

.ul-video li {
  margin: 0 15px 20px 0;
  padding-right: 10px;
  font-size: 1.6rem;
  line-height: 18px;
}

.ul-video li:last-child{
  margin: 0;
}

@media screen and (min-width: 480px) {}

@media screen and (min-width: 768px) {

  .image-wrapper,
  .video-wrapper {
    overflow: hidden;
    float: left;
  }

  .content-wrapper {
    width: calc(100% - 380px);
    float: right;
  }
}

@media screen and (min-width: 1000px) {

  .image-wrapper,
  .video-wrapper {
    max-width: 320px;
  }

  .image-wrapper img,
  .video-wrapper .thum {
    max-width: 320px;
    width: 100%
  }

  .video-wrapper .ic-play {
    top: 65px;
    left: 128px; 
  }

  .video-wrapper .thum:hover {
    opacity: 0.7;
  }

  .ul-video li {
    float: left;
    border-right: 1px solid #aaaaaa;
  }

  .ul-video li:last-child {
    border: none;
  }
}

@media screen and (min-width: 1200px) {}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 999px) {}

@media screen and (max-width: 767px) {

  .image-wrapper {
    max-width: 360px;
    margin: 0 auto 10px;
  }

  .image-wrapper img {
    max-width: 360px;
    width: 100%;
    height: auto;
  }

  .video-wrapper {
    text-align: center;
    max-width: 360px;
    margin: 10px auto 20px;
  }

  .video-wrapper .thum {
    max-width: 360px;
    width: 100%;
    height: auto;
  }

  .video-wrapper .ic-play {
    top: 76px;
    left: 148px; 
  }

}

@media screen and (max-width: 479px) {
  
  .ul-video li {
    font-size: 1.4rem;
  }  
}

@media screen and (min-width: 480px) and (max-width: 767px) {}

@media screen and (min-width: 768px) and (max-width: 999px) {

  .image-wrapper,
  .image-wrapper img {
    width: 270px;
    height: 142px;
  }

  .video-wrapper,
  .video-wrapper .thum {
    width: 270px;
  }

  .video-wrapper .ic-play {
    top: 51px;
    left: 102px; 
  }

  .content-wrapper {
    width: calc(100% - 300px);
  }
}

@media screen and (min-width: 1000px) and (max-width: 1199px) {}


@media print {

  .image-wrapper {
    width: 320px;
    height: 168px;
    overflow: hidden;
    position: relative;
    text-align: center;
  }

  .video-wrapper {
    width: 320px;
    overflow: hidden;
    position: relative;
    text-align: center;
  }

  .video-wrapper .thum {
    width: 320px;
    height: 168px;
  }

  .video-wrapper .ic-play {
    top: 65px;
    left: 128px; 
  }

  .content-wrapper {
      padding-top: 7px;
    }
}
