@charset "utf-8";

/*
 *
 *	member
 *
 */


/*===============================
	changeStep
===============================*/
.mContent .changeStep li {
	position: relative;
	display: table;
	width: 100%;
	line-height: 1.4;
	margin: 0 auto 30px;
	border-radius: 5px;
	background: #fff left top no-repeat;
	background-size: 18%;
	text-align: left;
	font-size: .9em;
}
.mContent .changeStep li:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -30px;
	margin-left: -8px;
	border: transparent solid 8px;
	border-top: #f39800 solid 8px;
}
.mContent .changeStep li:last-child:after {
	display: none;
}

.mContent .changeStep li figure {
	display: table-cell;
	width: 37px;
	border-radius: 5px 0 0 5px;
	background: #f39800;
	vertical-align: middle;
}
.mContent .changeStep li p {
	display: table-cell;
	padding: 3%;
}

/****** changeBtn ******/
.mContent .btn.changeBtn a {
	width: 90%;
	margin: 0 auto;
	background: #f39800;
	border-bottom-color: #ae6d00;
}
