@charset "utf-8";

/* ==========================================================================
   詳細記事共通
========================================================================== */
.is-provider-youtube iframe, iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: 100%;
    margin-top: 4.6%;
}
.instagram-media, .tiktok-embed {
	margin-left: auto !important;
	margin-right: auto !important;
	aspect-ratio: auto;
	height: revert-layer;
}
blockquote {
    margin-top: 4.6%;
}
@media print, screen and (max-width: 768px) {
	.is-provider-youtube iframe, iframe {
        margin-top: 12vw;
    }
    blockquote {
        margin-top: 12vw;
    }
}



.no-related-posts {
    font-size: min(1.4vw, 1.8rem);
}

@media print, screen and (max-width: 768px) {
    .no-related-posts {
        font-size: 3.7vw;
    }
}