a:hover .nowrap {
	text-decoration: underline;
}

.nowrap .icon-after {
	display: inline-block;
}

br.jp-tablet-small {
	display: none;
}
@media only screen and (max-width: 735px) and (min-width: 415px) {
	br.jp-tablet-small {
		display: inline-block;
	}
}

@media only screen and (max-width: 349px) {
	br.xsmall-hide {
		display: none;
	}
}

/* UMC */
.modal-story-umc .quote-copy > p::before,
.modal-story-umc .quote-copy > p::after {
	display: none;
}

.modal-story-umc .modal-quote .quote-credit {
	margin-top: 0;
}

@media only screen and (max-width: 1068px) {
	.modal-story-umc .modal-quote .quote-credit {
		margin-top: 0;
	}
}

.modal-story-umc .modal-quote .quote-subcredit {
	margin-top: 40px;
}

@media only screen and (max-width: 1068px) {
	.modal-story-umc .modal-quote .quote-subcredit {
		margin-top: 30px;
	}
}

.modal-story.modal .modal-story-baycare .modal-copy .modal-stats .badge {
	min-width: 20%;
}

@media only screen and (max-width: 1068px) {
	.modal-story.modal .modal-story-baycare .modal-copy .modal-stats .badge {
		min-width: 25%;
	}

	.modal-story.modal .modal-copy .modal-stats {
		padding-left: 2em;
	}
}

@media only screen and (max-width: 734px) {
	.modal-story.modal .modal-story-baycare .modal-copy .modal-stats {
		padding-left: 0;
	}
}
