@charset "UTF-8";
/* 一時調整用 CSS Document */

div.thumb {
    position: relative;
    z-index: 2;
}

div.thumb.new::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-image: url(../img/new.svg);
    background-size: contain;
    pointer-events: none;
}

p.closed {
    margin-top: 50px;
}

span.setting {
font-size: 0.8em;
}

.vj {
    padding-top: 5px;
    font-size: 0.7em;
    color: #2b903f;
}

dl.table-dl dd {
    line-height: 1;
}

.youtube {
  width: 80%;
  margin: 50px auto 0;
  position: relative;
  padding-top: 56.25%;
}

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

@media(width <= 560px) {
  .youtube {
    width: 100%;
  }
}
