.custom--video-list {

}
.custom--video-list .col:nth-child(n+4) {
  display: none;
}
.custom--video-list._06 .col {
  display: flex;
}
.custom--video-list._06 .col:nth-child(n+7) {
  display: none;
}
.custom--vl-title {
  font-size: 1.8rem;
  font-weight: bold;
}
.custom--vl-title>span {
  margin-right: 8px;
}
.custom--vl-title .t-time {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 400;
  height: 18px;
  padding: 0 4px;
  border: 1px solid #000;
  vertical-align: middle;
  margin-bottom: 4px;
}
.custom--vl-title .t-time>span {

}
.custom--vl-text {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 16px !important;
}
.custom--vl-labels {
  display: flex;
  margin-bottom: 7px;
}
.custom--vl-labels li {
  display: flex;
  font-size: 1.2rem;
  font-weight: 400;
  align-items: center;
  justify-content: center;
}
.custom--vl-labels li + li {
  margin-left: 11px;
}
.custom--vl-labels li span {
  line-height: 1;
}
.custom--vl-labels .l-new {
  border: 1px solid #BE375A;
  color: #BE375A;
  width: 36px;
  height: 18px;
}
.custom--vl-labels .l-eng {
  background-color: #002B62;
  color: #fff;
  width: 56px;
  height: 18px;
}
.custom--vl-labels .l-bus {
  background-color: #dce8f5;
  height: 18px;
  padding: 0 8px;
}
.custom--vl-labels .l-rec {
  background-color: #f9ecdc;
  height: 18px;
  padding: 0 8px;
}
.custom--vl-links-title {
  display: block;
  margin-top: 20px !important;
  margin-left: -0.5em !important;
}
.custom--vl-links {
  display: flex;
}
.custom--vl-links .js-modal-img {
  padding: 0 !important;
  /* width: 100%; */
  max-width: 90px;
  min-width: 90px;
}
.custom--vl-links .lk-img {
  max-width: 90px;
  max-height: 90px;
  overflow: hidden;
}
.custom--vl-links .lk-img img {
  width: 100%;
  transform: scale(120%);
}
.custom--vl-links .lk-img-text {
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  margin-top: 6px !important;
}
.custom--vl-links .lk-link {

}
.custom--vl-links .lk-link a {
  padding-left: 18px;
  font-size: 1.4rem;
  vertical-align: baseline;
}
.custom--vl-links .lk-link a img {
  margin-left: 8px;
  margin-bottom: -3px;
}
.custom--vl-spqr {
  display: none;
}
.custom--video-list.mod-pnl-02[data-col="3"]>.inner {
  margin-left: calc(clamp(25px, 65vw/(1200/100), 65px)*-1) !important;
}
.custom--video-list.mod-pnl-02[data-col="3"]>.inner>* {
  padding-left: clamp(25px,65vw/(1200/100),65px) !important;
}
.custom--video-list .col {
  padding-top: 54px;
}
.custom--video-list .mod-media-video {
  margin-bottom: 14px !important;
  
}
.custom--vl-more-btn {
  display: block;
  color: #565656;
  font-weight: 500;
  border: 2px solid #6f6f6f;
  background-color: #f5f5f5;
  max-width: 300px;
  width: 100%;
  height: 40px;
  padding: 4px 10px;
  margin: 50px auto 0;
  transition: opacity .2s ease;
}
.custom--vl-more-btn:hover {
  opacity: .7;
}

@media screen and (max-width: 639px),
print {
  .custom--vl-title {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .custom--vl-text {
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 8px !important;
  }
  .custom--vl-links-title {
    margin-top: 16px;
  }
  .custom--vl-links {
    display: flex;
  }
  .custom--vl-links .js-modal-img {
    display: none !important;
  }
  .custom--vl-links .lk-link a {
    padding-left: 0 !important;
  }
  .custom--vl-spqr {
    display: block;
  }
  .custom--vl-spqr .spqr-btn {
    display: block;
    background: none;
    border: none;
    font-size: 1.4rem;
    font-weight: 400;
    margin: 14px 0 0 auto;
    cursor: pointer;
  }
  .custom--vl-spqr .spqr-btn {
    position: relative;
    padding-right: 24px;
  }
  .custom--vl-spqr .spqr-btn::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    right: 5px;
    top: 4px;
    transform: rotate(-45deg);
  }
  .custom--vl-spqr .spqr-btn.is-open::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    right: 5px;
    top: 10px;
    transform: rotate(135deg);
  }
  .custom--vl-spqr .spqr-img {
    display: none;
    width: 100%;
    max-width: 400px;
    margin: 18px auto 0;
  }
  .custom--vl-spqr .spqr-img img {
    width: 100%;
    border: 1px solid #000;
  }
  .custom--vl-spqr .spqr-btn.is-open + .spqr-img {
    display: block;
  }
  .custom--video-list .col {
    padding-top: 0;
    padding-bottom: 54px;
  }
  .custom--video-list.mod-pnl-02[data-col="3"]>.inner {
    margin-left: 0 !important;
  }
  .custom--video-list.mod-pnl-02[data-col="3"]>.inner>* {
    padding-left: 0 !important;
  }
  .custom--vl-more-btn {
    margin-top: 0;
    margin-bottom: 50px;
    width: 100%;
    height: 36px;
    padding: 2px 10px;
    font-size: 1.4rem;
  }
}