@charset "UTF-8";
/*-----------------------------
 パスワードをお忘れの場合
---------------------------- */
.f-password {
	padding: 20px 0 40px;
}

.f-password .reg-wrap {
	background: #fff5f8;
	padding: 27px 0 68px;
}

.f-password .password-ttl {
	border-radius: 10px;
	background: #fe96bd;
	text-align: center;
	width: 884px;
	margin: 0 auto;
	padding: 17px 0;
}

.f-password .password-txt {
	font-size: 12px;
	line-height: 24px;
	color: #333;
	text-align: center;
	margin: 48px 0 0;
}

.f-password .mail-wrap {
	padding: 43px 0 0;
}

.f-password .input-dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-top: 1px solid #cbcbcb;
	border-left: 1px solid #cbcbcb;
	width: 625px;
	margin: 0 auto;
}

.f-password .input-dl .ttl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-right: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
	background: #fe96bd;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	width: 162px;
}

.f-password .input-dl .input {
	border-right: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
	background: #fff;
	width: 462px;
	padding: 15px 13px;
}

.f-password .input-dl .input.is-error input[type=text] {
	border: 1px solid #f00;
	background: #fff9f9;
}

.f-password .input-dl .error-txt {
	font-size: 12px;
	font-weight: bold;
	color: #f00;
	margin: 5px 0 0;
}

.f-password .input-dl label {
	cursor: pointer;
}

.f-password .input-dl input[type=text] {
	border-radius: 4px;
	border: 1px solid #cbcbcb;
	background: #fff;
	font-size: 12px;
	line-height: normal;
	width: 100%;
	padding: 7px 18px;
}

.f-password .input-dl input[type=text]::-webkit-input-placeholder {
	color: #cbcbcb;
}

.f-password .input-dl input[type=text]::-moz-placeholder {
	color: #cbcbcb;
}

.f-password .input-dl input[type=text]::-ms-input-placeholder {
	color: #cbcbcb;
}

.f-password .input-dl input[type=text]::placeholder {
	color: #cbcbcb;
}

.f-password .mail-btn {
	text-align: center;
	margin: 38px 0 0;
}

.f-password .link-btn {
	text-align: center;
	margin: 56px 0 0;
}

.f-password .link-btn a {
	display: inlnie-block;
}

.f-password .link-top {
	text-align: center;
	margin: 40px 0 0;
}

.f-password .link-top a {
	display: inline-block;
	background: url("/assets_mypage/img/user/pc/ico-top.svg") left 1px/17px auto no-repeat;
	font-size: 14px;
	line-height: 20px;
	color: #ff4498;
	padding: 0 0 0 22px;
}
/*-----------------------------
 パスワード再設定（メール送信）
---------------------------- */
.f-passSend {
	padding: 20px 0 40px;
}

.f-passSend .reg-wrap {
	background: #fff5f8;
	padding: 27px 0 79px;
}

.f-passSend .passSend-ttl {
	border-radius: 10px;
	background: #fe96bd;
	text-align: center;
	width: 884px;
	margin: 0 auto;
	padding: 17px 0;
}

.f-passSend .passSend-txt {
	font-size: 12px;
	line-height: 24px;
	color: #333;
	text-align: center;
	margin: 48px 0 0;
}

.f-passSend .passSend-txt + .passSend-txt {
	margin: 33px 0 0;
}
/*-----------------------------
 パスワード再設定
---------------------------- */
.f-passReset {
	padding: 20px 0 40px;
}

.f-passReset .reg-wrap {
	background: #fff5f8;
	padding: 27px 0 68px;
}

.f-passReset .passReset-ttl {
	border-radius: 10px;
	background: #fe96bd;
	text-align: center;
	width: 884px;
	margin: 0 auto;
	padding: 17px 0;
}

.f-passReset .passReset-txt {
	font-size: 12px;
	line-height: 20px;
	color: #333;
	width: 626px;
	margin: 11px auto 0;
}

.f-passReset .mail-wrap {
	padding: 43px 0 0;
}

.f-passReset .input-dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-top: 1px solid #cbcbcb;
	border-left: 1px solid #cbcbcb;
	width: 625px;
	margin: 0 auto;
}

