@media screen and (max-width: 767px) {
	.col2Block .cols {
		width: 100%;
	}
}
.makingStepBlock {
	margin-bottom: 23px;
}
.makingStepBlock .step01 {
	padding: 6px 8px;
}
.makingStepBlock .step02 {
	padding: 6px 8px;
}
.makingStepBlock .step03 {
	padding: 6px 8px;
}
.makingStepBlock .step01,.makingStepBlock .step01 p,.makingStepBlock .step02,.makingStepBlock .step02 p,.makingStepBlock .step03,.makingStepBlock .step03 p {
	font-size: 12px;
	line-height: 1.3;
}
.makingStepBlock .step01 {
	background: #fff;
	border: #c29558 2px solid;
}
.makingStepBlock .step02 {
	background: #fff;
	border: #e60012 2px solid;
}
.makingStepBlock .step03 {
	background: #fff;
	border: #515151 2px solid;
}
	.makingStepBlock table {
		border: 0;
		border: none;
		border-collapse: collapse;
		margin-bottom: 7px;
		width: 100%;
	}
	.makingStepBlock table td,.makingStepBlock table th {
		background: #fff;
		padding: 5px 6px;
	}
	.makingStepBlock .step01 table th {
		background: #c29558;
		color: #fff;
	}
	.makingStepBlock .step02 table th {
		background: #e60012;
		color: #fff;
	}
	.makingStepBlock table td.icon {
		background: transparent;
		padding: 0;
		padding-right: 5px;
		width: 21px;
	}
	.makingStepBlock .step01 table td {
		color: #c29558;
	}
	.makingStepBlock .step02 table td {
		color: #e60012;
	}
	.makingStepBlock .step03 table td {
		background: transparent;
	}
@media screen and (min-width: 768px), print {
	.makingStepBlock table td,.makingStepBlock table th {
		font-size: 110%;
	}
	.mydesignPage .leftPh {
		float: left;
		text-align: left;
		width: 210px;
	}
	.makingStepBlock {
		padding-left: 230px;
	}
}
.phBlockWrapper::before{ display:none; }