body {
	line-break: strict;
}

.section-hero .section-headline {
	width: 100%;
}

.typography-text-cn {
	font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons",
		"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
		"ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.lsmall {
	display: none;
}
.msmall {
	display: none;
}

.icon-wrapper .more:not(.icon-before):after, #ac-globalfooter .ac-gf-more:after, .icon-after.icon-chevronright:after {
	position: relative;
	top: -0.075em;
}

@media only screen and (max-width: 510px) {
	.section-content {
		width: 89%;
	}
}

@media only screen and (max-width: 460px) {
	.lsmall {
		display: block;
	}
}

@media only screen and (max-width: 414px) {
	.lsmall {
		display: none;
	}
}

@media only screen and (max-width: 375px) {
	.msmall {
		display: block;
	}
}

/* hero subhead browser hack */
.section-hero .section-subhead {
	width: 100%;
}
