/* common */
body{background: #fff;}
.wrapper_wrapper_{background: #fff;}
div.wrapper_{background: #fff;}

.regist_light{font-size:15px;line-height:1.8;color:#333333;}
.regist_light .ct{margin:0 auto;text-align:center;}
.regist_light .contents{margin:0 auto;width:660px;}
.regist_light div{box-sizing:border-box;}

.mt10{margin-top:10px !important;}
.mt20{margin-top:20px !important;}
.mt30{margin-top:30px !important;}
.mt40{margin-top:40px !important;}
.mt50{margin-top:50px !important;}
.mt60{margin-top:60px !important;}
.mt65{margin-top:65px !important;}
.mt70{margin-top:70px !important;}
.mt80{margin-top:80px !important;}
.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px !important;}
.mb30{margin-bottom:30px !important;}
.mb40{margin-bottom:40px !important;}
.mb50{margin-bottom:50px !important;}
.mb60{margin-bottom:60px !important;}
.mb65{margin-bottom:65px !important;}
.mb70{margin-bottom:70px !important;}
.mb80{margin-bottom:80px !important;}

.regist_light h1 {
    margin: 0 auto 40px;
    max-width: 1240px;
    width: 100%;
    height: 420px;
    position: relative;
}
.regist_light h1 img.button{
	position: absolute;
	top: 265px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 1;
	width: 509px;
}
.regist_light h2.title{
	margin: 0 auto 35px;
	max-width: 1240px;
	width: 100%;
	position: relative;
	background: #F7F8FA;
	line-height: 2;
	padding: 18px 15px 15px 40px;
	font-size: 20px;
	font-weight: bold;
}
.regist_light h2.title::before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 70px;
	height: 4px;
	background: #22C2F0;
}
.regist_light h2.title::after{
	position: absolute;
	content: " ";
	top: 0;
	left: 70px;
	width: 23px;
	height: 4px;
	background: #FECE00;
}
.regist_light ul li a{
	color: #FE1F8D;
	text-decoration: underline;
}
.regist_light p a{
	color: #FE1F8D;
	text-decoration: underline;
}
.regist_light #step_light{
	max-width: 1120px;
	background-color: #F2F9FD;
	margin: 30px auto 0;
	padding: 30px 60px 50px;
}
.regist_light #step_light h3{
	font-size: 26px;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
}
.regist_light #step_light h3 span{
	color: #FE1F8E;
}
.regist_light #step_light div.img{
	width: 427px;
	margin: 30px auto 20px;
}
.regist_light #step_light p.att{
	font-size: 12px;
}
.regist_light #step_light div.step_light_btn{
	max-width: 1000px;
	margin: 35px auto 0;
	display: flex;
	justify-content: space-between;
}
.regist_light #step_light div.step_light_btn img.btn{
	width: 320px;
}
.regist_light #section01{
	max-width: 1240px;
	width: 100%;
	margin: 80px auto 0;
}
.regist_light #section01 div.wrap{
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}
.regist_light #section01 div.wrap div.box{
	width: 360px;
	border: 1px solid #E5E5E5;
	border-radius: 10px;
	padding: 40px 30px;
}
.regist_light #section01 div.wrap div.box.b01,
.regist_light #section01 div.wrap div.box.b02,
.regist_light #section01 div.wrap div.box.b03,
.regist_light #section01 div.wrap div.box.b04,
.regist_light #section01 div.wrap div.box.b05,
.regist_light #section01 div.wrap div.box.b06{
	margin-bottom: 20px;
}
.regist_light #section01 div.wrap div.box h4{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}
.regist_light #section01 div.wrap div.box.b01 h4{
	margin-bottom: 30px;
}
.regist_light #section01 div.wrap div.box.b02 h4{
	margin-bottom: 25px;
}
.regist_light #section01 div.wrap div.box.b03 h4{
	margin-bottom: 28px;
}
.regist_light #section01 div.wrap div.box.b04 h4{
	margin-top: 15px;
	margin-bottom: 25px;	
}
.regist_light #section01 div.wrap div.box.b05 h4{
	margin-top: 15px;
	margin-bottom: 35px;
}
.regist_light #section01 div.wrap div.box.b06 h4{
	margin-bottom: 25px;
}
.regist_light #section01 div.wrap div.box.b07 h4,
.regist_light #section01 div.wrap div.box.b08 h4,
.regist_light #section01 div.wrap div.box.b09 h4{
	margin-bottom: 30px;
}
.regist_light #section01 div.wrap div.box div.icon{
	margin: 0 auto;
}
.regist_light #section01 div.wrap div.box.b01 div.icon{
	width: 90px;
}
.regist_light #section01 div.wrap div.box.b02 div.icon{
	width: 72px;
}
.regist_light #section01 div.wrap div.box.b03 div.icon{
	width: 80px;
}
.regist_light #section01 div.wrap div.box.b04 div.icon{
	width: 69px;
}
.regist_light #section01 div.wrap div.box.b05 div.icon{
	width: 53px;
}
.regist_light #section01 div.wrap div.box.b06 div.icon{
	width: 80px;
}
.regist_light #section01 div.wrap div.box.b07 div.icon{
	width: 70px;
}
.regist_light #section01 div.wrap div.box.b08 div.icon{
	width: 65px;
}
.regist_light #section01 div.wrap div.box.b09 div.icon{
	width: 89px;
}
.regist_light #section01 div.wrap div.box p.txt{
	font-size: 14px;
	line-height: 1.7;
}
.regist_light #section01 div.wrap div.box.b01 p.txt{
	margin-top: 34px;
}
.regist_light #section01 div.wrap div.box.b02 p.txt{
	margin-top: 30px;
}
.regist_light #section01 div.wrap div.box.b03 p.txt{
	margin-top: 32px;
}
.regist_light #section01 div.wrap div.box.b04 p.txt{
	margin-top: 27px;
}
.regist_light #section01 div.wrap div.box.b05 p.txt{
	margin-top: 26px;
}
.regist_light #section01 div.wrap div.box.b06 p.txt{
	margin-top: 25px;
}
.regist_light #section01 div.wrap div.box.b07 p.txt{
	margin-top: 26px;
}
.regist_light #section01 div.wrap div.box.b08 p.txt{
	margin-top: 30px;
}
.regist_light #section01 div.wrap div.box.b09 p.txt{
	margin-top: 31px;
}
.regist_light #section01 div.wrap div.box p.att{
	font-size: 12px;
	margin-top: 5px;
}
.regist_light #section01 div.button-area{
	max-width: 1120px;
	width: 100%;
	margin: 40px auto 0;
	padding: 40px 0;
	background: #F1F9FE;
}
.regist_light #section01 div.button-area div.button{
	width: 509px;
	margin: 0 auto;
}
.regist_light #section01 p.att{
	font-size: 12px;
	margin: 20px auto 0;
	max-width: 1120px;
	width: 100%;
}
.regist_light #section02{
	max-width: 1240px;
	width: 100%;
	margin: 80px auto 0;
}
.regist_light #section02 div.wrap{
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
	display: flex;
    justify-content: space-between;
}
.regist_light #section02 div.wrap div.box{
	width: 170px;
	border: 1px solid #E5E5E5;
	border-radius: 10px;
	padding: 30px 0;
}
.regist_light #section02 div.wrap div.box h4{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 30px;
}
.regist_light #section02 div.wrap div.box.b01 h4,
.regist_light #section02 div.wrap div.box.b03 h4{
	margin-top: 15px;
	margin-bottom: 42px;
}
.regist_light #section02 div.wrap div.box div.img{
	margin: 0 auto;
}
.regist_light #section02 div.wrap div.box.b01 div.img{
	width: 61px;
}
.regist_light #section02 div.wrap div.box.b02 div.img{
	width: 62px;
}
.regist_light #section02 div.wrap div.box.b03 div.img{
	width: 61px;
}
.regist_light #section02 div.wrap div.box.b04 div.img{
	width: 80px;
}
.regist_light #section02 div.wrap div.box.b05 div.img{
	width: 71px;
}
.regist_light #section02 div.wrap div.box.b06 div.img{
	width: 80px;
}
.regist_light #section02 p.att{
	font-size: 12px;
	margin: 20px auto 0;
	max-width: 1120px;
	width: 100%;
}
.regist_light #section03{
	margin: 70px auto 0;
}
.regist_light #section03 p.lead{
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
	font-size: 16px;
}
.regist_light #section03 h3{
	max-width: 1120px;
	width: 100%;
	margin: 0 auto 30px;
	background: #F7F8FA;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	padding: 15px 10px 13px 30px; 
	border-left: 5px solid #36BFF2;
}
.regist_light #section03 h4{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	border-left: 5px solid #36BFF2;
	padding-top: 2px;
	padding-left: 10px;
	margin-bottom: 25px;
}
.regist_light #section03 div.block{
	max-width: 1120px;
	width: 100%;
}
.regist_light #section03 div.block.b01{
	margin: 40px auto 0;
}
.regist_light #section03 div.block.b01 p.txt{
	font-size: 16px;
}
.regist_light #section03 div.block.b01 div.img{
	width: 630px;
	margin: 30px auto 35px;
}
.regist_light #section03 div.block.b01 div.img p.att{
	margin-top: 10px;
	font-size: 12px;
	line-height: 1.3;
}
.regist_light #section03 div.block.b02{
	margin: 50px auto 0;
}
.regist_light #section03 div.block.b02 h5{
	font-size: 16px;
	font-weight: bold;
	color: #36BFF2;	
}
.regist_light #section03 div.block.b02 p{
	font-size: 16px;
	line-height: 1.6;
}
.regist_light #section03 div.block.b02 div.box{
	margin-bottom: 50px;
}
.regist_light #section03 div.block.b02 div.box.b03{
	margin-bottom: 30px;
}
.regist_light #section03 div.block.b02 div.box ul li{
	position: relative;
	padding-left: 20px;
	font-size: 16px;
	margin-bottom: 5px;
	line-height: 1.6;
}
.regist_light #section03 div.block.b02 div.box ul li::before{
	content: '●';
	position: absolute;
	left: 0;
	top: -6px;
	color: #36BFF2;
	font-size: 20px;
}
.regist_light #section03 div.block.b02 div.box div.img{
	width: 558px;
	margin: 35px auto 40px;
}
.regist_light #section03 div.block.b02 p{
	font-size: 16px;
	line-height: 1.6;
}
.regist_light #section03 div.block.b02 p.att{
	font-size: 12px;
	line-height: 1.6;
	margin-top: 10px;
}
.regist_light #section04{
	margin: 80px auto 0;
}
.regist_light #section04 dl {
	max-width: 1120px;
	width: 100%;
	cursor: pointer;
	display: block;
	margin: 0 auto 20px;
	border-bottom: 1px dotted #CECECE;
	padding-bottom: 15px;
}
.regist_light #section04 dl dt.question {
	position: relative;
	padding-left: 45px;
}
.regist_light #section04 dl dt.question:hover{
	opacity: 0.6;
	transition: 0.6s;
}
.regist_light #section04 dl dt.question:before{
	content: '';
	position: absolute;
    background: url(/img/special/regist_light/question.png) no-repeat;
    width: 29px;
    height: 29px;
    top: -2px;
    left: 0;
}
.regist_light #section04 dl dt.question:after{
	content: '';
	position: absolute;
	background: url(/img/special/regist_light/plus.png) no-repeat;
	display: block;
	width: 23px;
    height: 23px;
    top: 2px;
	right: 0;
}
.regist_light #section04 dl dt.question.on:after{
	content: '';
	position: absolute;
	background: url(/img/special/regist_light/minus.png) no-repeat;
	display: block;
	width: 23px;
    height: 23px;
    top: 2px;
	right: 0;
}
.regist_light #section04 dd.answerarea {
	display: none;
}
.regist_light #section04 dd.answerarea {
	cursor: auto;	
}
.regist_light #section04 dd.answerarea p{
	padding-left: 45px;
	padding-top: 15px;
	padding-bottom: 10px;
	position: relative;
}
.regist_light #section04 dd.answerarea p span.bold{
	display: block;
	font-weight: bold;
	margin-top: 20px;
}
.regist_light #section04 dd.answerarea p::before{
	content: '';
	position: absolute;
    background: url(/img/special/regist_light/answer.png) no-repeat;
    width: 29px;
    height: 29px;
    left: 0;
}
.regist_light #section04 div.button-area{
	max-width: 1120px;
	width: 100%;
	margin: 70px auto 0;
	padding: 40px 0;
	background: #F1F9FE;
}
.regist_light #section04 div.button-area div.button{
	width: 509px;
	margin: 0 auto;
}
.regist_light #section04 p.att{
	font-size: 12px;
	margin: 20px auto 0;
	max-width: 1120px;
	width: 100%;
}
.regist_light #section05{
	margin: 80px auto 0;
}
.regist_light #section05 div.wrap{
	max-width: 820px;
	width: 100%;
	margin: 0 auto;
	display: flex;
    justify-content: space-between;
}
.regist_light #section05 div.wrap div.btn{
	width: 400px;
}
.regist_light #section05 div.wrap div.btn a.button{
    display: inline-block;
    text-align: center;
    outline: none;
	border: 1px solid #4A545E;
	background: #fff;
	border-radius: 20px;
	width: 400px;
	padding: 6px 0;
	position: relative;
}
.regist_light #section05 div.wrap div.btn a.button:hover{
	text-decoration: none;
}
.regist_light #section05 div.wrap div.btn a.button span {
	position: absolute;
	top: 11px;
    width: 17px;
	height: 17px;
}
.regist_light #section05 div.wrap div.btn.b01 a.button span {
	left: 75px;
}
.regist_light #section05 div.wrap div.btn.b02 a.button span {
	left: 50px;
}

