@charset "UTF-8";
.c-date {
  padding: 0 8px 8px 0;
  border-bottom: 1px solid #e4e6ec;
}
.c-date__item {
  font-size: 1.2rem;
  text-align: right;
}

.c-video-detail {
  padding: 24px 16px;
  background: #F3F4F5;
}

.c-youtube {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

.c-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (min-width: 320px) and (max-width: 767.499px) {
  .c-video-detail {
    width: 100%;
    padding: 16px 8px;
  } 
}