.device-type-mobile {
  /* SP用の記述 */
	.music__song{
		font-size: 2.5em !important;
        font-weight: bold;
		margin-top:0 !important;
	}
	
			.comment-box{
		border: solid 3px  #eae6e5;
		padding: 0.8em 2em;
		margin-bottom: 30px;
	}
	.comment-label{
		font-weight: bold;
		font-size: 1.2em;
	} 
	.comment-img{
		margin-bottom: 30px;
	}
	.news__items__container .h3-ttl-a {
		color: #e60012;
	}
	.ep-meta dd {
        font-size: calc(12vw / var(--_mbw));
    }
	
	
}
.device-type-desktop {
  /* PC用の記述 */
		.comment-box{
		border: solid 3px  #eae6e5;
		padding: 0.8em 2em;
		margin-bottom: 30px;
	}
	.comment-label{
		font-weight: bold;
		font-size: 1.2em;
	} 
	.comment-img{
		margin-bottom: 30px;
	}
	.navigation.nav__sub .navigation__item {
        margin-bottom: 10px;
    }
	
}