.page-teaching-code .section-students-lessons .section-headline { max-width: 560px; }
.page-teaching-code .section-swift-lessons .swift-lessons-download .download-link.swift-lessons-download-link-code-1,
.page-teaching-code .section-swift-lessons .swift-lessons-download .download-link.swift-lessons-download-link-code-1-2,
.page-teaching-code .section-students-lessons .students-lessons-download .download-link.swift-intro-guide-student { margin-top: 31px; }
.page-teaching-code .section-students .section-headline { max-width: 730px; }
.page-teaching-code .section-routers .nextrouter .nextrouter-copy { text-align: center; }

@media only screen and (max-width: 1068px) {
	.page-teaching-code .section-students-lessons .students-lessons-download .intro-label { width: 60%; }
}

@media only screen and (max-width: 735px) {
	.page-teaching-code .section-students-lessons .students-lessons-download .intro-label { width: 100%; }
	.page-teaching-code .section-swift-lessons .swift-lessons-download .download-link.swift-lessons-download-link-code-1,
	.page-teaching-code .section-swift-lessons .swift-lessons-download .download-link.swift-lessons-download-link-code-1-2,
	.page-teaching-code .section-students-lessons .students-lessons-download .download-link.swift-intro-guide-student { margin-top: 10px; }

	.page-teaching-code .section-routers .nextrouter .nextrouter-copy { text-align: left; }
}

/* Localized images */
.page-teaching-code .section-swift-lessons .swift-lessons-download-link-code-1 .download-icon {
	width: 37px;
	height: 48px;
	background-size: 37px 48px;
	background-repeat: no-repeat;
	background-image: url("https://images.apple.com/jp/education/images/teaching-code/learn_code_1_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) {
	.page-teaching-code .section-swift-lessons .swift-lessons-download-link-code-1 .download-icon {
		background-image: url("https://images.apple.com/jp/education/images/teaching-code/learn_code_1_large_2x.png")
	}
}

.page-teaching-code .section-swift-lessons .swift-lessons-download-link-code-2 .download-icon {
	width: 37px;
	height: 48px;
	background-size: 37px 48px;
	background-repeat: no-repeat;
	background-image: url("https://images.apple.com/jp/education/images/teaching-code/learn_code_2_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) {
	.page-teaching-code .section-swift-lessons .swift-lessons-download-link-code-2 .download-icon {
		background-image: url("https://images.apple.com/jp/education/images/teaching-code/learn_code_2_large_2x.png")
	}
}

.page-teaching-code .section-students-lessons .swift-intro-guide-student .download-icon {
	width: 36px;
	height: 47px;
	background-size: 36px 47px;
	background-repeat: no-repeat;
	background-image: url("https://images.apple.com/jp/education/images/teaching-code/app_intro_student_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) {
	.page-teaching-code .section-students-lessons .swift-intro-guide-student .download-icon {
		background-image: url("https://images.apple.com/jp/education/images/teaching-code/app_intro_student_large_2x.png")
	}
}

.page-teaching-code .section-students-lessons .swift-intro-guide-teacher .download-icon {
	width: 36px;
	height: 47px;
	background-size: 36px 47px;
	background-repeat: no-repeat;
	background-image: url("https://images.apple.com/jp/education/images/teaching-code/app_intro_teacher_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) {
	.page-teaching-code .section-students-lessons .swift-intro-guide-teacher .download-icon {
		background-image: url("https://images.apple.com/jp/education/images/teaching-code/app_intro_teacher_large_2x.png")
	}
}