/* パンくずリスト */
.breadcrumb {
  font-size: 14px;
  padding: 2rem 3rem;
}

.breadcrumb a {
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb {
  word-spacing: 1rem;
}

@media (max-width: 768px) {
  .breadcrumb {
    display: none;
  }
}

.video__inner {
  max-width: 1150px;
  margin-inline: auto;
  padding-inline: 25px;
}

.video__title {
  text-align: center;
  margin-bottom: 1.875rem;
  color: #002a66;
  font-size: clamp(1rem, 0.3784530387rem + 2.6519337017vw, 2.5rem);
  font-weight: 700;
  line-height: 1.3;
}

.video__movie {
  background-color: #f0f0f0;
  width: 100%;
  height: auto;
}

.c-says__body p {
  margin-bottom: 0rem !important;
}
