/* カスタマイズ用CSS */
.ec-shareBtnRole .shareBtnList li .shareBtn.twitter:hover {
	background-color: #000;
}

.ec-shareBtnRole .shareBtnList li {
	vertical-align: top;
}

/* YouTube動画埋め込み */
.messagevideo {
	margin: 1rem 0;
}
.messagevideo .movie {
	max-width: 720px;
	margin: 0 auto;
	border: solid 4px #fff;
	aspect-ratio: 1920 / 1080;
}
.messagevideo .movie iframe {
	display: block;
	width: 100% !important;
	height: 100% !important;
}
@media (min-width:1280px) {
	.messagevideo {
		margin: 40px 0;
	}
}

