@charset "utf-8";
#mainbox,
#box_main {
	max-width: 900px;
	width: 100%;
	margin: auto;
	padding-top: 10px;
}
#mainbox  h2  {
	text-align: center;
	margin-bottom: 20px;
	background-color: #ECEBEB;
}
#mainbox .bind {
	text-align: left;
	margin-bottom: 30px;
	padding-right: 18px;
	padding-left: 18px;
	font-size: 126%;
}

#mainbox .bind h3 {
	font-size: 140%;
	font-weight: bold;
	color: #000000;
}
#mainbox .bind p {
	margin-bottom: 15px;
}
#mainbox .bind ul {
	margin-bottom: 15px;
}
#mainbox .bind ul li {
	list-style-type: disc;
	list-style-position: inside;
}
#mainbox .step {
	margin-bottom: 30px;
}
#mainbox .boxcenter {
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}


/*会員登録の導線ページ*/
.about_registration #contents ul {
	margin-top: 0;
	margin-left: 0;
}
.about_registration .lead {
	position: relative;
}
.about_registration .lead img {
	width: 100%;
	height: auto;
}
.about_registration .lead span {
	position: absolute;
	font-weight: bold;
	font-size: 20px;
	color: #373737;
	top: 7%;
	left: 4%;
}
.about_registration .lead h2 {
	position: absolute;
	font-weight: bold;
	font-size: 40px;
	color: #FF9419;
	top: 21%;
	left: 10%;
}
.about_registration .lead p {
	position: absolute;
	font-size: 20px;
	line-height: 1.6;
	bottom: 20%;
	left: 4%;
}
.about_registration .section_merit {
	margin-bottom: 30px;
	padding-top: 26px;
	padding-bottom: 40px;
	background: #f7f7f7;
}
.about_registration h3 {
	margin-bottom: 16px;
	font-weight: bold;
	font-size: 24px;
	line-height: 36px;
	color: #FF9419;
	text-align: center;
}
.about_registration .merit_label {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 100px;
	height: 30px;
	background: #FF9419;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
}
.about_registration .merit_label:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 15px 14px;
	border-color: transparent transparent transparent #FF9419;
	top: 0;
	right: -14px;
}
.about_registration .box_merit {
	margin: 0 40px;
	padding: 29px 23px 30px 20px;
	border-top: 6px solid #ffc868;
	border-right: 1px solid #ffc868;
	border-bottom: 1px solid #ffc868;
	border-left: 1px solid #ffc868;
	background: #ffffff;
}
.about_registration .box_merit dl {
	overflow: hidden;
}
.about_registration .box_merit dt {
	width: 130px;
	float: left;
	padding-right: 28px;
	text-align: right;
}
.about_registration .box_merit dd {
	overflow: hidden;
	padding-top: 5px;
	padding-left: 40px;
	background: url(../../user/img/newimg/ic_check_01.png) no-repeat;
}
.about_registration .box_merit > ul > li {
	margin-bottom: 20px;
	padding-bottom: 23px;
	background: url(../../user/img/newimg/bg_merit_01.gif) no-repeat left bottom;
}
.about_registration .box_merit li p,
.about_registration .box_merit li ul {
	margin-left: 0;
	font-size: 150%;
	line-height: 1.6;
}
.about_registration .box_merit li p,
.about_registration .box_merit li .em {
	font-weight: bold;
}
.about_registration .box_merit li .em {
	color: #ff9000;
}
.about_registration .box_merit li p span {
	font-weight: normal;
}
.about_registration .box_merit p {
	font-size: 133.3%;
	margin-left: 8px;
}
.about_registration .box_merit .sup {
	padding-top: 20px;
	padding-left: 1em;
	text-indent: -1em;
}
.about_registration .merit_btn {
	max-width: 480px;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 40px auto 0;
	background: #FEDFBF;
	background: linear-gradient(180deg, #FEDFBF 0%, #FC8803 100%);
	border: 1px solid #FF9419;
	box-sizing: border-box;
	border-radius: 2px;
	font-weight: bold;
	font-size: 26px;
	color: #FFFFFF;
}
