@charset "utf-8";
/* CSS Document */

/* 記事サムネイル非表示 */
.l-single__thumbnail {
	display: none;
}
.p-news-item a:hover {
	color: #e61673;
}
.p-news-item__img {
	display: none;
}
.p-news-item__time {
	border-bottom: 1px solid #555555;
}
.sc-frame-rp {
	width: 100%;
	position: relative;
	/*padding-bottom: 56.25%;*/
	height: 90vh;
}
.sc-frame-rp iframe {
	width: 100%;
	height: 100%;
}