@charset "utf-8";

/* sp */
h4.time::after {
    content: "初回放送は21:30～22:30";
    font-weight: normal;
    font-size: 87%;
    line-height: 112%;
    display: block;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    background-position: left 2px;
    margin: 0;
    /* padding: 0 0 0 14px; */
}

/* pc */
h3.time::after {
    content: "初回放送は21:30～22:30";
    font-weight: normal;
    font-size: 87%;
    line-height: 112%;
    display: block;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    background-position: left 2px;
    margin: 0;
    /* padding: 0 0 0 14px; */
}

@media screen and (max-width:800px) {
	h3.time::after {
		content: "";
	}

}


