@CHARSET "UTF-8";

/* 注文番号 */
.orderNo {
	font-size: 1.2em;
	font-weight: bold;
}
.orderNo::before {
	content: "注文番号：";
	font-weight: normal;
}

/* メールアドレス */
.emailItemWrap {
	margin-top: 20px;
}
.email {
	display: flex;
	flex-wrap: wrap;
	font-weight: bold;
}
.email::before {
	content: "配信先メールアドレス：";
	font-weight: normal;
}

/* 関連商品 */
.relatedArea {
	margin-top: 60px;
	overflow: hidden;
}
#relatedArea .itemBlock {
	border: none;
}


/* ボタン */
#buttonGroup {
	margin: 100px 0 40px;
	text-align: center;
}
@media screen and (max-width: 960px) {
	#buttonGroup > div {
		width: 100%;
		margin-top: 20px;
	}
}


/* フォームSTEP */
.stepBar .step:nth-of-type(3) {
  color: #FFF;
  background-color: #a3876d;
}
.stepBar .step:nth-of-type(3):before, .stepBar .step:nth-of-type(3):after {
  background-color: #a3876d;
}
