@charset "shift_jis";

/**
 *
 *  パスワードリマインダ
 *
 */

/*--------------------------------------------------------------------------
   overwrite  - 上書き -
---------------------------------------------------------------------------*/
.promoOn #crumbslist{
	margin-top: -10px;
	margin-bottom:0;
}
#crumbslist{
	margin-top: -45px;
	margin-bottom:0;
}
#footer-re{
	margin-top:40px;
}
.input-error._id{
	margin-left:98px;
}

@media all  and (min-width: 767px){
	#headerUtil{
		padding-top: 15px;
	}
}

@media all  and (max-width: 767px){
	.promoOn #crumbslist{
		margin-top: calc(100vw/(750/266) - 70px);
	}
	#crumbslist{
		margin-top: calc(100vw/(750/206) - 70px);
	}
	#footer-re{
		margin-top:40px;
	}
	.input-error._id{
		margin-left:0;
	}
}

/*--------------------------------------------------------------------------
   common
---------------------------------------------------------------------------*/
.sp-elm{
	display:none;
}
@media all  and (max-width: 767px){
	.sp-elm{
		display:block;
	}
	.pc-elm{
		display:none;
	}
}

.for-ie p {
	display: inline-block;
	margin-top:3px;
	color: #999;
	font-size: 11px !important;
	letter-spacing: normal;
}


/*--------------------------------------------------------------------------
	.page-input
--------------------------------------------------------------------------*/
.page-input .reminder_inner{
	width:600px;
	margin:20px auto 0;
	padding:38px 70px 40px;
	background-color:#F2F4F7;
	border:1px solid #B6B6B6;
	text-align:center;
}
.page-input .reminder_inner dl{
	margin-bottom:43px;
}
.page-input .reminder_inner dt{
	margin-bottom:17px;
	color:#001489;
	font-size:172%;
	font-weight:bold;
}

