.door2Note {
	text-align: right;
	display: block;
	font-weight: normal;
}

.door2Heading {
	font-size: 20px;
	font-weight: 600;
	margin: 15px auto 30px;
}

.door2Heading span {
	border-bottom: 3px solid #71ceff;
	display: inline-block;
	padding-bottom: 10px;
}

.door2Subhead {
	font-size: 16px;
	font-weight: 600;
	color: #075bb4;
	background: url('/support/shuri/doordoor2/images/bg_subhead.gif');
	padding: 15px 13px;
	margin: 50px auto 30px;
}

.door2TableColumn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;

}

td .door2TableColumn {
	padding: 36px 40px;
}

.door2TableColumnImage img {
	max-width: 227px;
}

.door2Product {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-align: center;
	padding: 70px 0 70px 25px;
}

.door2ProductName {
	font-size: 20px;
	font-weight: bold;
}

.door2ProductLabel {
	display: inline-block;
	font-size: 11px;
	font-weight: 500;
	color: #9a9a9a;
	border: 1px solid #9a9a9a;
	border-radius: 15px;
	padding: 5px 14px;
	margin-top: 10px;
}

.door2ProductLink {
	display: inline-block;
	margin-top: 13px;
}

.door2ProductImage {
	max-width: 237px;
	height: auto;
}

.flowStepArea .flowStepAreaItem img {
	width: 240px;
	padding-left: 0;
}

.door2IconPop {
	padding: 0 .2em;
}

@media screen and (max-width: 768px) {
	.door2Mv {
		width: 100vw;
		margin-left: -2%;
		margin-right: -2%;
	}

	.door2Note {
		text-align: left;
	}

	.door2Heading {
		font-size: 14px;
		margin: 36px auto 25px;
	}

	.door2Heading span {
		border-bottom-width: 2px;
	}

	.door2Subhead {
		font-size: 14px;
		background-size: 7px;
		padding: 10px 20px;
		margin: 40px auto 24px;
	}

	.door2TableColumn {
		display: block;
	}

	td .door2TableColumn {
		padding: 25px 0;
	}

	.door2TableColumnImage {
		text-align: center;
		margin: 50px auto 0;
	}

	.door2Tbl,
	.door2Tbl tbody,
	.door2Tbl tr,
	.door2Tbl td,
	.door2Tbl th {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}

	.door2Tbl .door2Note {
		margin-top: 1em;
	}

	.door2Product {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		padding: 25px 0;
	}

	.door2ProductText {
		font-size: 12px;
	}

	.door2ProductName {
		font-size: 20px;
	}

	.door2ProductImage {
		max-width: 237px;
		height: auto;
		margin-bottom: 20px;
	}

	.flowStepArea .flowStepAreaItem img {
		width: 75vw;
		max-width: 240px;
		padding-left: 0;
	}
}
