@charset "UTF-8";

@media screen and (min-width: 901px){
  .flexBox {
    display: flex;
    justify-content:center;
  }
  #voice_Fujimoto {
    align-items: center;
  }
}
@media screen and (max-width: 900.9px){
  #voice_Fujimoto {
    justify-content: center;
  }
}
.editor blockquote:not([class])::before {
  display: none !important;
}
.editor blockquote p:not([class]) {
  font-size: x-large;
  font-weight: bold;
  font-style: italic;
}
.editor p cite {
  font-style: normal;
}
.movie button { cursor:pointer; }
.movie button:hover { opacity:0.65; }
.modal-video-movie-wrap {
  width: unset;
  height: 85%;
  padding-bottom: unset !important;
  aspect-ratio: 9 / 16;
}
.modal-video-close-btn {
  top: -30px;
}
@media (orientation: landscape) {
  .modal-video-movie-wrap {
    height: 100%;
  }
  .modal-video-close-btn {
    top: 0;
  }
}
