@charset "UTF-8";
/* CSS Document */
/*--------------------------------------------
*  約3分で解説動画を見る
--------------------------------------------*/
.sectioning .explanation-movie {
  margin-block: 30px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .sectioning .explanation-movie {
    margin-inline: 15px;
  }
}
.sectioning .explanation-movie-bnr {
  display: inline-block;
  max-width: 400px;
  width: 100%;
}
.sectioning .explanation-movie-bnr figure img {
  max-width: 100%;
}
.sectioning .explanation-movie-bnr figcaption {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 0.5em;
  text-decoration: underline;
}
.sectioning .explanation-movie-bnr:hover figcaption {
  text-decoration: none;
}