@media print, screen and (max-width: 767px) {
	.regist_light h1 {
	    width: 100%;
	    height: auto;
	}
	.regist_light h1 img{
	    width: 100%;
	    height: auto;
	}
	.regist_light h1 img.button{
		top: 70%;
		width: 85%;
	}
	.regist_light h2.title{
		margin: 0 auto 20px;
		width: 100%;
		line-height: 1.5;
		padding: 20px 15px 20px 20px;
		font-size: 20px;
		font-weight: bold;
	}
	.regist_light #step_light{
		width: 100%;
		margin: 20px auto 0;
		padding: 30px 20px 30px;
	}
	.regist_light #step_light h3{
		font-size: 18px;
		line-height: 1.4;
	}
	.regist_light #step_light div.img{
		width: 90%;
		margin: 25px auto 30px;
	}
	.regist_light #step_light div.step_light_btn{
		width: 100%;
		margin: 20px auto 0;
		display: block;
	}
	.regist_light #step_light div.step_light_btn img.btn{
		width: 100%;
	}
	.regist_light #step_light div.step_light_btn img.btn.b01,
	.regist_light #step_light div.step_light_btn img.btn.b02{
		margin-bottom: 15px;
	}
	.regist_light #section01{
		margin: 40px auto 0;
	}
	.regist_light #section01 div.wrap{
		flex-wrap: wrap;
	}
	.regist_light #section01 div.wrap div.box{
		width: 48.5%;
		padding: 20px 10px;
	}
	.regist_light #section01 div.wrap div.box.b01,
	.regist_light #section01 div.wrap div.box.b02,
	.regist_light #section01 div.wrap div.box.b03,
	.regist_light #section01 div.wrap div.box.b04,
	.regist_light #section01 div.wrap div.box.b05,
	.regist_light #section01 div.wrap div.box.b06,
	.regist_light #section01 div.wrap div.box.b07,
	.regist_light #section01 div.wrap div.box.b08{
		margin-bottom: 10px;
	}
	.regist_light #section01 div.wrap div.box h4{
		font-size: 18px;
	}
	.regist_light #section01 div.wrap div.box.b01 h4{
		margin-bottom: 30px;
	}
	.regist_light #section01 div.wrap div.box.b02 h4{
		margin-bottom: 23px;
	}
	.regist_light #section01 div.wrap div.box.b03 h4{
		margin-bottom: 28px;
	}
	.regist_light #section01 div.wrap div.box.b04 h4{
		margin-top: 0;
		margin-bottom: 20px;	
	}	
	.regist_light #section01 div.wrap div.box.b05 h4{
		margin-top: 12px;
		margin-bottom: 30px;
	}
	.regist_light #section01 div.wrap div.box.b06 h4{
		margin-bottom: 25px;
	}
	.regist_light #section01 div.wrap div.box.b06 h4 span{
		letter-spacing: -5px;
	}
	.regist_light #section01 div.wrap div.box.b07 h4{
		letter-spacing: -1px;
		margin-bottom: 30px;
	}
	.regist_light #section01 div.wrap div.box.b08 h4,
	.regist_light #section01 div.wrap div.box.b09 h4{
		margin-bottom: 30px;
	}
	.regist_light #section01 div.wrap div.box div.icon{
		margin: 0 auto;
	}
	.regist_light #section01 div.wrap div.box.b01 div.icon{
		width: 82px;
	}
	.regist_light #section01 div.wrap div.box.b02 div.icon{
		width: 60px;
	}
	.regist_light #section01 div.wrap div.box.b03 div.icon{
		width: 66px;
	}
	.regist_light #section01 div.wrap div.box.b04 div.icon{
		width: 57px;
	}
	.regist_light #section01 div.wrap div.box.b05 div.icon{
		width: 44px;
	}
	.regist_light #section01 div.wrap div.box.b06 div.icon{
		width: 67px;
	}
	.regist_light #section01 div.wrap div.box.b07 div.icon{
		width: 59px;
	}
	.regist_light #section01 div.wrap div.box.b08 div.icon{
		width: 53px;
	}
	.regist_light #section01 div.wrap div.box.b09 div.icon{
		width: 74px;
	}
	.regist_light #section01 div.wrap div.box p.txt{
		font-size: 14px;
		line-height: 1.6;
	}
	.regist_light #section01 div.wrap div.box.b01 p.txt{
		margin-top: 28px;
	}
	.regist_light #section01 div.wrap div.box.b02 p.txt{
		margin-top: 30px;
	}
	.regist_light #section01 div.wrap div.box.b03 p.txt{
		margin-top: 30px;
	}
	.regist_light #section01 div.wrap div.box.b04 p.txt{
		margin-top: 27px;
	}
	.regist_light #section01 div.wrap div.box.b05 p.txt{
		margin-top: 31px;
	}
	.regist_light #section01 div.wrap div.box.b06 p.txt{
		margin-top: 25px;
	}
	.regist_light #section01 div.wrap div.box.b07 p.txt{
		margin-top: 26px;
	}
	.regist_light #section01 div.wrap div.box.b08 p.txt{
		margin-top: 30px;
	}
	.regist_light #section01 div.wrap div.box.b09 p.txt{
		margin-top: 30px;
	}
	.regist_light #section01 div.wrap div.box p.att{
		font-size: 12px;
		margin-top: 5px;
	}
	.regist_light #section01 div.button-area{
		margin: 20px auto 0;
		padding: 30px 20px;
		background: #F1F9FE;
	}
	.regist_light #section01 div.button-area div.button{
		width: 100%;
		margin: 0 auto;
	}
	.regist_light #section01 p.att{
		font-size: 12px;
		margin: 10px auto 0;
	}
	.regist_light #section02{
		margin: 40px auto 0;
	}
	.regist_light #section02 div.wrap{
		flex-wrap: wrap;
	}
	.regist_light #section02 div.wrap div.box{
		width: 31%;
		padding: 20px 0;
	}
	.regist_light #section02 div.wrap div.box.b01,
	.regist_light #section02 div.wrap div.box.b02,
	.regist_light #section02 div.wrap div.box.b03{
		margin-bottom: 12px;
	}
	.regist_light #section02 div.wrap div.box h4{
		font-size: 14px;
		margin-bottom: 20px;
	}
	.regist_light #section02 div.wrap div.box.b01 h4{
		font-size: 14px;
	}
	.regist_light #section02 div.wrap div.box.b01 h4,
	.regist_light #section02 div.wrap div.box.b03 h4{
		margin-top: 10px;
		margin-bottom: 28px;
	}
	.regist_light #section02 div.wrap div.box.b02 h4{
		margin-bottom: 20px;
	}
	.regist_light #section02 div.wrap div.box.b01 div.img{
		width: 41px;
	}
	.regist_light #section02 div.wrap div.box.b02 div.img{
		width: 42px;
	}
	.regist_light #section02 div.wrap div.box.b03 div.img{
		width: 41px;
	}
	.regist_light #section02 div.wrap div.box.b04 div.img{
		width: 55px;
	}
	.regist_light #section02 div.wrap div.box.b05 div.img{
		width: 48px;
	}
	.regist_light #section02 div.wrap div.box.b06 div.img{
		width: 54px;
	}
	.regist_light #section02 p.att{
		font-size: 12px;
		margin: 20px auto 0;
	}
	.regist_light #section03{
		margin: 40px auto 0;
	}
	.regist_light #section03 p.lead{
		font-size: 14px;
	}
	.regist_light #section03 h3{
		margin: 0 auto 25px;
		padding: 15px 10px 13px 20px; 
	}
	.regist_light #section03 h4{
		font-size: 16px;
		margin-bottom: 20px;
	}
	.regist_light #section03 div.block{
		max-width: 1120px;
		width: 100%;
	}
	.regist_light #section03 div.block.b01{
		margin: 40px auto 0;
	}
	.regist_light #section03 div.block.b01 p.txt{
		font-size: 14px;
	}
	.regist_light #section03 div.block.b01 div.img{
		width: 100%;
		margin: 20px auto 15px;
	}
	.regist_light #section03 div.block.b01 div.img p.att{
		font-size: 12px;
		line-height: 1.5;
	}
	.regist_light #section03 div.block.b02{
		margin: 40px auto 0;
	}
	.regist_light #section03 div.block.b02 h5{
		font-size: 16px;
	}
	.regist_light #section03 div.block.b02 p{
		font-size: 14px;
		line-height: 1.6;
	}
	.regist_light #section03 div.block.b02 p.att{
		font-size: 12px;
		margin-top: 20px;
	}
	.regist_light #section03 div.block.b02 div.box{
		margin-bottom: 40px;
	}
	.regist_light #section03 div.block.b02 div.box.b03{
		margin-bottom: 0;
	}
	.regist_light #section03 div.block.b02 div.box ul li{
		padding-left: 20px;
		font-size: 14px;
		margin-bottom: 10px;
	}
	.regist_light #section03 div.block.b02 div.box div.img{
		width: 100%;
		margin: 25px auto 30px;
	}
	.regist_light #section04{
		margin: 40px auto 0;
	}
	.regist_light #section04 dl {
		margin: 0 auto 20px;
		border-bottom: 1px dotted #CECECE;
		padding-bottom: 15px;
	}
	.regist_light #section04 dl dt.question {
		padding-left: 35px;
		padding-right: 30px;
		font-size: 14px;
	}
	.regist_light #section04 dl dt.question:before{
	    top: -3px;
	}
	.regist_light #section04 dd.answerarea p{
		font-size: 14px;
		padding-left: 35px;
		padding-right: 30px;
	}
	.regist_light #section04 div.button-area{
		margin: 30px auto 0;
		padding: 30px 20px;
		background: #F1F9FE;
	}
	.regist_light #section04 div.button-area div.button{
		width: 100%;
		margin: 0 auto;
	}
	.regist_light #section04 p.att{
		font-size: 12px;
		margin: 10px auto 0;
	}
	.regist_light #section05{
		margin: 40px auto 0;
	}
	.regist_light #section05 div.wrap{
		width: 100%;
		display: block;
	}
	.regist_light #section05 div.wrap div.btn{
		width: 100%;
	}
	.regist_light #section05 div.wrap div.btn.b01{
		margin-bottom: 20px;
	}
	.regist_light #section05 div.wrap div.btn a.button{
	    display: inline-block;
	    text-align: center;
	    outline: none;
		border: 1px solid #4A545E;
		background: #fff;
		border-radius: 25px;
		width: 100%;
		padding: 10px 0;
		position: relative;
	}
	.regist_light #section05 div.wrap div.btn a.button span {
		top: 7px;
	}
	.regist_light #section05 div.wrap div.btn.b01 a.button span {
		left: 65px;
	}
	.regist_light #section05 div.wrap div.btn.b02 a.button span {
		left: 45px;
	}
}