  .p-partner-news__txt.is-movie::after {
	top: 4px;
    width: 24px;
    height: 20px;
    background: url(/partner/wp-content/themes/daidan/assets/img/partner/icon-movie.svg);
	background-size: 24px;
	background-repeat: no-repeat;
}

.c-news__txt.is-movie::after {
	content: "";
    position: absolute;
    top: 7px;
    right: 0;
    width: 24px;
    height: 20px;
    background: url(/partner/wp-content/themes/daidan/assets/img/partner/icon-movie.svg);
    background-size: 24px;
	background-repeat: no-repeat;
}

iframe {
  aspect-ratio: 16 / 9 !important;
  height: auto !important;
  top: 50% !important;
  transform: translateY(-50%);
}