/* migration CommonStyle */

/* Flow */
#loginFlow {
	list-style:  none;
	width: 920px;
	margin:  0 auto 40px;
	display:  flex;
	display:  -webkit-flex;
	display:  -moz-flex;
	display:  -ms-flex;
	position: relative;
	counter-reset:  flowNum;
}

#loginFlow
 li {
	display:  block;
	text-align:  center;
	font-size:  14px;
	width: 100%;
	color:  #999;
	position:  relative;
}

#loginFlow::after {
	content: '';
	display:  block;
	width:  100%;
	border-bottom: 2px solid #ccc;
	position:  absolute;
	bottom: 10px;
	z-index:  0;
}

#loginFlow li::after {
	counter-increment:  flowNum;
	content: counter(flowNum);
	background:  #fff;
	border: 2px solid #ccc;
	border-radius:  50%;
	width: 20px;
	height: 20px;
	display:  block;
	margin: 10px auto 0;
	line-height: 1;
	padding: 0 0 3px 0;
	z-index: 1;
	position:  relative;
}

#loginFlow li:first-child::before {
	content: '';
	display: block;
	width: 50%;
	border-bottom: 2px solid #fff;
	position: absolute;
	bottom: 10px;
	z-index: 1;
}

#loginFlow li:last-child::before {
	content: '';
	display: block;
	width: 50%;
	border-bottom: 2px solid #fff;
	position: absolute;
	bottom: 10px;
	right: 0;
	z-index: 1;
}

#loginFlow li.active {
	color: #192b5b;
}

#loginFlow li.active::after {
	color: #fff;
	background: #192b5b;
	border-color: #192b5b;
}


/* Btn */
.loginBtn {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	width: 250px;
	height: 60px;
	margin: 0 auto;
	position: relative;
	-webkit-justify-content: center;
	-webkit-align-items: center;
	-moz-justify-content: center;
	-moz-align-items: center;
	-ms-justify-content: center;
	-ms-align-items: center;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
	cursor: pointer;
}
.loginBtn:hover {
	opacity: 0.7;
	text-decoration: none!important;
}

.loginBtn span{
	display: inline-block;
	line-height: 1.1;
}

.loginBtn.orange {
	background: #f90;
	color: #fff!important;
}
.loginBtn.cursorL.orange::before,
.loginBtn.cursorR.orange::after {
	border-color: #fff;
}

.loginBtn.blue {
	background: #09f;
	color: #fff!important;
}
.loginBtn.cursorL.blue::before,
.loginBtn.cursorR.blue::after {
	border-color: #fff;
}

.loginBtn.navy {
	background: #192b5b;
	color: #fff!important;
}
.loginBtn.cursorL.navy::before,
.loginBtn.cursorR.navy::after {
	border-color: #fff;
}

.loginBtn.yellow {
	background: #fed600;
	color: #192b5b!important;
}
.loginBtn.cursorL.yellow::before,
.loginBtn.cursorR.yellow::after {
	border-color: #192b5b;
}

.loginBtn.white {
	border: 1px solid #ddd;
	background: #fff;
	color: #192b5b!important;
}
.loginBtn.cursorL.white::before,
.loginBtn.cursorR.white::after {
	border-color: #192b5b;
}

.loginBtn.rental {
	color: #fff!important;
	background: #f66;
}
.loginBtn.cursorL.rental::before,
.loginBtn.cursorR.rental::after {
	border-color: #fff;
}

.loginBtn.ec {
	color: #fff!important;
	background: #6c9;
}
.loginBtn.cursorL.ec::before,
.loginBtn.cursorR.ec::after {
	border-color: #fff;
}

.loginBtn.douga {
	color: #fff!important;
	background: #6cf;
}
.loginBtn.cursorL.douga::before,
.loginBtn.cursorR.douga::after {
	border-color: #fff;
}

.loginBtn.buy {
	color: #fff!important;
	background: #c9f;
}
.loginBtn.cursorL.buy::before,
.loginBtn.cursorR.buy::after {
	border-color: #fff;
}

.loginBtn.cursorL::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 10px;
	width: 7px;
	height: 7px;
	margin: -4px 0 0 0;
	border: 1px solid;
	border-top: none;
	border-right: none;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
.loginBtn.cursorR::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 7px;
	height: 7px;
	margin: -4px 0 0 0;
	border: 1px solid;
	border-bottom: none;
	border-left: none;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

.loginBtn.posL {
	-webkit-transform: translate(-140px,0);
	-moz-transform: translate(-140px,0);
	-ms-transform: translate(-140px,0);
	transform: translate(-140px,0);
}

.loginBtn.posR {
	-webkit-transform: translate(140px,-60px);
	-moz-transform: translate(140px,-60px);
	-ms-transform: translate(140px,-60px);
	transform: translate(140px,-60px);
}

.loginBtn.back {
	font-size: 14px;
	width: 248px;
	height: 58px;
	margin: 40px auto 0;
	border: 1px solid #ddd;
}

.loginBtn.back:hover {
	text-decoration: underline;
	opacity: 1;
}

/* Form ここにないのはだいたい /css/geoid/signup.css にある旧デザインのやつ */
.must::after {
	content: '【必須】';
	font-size: 11px;
	line-height: 150%;
	font-weight: normal;
	color: #ec692a;
}

.btnLeftForm{
	float:left;
	padding-right:20px;
}

#registForm, #migrationForm, #registFormPonta, #registFormAuth, #resignupForm, #step4Wrapper, #confirmForm, #step4Wrapper {
	width: 920px;
	background: transparent;
}

