.site-main--order {
	position: relative;
	min-width: 1200px;
	padding: 0 0 130px;
	background: linear-gradient(180deg, #fff 0 12px, #ecefff 12px, #fff 222px);
	color: #111827;
}

.order-page__breadcrumb {
	background: #f3f4f9;
	color: #000;
	font-weight: 500;
}

.order-page__breadcrumb a {
	text-decoration: none;
}

.order-page__breadcrumb a:hover {
	text-decoration: underline;
}

.order-page__header {
	position: absolute;
	top: 72px;
	left: 50%;
	display: flex;
	width: 1200px;
	height: 56px;
	align-items: flex-start;
	justify-content: space-between;
	transform: translateX(-50%);
}

.order-page__title {
	display: flex;
	height: 56px;
	align-items: center;
	gap: 24px;
}

.order-page__title h1 {
	width: 166px;
	flex: 0 0 166px;
	margin: 0;
	background: var(--gradient-brand);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.4;
}

.order-page__title > span {
	font-family: var(--font-family-ja);
	font-size: 20px;
	font-weight: 400;
	line-height: 1.8;
}

.order-page__instruction {
	display: flex;
	margin: 24px -3px 0 0;
	align-items: center;
	gap: 10px;
	color: #000;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.6;
	white-space: nowrap;
}

.order-page__instruction em {
	display: flex;
	width: 58px;
	height: 20px;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background: #86bc25;
	color: #fff;
	font-size: 13px;
	font-style: normal;
}

.site-main--order .course-application {
	padding: 0;
	margin-top: 119px;
	background: transparent;
}

@media (max-width: 767px) {
	.site-main--order {
		min-width: 0;
		padding: 0 0 72px;
	}

	.site-main--order .course-application { margin-top: 134px; }

	.order-page__breadcrumb,
	.order-page__header {
		width: calc(100% - 32px);
	}

	.order-page__header {
		flex-direction: column;
	}

	.order-page__instruction {
		margin-top: 8px;
		white-space: normal;
	}
}
