html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	padding: 0;
}

ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, hgroup, p, blockquote, figure, form, fieldset, input, legend, pre, abbr, button {
	margin: 0;
	padding: 0;
}

pre, code, address, caption, th, figcaption {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}

fieldset, iframe, img {
	border: 0;
}

caption, th {
	text-align: left;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

article, aside, footer, header, nav, main, section, summary, details, hgroup, figure, figcaption {
	display: block;
}

audio, canvas, video, progress {
	display: inline-block;
	vertical-align: baseline;
}

button {
	background: none;
	border: 0;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	color: inherit;
	cursor: pointer;
	font: inherit;
	line-height: inherit;
	overflow: visible;
	vertical-align: inherit;
}

button:disabled {
	cursor: default;
}

:focus {
	outline: 3px solid #c1e0fe;
	outline: 3px solid rgba(131, 192, 253, 0.5);
	outline-offset: 1px;
}

:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select), :focus[data-focus-method="touch"]:not(input):not(textarea):not(select) {
	outline: none;
}

::-moz-focus-inner {
	border: 0;
	padding: 0;
}

@media print {
	body, #main, #content {
		color: #000;
	}

	a, a:link, a:visited {
		color: #000;
		text-decoration: none;
	}

	#globalheader, #globalfooter, #directorynav, #tabs, .noprint, .hide {
		display: none;
	}
}

html {
	font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica",
		"Arial", sans-serif;
	font-size: 106.25%;
	quotes: "“" "”";
}