#registForm #pontaIDForm table {
	width: 550px;
}

.loginForm select {
	height: 26px;
	line-height: 26px;
}

.useConfirmBtn {
	margin-left: 20px;
}


/* Panel */
.loginBtnBlock {
	margin: 30px 0;
	text-align: center;
}

.loginBtnCaption {
	margin: 10px 0 0;
	font-size: 14px;
}

.loginParagraph {
	padding: 30px 0;
	border: 1px solid #ddd;
	border-right: none;
	border-left: none;
}


.loginHelpLink li {
	padding: 0 0 0 15px;
	font-size: 14px;
	position: relative;
	line-height: 1.5;
}

.loginHelpLink li::before {
	content: '';
	display: block;
	width: 8px;
	height: 6px;
	border: 3px solid transparent;
	border-right: 4px solid transparent;
	border-left: 4px solid #192b5b;
	position: absolute;
	top: 8px;
	left: 5px;
}

.loginFormPanel {
	margin: 20px auto 40px;
}

.loginFormPanel input,
.loginFormPanel button {
	border: none;
	font-family: inherit;
}

#loginBtmPanel {
	text-align: center;
	font-size: 14px;
}
#loginBtmPanel p {
	margin: 30px 0;
	color: #666;
}

.loginHelpLink li a,
.loginCaptionBlock a,
#loginBtmPanel a,
.loginSubText a {
	color: #0068b7;
	text-decoration: none;
}

.loginHelpLink li a:hover.
.loginCaptionBlock a:hover,
#loginBtmPanel a:hover,
.loginSubText a:hover {
	text-decoration: underline;
}

.loginHelpUser li {
	padding: 0 0 0 15px;
	text-indent: -15px;
	font-size: 14px;
	color: #666;
	line-height: 1.5;
}
.loginHelpUser li::before {
	content: '\0030fb';
}

#loginForm,
#geoLoginForm {
	margin: 0 0 30px 0;
}

.loginForm {
	margin: 0 auto;
	padding: 0 0 10px 0;
	background: #f0f0ff;
}

.loginFormInput {
	width: 438px;
	margin: 0 auto;
}

.loginFormInput dt {
	font-size: 16px;
	color: #666;
	line-height: 1;
}

.loginFormInput dd {
	margin: 5px 0 15px 0;
}

.loginFormInput dd input[type="text"],
.loginFormInput dd input[type="password"],
.loginFormInput dd input[type="tel"],
.loginFormInput dd input[type="number"] {
	width: 100%;
	min-height: 38px;
	padding: 0 6px;
	background: #faf7e4;
	border: 1px solid #ccc;
	border-radius: 4px;
	line-height: 38px;
	font-size: 16px;
	color: #666;
}

.loginFormInput #password {
	width: 100%;
	line-height: 38px;
	font-size: 16px;
	height: 38px;
}


/* Done */

#loginDonePanel p {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin: 60px 0 30px;
}

#loginDonePanel p.loginDoneText {
    font-size: 14px;
    color: #333;
    font-weight: normal;
    margin: 20px 0;
}

.loginSubHead {
	font-size: 20px;
	color: #666;
	background: #eee;
	text-align: center;
}

.loginSubText {
	font-size: 14px;
	color: #666;
	margin: 20px 20px 40px;
}

.loginServiceContent {
	display: flex;
	flex-wrap: wrap;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	display: -moz-flex;
	-moz-flex-wrap: wrap;
	display: -ms-flex;
	-ms-flex-wrap: wrap;
	position: relative;
}

.loginServiceContent li {
	width: 50%;
	margin: 20px 0;
	padding: 0 20px 75px;
	position: relative;
}

.loginServiceContent li:nth-child(2n) {
	border-left: 1px solid #ccc;
}

.loginServiceContent li:nth-child(2)::after {
	content: '';
	border-bottom: 1px solid #ccc;
	display: block;
	position: absolute;
	width: 880px;
	margin: 20px 0 0 -100%;
	bottom: -20px;
}

.loginServiceContent.only {
	width: 480px;
	margin: 10px auto 0;
	border: 1px solid #ccc;
}

.loginServiceContent.only li {
	display: none;
}

.loginServiceContent.only li.view {
	display: block;
	width: 100%;
}

.loginServiceContent li .loginBtn {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -125px;
}

.loginserviceHead {
	font-size: 24px;
	color: #192b5b;
	margin: 0 0 20px 0;
	padding-left: 60px;
	background-repeat: no-repeat;
	background-position: 10px center;
}

.loginserviceHead.rental {
	background-image: url(/v2/pc/img/index/sectionIconRental.png);
}
.loginserviceHead.ec {
	background-image: url(/v2/pc/img/index/sectionIconEC.png);
}
.loginserviceHead.douga {
	background-image: url(/v2/pc/img/index/sectionIconMovie.png);
}
.loginserviceHead.buy {
	background-image: url(/v2/pc/img/index/sectionIconBuy.png);
}
.loginserviceHead.mobile_buy {
	background-image: url(/v2/pc/img/index/sectionIconBuy.png);
}

.loginServiceContent li p {
	font-size: 16px;
	color: #666;
	margin: 0 0 20px 0;
	}

.loginRedirect {
	margin: 30px 0 0 0;
	font-size: 14px;
	color: #f33;
	text-align: center;
}

.loginCaptionBlock {
	margin: 30px 0 0 0;
	padding: 15px;
	border: 1px solid #ccc;
	font-size: 14px;
	color: #666;
	text-align: center;
}

.loginHeadText {
	font-size: 14px;
	color: #666;
	margin: 0 auto 30px;
}