/* form */
.page-input .reminder_inner li span{
	padding-right:20px;
	font-weight:bold;
}
.page-input .reminder_inner li input{
	width:445px;
	padding:7px 10px 7px 10px;
	border: 1px solid #C3C3C3;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* button */
.page-input .reminder_inner .button label{
	display:block;
	width:310px;
	height:60px;
	margin:30px auto 0;
	padding:18px;
	background-color:#001489;
	cursor:pointer;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.page-input .reminder_inner .button label:hover{
	background-color:#4957AA;
}
.page-input .reminder_inner .button input{
	padding-left:15px;
	background: url(../../images/v2/common/ico_arw15_pc.png) no-repeat 0 50%;
	color: #FFF;
	font-size:115%;
	border:none;
	cursor:pointer;
	font-weight:bold;
}

/* @SP */
@media all  and (max-width: 767px){
	.page-input .reminder{
		padding:0 15px;
	}
	.page-input .reminder_inner{
		width:auto;
		margin-top:20px;
		padding:18px 15px 25px;
	}
	.page-input .reminder_inner dl{
		margin-bottom:14px;
	}
	.page-input .reminder_inner dt{
		margin-bottom:5px;
		font-size:124%;
	}
	.page-input .reminder_inner dd{
		font-size:93%;
	}
	.page-input .reminder_inner li{
		width:100%;
	}
	.page-input .reminder_inner li span{
		display:block;
		margin-bottom:6px;
		padding-right:0;
		text-align:left;
	}
	.page-input .reminder_inner li input{
		width:100%;
		padding:9px 10px 9px 10px;
		-webkit-box-sizing:border-box;
	     		  box-sizing:border-box;
		font-size:86%;
	}
	.page-input .reminder_inner .button label{
		width:100%;
		height:auto;
		margin-top:15px;
		padding:12px 15px;
		box-sizing:border-box;
	}
	.page-input .reminder_inner .button label input{
		padding-left:13px;
    background: url(../../images/v2/common/ico_arw16_sp.png) no-repeat 0 50%;
    background-size: 8px 13px;
		font-size:100%;
	}
}


/*--------------------------------------------------------------------------
	.page-done
--------------------------------------------------------------------------*/
.page-done .reminder{
	text-align:center;
}
.page-done .reminder h2{
	margin-top:40px;
	font-size:28px;
	font-weight:bold;
}
.page-done .reminder .lead{
	margin-top:20px;
}
.page-done .reminder .box-listen{
	width:398px;
	margin:40px auto 0;
	padding:30px 10px 30px;
	background-color:#F2F4F7;
	border:1px solid #B6B6B6;
}
.page-done .reminder .box-listen dt{
	font-weight:bold;
}

/* @SP */
@media all  and (max-width: 767px){
	.page-done	.reminder{
		padding:0 15px;
	}
	.page-done .reminder h2{
		margin-top:20px;
		font-size:122%;
	}
	.page-done .reminder .lead{
		margin-top:15px;
	}
	.page-done .reminder .box-listen{
		width:auto;
		margin:15px auto 0;
		padding:15px 10px;
		background-color:#F2F4F7;
		border:1px solid #B6B6B6;
		font-size:93%;
	}
}

/* .block-back
----------------------------------------------------------------*/
.block-back{
	width:620px;
	margin:40px auto 0;
}
.block-back .btn-back{
	overflow:hidden;
}
.block-back .btn-back li{
	float:right;
}
.block-back .btn-back li a{
	display:block;
	width:266px;
	padding:15px 10px;
	text-align:center;
	border:2px solid #C6C6C6;
	font-size:108%;
	font-weight:bold;
	text-decoration:none;
}
.block-back .btn-back li:first-child{
	float:left;
}
.block-back .btn-back li a span{
	padding-left:25px;
	background:url(../../images/v2/common/ico_back_pc.png) no-repeat 0 50%;
}
.block-back .btn-back li a:hover{
	color:#333333;
	background-color:#E8E8E8;
}
.block-back .btn-back .btn-login a{
	background:#001489;
	border-color:#001489;
	color:#FFF;
}
.block-back .btn-back .btn-login a span{
	padding-left:25px;
	background:url(../../images/v2/common/ico_arw14.png) no-repeat 0 55%;
}
.block-back .btn-back .btn-login a:hover{
	color:#FFF;
	border-color:#4C5AAC;
	background-color:#4C5AAC;
}

.block-back.col01{
	text-align:center;
}
.block-back.col01 li:first-child{
	float:none;
	display:inline-block;
}

@media all and (max-width: 767px){
	.block-back{
		width:auto;
		margin-top:20px;
		padding-top:0;
		border-top:none;
	}
	.sec-cont .block-back .btn-back{
		overflow:hidden;
	}
	.block-back .btn-back li,
	.block-back .btn-back li:first-child{
		float:none;
		margin-top:10px;
	}
	.block-back .btn-back li:first-child{
		margin-top:0;
	}
	.block-back .btn-back li a,
	.block-back .btn-back li:first-child a{
		float:none;
		width:auto;
		font-size:100%;
		padding:10px 10px;
	}
	.block-back .btn-back li a span{
		padding-left:25px;
		background:url(../../images/v2/cart/ico_back_sp.png) no-repeat 0 50%;
		background-size:14px 10px;
	}
	.block-back.col01 li:first-child{
		display:block;
	}
	.block-back .btn-back .btn-login a span{
    padding-left: 13px;
    background: url(../../images/v2/common/ico_arw16_sp.png) no-repeat 0 50%;
    background-size: 8px 13px;
	}
}

/*--------------------------------------------------------------------------
	.page-input
--------------------------------------------------------------------------*/
.page-input h2{
	margin-bottom:17px;
	color:#001489;
	font-size:172%;
	font-weight:bold;
}
.page-input .form-base {
	overflow:hidden;
	width:484px;
	margin:0 auto;
}
.page-input .form-base .ttl-form {
	position: relative;
	float: left;
	padding: 5px 4px 0 0;
	width: 120px;
	font-weight: bold;
	text-align:left;
}
.page-input .form-base .lower{
	float: left;
	width:360px;
	text-align:left;
}
.page-input .form-base .asset_input-base input {
	width:100%;
	padding: 7px 10px;
	border: 1px solid #C3C3C3;
	border-radius: 0;
	background-color: #FFF;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	min-height:35px;
}
.page-input .form-base .conf{
	margin: 10px 0 5px;
}

.browser-ie8 .page-input .form-base .asset_input-base input,
.browser-ie9 .page-input .form-base .asset_input-base input{
	min-height:inherit;
	padding: 9px 5px 7px 5px;
}


/* @SP */
@media all  and (max-width: 767px){
	.page-input h2{
		font-size: 129%
	}
	.page-input .form-base {
		width:100%;
	}
	.page-input .form-base .ttl-form {
		float: none;
		padding: 5px 4px 5px 0;
		width: 120px;
		font-weight: bold;
	}
	.page-input .form-base .lower{
		float: none;
		width:auto;
		text-align:left;
	}
	.page-input .form-base .asset_input-base input{
		font-size:86%;
	}
}