[lang]:lang(ja) {
	font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons",
		"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
		"ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
:lang(ja-JP) {
	quotes: "「" "」";
}

body {
	font-size: 17px;
	line-height: 1.47059;
	font-weight: 400;
	letter-spacing: -0.022em;
	font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica",
		"Arial", sans-serif;
	background-color: #fff;
	color: #333;
	font-style: normal;
}
body:lang(ja) {
	letter-spacing: 0em;
	font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons",
		"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
		"ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
body, input, textarea, select, button {
	font-synthesis: none;
	-moz-font-feature-settings: "kern";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	direction: ltr;
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	color: #111;
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	display: block;
	margin: 0;
}

h1 + *, h2 + *, h3 + *, h4 + *, h5 + *, h6 + * {
	margin-top: 0.8em;
}

h1 + h1, h1 + h2, h1 + h3, h1 + h4, h1 + h5, h1 + h6, h2 + h1, h2 + h2, h2 + h3, h2 + h4, h2 + h5, h2 + h6, h3 + h1, h3 + h2, h3 + h3, h3 + h4, h3 + h5, h3 + h6, h4 + h1, h4 + h2, h4 + h3, h4 + h4, h4 + h5, h4 + h6, h5 + h1, h5 + h2, h5 + h3, h5 + h4, h5 + h5, h5 + h6, h6 + h1, h6 + h2, h6 + h3, h6 + h4, h6 + h5, h6 + h6 {
	margin-top: 0.4em;
}

p + h1, ul + h1, ol + h1, p + h2, ul + h2, ol + h2, p + h3, ul + h3, ol + h3, p + h4, ul + h4, ol + h4, p + h5, ul + h5, ol + h5, p + h6, ul + h6, ol + h6 {
	margin-top: 1.6em;
}

p + *, ul + *, ol + * {
	margin-top: 0.8em;
}

ul, ol {
	margin-left: 1.17647em;
}

ul ul, ul ol, ol ul, ol ol {
	margin-top: 0;
	margin-bottom: 0;
}

nav ul, nav ol {
	margin: 0;
	list-style: none;
}

li li {
	font-size: 1em;
}

a {
	color: #0070c9;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

p + a {
	display: inline-block;
}

.links-inline, .links-stacked {
	margin-left: 0;
	margin-right: 0;
	list-style: none;
}

.links-inline li {
	display: inline;
	margin: 0 0.8em;
}

.links-inline li:first-child {
	margin-left: 0;
}

.links-inline li:last-child {
	margin-right: 0;
}

.links-stacked li {
	margin: 0;
	display: block;
}

.links-stacked li + li {
	margin-top: 0.4em;
}

.footnote {
	vertical-align: inherit;
	color: inherit;
}

.footnote:hover {
	color: #0070c9;
	text-decoration: none;
}

.theme-dark .footnote {
	color: inherit;
}

.theme-dark .footnote:hover {
	color: #6bf;
}

b, strong {
	font-weight: 600;
}

em, i, cite, dfn {
	font-style: italic;
}

sup {
	font-size: 0.6em;
	vertical-align: top;
	position: relative;
	bottom: -0.2em;
}

h1 sup, h2 sup, h3 sup {
	font-size: 0.4em;
}

sup a {
	vertical-align: inherit;
	color: inherit;
}

sup a:hover {
	color: #0070c9;
	text-decoration: none;
}

sub {
	line-height: 1;
}

abbr {
	border: 0;
}

:lang(ja), :lang(ko), :lang(th), :lang(zh) {
	font-style: normal;
}

:lang(ko) {
	word-break: keep-all;
}

.selfclear::before, .selfclear::after {
	content: " ";
	display: table;
}

.selfclear::after {
	clear: both;
}

.visuallyhidden {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(0px 0px 99.9% 99.9%);
	clip-path: inset(0px 0px 99.9% 99.9%);
	overflow: hidden;
	height: 1px;
	width: 1px;
	padding: 0;
	border: 0;
}

@media only screen and (inverted-colors) {
	.no-inversion {
		-webkit-filter: invert(1);
		filter: invert(1);
	}
}

.nowrap {
	display: inline-block;
	text-decoration: inherit;
	white-space: nowrap;
}

.clear {
	clear: both;
}

.cursor-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.cursor-grabbing {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.row {
	position: relative;
	z-index: 1;
}

.row::before, .row::after {
	content: " ";
	display: table;
}

.row::after {
	clear: both;
}

.column {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 0;
	float: left;
	min-height: 2px;
}

.large-offset-0 {
	margin-left: 0;
}

.large-push-0 {
	left: auto;
	right: auto;
}

.large-pull-0 {
	right: auto;
	left: auto;
}

.large-1 {
	width: 8.33333%;
}

.large-offset-1 {
	margin-left: 8.33333%;
}

.large-push-1 {
	left: 8.33333%;
	right: auto;
}

.large-pull-1 {
	right: 8.33333%;
	left: auto;
}

.large-2 {
	width: 16.66667%;
}

.large-offset-2 {
	margin-left: 16.66667%;
}

.large-push-2 {
	left: 16.66667%;
	right: auto;
}

.large-pull-2 {
	right: 16.66667%;
	left: auto;
}

.large-3 {
	width: 25%;
}

.large-offset-3 {
	margin-left: 25%;
}

.large-push-3 {
	left: 25%;
	right: auto;
}

.large-pull-3 {
	right: 25%;
	left: auto;
}

.large-4 {
	width: 33.33333%;
}

.large-offset-4 {
	margin-left: 33.33333%;
}

.large-push-4 {
	left: 33.33333%;
	right: auto;
}

.large-pull-4 {
	right: 33.33333%;
	left: auto;
}

.large-5 {
	width: 41.66667%;
}

.large-offset-5 {
	margin-left: 41.66667%;
}

.large-push-5 {
	left: 41.66667%;
	right: auto;
}

.large-pull-5 {
	right: 41.66667%;
	left: auto;
}

.large-6 {
	width: 50%;
}

.large-offset-6 {
	margin-left: 50%;
}

.large-push-6 {
	left: 50%;
	right: auto;
}

.large-pull-6 {
	right: 50%;
	left: auto;
}

.large-7 {
	width: 58.33333%;
}

.large-offset-7 {
	margin-left: 58.33333%;
}

.large-push-7 {
	left: 58.33333%;
	right: auto;
}

.large-pull-7 {
	right: 58.33333%;
	left: auto;
}

.large-8 {
	width: 66.66667%;
}

.large-offset-8 {
	margin-left: 66.66667%;
}

.large-push-8 {
	left: 66.66667%;
	right: auto;
}

.large-pull-8 {
	right: 66.66667%;
	left: auto;
}

.large-9 {
	width: 75%;
}

.large-offset-9 {
	margin-left: 75%;
}

.large-push-9 {
	left: 75%;
	right: auto;
}

.large-pull-9 {
	right: 75%;
	left: auto;
}

.large-10 {
	width: 83.33333%;
}

.large-offset-10 {
	margin-left: 83.33333%;
}

.large-push-10 {
	left: 83.33333%;
	right: auto;
}

.large-pull-10 {
	right: 83.33333%;
	left: auto;
}

.large-11 {
	width: 91.66667%;
}

.large-offset-11 {
	margin-left: 91.66667%;
}

.large-push-11 {
	left: 91.66667%;
	right: auto;
}

.large-pull-11 {
	right: 91.66667%;
	left: auto;
}

.large-12 {
	width: 100%;
}

.large-offset-12 {
	margin-left: 100%;
}

.large-push-12 {
	left: 100%;
	right: auto;
}

.large-pull-12 {
	right: 100%;
	left: auto;
}

.large-centered {
	margin-left: auto;
	margin-right: auto;
	float: none;
}

.large-uncentered {
	margin-left: 0;
	margin-right: 0;
}

.large-last {
	float: right;
}

.large-notlast {
	float: left;
}

@media only screen and (min-width: 1442px) {
	.xlarge-offset-0 {
		margin-left: 0;
	}

	.xlarge-push-0 {
		left: auto;
		right: auto;
	}

	.xlarge-pull-0 {
		right: auto;
		left: auto;
	}

	.xlarge-1 {
		width: 8.33333%;
	}

	.xlarge-offset-1 {
		margin-left: 8.33333%;
	}

	.xlarge-push-1 {
		left: 8.33333%;
		right: auto;
	}

	.xlarge-pull-1 {
		right: 8.33333%;
		left: auto;
	}

	.xlarge-2 {
		width: 16.66667%;
	}

	.xlarge-offset-2 {
		margin-left: 16.66667%;
	}

	.xlarge-push-2 {
		left: 16.66667%;
		right: auto;
	}

	.xlarge-pull-2 {
		right: 16.66667%;
		left: auto;
	}

	.xlarge-3 {
		width: 25%;
	}

	.xlarge-offset-3 {
		margin-left: 25%;
	}

	.xlarge-push-3 {
		left: 25%;
		right: auto;
	}

	.xlarge-pull-3 {
		right: 25%;
		left: auto;
	}

	.xlarge-4 {
		width: 33.33333%;
	}

	.xlarge-offset-4 {
		margin-left: 33.33333%;
	}

	.xlarge-push-4 {
		left: 33.33333%;
		right: auto;
	}

	.xlarge-pull-4 {
		right: 33.33333%;
		left: auto;
	}

	.xlarge-5 {
		width: 41.66667%;
	}

	.xlarge-offset-5 {
		margin-left: 41.66667%;
	}

	.xlarge-push-5 {
		left: 41.66667%;
		right: auto;
	}

	.xlarge-pull-5 {
		right: 41.66667%;
		left: auto;
	}

	.xlarge-6 {
		width: 50%;
	}

	.xlarge-offset-6 {
		margin-left: 50%;
	}

	.xlarge-push-6 {
		left: 50%;
		right: auto;
	}

	.xlarge-pull-6 {
		right: 50%;
		left: auto;
	}

	.xlarge-7 {
		width: 58.33333%;
	}

	.xlarge-offset-7 {
		margin-left: 58.33333%;
	}

	.xlarge-push-7 {
		left: 58.33333%;
		right: auto;
	}

	.xlarge-pull-7 {
		right: 58.33333%;
		left: auto;
	}

	.xlarge-8 {
		width: 66.66667%;
	}

	.xlarge-offset-8 {
		margin-left: 66.66667%;
	}

	.xlarge-push-8 {
		left: 66.66667%;
		right: auto;
	}

	.xlarge-pull-8 {
		right: 66.66667%;
		left: auto;
	}

	.xlarge-9 {
		width: 75%;
	}

	.xlarge-offset-9 {
		margin-left: 75%;
	}

	.xlarge-push-9 {
		left: 75%;
		right: auto;
	}

	.xlarge-pull-9 {
		right: 75%;
		left: auto;
	}

	.xlarge-10 {
		width: 83.33333%;
	}

	.xlarge-offset-10 {
		margin-left: 83.33333%;
	}

	.xlarge-push-10 {
		left: 83.33333%;
		right: auto;
	}

	.xlarge-pull-10 {
		right: 83.33333%;
		left: auto;
	}

	.xlarge-11 {
		width: 91.66667%;
	}

	.xlarge-offset-11 {
		margin-left: 91.66667%;
	}

	.xlarge-push-11 {
		left: 91.66667%;
		right: auto;
	}

	.xlarge-pull-11 {
		right: 91.66667%;
		left: auto;
	}

	.xlarge-12 {
		width: 100%;
	}

	.xlarge-offset-12 {
		margin-left: 100%;
	}

	.xlarge-push-12 {
		left: 100%;
		right: auto;
	}

	.xlarge-pull-12 {
		right: 100%;
		left: auto;
	}

	.xlarge-centered {
		margin-left: auto;
		margin-right: auto;
		float: none;
	}

	.xlarge-uncentered {
		margin-left: 0;
		margin-right: 0;
	}

	.xlarge-last {
		float: right;
	}

	.xlarge-notlast {
		float: left;
	}
}

@media only screen and (max-width: 1068px) {
	.medium-offset-0 {
		margin-left: 0;
	}

	.medium-push-0 {
		left: auto;
		right: auto;
	}

	.medium-pull-0 {
		right: auto;
		left: auto;
	}

	.medium-1 {
		width: 8.33333%;
	}

	.medium-offset-1 {
		margin-left: 8.33333%;
	}

	.medium-push-1 {
		left: 8.33333%;
		right: auto;
	}

	.medium-pull-1 {
		right: 8.33333%;
		left: auto;
	}

	.medium-2 {
		width: 16.66667%;
	}

	.medium-offset-2 {
		margin-left: 16.66667%;
	}

	.medium-push-2 {
		left: 16.66667%;
		right: auto;
	}

	.medium-pull-2 {
		right: 16.66667%;
		left: auto;
	}

	.medium-3 {
		width: 25%;
	}

	.medium-offset-3 {
		margin-left: 25%;
	}

	.medium-push-3 {
		left: 25%;
		right: auto;
	}

	.medium-pull-3 {
		right: 25%;
		left: auto;
	}

	.medium-4 {
		width: 33.33333%;
	}

	.medium-offset-4 {
		margin-left: 33.33333%;
	}

	.medium-push-4 {
		left: 33.33333%;
		right: auto;
	}

	.medium-pull-4 {
		right: 33.33333%;
		left: auto;
	}

	.medium-5 {
		width: 41.66667%;
	}

	.medium-offset-5 {
		margin-left: 41.66667%;
	}

	.medium-push-5 {
		left: 41.66667%;
		right: auto;
	}

	.medium-pull-5 {
		right: 41.66667%;
		left: auto;
	}

	.medium-6 {
		width: 50%;
	}

	.medium-offset-6 {
		margin-left: 50%;
	}

	.medium-push-6 {
		left: 50%;
		right: auto;
	}

	.medium-pull-6 {
		right: 50%;
		left: auto;
	}

	.medium-7 {
		width: 58.33333%;
	}

	.medium-offset-7 {
		margin-left: 58.33333%;
	}

	.medium-push-7 {
		left: 58.33333%;
		right: auto;
	}

	.medium-pull-7 {
		right: 58.33333%;
		left: auto;
	}

	.medium-8 {
		width: 66.66667%;
	}

	.medium-offset-8 {
		margin-left: 66.66667%;
	}

	.medium-push-8 {
		left: 66.66667%;
		right: auto;
	}

	.medium-pull-8 {
		right: 66.66667%;
		left: auto;
	}

	.medium-9 {
		width: 75%;
	}

	.medium-offset-9 {
		margin-left: 75%;
	}

	.medium-push-9 {
		left: 75%;
		right: auto;
	}

	.medium-pull-9 {
		right: 75%;
		left: auto;
	}

	.medium-10 {
		width: 83.33333%;
	}

	.medium-offset-10 {
		margin-left: 83.33333%;
	}

	.medium-push-10 {
		left: 83.33333%;
		right: auto;
	}

	.medium-pull-10 {
		right: 83.33333%;
		left: auto;
	}

	.medium-11 {
		width: 91.66667%;
	}

	.medium-offset-11 {
		margin-left: 91.66667%;
	}

	.medium-push-11 {
		left: 91.66667%;
		right: auto;
	}

	.medium-pull-11 {
		right: 91.66667%;
		left: auto;
	}

	.medium-12 {
		width: 100%;
	}

	.medium-offset-12 {
		margin-left: 100%;
	}

	.medium-push-12 {
		left: 100%;
		right: auto;
	}

	.medium-pull-12 {
		right: 100%;
		left: auto;
	}

	.medium-centered {
		margin-left: auto;
		margin-right: auto;
		float: none;
	}

	.medium-uncentered {
		margin-left: 0;
		margin-right: 0;
	}

	.medium-last {
		float: right;
	}

	.medium-notlast {
		float: left;
	}
}

@media only screen and (max-width: 735px) {
	.small-offset-0 {
		margin-left: 0;
	}

	.small-push-0 {
		left: auto;
		right: auto;
	}

	.small-pull-0 {
		right: auto;
		left: auto;
	}

	.small-1 {
		width: 8.33333%;
	}

	.small-offset-1 {
		margin-left: 8.33333%;
	}

	.small-push-1 {
		left: 8.33333%;
		right: auto;
	}

	.small-pull-1 {
		right: 8.33333%;
		left: auto;
	}

	.small-2 {
		width: 16.66667%;
	}

	.small-offset-2 {
		margin-left: 16.66667%;
	}

	.small-push-2 {
		left: 16.66667%;
		right: auto;
	}

	.small-pull-2 {
		right: 16.66667%;
		left: auto;
	}

	.small-3 {
		width: 25%;
	}

	.small-offset-3 {
		margin-left: 25%;
	}

	.small-push-3 {
		left: 25%;
		right: auto;
	}

	.small-pull-3 {
		right: 25%;
		left: auto;
	}

	.small-4 {
		width: 33.33333%;
	}

	.small-offset-4 {
		margin-left: 33.33333%;
	}

	.small-push-4 {
		left: 33.33333%;
		right: auto;
	}

	.small-pull-4 {
		right: 33.33333%;
		left: auto;
	}

	.small-5 {
		width: 41.66667%;
	}

	.small-offset-5 {
		margin-left: 41.66667%;
	}

	.small-push-5 {
		left: 41.66667%;
		right: auto;
	}

	.small-pull-5 {
		right: 41.66667%;
		left: auto;
	}

	.small-6 {
		width: 50%;
	}

	.small-offset-6 {
		margin-left: 50%;
	}

	.small-push-6 {
		left: 50%;
		right: auto;
	}

	.small-pull-6 {
		right: 50%;
		left: auto;
	}

	.small-7 {
		width: 58.33333%;
	}

	.small-offset-7 {
		margin-left: 58.33333%;
	}

	.small-push-7 {
		left: 58.33333%;
		right: auto;
	}

	.small-pull-7 {
		right: 58.33333%;
		left: auto;
	}

	.small-8 {
		width: 66.66667%;
	}

	.small-offset-8 {
		margin-left: 66.66667%;
	}

	.small-push-8 {
		left: 66.66667%;
		right: auto;
	}

	.small-pull-8 {
		right: 66.66667%;
		left: auto;
	}

	.small-9 {
		width: 75%;
	}

	.small-offset-9 {
		margin-left: 75%;
	}

	.small-push-9 {
		left: 75%;
		right: auto;
	}

	.small-pull-9 {
		right: 75%;
		left: auto;
	}

	.small-10 {
		width: 83.33333%;
	}

	.small-offset-10 {
		margin-left: 83.33333%;
	}

	.small-push-10 {
		left: 83.33333%;
		right: auto;
	}

	.small-pull-10 {
		right: 83.33333%;
		left: auto;
	}

	.small-11 {
		width: 91.66667%;
	}

	.small-offset-11 {
		margin-left: 91.66667%;
	}

	.small-push-11 {
		left: 91.66667%;
		right: auto;
	}

	.small-pull-11 {
		right: 91.66667%;
		left: auto;
	}

	.small-12 {
		width: 100%;
	}

	.small-offset-12 {
		margin-left: 100%;
	}

	.small-push-12 {
		left: 100%;
		right: auto;
	}

	.small-pull-12 {
		right: 100%;
		left: auto;
	}

	.small-centered {
		margin-left: auto;
		margin-right: auto;
		float: none;
	}

	.small-uncentered {
		margin-left: 0;
		margin-right: 0;
	}

	.small-last {
		float: right;
	}

	.small-notlast {
		float: left;
	}
}

.icon::before, .icon::after, .more::before, .more::after {
	font-family: "SF Pro Icons";
	color: inherit;
	display: inline-block;
	font-style: normal;
	font-weight: inherit;
	font-size: inherit;
	line-height: 1;
	text-decoration: underline;
	position: relative;
	z-index: 1;
	alt: "";
}

.icon::before, .icon::after, .more::before, .more::after {
	text-decoration: none;
}

.icon::before, .more::before {
	display: none;
}

.icon-after::after, .more::after {
	padding-left: 0.3em;
	top: 0;
}

.icon-before::before {
	padding-right: 0.3em;
	display: inline-block;
	top: 0;
}

.icon-before::after {
	display: none;
}

.icon-before.icon-apple::before {
	padding-right: 0;
	display: inline-block;
	top: 0;
}

.icon-before.icon-apple::after {
	display: none;
}

.icon-apple::before, .icon-apple::after {
	content: "";
}

.icon-chevrondown::before, .icon-chevrondown::after {
	content: "";
}

.icon-chevrondowncircle::before, .icon-chevrondowncircle::after {
	content: "";
}

.icon-chevronleft::before, .icon-chevronleft::after {
	content: "";
}

.icon-chevronleftcircle::before, .icon-chevronleftcircle::after {
	content: "";
}

.icon-chevronright::before, .icon-chevronright::after {
	content: "";
}

.icon-chevronrightcircle::before, .icon-chevronrightcircle::after {
	content: "";
}

.icon-chevronup::before, .icon-chevronup::after {
	content: "";
}

.icon-chevronupcircle::before, .icon-chevronupcircle::after {
	content: "";
}

.icon-downloadcircle::before, .icon-downloadcircle::after {
	content: "";
}

.icon-external::before, .icon-external::after {
	content: "";
}

.icon-share::before, .icon-share::after {
	content: "";
}

.icon-pausecircle::before, .icon-pausecircle::after {
	content: "";
}

.icon-playcircle::before, .icon-playcircle::after {
	content: "";
}

.icon-replay::before, .icon-replay::after {
	content: "";
}

.icon-stopcircle::before, .icon-stopcircle::after {
	content: "";
}

.icon-circle::before, .icon-circle::after {
	content: "";
}

.icon-check::before, .icon-check::after {
	content: "";
}

.icon-checkcircle::before, .icon-checkcircle::after {
	content: "";
}

.icon-checksolid::before, .icon-checksolid::after {
	content: "";
}

.icon-reset::before, .icon-reset::after {
	content: "";
}

.icon-resetcircle::before, .icon-resetcircle::after {
	content: "";
}

.icon-resetsolid::before, .icon-resetsolid::after {
	content: "";
}

.icon-exclamation::before, .icon-exclamation::after {
	content: "";
}

.icon-exclamationcircle::before, .icon-exclamationcircle::after {
	content: "";
}

.icon-exclamationsolid::before, .icon-exclamationsolid::after {
	content: "";
}

.icon-infocircle::before, .icon-infocircle::after {
	content: "";
}

.icon-question::before, .icon-question::after {
	content: "";
}

.icon-questioncircle::before, .icon-questioncircle::after {
	content: "";
}

.icon-questionsolid::before, .icon-questionsolid::after {
	content: "";
}

.icon-plus::before, .icon-plus::after {
	content: "";
}

.icon-pluscircle::before, .icon-pluscircle::after {
	content: "";
}

.icon-plussolid::before, .icon-plussolid::after {
	content: "";
}

.icon-minus::before, .icon-minus::after {
	content: "";
}

.icon-minuscircle::before, .icon-minuscircle::after {
	content: "";
}

.icon-minussolid::before, .icon-minussolid::after {
	content: "";
}

.icon-1circle::before, .icon-1circle::after {
	content: "";
}

.icon-2circle::before, .icon-2circle::after {
	content: "";
}

.icon-3circle::before, .icon-3circle::after {
	content: "";
}

.icon-4circle::before, .icon-4circle::after {
	content: "";
}

.icon-5circle::before, .icon-5circle::after {
	content: "";
}

.icon-6circle::before, .icon-6circle::after {
	content: "";
}

.icon-7circle::before, .icon-7circle::after {
	content: "";
}

.icon-8circle::before, .icon-8circle::after {
	content: "";
}

.icon-9circle::before, .icon-9circle::after {
	content: "";
}

.icon-10circle::before, .icon-10circle::after {
	content: "";
}

.icon-11circle::before, .icon-11circle::after {
	content: "";
}

.icon-12circle::before, .icon-12circle::after {
	content: "";
}

.icon-13circle::before, .icon-13circle::after {
	content: "";
}

.icon-14circle::before, .icon-14circle::after {
	content: "";
}

.icon-15circle::before, .icon-15circle::after {
	content: "";
}

.icon-16circle::before, .icon-16circle::after {
	content: "";
}

.icon-17circle::before, .icon-17circle::after {
	content: "";
}

.icon-18circle::before, .icon-18circle::after {
	content: "";
}

.icon-19circle::before, .icon-19circle::after {
	content: "";
}

.icon-20circle::before, .icon-20circle::after {
	content: "";
}

.icon-close::before, .icon-close::after {
	content: "";
}

.icon-closecompact::before, .icon-closecompact::after {
	content: "";
}

.icon-paddleleft::before, .icon-paddleleft::after {
	content: "";
}

.icon-paddleleftcompact::before, .icon-paddleleftcompact::after {
	content: "";
}

.icon-paddleright::before, .icon-paddleright::after {
	content: "";
}

.icon-paddlerightcompact::before, .icon-paddlerightcompact::after {
	content: "";
}

.icon-paddleup::before, .icon-paddleup::after {
	content: "";
}

.icon-paddleupcompact::before, .icon-paddleupcompact::after {
	content: "";
}

.icon-paddledown::before, .icon-paddledown::after {
	content: "";
}

.icon-paddledowncompact::before, .icon-paddledowncompact::after {
	content: "";
}

.icon-thumbnailreplay::before, .icon-thumbnailreplay::after {
	content: "";
}

.icon-thumbnailpause::before, .icon-thumbnailpause::after {
	content: "";
}

.icon-thumbnailplay::before, .icon-thumbnailplay::after {
	content: "";
}

.icon-externalrtl::before, .icon-externalrtl::after {
	content: "";
}

.icon-questionrtl::before, .icon-questionrtl::after {
	content: "";
}

.icon-questioncirclertl::before, .icon-questioncirclertl::after {
	content: "";
}

.icon-questionsolidrtl::before, .icon-questionsolidrtl::after {
	content: "";
}

.more::before, .more::after {
	content: "";
}

.more-block {
	margin-top: 0.5em;
}

.icon-wrapper .icon, .icon-wrapper .more::after, .icon-wrapper .icon-before::before, .icon-wrapper .icon-after::after {
	display: inline;
}

a.icon-wrapper {
	text-decoration: none;
}

a.icon-wrapper:hover .icon-copy {
	text-decoration: underline;
}

html[dir="rtl"] .icon-external::before, html[dir="rtl"] .icon-external::after {
	content: "";
}

html[dir="rtl"] .icon-wrapper {
	unicode-bidi: bidi-override;
}

html[dir="rtl"] .icon-copy {
	unicode-bidi: embed;
}

:lang(ar) .icon-question::before, :lang(ar) .icon-question::after {
	content: "";
}

:lang(ar) .icon-questioncircle::before, :lang(ar) .icon-questioncircle::after {
	content: "";
}

:lang(ar) .icon-questionsolid::before, :lang(ar) .icon-questionsolid::after {
	content: "";
}

body {
	min-width: 320px;
}

.large-hide {
	display: none;
}

.large-show {
	display: block;
}

.large-show-inline {
	display: inline;
}

.large-show-inlineblock {
	display: inline-block;
}

@media only screen and (min-width: 1442px) {
	.xlarge-hide {
		display: none;
	}

	.xlarge-show {
		display: block;
	}

	.xlarge-show-inline {
		display: inline;
	}

	.xlarge-show-inlineblock {
		display: inline-block;
	}
}

@media only screen and (max-width: 1068px) {
	.medium-hide {
		display: none;
	}

	.medium-show {
		display: block;
	}

	.medium-show-inline {
		display: inline;
	}

	.medium-show-inlineblock {
		display: inline-block;
	}
}

@media only screen and (max-width: 735px) {
	.small-hide {
		display: none;
	}

	.small-show {
		display: block;
	}

	.small-show-inline {
		display: inline;
	}

	.small-show-inlineblock {
		display: inline-block;
	}
}

br.large {
	display: block;
}

@media only screen and (max-width: 1068px) {
	br.large {
		display: none;
	}
}

@media only screen and (max-width: 735px) {
	br.large {
		display: none;
	}
}

br.medium {
	display: none;
}

@media only screen and (max-width: 1068px) {
	br.medium {
		display: block;
	}
}

@media only screen and (max-width: 735px) {
	br.medium {
		display: none;
	}
}

br.small {
	display: none;
}

@media only screen and (max-width: 1068px) {
	br.small {
		display: none;
	}
}

@media only screen and (max-width: 735px) {
	br.small {
		display: block;
	}
}

.button {
	font-size: 17px;
	line-height: 1.47059;
	font-weight: 400;
	letter-spacing: -0.022em;
	font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica",
		"Arial", sans-serif;
	background-color: #0070c9;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#42a1ec),
		to(#0070c9)
	);
	background: -webkit-linear-gradient(#42a1ec, #0070c9);
	background: linear-gradient(#42a1ec, #0070c9);
	border-color: #07c;
	border-width: 1px;
	border-style: solid;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	min-width: 30px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
	white-space: nowrap;
}
.button:lang(ja) {
	letter-spacing: 0em;
	font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons",
		"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
		"ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.button:hover {
	background-color: #147bcd;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#51a9ee),
		to(#147bcd)
	);
	background: -webkit-linear-gradient(#51a9ee, #147bcd);
	background: linear-gradient(#51a9ee, #147bcd);
	border-color: #1482d0;
	text-decoration: none;
}

.button:focus {
	-webkit-box-shadow: 0 0 0 3px rgba(131, 192, 253, 0.5);
	box-shadow: 0 0 0 3px rgba(131, 192, 253, 0.5);
	outline: none;
}

.button:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select), .button:focus[data-focus-method="touch"]:not(input):not(textarea):not(select) {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.button:active {
	background-color: #0067b9;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#3d94d9),
		to(#0067b9)
	);
	background: -webkit-linear-gradient(#3d94d9, #0067b9);
	background: linear-gradient(#3d94d9, #0067b9);
	border-color: #006dbc;
	outline: none;
}

.button:disabled, .button.disabled {
	background-color: #0070c9;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#42a1ec),
		to(#0070c9)
	);
	background: -webkit-linear-gradient(#42a1ec, #0070c9);
	background: linear-gradient(#42a1ec, #0070c9);
	border-color: #07c;
	color: #fff;
	cursor: default;
	opacity: 0.3;
}

.button-compact {
	font-size: 12px;
	line-height: 1.33341;
	font-weight: 400;
	letter-spacing: -0.01em;
	font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica",
		"Arial", sans-serif;
	min-width: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.button-compact:lang(ja) {
	line-height: 1.41667;
	letter-spacing: 0em;
	font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons",
		"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
		"ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.button-block {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.button-secondary {
	background-color: #e3e3e3;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#fff),
		to(#e3e3e3)
	);
	background: -webkit-linear-gradient(#fff, #e3e3e3);
	background: linear-gradient(#fff, #e3e3e3);
	border-color: #d6d6d6;
	color: #0070c9;
}

.button-secondary:hover {
	background-color: #eee;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#fff),
		to(#eee)
	);
	background: -webkit-linear-gradient(#fff, #eee);
	background: linear-gradient(#fff, #eee);
	border-color: #d9d9d9;
}

.button-secondary:active {
	background-color: #dcdcdc;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#f7f7f7),
		to(#dcdcdc)
	);
	background: -webkit-linear-gradient(#f7f7f7, #dcdcdc);
	background: linear-gradient(#f7f7f7, #dcdcdc);
	border-color: #d0d0d0;
}

.button-secondary:disabled, .button-secondary.disabled {
	background-color: #e3e3e3;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#fff),
		to(#e3e3e3)
	);
	background: -webkit-linear-gradient(#fff, #e3e3e3);
	background: linear-gradient(#fff, #e3e3e3);
	border-color: #d6d6d6;
	color: #0070c9;
}

.button-applemusic {
	background-color: #da0f47;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#f82752),
		to(#da0f47)
	);
	background: -webkit-linear-gradient(#f82752, #da0f47);
	background: linear-gradient(#f82752, #da0f47);
	border-color: #da0f47;
	color: #fff;
}

.button-applemusic:hover {
	background-color: #dd2256;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#f93860),
		to(#dd2256)
	);
	background: -webkit-linear-gradient(#f93860, #dd2256);
	background: linear-gradient(#f93860, #dd2256);
	border-color: #dd2256;
}

.button-applemusic:active {
	background-color: #cf0e43;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#ec254e),
		to(#cf0e43)
	);
	background: -webkit-linear-gradient(#ec254e, #cf0e43);
	background: linear-gradient(#ec254e, #cf0e43);
	border-color: #cf0e43;
}

.button-applemusic:disabled, .button-applemusic.disabled {
	background-color: #da0f47;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#f82752),
		to(#da0f47)
	);
	background: -webkit-linear-gradient(#f82752, #da0f47);
	background: linear-gradient(#f82752, #da0f47);
	border-color: #da0f47;
	color: #fff;
}

.typography-headline {
	font-size: 48px;
	line-height: 1.08365;
	font-weight: 600;
	letter-spacing: -0.003em;
	font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
		"Arial", sans-serif;
}
.typography-headline:lang(ja) {
	line-height: 1.14615;
	letter-spacing: 0em;
	font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons",
		"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
		"ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
@media only screen and (max-width: 1068px) {
	.typography-headline {
		font-size: 40px;
		line-height: 1.1;
		font-weight: 600;
		letter-spacing: 0em;
		font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue",
			"Helvetica", "Arial", sans-serif;
	}
	.typography-headline:lang(ja) {
		line-height: 1.175;
		font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons",
			"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",
			"Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial",
			sans-serif;
	}
}

@media only screen and (max-width: 735px) {
	.typography-headline {
		font-size: 32px;
		line-height: 1.125;
		font-weight: 600;
		letter-spacing: 0.004em;
		font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue",
			"Helvetica", "Arial", sans-serif;
	}

	.typography-headline:lang(ja) {
		line-height: 1.21875;
		font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons",
			"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",
			"Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial",
			sans-serif;
	}
}

.typography-headline-reduced {
	font-size: 40px;
	line-height: 1.1;
	font-weight: 600;
	letter-spacing: 0em;
	font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
		"Arial", sans-serif;
}

.typography-headline-reduced:lang(ja) {
	line-height: 1.175;
	font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons",
		"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
		"ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
@media only screen and (max-width: 1068px) {
	.typography-headline-reduced {
		font-size: 32px;
		line-height: 1.125;
		font-weight: 600;
		letter-spacing: 0.004em;
		font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue",
			"Helvetica", "Arial", sans-serif;
	}
	.typography-headline-reduced:lang(ja) {
		line-height: 1.21875;
		font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons",
			"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",
			"Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial",
			sans-serif;
	}
}

@media only screen and (max-width: 735px) {
	.typography-headline-reduced {
		font-size: 28px;
		line-height: 1.14286;
		font-weight: 600;
		letter-spacing: 0.007em;
		font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue",
			"Helvetica", "Arial", sans-serif;
	}
	.typography-headline-reduced:lang(ja) {
		font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons",
			"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",
			"Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial",
			sans-serif;
	}
}

.typography-intro {
	font-size: 21px;
	line-height: 1.38105;
	font-weight: 400;
	letter-spacing: 0.011em;
	font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
		"Arial", sans-serif;
}

.typography-intro:lang(ja) {
	line-height: 1.42863;
	font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons",
		"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
		"ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
@media only screen and (max-width: 735px) {
	.typography-intro {
		font-size: 19px;
		line-height: 1.42115;
		font-weight: 400;
		letter-spacing: 0.012em;
		font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue",
			"Helvetica", "Arial", sans-serif;
	}
	.typography-intro:lang(ja) {
		line-height: 1.47384;
		font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons",
			"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",
			"Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial",
			sans-serif;
	}
}

.typography-tout {
	font-size: 19px;
	line-height: 1.21053;
	font-weight: 600;
	letter-spacing: 0.012em;
	font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
		"Arial", sans-serif;
}

.typography-tout:lang(ja) {
	line-height: 1.26316;
	font-family: "SF Pro JP", "SF Pro Display", "SF Pro Icons",
		"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
		"ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
[class*="typography-intro"] {
	color: #333;
}

[class*="typography-intro-product"] {
	margin-top: 0.4em;
}

[class*="typography-eyebrow"] {
	color: #333;
	display: block;
	margin-bottom: 0.4em;
}

[class*="typography-eyebrow"] + * {
	margin-top: 0;
}

.typography-headline-reduced + p, .typography-headline-reduced + ul, .typography-intro-product-reduced + p, .typography-intro-product-reduced + ul {
	margin-top: 1em;
}

.typography-headline + .typography-intro, .typography-intro-product + .typography-intro {
	margin-top: 1.2em;
}

.typography-headline-elevated + .typography-intro-elevated, .typography-intro-product-elevated + .typography-intro-elevated {
	margin-top: 1.4em;
}

.typography-headline-super + .typography-intro-elevated, .typography-intro-product-super + .typography-intro-elevated {
	margin-top: 1.6em;
}

.hero-headline {
	font-size: 45px;
}

@media only screen and (max-width: 1068px) {
	.hero-headline {
		font-size: 40px;
	}
}

@media only screen and (max-width: 735px) {
	.hero-headline {
		font-size: 32px;
	}
}

.typography-intro {
	font-size: 20px;
}

@media only screen and (max-width: 735px) {
	.typography-intro {
		font-size: 19px;
	}
}

.section {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.section-background {
	background-color: #fafafa;
}

.center {
	margin-left: auto;
	margin-right: auto;
}

.section-content {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
}

@media only screen and (min-width: 1442px) {
	.section-content {
		margin-left: auto;
		margin-right: auto;
		width: 980px;
	}
}

@media only screen and (max-width: 1068px) {
	.section-content {
		margin-left: auto;
		margin-right: auto;
		width: 692px;
	}
}

@media only screen and (max-width: 735px) {
	.section-content {
		margin-left: auto;
		margin-right: auto;
		width: 87.5%;
	}
}

.cta {
	color: #0070c9;
}

.small-caps {
	font-variant-caps: all-small-caps;
}

html {
	background-color: #f2f2f2;
}

.more::after, .icon-external::after {
	top: -0.075em;
}

.footnote-alt {
	position: relative;
	font-size: 0.6em;
	bottom: -0.1em;
	vertical-align: top;
}

@media only screen and (max-width: 735px) {
	.footnote-alt {
		font-size: 0.7em;
	}
}

.chapternav {
	background: rgba(245, 245, 247, 0.7);
	padding: 0;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	height: 100px;
	z-index: 9987;
	width: 100%;
	position: relative;
	overflow: hidden;
}

html.touch .chapternav-paddles {
	display: none;
}

.chapternav-paddle {
	font-size: 17px;
	line-height: 1.76471;
	font-weight: 300;
	letter-spacing: 0em;
	font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica",
		"Arial", sans-serif;
	border: 0 solid #d2d2d7;
	border-radius: 0;
	color: #1d1d1f;
	opacity: 1;
	position: absolute;
	top: 0;
	bottom: 0;
	text-align: center;
	width: 33px;
	-webkit-transition: opacity 150ms ease-out;
	transition: opacity 150ms ease-out;
}

.chapternav-paddle:lang(ja) {
	font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons",
		"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
		"ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.chapternav-paddle::after {
	opacity: 0.8;
	-webkit-transition: opacity 200ms linear;
	transition: opacity 200ms linear;
}

.chapternav-paddle:disabled {
	opacity: 0;
}

.chapternav-paddle:hover::after {
	opacity: 1;
}

.chapternav-paddle:focus {
	outline: none;
}

.chapternav-paddle:focus::after {
	outline: 4px solid rgba(0, 125, 250, 0.6);
	outline-offset: 4px;
	opacity: 1;
}

.chapternav-paddle:focus::after[data-focus-method="mouse"]:not(input):not(
		textarea
	):not(select),
.chapternav-paddle:focus::after[data-focus-method="touch"]:not(input):not(
		textarea
	):not(select) {
	outline: none;
}

.chapternav-paddle:active {
	outline: none;
}

.chapternav-paddle:active::after {
	outline: none;
	opacity: 1;
}

.theme-dark .chapternav-paddle {
	border-color: #424245;
	color: #f5f5f7;
}

.chapternav-paddle-left {
	border-right-width: 1px;
	left: 0;
}

.chapternav-paddle-left::before, .chapternav-paddle-left::after {
	font-family: "SF Pro Icons";
	color: inherit;
	display: inline-block;
	font-style: normal;
	font-weight: inherit;
	font-size: inherit;
	line-height: 1;
	text-decoration: underline;
	position: relative;
	z-index: 1;
	alt: "";
}

.chapternav-paddle-left::before, .chapternav-paddle-left::after {
	text-decoration: none;
}

.chapternav-paddle-left::before {
	display: none;
}

.chapternav-paddle-left::before, .chapternav-paddle-left::after {
	content: "";
}

.chapternav-paddle-left::after {
	margin-left: -0.5px;
}

.chapternav-paddle-right {
	border-left-width: 1px;
	right: 0;
}

.chapternav-paddle-right::before, .chapternav-paddle-right::after {
	font-family: "SF Pro Icons";
	color: inherit;
	display: inline-block;
	font-style: normal;
	font-weight: inherit;
	font-size: inherit;
	line-height: 1;
	text-decoration: underline;
	position: relative;
	z-index: 1;
	alt: "";
}

.chapternav-paddle-right::before, .chapternav-paddle-right::after {
	text-decoration: none;
}

.chapternav-paddle-right::before {
	display: none;
}

.chapternav-paddle-right::before, .chapternav-paddle-right::after {
	content: "";
}

.chapternav-paddle-right::after {
	margin-right: -0.5px;
}

@supports ((-webkit-backdrop-filter: initial) or (backdrop-filter: initial)) {
	.chapternav {
		-webkit-backdrop-filter: saturate(180%) blur(20px);
		backdrop-filter: saturate(180%) blur(20px);
		background: rgba(245, 245, 247, 0.6);
	}
}

.ac-nav-overlap .chapternav, .chapternav-overlap .chapternav {
	position: absolute;
	top: 0;
	left: 0;
}

.ac-nav-overlap .chapternav {
	margin-top: 44px;
}

@media only screen and (max-width: 767px) {
	.ac-nav-overlap .chapternav {
		margin-top: 48px;
	}
}

.theme-dark .chapternav, .chapternav.theme-dark {
	background: rgba(29, 29, 31, 0.7);
}

@supports ((-webkit-backdrop-filter: initial) or (backdrop-filter: initial)) {
	.theme-dark .chapternav, .chapternav.theme-dark {
		background: rgba(29, 29, 31, 0.6);
	}
}

.chapternav-wrapper {
	position: relative;
	height: 100%;
	z-index: 1;
}

.chapternav-items {
	margin: 0 34px;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
	list-style: none;
	padding-bottom: 50px;
}

html.touch .chapternav-items {
	margin: 0;
	padding-left: 34px;
	padding-right: 34px;
}

@media only screen and (orientation: landscape) {
	.chapternav-items {
		padding-bottom: 49px;
	}
}

@supports (padding: calc(max(0px))) {
	html.touch .chapternav-items {
		padding-left: calc(max(env(safe-area-inset-left), 34px));
		padding-right: calc(max(env(safe-area-inset-right), 34px));
	}
}

.chapternav-item {
	display: inline-block;
	vertical-align: top;
	margin: 0 -0.11765em;
	padding: 0 20px;
}

.chapternav-item:first-child {
	margin-left: 0;
	padding-left: 4px;
}

.chapternav-item:last-child {
	margin-right: 0;
	padding-right: 4px;
}

.chapternav-icon {
	background: center bottom no-repeat;
	display: block;
	margin: 0 auto 7px;
	height: 54px;
}

.chapternav-label {
	font-size: 12px;
	line-height: 1.33337;
	font-weight: 400;
	letter-spacing: -0.01em;
	font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica",
		"Arial", sans-serif;
	display: block;
	margin: 0;
}

.chapternav-label:lang(ja) {
	letter-spacing: 0em;
	font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons",
		"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
		"ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.chapternav-new {
	font-size: 10px;
	line-height: 1.2;
	font-weight: 400;
	letter-spacing: -0.008em;
	font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica",
		"Arial", sans-serif;
	color: #bf4800;
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
}

.chapternav-new:lang(ja) {
	letter-spacing: 0em;
	font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons",
		"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
		"ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.theme-dark .chapternav-new {
	color: #f56300;
}

.chapternav-link {
	color: #1d1d1f;
	display: block;
	padding: 0;
	margin-top: 3px;
	position: relative;
	z-index: 1;
}

.chapternav-link:hover {
	color: #06c;
	text-decoration: none;
}

.chapternav-link:focus {
	outline-offset: 0;
}

.chapternav-link.current {
	color: #1d1d1f;
	cursor: default;
	opacity: 0.6;
}

.theme-dark .chapternav-link {
	color: #f5f5f7;
}

.theme-dark .chapternav-link:hover {
	color: #2997ff;
}

.theme-dark .chapternav-link.current {
	color: #f5f5f7;
}

@-webkit-keyframes chapternav-slidein {
	0% {
		opacity: 0;
	}

	1% {
		-webkit-transform: translateX(160px);
		transform: translateX(160px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes chapternav-slidein {
	0% {
		opacity: 0;
	}

	1% {
		-webkit-transform: translateX(160px);
		transform: translateX(160px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.chapternav-item {
	-webkit-animation: chapternav-slidein 350ms backwards;
	animation: chapternav-slidein 350ms backwards;
}

.section-hero {
	padding-top: 60px;
	padding-bottom: 55px;
	text-align: center;
}

@media only screen and (max-width: 735px) {
	.section-hero {
		padding-top: 62px;
		padding-bottom: 0;
	}
}

.section-hero .copy-wrapper {
	margin-top: 26px;
	padding-top: 0;
}

@media only screen and (max-width: 735px) {
	.section-hero .copy-wrapper {
		padding-bottom: 0;
		width: 100%;
	}
}

.section-hero .row-trade-in {
	margin-top: 60px;
}

@media only screen and (max-width: 1068px) {
	.section-hero .row-trade-in {
		margin-top: 50px;
	}
}

@media only screen and (max-width: 735px) {
	.section-hero .row-trade-in {
		margin-top: 30px;
	}
}

@media only screen and (max-width: 735px) {
	.section-hero .row-trade-in .column {
		margin-bottom: 30px;
	}
}

.section-iphone-image .image-iphone {
	margin: 0 auto;
}

@media only screen and (max-width: 1068px) {
	.section-iphone-image .image-iphone {
		margin-top: 63px;
	}
}

@media only screen and (max-width: 735px) {
	.section-iphone-image .image-iphone {
		margin-top: 10px;
	}
}

.section-iphone-image .image-iphone {
	width: 784px;
	height: 628px;
	background-size: 784px 628px;
	background-repeat: no-repeat;
	background-image: url("/jp/iphone/trade-in/images/overview/hero_large.jpg");
	background-position: center center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
	.section-iphone-image .image-iphone {
		background-image: url("/jp/iphone/trade-in/images/overview/hero_large_2x.jpg");
	}
}

@media only screen and (max-width: 1068px) {
	.section-iphone-image .image-iphone {
		width: 682px;
		height: 547px;
		background-size: 682px 547px;
		background-repeat: no-repeat;
		background-image: url("/jp/iphone/trade-in/images/overview/hero_medium.jpg");
	}
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
	.section-iphone-image .image-iphone {
		background-image: url("/jp/iphone/trade-in/images/overview/hero_medium_2x.jpg");
	}
}

@media only screen and (max-width: 735px) {
	.section-iphone-image .image-iphone {
		width: 100%;
		height: 80vw;
		background-size: 100% auto;
		background-repeat: no-repeat;
		background-image: url("/jp/iphone/trade-in/images/overview/hero_small.jpg");
		background-position: center bottom;
	}
}

@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 1.5dppx), only screen and (max-width: 735px) and (min-resolution: 144dpi) {
	.section-iphone-image .image-iphone {
		background-image: url("/jp/iphone/trade-in/images/overview/hero_small_2x.jpg");
	}
}

.row-trade-in .image-logo-docomo {
	width: 101px;
	height: 34px;
	background-size: 101px 34px;
	background-repeat: no-repeat;
	background-image: url("/jp/iphone/trade-in/images/overview/docomo_large.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
	.row-trade-in .image-logo-docomo {
		background-image: url("/jp/iphone/trade-in/images/overview/docomo_large_2x.png");
	}
}
@media only screen and (max-width: 1068px) {
	.row-trade-in .image-logo-docomo {
		width: 94px;
		height: 31px;
		background-size: 94px 31px;
		background-repeat: no-repeat;
		background-image: url("/jp/iphone/trade-in/images/overview/docomo_medium.png");
	}
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
	.row-trade-in .image-logo-docomo {
		background-image: url("/jp/iphone/trade-in/images/overview/docomo_medium_2x.png");
	}
}

.row-trade-in .image-logo-au {
	width: 53px;
	height: 34px;
	background-size: 53px 34px;
	background-repeat: no-repeat;
	background-image: url("/jp/iphone/trade-in/images/overview/au_large.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
	.row-trade-in .image-logo-au {
		background-image: url("/jp/iphone/trade-in/images/overview/au_large_2x.png");
	}
}

@media only screen and (max-width: 1068px) {
	.row-trade-in .image-logo-au {
		width: 49px;
		height: 31px;
		background-size: 49px 31px;
		background-repeat: no-repeat;
		background-image: url("/jp/iphone/trade-in/images/overview/au_medium.png");
	}
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
	.row-trade-in .image-logo-au {
		background-image: url("/jp/iphone/trade-in/images/overview/au_medium_2x.png");
	}
}

.row-trade-in .image-logo-softbank {
	width: 121px;
	height: 34px;
	background-size: 121px 34px;
	background-repeat: no-repeat;
	background-image: url("/jp/iphone/trade-in/images/overview/softbank_large.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
	.row-trade-in .image-logo-softbank {
		background-image: url("/jp/iphone/trade-in/images/overview/softbank_large_2x.png");
	}
}

@media only screen and (max-width: 1068px) {
	.row-trade-in .image-logo-softbank {
		width: 111px;
		height: 31px;
		background-size: 111px 31px;
		background-repeat: no-repeat;
		background-image: url("/jp/iphone/trade-in/images/overview/softbank_medium.png");
	}
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
	.row-trade-in .image-logo-softbank {
		background-image: url("/jp/iphone/trade-in/images/overview/softbank_medium_2x.png");
	}
}
.row-trade-in .image-logo-rakuten {
	width: 130px;
	height: 34px;
	background-size: 130px 34px;
	background-repeat: no-repeat;
	background-image: url("/jp/iphone/trade-in/images/overview/rakuten_large.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
	.row-trade-in .image-logo-rakuten {
		background-image: url("/jp/iphone/trade-in/images/overview/rakuten_large_2x.png");
	}
}

@media only screen and (max-width: 1068px) {
	.row-trade-in .image-logo-rakuten {
		width: 120px;
		height: 31px;
		background-size: 120px 31px;
		background-repeat: no-repeat;
		background-image: url("/jp/iphone/trade-in/images/overview/rakuten_medium.png");
	}
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
	.row-trade-in .image-logo-rakuten {
		background-image: url("/jp/iphone/trade-in/images/overview/rakuten_medium_2x.png");
	}
}

.row-trade-in .image-logo {
	margin: 0 auto 20px;
}

@media only screen and (max-width: 735px) {
	.row-trade-in .image-logo {
		margin-bottom: 10px;
	}
}

.jp-headline-adjust {
	margin-right: -0.35em;
}

@media only screen and (max-width: 735px) {
	.jp-headline-adjust {
		margin-right: -0.3em;
	}
}

.chapternav-item-iphone-16e .chapternav-icon {
	background-size: 56px 56px;
	background-repeat: no-repeat;
	background-image: url(/jp/iphone/trade-in/images/chapternav/iphone_16e_light__dcdfirk5ikk2_large.svg);
	width: 56px;
}

html.no-svg .chapternav-item-iphone-16e .chapternav-icon {
	background-image: url(/jp/iphone/trade-in/images/chapternav/iphone_16e_light__dcdfirk5ikk2_large.png);
}

.theme-dark .chapternav-item-iphone-16e .chapternav-icon {
	background-size: 56px 56px;
	background-repeat: no-repeat;
	background-image: url(/jp/iphone/trade-in/images/chapternav/iphone_16e_dark__fabtc4fatcia_large.svg);
	width: 56px;
}

html.no-svg .theme-dark .chapternav-item-iphone-16e .chapternav-icon {
	background-image: url(/jp/iphone/trade-in/images/chapternav/iphone_16e_dark__fabtc4fatcia_large.png);
}

.chapternav-item-iphone-16-pro .chapternav-icon {
	background-size: 40px 54px;
	background-repeat: no-repeat;
	background-image: url(/jp/iphone/trade-in/images/chapternav/iphone_16_pro_light__sh8e76empwyq_large.svg);
	width: 40px;
}

html.no-svg .chapternav-item-iphone-16-pro .chapternav-icon {
	background-image: url(/jp/iphone/trade-in/images/chapternav/iphone_16_pro_light__sh8e76empwyq_large.png);
}

.theme-dark .chapternav-item-iphone-16-pro .chapternav-icon {
	background-size: 40px 54px;
	background-repeat: no-repeat;
	background-image: url(/jp/iphone/trade-in/images/chapternav/iphone_16_pro_dark__chhq5bwm589y_large.svg);
	width: 40px;
}

.chapternav-item-iphone-16 .chapternav-icon {
	background-size: 38px 54px;
	background-repeat: no-repeat;
	background-image: url(/jp/iphone/trade-in/images/chapternav/iphone_16_light__1g0j6j3ygciy_large.svg);
	width: 38px;
}

html.no-svg .chapternav-item-iphone-16 .chapternav-icon {
	background-image: url(/jp/iphone/trade-in/images/chapternav/iphone_16_light__1g0j6j3ygciy_large.png);
}

.theme-dark .chapternav-item-iphone-16 .chapternav-icon {
	background-size: 38px 54px;
	background-repeat: no-repeat;
	background-image: url(/jp/iphone/trade-in/images/chapternav/iphone_16_dark__euxy9y431742_large.svg);
	width: 38px;
}

html.no-svg .theme-dark .chapternav-item-iphone-16 .chapternav-icon {
	background-image: url(/jp/iphone/trade-in/images/chapternav/iphone_16_dark__euxy9y431742_large.png);
}

html.no-svg .theme-dark .chapternav-item-iphone-16-pro .chapternav-icon {
	background-image: url(/jp/iphone/trade-in/images/chapternav/iphone_16_pro_dark__chhq5bwm589y_large.png);
}

.chapternav-item-iphone-15-pro .chapternav-icon {
	background-size: 40px 54px;
	background-repeat: no-repeat;
	background-image: url(/jp/iphone/trade-in/images/chapternav/iphone_15_pro_light__d53me2491quu_large.svg);
	width: 40px;
}

html.no-svg .chapternav-item-iphone-15-pro .chapternav-icon {
	background-image: url(/jp/iphone/trade-in/images/chapternav/iphone_15_pro_light__d53me2491quu_large.png);
}

.theme-dark .chapternav-item-iphone-15-pro .chapternav-icon {
	background-size: 40px 54px;
	background-repeat: no-repeat;
	background-image: url(/jp/iphone/trade-in/images/chapternav/iphone_15_pro_dark__yd2r0ubrpaqe_large.svg);
	width: 40px;
}

.chapternav-item-iphone-15 .chapternav-icon {
	background-size: 38px 54px;
	background-repeat: no-repeat;
	background-image: url(/jp/iphone/trade-in/images/chapternav/iphone_14_light__c8cx76rp7i82_large.svg);
	width: 38px;
}

html.no-svg .chapternav-item-iphone-15 .chapternav-icon {
	background-image: url(/jp/iphone/trade-in/images/chapternav/iphone_14_light__c8cx76rp7i82_large.png);
}

.theme-dark .chapternav-item-iphone-15 .chapternav-icon {
	background-size: 38px 54px;
	background-repeat: no-repeat;
	background-image: url(/jp/iphone/trade-in/images/chapternav/iphone_14_dark__23ejfj9tqcii_large.svg);
	width: 38px;
}

html.no-svg .theme-dark .chapternav-item-iphone-15 .chapternav-icon {
	background-image: url(/jp/iphone/trade-in/images/chapternav/iphone_14_dark__23ejfj9tqcii_large.png);
}

html.no-svg .theme-dark .chapternav-item-iphone-15-pro .chapternav-icon {
	background-image: url(/jp/iphone/trade-in/images/chapternav/iphone_15_pro_dark__yd2r0ubrpaqe_large.png);
}

.chapternav-item-iphone-14-pro .chapternav-icon {
	background-size: 40px 54px;
	background-repeat: no-repeat;
	background-image: url(/jp/iphone/trade-in/images/chapternav/iphone_14_pro_light__cowy8sww29ci_large.svg);
	width: 40px;
}

html.no-svg .chapternav-item-iphone-14-pro .chapternav-icon {
	background-image: url(/jp/iphone/trade-in/images/chapternav/iphone_14_pro_light__cowy8sww29ci_large.png);
}

.theme-dark .chapternav-item-iphone-14-pro .chapternav-icon {
	background-size: 40px 54px;
	background-repeat: no-repeat;
	background-image: url(/jp/iphone/trade-in/images/chapternav/iphone_14_pro_dark__cwogvlkb78mu_large.svg);
	width: 40px;
}

html.no-svg .theme-dark .chapternav-item-iphone-14-pro .chapternav-icon {
	background-image: url(/jp/iphone/trade-in/images/chapternav/iphone_14_pro_dark__cwogvlkb78mu_large.png);
}

.chapternav-item-iphone-14 .chapternav-icon {
	background-size: 38px 54px;
	background-repeat: no-repeat;
	background-image: url(/jp/iphone/trade-in/images/chapternav/iphone_14_light__c8cx76rp7i82_large.svg);
	width: 38px;
}

html.no-svg .chapternav-item-iphone-14 .chapternav-icon {
	background-image: url(/jp/iphone/trade-in/images/chapternav/iphone_14_light__c8cx76rp7i82_large.png);
}

.theme-dark .chapternav-item-iphone-14 .chapternav-icon {
	background-size: 38px 54px;
	background-repeat: no-repeat;
	background-image: url(/jp/iphone/trade-in/images/chapternav/iphone_14_dark__23ejfj9tqcii_large.svg);
	width: 38px;
}

html.no-svg .theme-dark .chapternav-item-iphone-14 .chapternav-icon {
	background-image: url(/jp/iphone/trade-in/images/chapternav/iphone_14_dark__23ejfj9tqcii_large.png);
}

.chapternav-item-iphone-13-pro .chapternav-icon {
	background-size: 38px 54px;
	background-repeat: no-repeat;
	background-image: url("/jp/iphone/trade-in/images/chapternav/iphone_13_pro_light__ejngcn3qugia_large.svg");
	width: 38px;
}

html.no-svg .chapternav-item-iphone-13-pro .chapternav-icon {
	background-image: url("/jp/iphone/trade-in/images/chapternav/iphone_13_pro_light__ejngcn3qugia_large.png");
}

.theme-dark .chapternav-item-iphone-13-pro .chapternav-icon {
	background-size: 38px 54px;
	background-repeat: no-repeat;
	background-image: url("/jp/iphone/trade-in/images/chapternav/iphone_13_pro_dark__b4ifgrmyyoeu_large.svg");
	width: 38px;
}

html.no-svg .theme-dark .chapternav-item-iphone-13-pro .chapternav-icon {
	background-image: url("/jp/iphone/trade-in/images/chapternav/iphone_13_pro_dark__b4ifgrmyyoeu_large.png");
}

.chapternav-item-iphone-13 .chapternav-icon {
	background-size: 36px 54px;
	background-repeat: no-repeat;
	background-image: url("/jp/iphone/trade-in/images/chapternav/iphone_13_light__kga60qgtxb22_large.svg");
	width: 36px;
}

html.no-svg .chapternav-item-iphone-13 .chapternav-icon {
	background-image: url("/jp/iphone/trade-in/images/chapternav/iphone_13_light__kga60qgtxb22_large.png");
}

.theme-dark .chapternav-item-iphone-13 .chapternav-icon {
	background-size: 36px 54px;
	background-repeat: no-repeat;
	background-image: url("/jp/iphone/trade-in/images/chapternav/iphone_13_dark__dayow1f68x26_large.svg");
	width: 36px;
}

html.no-svg .theme-dark .chapternav-item-iphone-13 .chapternav-icon {
	background-image: url("/jp/iphone/trade-in/images/chapternav/iphone_13_dark__dayow1f68x26_large.png");
}

.chapternav-item-iphone-12-pro .chapternav-icon {
	background-size: 37px 54px;
	background-repeat: no-repeat;
	background-image: url("/jp/iphone/trade-in/images/chapternav/iphone_12_pro_light__bng0va8o1xqq_large.svg");
	width: 37px;
}

html.no-svg .chapternav-item-iphone-12-pro .chapternav-icon {
	background-image: url("/jp/iphone/trade-in/images/chapternav/iphone_12_pro_light__bng0va8o1xqq_large.png");
}

.chapternav-item-iphone-12 .chapternav-icon {
	background-size: 36px 54px;
	background-repeat: no-repeat;
	background-image: url("/jp/iphone/trade-in/images/chapternav/iphone_12_light__ejk1nz1gpyky_large.svg");
	width: 36px;
}

html.no-svg .chapternav-item-iphone-12 .chapternav-icon {
	background-image: url("/jp/iphone/trade-in/images/chapternav/iphone_12_light__ejk1nz1gpyky_large.png");
}

.chapternav-item-iphone-11 .chapternav-icon {
	background-size: 22px 54px;
	background-repeat: no-repeat;
	background-image: url("/jp/iphone/trade-in/images/chapternav/iphone_11_light__bwpoitl7pd1e_large.svg");
	width: 22px;
}

html.no-svg .chapternav-item-iphone-11 .chapternav-icon {
	background-image: url("/jp/iphone/trade-in/images/chapternav/iphone_11_light__bwpoitl7pd1e_large.png");
}

.chapternav-item-iphone-11-pro .chapternav-icon {
	background-size: 36px 54px;
	background-repeat: no-repeat;
	background-image: url("/jp/iphone/trade-in/images/chapternav/iphone_11_pro_light__f70epsmuytei_large.svg");
	width: 36px;
}

html.no-svg .chapternav-item-iphone-11-pro .chapternav-icon {
	background-image: url("/jp/iphone/trade-in/images/chapternav/iphone_11_pro_light__f70epsmuytei_large.png");
}

.chapternav-item-iphone-se .chapternav-icon {
	background-size: 20px 54px;
	background-repeat: no-repeat;
	background-image: url("/jp/iphone/trade-in/images/chapternav/iphone_se_light__baj5q6qf7ew2_large.svg");
	width: 20px;
}

html.no-svg .chapternav-item-iphone-se .chapternav-icon {
	background-image: url("/jp/iphone/trade-in/images/chapternav/iphone_se_light__baj5q6qf7ew2_large.png");
}

.chapternav-item-compare .chapternav-icon {
	background-size: 50px 54px;
	background-repeat: no-repeat;
	background-image: url("/jp/iphone/trade-in/images/chapternav/iphone_comp_light__fef7olucfu6a_large.svg");
	width: 50px;
}

html.no-svg .chapternav-item-compare .chapternav-icon {
	background-image: url("/jp/iphone/trade-in/images/chapternav/iphone_comp_light__fef7olucfu6a_large.png");
}

.theme-dark .chapternav-item-compare .chapternav-icon {
	background-size: 50px 54px;
	background-repeat: no-repeat;
	background-image: url("/jp/iphone/trade-in/images/chapternav/iphone_comp_dark__bw8mns6zdz1e_large.svg");
	width: 50px;
}

html.no-svg .theme-dark .chapternav-item-compare .chapternav-icon {
	background-image: url("/jp/iphone/trade-in/images/chapternav/iphone_comp_dark__bw8mns6zdz1e_large.png");
}
.chapternav {
	background: #fbfbfd;
}

html.text-zoom .chapternav-new {
	top: 90%;
}

.row-trade-in {
	max-width: 880px;
	margin-left: auto;
	margin-right: auto;
}
.row-trade-in .large-3 {
	width: 23%;
}
.colmun-au {
	margin-left: 2%;
}
.colmun-docomo {
	margin-left: 1%;
}
.colmun-rakuten {
	margin-left: 5%;
}

@media only screen and (max-width: 735px) {
	.row-trade-in .small-6 {
		width: 50%;
		margin-left: 0;
	}
}
@media only screen and (max-width: 420px) {
	.row-trade-in .xsmall-12 {
		width: 100%;
	}
}