.f-passReset .input-dl .ttl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-right: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
	background: #fe96bd;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	width: 162px;
}

.f-passReset .input-dl .input {
	border-right: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
	background: #fff;
	width: 462px;
	padding: 15px 13px;
}

.f-passReset .input-dl .input.is-error input[type=text],
.f-passReset .input-dl .input.is-error input[type=password] {
	border: 1px solid #f00;
	background: #fff9f9;
}

.f-passReset .input-dl .visible-txt {
	display: inline-block;
	font-size: 12px;
	line-height: 18px;
	color: #333;
	margin: 10px 0 0;
}

.f-passReset .input-dl .visible-txt label {
	display: block;
	padding: 0 0 0 17px;
}

.f-passReset .input-dl .error-txt {
	font-size: 12px;
	font-weight: bold;
	color: #f00;
	margin: 5px 0 0;
}

.f-passReset .input-dl label {
	cursor: pointer;
}

.f-passReset .input-dl input[type=text],
.f-passReset .input-dl input[type=password] {
	border-radius: 4px;
	border: 1px solid #cbcbcb;
	background: #fff;
	font-size: 12px;
	line-height: normal;
	width: 100%;
	padding: 7px 18px;
}

.f-passReset .input-dl input[type=text]::-webkit-input-placeholder,
.f-passReset .input-dl input[type=password]::-webkit-input-placeholder {
	color: #cbcbcb;
}

.f-passReset .input-dl input[type=text]::-moz-placeholder,
.f-passReset .input-dl input[type=password]::-moz-placeholder {
	color: #cbcbcb;
}

.f-passReset .input-dl input[type=text]::-ms-input-placeholder,
.f-passReset .input-dl input[type=password]::-ms-input-placeholder {
	color: #cbcbcb;
}

.f-passReset .input-dl input[type=text]::placeholder,
.f-passReset .input-dl input[type=password]::placeholder {
	color: #cbcbcb;
}

.f-passReset .input-dl input[type=checkbox] {
	display: none;
}

.f-passReset .input-dl input[type=checkbox] + label {
	background: url("/assets_mypage/img/user/pc/ico-checkbox-off.svg") left 2px/13px 13px no-repeat;
}

.f-passReset .input-dl input[type=checkbox]:checked + label {
	background: url("/assets_mypage/img/user/pc/ico-checkbox-on.svg") left 2px/13px 13px no-repeat;
}

.f-passReset .reset-btn {
	text-align: center;
	margin: 19px 0 0;
}

.f-passReset .link-btn {
	text-align: center;
	margin: 56px 0 0;
}

.f-passReset .link-btn a {
	display: inlnie-block;
}

.f-passReset .link-top {
	text-align: center;
	margin: 40px 0 0;
}

.f-passReset .link-top a {
	display: inline-block;
	background: url("/assets_mypage/img/user/pc/ico-top.svg") left 1px/17px auto no-repeat;
	font-size: 14px;
	line-height: 20px;
	color: #ff4498;
	padding: 0 0 0 22px;
}
/*-----------------------------
 パスワード再設定（完了）
---------------------------- */
.f-passComplete {
	padding: 20px 0 40px;
}

.f-passComplete .reg-wrap {
	background: #fff5f8;
	padding: 27px 0 79px;
}

.f-passComplete .passComplete-ttl {
	border-radius: 10px;
	background: #fe96bd;
	text-align: center;
	width: 884px;
	margin: 0 auto;
	padding: 17px 0;
}

.f-passComplete .passComplete-txt {
	font-size: 12px;
	line-height: 24px;
	color: #333;
	text-align: center;
	margin: 48px 0 0;
}

.f-passComplete .link-btn {
	text-align: center;
	margin: 40px 0 0;
}

.f-passComplete .link-btn a {
	display: inlnie-block;
}

.f-passComplete .link-top {
	text-align: center;
	margin: 40px 0 0;
}

.f-passComplete .link-top a {
	display: inline-block;
	background: url("/assets_mypage/img/user/pc/ico-top.svg") left 1px/17px auto no-repeat;
	font-size: 14px;
	line-height: 20px;
	color: #ff4498;
	padding: 0 0 0 22px;
}
