@charset "UTF-8";
/* --------------------------------------------
   動画ギャラリー
-------------------------------------------- */
/* 動画ギャラリー */
.wrap_movie {
  padding: 0 1em;
}

.box_movie {
  width: 33.33%;
  padding: 1em;
}

.box_movie a {
  color: #333;
}

.box_movie img {
  width: 100%;
}

a .caption_movie {
  display: block;
  margin-top: 0.3em;
  color: #333;
  font-size: 0.9em;
}

.thumb_movie {
  position: relative;
}

.thumb_movie::after {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 150%;
  left: 50%;
  width: 4.69em;
  height: 4.69em;
  transform: translate(-50%, -50%);
  background: url(../../images/icon_youtube.png) center center/contain no-repeat;
  content: "";
}

.box_movie .thumb_movie::after {
  font-size: 0.7em;
}

@media screen and (max-width: 1900px) {
  /* 動画ギャラリー */
}

@media screen and (max-width: 1700px) {
  /* 動画ギャラリー */
}

@media screen and (max-width: 1540px) {
  /* 動画ギャラリー */
}

@media screen and (max-width: 1260px) {
  /* 動画ギャラリー */
}

@media screen and (max-width: 1024px) {
  /* 動画ギャラリー */
}

@media screen and (max-width: 768px) {
  /* 動画ギャラリー */
  .box_movie {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  /* 動画ギャラリー */
  .box_movie {
    width: 100%;
  }
}