@charset "utf-8";

span.msg-help{
	display: block;
	margin: 0 0 10px 5px;
	color: #999;
	font-size: 90%;
	line-height: 140%;
}

/* sign-up */
/* --- SP ---------- */
@media print, screen and (max-width: 768px) {
	.sign-up {
		background-color: var(--main-bk);
		padding: 0 0 50px;
	}
	.sign-up .step {
		margin: 0 auto;
		width: 90%;
		padding: 30px 0;
		display: flex;
		display: -webkit-flex;
		display: -ms-flexbox;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		position: relative;
	}
	.sign-up .step::before{
		content: '';
		display: block;
		position: absolute;
		width: 77%;
		height: 2px;
		background-color: #999;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
	}
	.sign-up .step .wrap {
		width: 25%;
		color: #999;
	}
	.sign-up .step .wrap.active {
		color: var(--button-blue);
	}
	.sign-up .step .wrap.line{
		position: relative;
	}
	.sign-up .step .wrap.line::before{
		content: '';
		display: block;
		position: absolute;
		width: 100%;
		height: 2px;
		background-color: var(--button-blue);
		top: 7px;
		left: 45%;
	}
	.sign-up .step .wrap .num{
		text-align: center;
		color: #fff !important;
		font-size: 105%;
	}
	.sign-up .step .wrap .num span{
		position: relative;
		z-index: 1;
	}
	.sign-up .step .wrap .num span::before{
		position: absolute;
		content: '';
		display: inline-block;
		width: 22px;
		height: 22px;
		background-color: #999;
		border-radius: 50%;
		top: 49%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
		z-index: -1;
	}
	.sign-up .step .wrap.active .num span::before{
		background-color: var(--button-blue);
	}
	.sign-up .step .wrap .text{
		display: none;
		text-align: center;
		margin: 7px 0 0;
	}
	.sign-up .step .wrap .text p{
		font-size: 90%;
		font-weight: bold;
	}
	.sign-up .contents01 {
		max-width: 880px;
		width: 96%;
		margin: 20px auto 0;
		box-sizing: border-box;
	}
	.sign-up .contents01 .title-box {}
	.sign-up .contents01 .title-box .main-title {
		text-align: center;
		font-size: 140%;
		font-weight: bold;
		color: var(--button-blue);
	}
	.sign-up .contents01 .title-box .title-desc {
		text-align: center;
		margin: 20px 0 0;
		line-height: 1.5;
		font-size: 88%;
	}
	.sign-up .contents01 .title-box .box{
		text-align: center;
	}
	.sign-up .contents01 .title-box .box input{
		box-sizing: border-box;
		width: 100%;
		border: 1px solid #fff;
		background-color: #fff;
		border-radius: 2px;
		height: 50px;
		padding: 15px;
		margin: 20px auto;
		text-align: center;
		color: #000;
		font-size: 100%;
		font-weight: bold;
	}
	.sign-up .contents01 .inner {
		background-color: #fff;
		margin: 30px auto 0;
		box-sizing: border-box;
		padding: 20px;
	}
	.sign-up .contents01 .inner .wrap{}

	.sign-up .contents01 .inner .wrap .box{
		margin-bottom: 20px;
		border-bottom: 1px dotted #ccc;
	}

	.sign-up .contents01 .inner .wrap .box .name{
		margin: 0 0 15px;
	}
	.sign-up .contents01 .inner .wrap .box .name p{
		font-size: 100%;
		font-weight: bold;
		color: #000;
	}
	.sign-up .contents01 .inner .wrap .box .name p .required{
		background-color: #fe0636;
		color: #fff;
		font-size: 85%;
		padding: 0 5px;
		font-weight: normal;
		margin: 0 0 0 10px;
	}
	.sign-up .contents01 .inner .wrap .box .desc{
		margin: 0 0 15px;
	}

	.sign-up .contents01 .inner .wrap .box .desc .text-box{
		box-sizing: border-box;
		width: 100%;
		border: 1px solid #f9f9f9;
		background-color: #f9f9f9;
		border-radius: 5px;
		height: 50px;
		padding: 15px;
		margin: 0 0 15px;
	}
	.sign-up .contents01 .inner .wrap .box .desc .bl-pw{
		position: relative;
	}
	.sign-up .contents01 .inner .wrap .box .desc .bl-pw .icon-eye{
		display: block;
		width: 50px;
		height: 50px;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		box-sizing: border-box;
		z-index: 1;
	}
	.sign-up .contents01 .inner .wrap .box .desc .bl-pw .icon-eye::after{
		position: absolute;
		display: inline-block;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
		content: '';
		background-image: url(../images/common/icon-eye.png);
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
		width: 24px;
		height: 14px;
	}
	.sign-up .contents01 .inner .wrap .box .desc .bl-pw .icon-eye.checked::after{
		background-image: url(../images/common/icon-eyes.svg);
	}
	.sign-up .contents01 .inner .wrap .box .desc select{
		box-sizing: border-box;
		width: 100%;
		border: 1px solid #f9f9f9;
		background-color: #f9f9f9;
		border-radius: 5px;
		height: 50px;
		padding: 15px;
		margin: 0 0 15px;
	}
	.sign-up .contents01 .inner .wrap .box .desc p{
		line-height: 1.5;
		font-size: 90%;
	}
	.sign-up .contents01 .inner .wrap .box:nth-of-type(3) .desc  div:first-of-type{
		margin: 0 0 15px;
	}
	.sign-up .contents01 .inner .wrap .box .desc .result-text{
		box-sizing: border-box;
		width: 100%;
		border: 1px solid transparent;
		border-radius: 5px;
		margin: 0 0 15px;
		font-weight: bold;
	}
	.sign-up .contents01 .inner .wrap .privacy{
		padding: 15px;
	}
	.sign-up .contents01 .inner .wrap .privacy .privacy-check{
		position: relative;
		cursor: pointer;
		margin: 0 10px 0 4px;
	}
	.sign-up .contents01 .inner .wrap .privacy .privacy-check::before{
		position: absolute;
		content: '';
		cursor: pointer;
		top: -2px;
		left: -4px;
		width: 17px;
		height: 17px;
		border: 2px solid #f2f2f2;
		background: #ffffff;
	}
	.sign-up .contents01 .inner .wrap .privacy .privacy-check::after{
		position: absolute;
		z-index: 1;
		top: 2px;
		left: 0;
		width: 11px;
		height: 6px;
		content: '';
		-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
		transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
		-webkit-transform: rotate(-45deg) scale(0, 0);
		transform: rotate(-45deg) scale(0, 0);
		border: 2px solid #000;
		border-top-style: none;
		border-right-style: none;
	}
	.sign-up .contents01 .inner .wrap .privacy .privacy-check:checked::after{
		-webkit-transform: rotate(-45deg) scale(1, 1);
		transform: rotate(-45deg) scale(1, 1);
	}
	.sign-up .contents01 .inner .wrap .privacy .text{
		font-size: 90%;
	}
	.sign-up .contents01 .inner .wrap .privacy .text a{
		color: var(--button-blue);
		text-decoration: underline;
	}
	.sign-up .contents01 .inner .wrap .privacy .text a:hover{
		opacity: 0.8;
	}

	.sign-up .btn{
		display: -webkit-flex;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		text-align: center;
		padding: 20px 0;
	}

	.sign-up .btn a{
		display: inline-block;
		max-width: 300px;
		width: 90%;
		color: #fff;
		background-color: var(--button-blue);
		box-sizing: border-box;
		padding: 20px 0;
		font-size: 110%;
		text-align: center;
		margin: 0 auto;
	}

	.sign-up .btn a.disabled {
		pointer-events: none;
	}

	.sign-up .btn a:hover {
		background-color: #1d11ad;
	}

	.sign-up .btn a.backto-btn{
		display: inline-block;
		max-width: 300px;
		width: 90%;
		color: #fff;
		background-color: #34353a;
		box-sizing: border-box;
		padding: 20px 0;
		font-size: 110%;
		text-align: center;
		margin: 10px auto 0 auto;
	}

	.sign-up .btn a.backto-btn:hover {
		background-color: #14151a;
	}


	.sign-up .btn.btn-border a{
		background-color: #fff;
		color: var(--button-blue);
		border: 1px solid var(--button-blue);
	}
	.sign-up .btn.btn-border a:hover{
		background-color: var(--button-blue);
		color: #fff;
	}
	.sign-up .contents01 .inner .wrap .box .desc .divide{}
	.sign-up .contents01 .inner .wrap .box .desc .divide .divide-inner{}
	.sign-up .contents01 .inner .wrap .box .desc .divide .divide-inner .divide-text{
		font-size: 85%;
		color: #a9a9a9;
	}
	.sign-up .contents01 .inner .wrap .box .desc .date-box{
		box-sizing: border-box;
		border: 1px solid #f9f9f9;
		background-color: #f9f9f9;
		border-radius: 5px;
		width: 100%;
		height: 50px;
		padding: 15px;
		margin: 0 0 15px;
	}
	.sign-up .contents01 .inner .wrap .box .desc input[type='radio']{
		display: none;
	}
	.sign-up .contents01 .inner .wrap .box .desc .radio{
		display: inline-block;
		margin: 10px 20px 15px 0;
	}
	.sign-up .contents01 .inner .wrap .box .desc .radio:last-of-type{
		margin: 10px 0 10px 0;
	}
	.sign-up .contents01 .inner .wrap .box .desc .radio .sex{
		cursor: pointer;
		position: relative;
	}
	.sign-up .contents01 .inner .wrap .box .desc .radio .sex .text{
		font-weight: bold;
		padding: 0 0 0 25px;
	}
	.sign-up .contents01 .inner .wrap .box .desc .radio .sex::before{
		content: '';
		display: inline-block;
		width: 17px;
		height: 17px;
		border: 1px solid #aeaeae;
		border-radius: 50%;
		background-color: #f9f9f9;
		margin: 0 10px 0 0;
		position: absolute;
		top: 0;
		left: 0;
	}
	.sign-up .contents01 .inner .wrap .box .desc .radio input[type="radio"]:checked + .sex::after{
		content: '';
		position: absolute;
		display: inline-block;
		top: 3px;
		left: 3px;
		width: 13px;
		height: 13px;
		border-radius: 50%;
		background-color: var(--button-blue);
	}
	.sign-up .contents01 .inner .wrap .box .desc .radio .sex:last-child{
		margin: 0;
	}
	.sign-up .msg-error{
		display: block;
		margin: 0 0 15px;
		font-size: 65%;
		color: red;
	}
}
@media print, screen and (max-width: 480px) {}
/* --- PC ---------- */
@media print, screen and (min-width: 769px) {
	.sign-up {
		background-color: var(--main-bk);
		padding-bottom: 100px;
	}
	.sign-up .step {
		width: 740px;
		margin: 0 auto;
		padding: 80px 0;
		display: flex;
		display: -webkit-flex;
		display: -ms-flexbox;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		position: relative;
	}
	.sign-up .step::before{
		content: '';
		display: block;
		position: absolute;
		width: 550px;
		height: 2px;
		background-color: #999;
		top: 45%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
	}
	.sign-up .step .wrap {
		width: 25%;
		color: #999;
	}
	.sign-up .step .wrap.active {
		color: var(--button-blue);
	}
	.sign-up .step .wrap.line{
		position: relative;
	}
	.sign-up .step .wrap.line::before{
		content: '';
		display: block;
		position: absolute;
		width: 100%;
		height: 2px;
		background-color: var(--button-blue);
		top: 6px;
		left: 90px;
	}
	.sign-up .step .wrap .num{
		text-align: center;
		color: #fff !important;
		font-size: 105%;
	}
	.sign-up .step .wrap .num span{
		position: relative;
		z-index: 1;
	}
	.sign-up .step .wrap .num span::before{
		position: absolute;
		content: '';
		display: inline-block;
		width: 22px;
		height: 22px;
		background-color: #999;
		border-radius: 50%;
		top: 49%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
		z-index: -1;
	}
	.sign-up .step .wrap.active .num span::before{
		background-color: var(--button-blue);
	}
	.sign-up .step .wrap .text{
		text-align: center;
		margin: 7px 0 0;
	}
	.sign-up .step .wrap .text p{
		font-size: 90%;
		font-weight: bold;
	}
	.sign-up .contents01 {
		width: 880px;
		margin: 20px auto 0;
		box-sizing: border-box;
	}
	.sign-up .contents01 .title-box{}
	.sign-up .contents01 .title-box .main-title {
		text-align: center;
		font-size: 180%;
		font-weight: bold;
		color: var(--button-blue);
	}
	.sign-up .contents01 .title-box .title-desc {
		text-align: center;
		margin: 20px 0 0;
		line-height: 2;
		font-size: 100%;
	}
	.sign-up .contents01 .title-box .box{
		text-align: center;
	}
	.sign-up .contents01 .title-box .box input{
		box-sizing: border-box;
		width: 450px;
		border: 1px solid #fff;
		background-color: #fff;
		border-radius: 2px;
		height: 50px;
		padding: 15px;
		margin: 20px auto;
		text-align: center;
		color: #000;
		font-size: 100%;
		font-weight: bold;
	}
	.sign-up .contents01 .title-box .box input[type='text']{}
	.sign-up .contents01 .inner {
		background-color: #fff;
		margin: 30px auto 0;
		box-sizing: border-box;
		padding: 20px;
	}
	.sign-up .contents01 .inner .wrap{

	}
	.sign-up .contents01 .inner .wrap .box{
		display: flex;
		display: -webkit-flex;
		display: -ms-flexbox;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 0 0 15px;
	}
	.sign-up .contents01 .inner .wrap .box .name{
		width: 30%;
	}
	.sign-up .contents01 .inner .wrap .box .name p{
		padding: 15px 0 0 50px;
		font-size: 100%;
		font-weight: bold;
		color: #000;
		position: relative;
	}
	.sign-up .contents01 .inner .wrap .box .name p .required{
		position: absolute;
		top: 12px;
		right: 40px;
		background-color: #fe0636;
		color: #fff;
		font-size: 90%;
		padding: 3px 7px;
		font-weight: normal;
	}
	.sign-up .contents01 .inner .wrap .box .desc{
		width: 70%;
	}
	.sign-up .contents01 .inner .wrap .box .desc .text-box{
		box-sizing: border-box;
		width: 100%;
		border: 1px solid #f9f9f9;
		background-color: #f9f9f9;
		border-radius: 5px;
		height: 40px;
		padding: 15px;
		margin: 0 0 15px;
	}
	.sign-up .contents01 .inner .wrap .box .desc .bl-pw{
		position: relative;
	}
	.sign-up .contents01 .inner .wrap .box .desc .bl-pw .icon-eye{
		display: block;
		width: 50px;
		height: 40px;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		box-sizing: border-box;
		z-index: 1;
	}
	.sign-up .contents01 .inner .wrap .box .desc .bl-pw .icon-eye::after{
		position: absolute;
		display: inline-block;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
		content: '';
		background-image: url(../images/common/icon-eye.png);
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
		width: 24px;
		height: 14px;
	}
	.sign-up .contents01 .inner .wrap .box .desc .bl-pw .icon-eye.checked::after{
		background-image: url(../images/common/icon-eyes.svg);
	}
	.sign-up .contents01 .inner .wrap .box .desc select{
		box-sizing: border-box;
		width: 100%;
		border: 1px solid #f9f9f9;
		background-color: #f9f9f9;
		border-radius: 5px;
		height: 40px;
		padding: 0 15px;
		margin: 0 0 15px;
	}
	.sign-up .contents01 .inner .wrap .box .desc p{
		line-height: 1.5;
	}
	.sign-up .contents01 .inner .wrap .box:nth-of-type(3) .desc  div:first-of-type{
		margin: 0 0 15px;
	}
	.sign-up .contents01 .inner .wrap .box .desc p.pw-desc{
		margin: 0 auto 10px;
	}
	.sign-up .contents01 .inner .wrap .box .desc .result-text{
		box-sizing: border-box;
		width: 100%;
		border: 1px solid transparent;
		border-radius: 5px;
		height: 40px;
		padding: 10px 0 0 0;
		margin: 0 0 15px;
		font-weight: bold;
	}
	.sign-up .contents01 .inner .wrap .privacy{
		border-top: 1px solid #eaeaea;
		padding: 15px;
		text-align: center;
	}
	.sign-up .contents01 .inner .wrap .privacy .privacy-check{
		position: relative;
		cursor: pointer;
		margin: 0 10px 0 4px;

	}
	.sign-up .contents01 .inner .wrap .privacy .privacy-check::before{
		position: absolute;
		content: '';
		cursor: pointer;
		top: -2px;
		left: -4px;
		width: 17px;
		height: 17px;
		border: 2px solid #f2f2f2;
		background: #ffffff;
	}
	.sign-up .contents01 .inner .wrap .privacy .privacy-check::after{
		position: absolute;
		z-index: 1;
		top: 2px;
		left: 0;
		width: 11px;
		height: 6px;
		content: '';
		-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
		transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
		-webkit-transform: rotate(-45deg) scale(0, 0);
		transform: rotate(-45deg) scale(0, 0);
		border: 2px solid #000;
		border-top-style: none;
		border-right-style: none;
	}
	.sign-up .contents01 .inner .wrap .privacy .privacy-check:checked::after{
		-webkit-transform: rotate(-45deg) scale(1, 1);
		transform: rotate(-45deg) scale(1, 1);
	}
	.sign-up .contents01 .inner .wrap .privacy .text{
		font-size: 90%;
	}
	.sign-up .contents01 .inner .wrap .privacy .text a{
		color: var(--button-blue);
		text-decoration: underline;
	}
	.sign-up .contents01 .inner .wrap .privacy .text a:hover{
		opacity: 0.8;
	}
	.sign-up .btn{
		text-align: center;
		padding: 20px 0;
	}

	.sign-up .btn a{
		display: inline-block;
		max-width: 300px;
		width: 90%;
		color: #fff;
		background-color: var(--button-blue);
		box-sizing: border-box;
		padding: 20px 0;
		font-size: 110%;
		text-align: center;
	}
	.sign-up .btn a.lock,
	.sign-up .btn a.lock:hover{
		background-color: #6b62d8;
	}

	.sign-up .btn a.disabled {
		pointer-events: none;
	}

	.sign-up .btn a:hover {
		background-color: #1d11ad;
	}

	.sign-up .btn a.backto-btn{
		display: inline-block;
		max-width: 200px;
		width: 90%;
		color: #fff;
		background-color: #34353a;
		box-sizing: border-box;
		padding: 20px 0;
		font-size: 110%;
		text-align: center;
	}

	.sign-up .btn a.backto-btn:hover{
		background-color: #14151a;
	}

	.sign-up .btn.btn-border a{
		background-color: #fff;
		color: var(--button-blue);
		border: 1px solid var(--button-blue);
	}

	.sign-up .btn.btn-border a:hover{
		background-color: var(--button-blue);
		color: #fff;
	}
	.sign-up .contents01 .inner .wrap .box .desc .divide{
		display: flex;
		display: -webkit-flex;
		display: -ms-flexbox;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.sign-up .contents01 .inner .wrap .box .desc .divide .divide-inner{
		width: 49%;
	}
	.sign-up .contents01 .inner .wrap .box .desc .divide .divide-inner .divide-text{
		font-size: 85%;
		color: #a9a9a9;
	}
	.sign-up .contents01 .inner .wrap .box .desc .date-box{
		box-sizing: border-box;
		border: 1px solid #f9f9f9;
		background-color: #f9f9f9;
		border-radius: 5px;
		height: 40px;
		padding: 15px;
		margin: 0 0 15px;
	}
	.sign-up .contents01 .inner .wrap .box .desc input[type='radio']{
		display: none;
	}
	.sign-up .contents01 .inner .wrap .box .desc .radio{
		display: inline-block;
		margin: 10px 100px 15px 0;
	}
	.sign-up .contents01 .inner .wrap .box .desc .radio:last-of-type{
		margin: 10px 0 0 0;
	}
	.sign-up .contents01 .inner .wrap .box .desc .radio .sex{
		cursor: pointer;
		position: relative;
	}
	.sign-up .contents01 .inner .wrap .box .desc .radio .sex .text{
		font-weight: bold;
		padding: 0 0 0 25px;
	}
	.sign-up .contents01 .inner .wrap .box .desc .radio .sex::before{
		content: '';
		display: inline-block;
		width: 17px;
		height: 17px;
		border: 1px solid #aeaeae;
		border-radius: 50%;
		background-color: #f9f9f9;
		margin: 0 10px 0 0;
		position: absolute;
		top: 0;
		left: 0;
	}
	.sign-up .contents01 .inner .wrap .box .desc .radio input[type="radio"]:checked + .sex::after{
		content: '';
		position: absolute;
		display: inline-block;
		top: 3px;
		left: 3px;
		width: 13px;
		height: 13px;
		border-radius: 50%;
		background-color: var(--button-blue);
	}
	.sign-up .contents01 .inner .wrap .box .desc .radio .sex:last-child{
		margin: 0;
	}
	.sign-up .msg-error{
		display: block;
		margin: 0 0 15px;
		font-size: 80%;
		color: red;
	}

}

.sign-up .contents01 .inner .wrap .box .desc .text-box.err, .sign-up .contents01 .inner .wrap .box .desc select.err{
	border: 2px solid #cc0000;
	background: rgba(204, 0, 0, 0.1);
}
