@charset "shift_jis";

/* ======================================================
 * form.css
 * ------------------------------------------------------
 * LAYOUT ***********************************************
 * Common
 * Body
 * Header
 * Contents
 * Footer
 * MODULE ***********************************************
 * Element
 * Component
 * MEDIA ************************************************
 * Print
 * Clearfix
====================================================== */

/********************************************************

  LAYOUT

********************************************************/
@media screen and (max-width: 750px) {
/* Common
------------------------------------------------------ */

.Pw-txtSizeM input,
.Pw-txtSizeM input[type="email"],
.Pw-txtSizeM input[type="text"],
.Pw-txtSizeM input[type="password"],
.Pw-txtSizeM input[type="number"],
.Pw-txtSizeM input[type="tel"]{
	font-size: 16px!important;
	font-size: 1.6rem!important;
}


/* Body
------------------------------------------------------ */
body {
	min-width: 100%;
}

/* Header
------------------------------------------------------ */
#header {
	clear: both;
	padding: 15px 10px;
	/*height: 93px;*/
	background-color: #fff;
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
	   -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
	    -ms-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
	     -o-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
	        box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
}
#header #headerContents {
	width: 100%;
	margin: 0;
}
#header #headerContents #headerLogo {
	width: 40%;
}
#headerNonform {
	clear: both;
	height: 53px;
	background-color: #fff;
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
	   -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
	    -ms-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
	     -o-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
	        box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
}
/* Contents
------------------------------------------------------ */
#contents {
	clear: both;
}

/*----- main -----*/
#main {
	width: auto;
	margin: 0 auto;
	padding: 20px 0;
}

/* mainWrap */
[class^="mainWrap"] {
	clear: both;
	padding: 0;
}
[class^="mainWrap"]:first-child {
	padding-top: 0;
}
[class^="mainWrap"] > *:first-child {
	margin-top: 0 !important;
}
.mainWrap01 {
}



/* Footer
------------------------------------------------------ */
#footer {
	margin-top: 30px;
	padding: 0;
}
#footer #footerContents {
	width: 100%;
	margin: 0;
	padding: 20px 10px 30px;
}
#footer #footerContents .footerList {
	margin: 0 0 -10px 0;
	padding: 0;
	font-size: 13px;
	font-size: 1.3rem;
	overflow: hidden;
}
#footer #footerContents .footerList li {
	display: block;
	float: left;
	margin: 0 8px 10px 0;
	padding: 0 10px 0 0;
}
#footer #footerContents .copyright {
	margin-top: 20px;
	font-size: 10px;
	font-size: 1.1rem;
	text-align: center;
}



/********************************************************

  CONTENTS

********************************************************/

/* Element
------------------------------------------------------ */
/* Indent Parts
------------------------------------------------------ */

/*----- Text -----*/
/* font-size */
.sp_fontXS { font-size: 10px !important; font-size: 1.0rem !important; }
.sp_fontSS { font-size: 11px !important; font-size: 1.1rem !important; }
.sp_fontS  { font-size: 12px !important; font-size: 1.2rem !important; }
.sp_fontMS { font-size: 13px !important; font-size: 1.3rem !important; }
.sp_fontM  { font-size: 14px !important; font-size: 1.4rem !important; }
.sp_fontML { font-size: 15px !important; font-size: 1.5rem !important; }
.sp_fontL  { font-size: 16px !important; font-size: 1.6rem !important; }
.sp_fontLL { font-size: 17px !important; font-size: 1.7rem !important; }
.sp_fontXL { font-size: 18px !important; font-size: 1.8rem !important; }


/*----- List -----*/

.listRow {
	margin: 1em 0 0 0;
}
.listRow[class*="space"] {
	overflow: hidden;
}
.listRow.space1 { margin-bottom: -10px; }
.listRow.space2 { margin-bottom: -10px; }
.listRow.alC,
.listRow.alR { 
	letter-spacing: -0.4em;
}
.listRow:last-child { margin-bottom: 0; }
.listRow[class*="count"]:last-child { margin-bottom: 0; }
.listRow > li {
	float: left;
}
.listRow[class*="type-btn"] > li {
	text-align: center;
}
.listRow[class*="count"] > li {
	margin: 0 0 0 20px;
}
.listRow.alC > li,
.listRow.alR > li {
	float: none;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
}
.listRow.space1 > li { margin-right: 40px; margin-bottom: 10px; }
.listRow.space2 > li { margin-right: 30px; margin-bottom: 10px; }
.listRow.count2  > li { width: 48%;   max-width: 349px; margin-left: 4%; }
.listRow.count3  > li { width: 31%;   max-width: 226px; margin-left: 3.5%; }
.listRow.count4  > li { width: 22.9%; max-width: 167px; margin-left: 2.8%; }
.listRow.grid2 > li { width: 50%; }
.listRow.grid3 > li { width: 33.33%; }
.listRow.grid4 > li { width: 25%; }

.listRow.alC > li + li { margin-left: 20px; }
.listRow.alR > li + li { margin-right: 20px; }

.listRow[class*="List"] > li,
.listRow[class*="Link"] > li {
	margin-top: 0;
}
.listRow.count2 > li:nth-child(n+3),
.listRow.count3 > li:nth-child(n+4),
.listRow.count4 > li:nth-child(n+5),
.listRow.grid2 > li:nth-child(n+3),
.listRow.grid3 > li:nth-child(n+4),
.listRow.grid4 > li:nth-child(n+5) {
	margin-top: 0.5em;
}
.listRow[class*="type-btn"].count2 > li:nth-child(n+3),
.listRow[class*="type-btn"].count3 > li:nth-child(n+4),
.listRow[class*="type-btn"].count4 > li:nth-child(n+5),
.listRow[class*="type-btn"].grid2 > li:nth-child(n+3),
.listRow[class*="type-btn"].grid3 > li:nth-child(n+4),
.listRow[class*="type-btn"].grid4 > li:nth-child(n+5),
[class*="btnLink"].listRow.count2 > li:nth-child(n+3),
[class*="btnLink"].listRow.count3 > li:nth-child(n+4),
[class*="btnLink"].listRow.count4 > li:nth-child(n+5),
[class*="btnLink"].listRow.grid2 > li:nth-child(n+3),
[class*="btnLink"].listRow.grid3 > li:nth-child(n+4),
[class*="btnLink"].listRow.grid4 > li:nth-child(n+5) {
	margin-top: 15px;
}
.listRow.count2 > li:nth-child(2n+1),
.listRow.count3 > li:nth-child(3n+1),
.listRow.count4 > li:nth-child(4n+1),
.listRow.grid2 > li:nth-child(2n+1),
.listRow.grid3 > li:nth-child(3n+1),
.listRow.grid4 > li:nth-child(4n+1) {
	clear: left !important;
	margin-left: 0 !important;
}
.listRow > li > *:first-child {
	margin-top: 0;
}

.listCol {
	margin: 1em 0 0 0;
}
.listCol > li {
}
.listCol > li + li { margin-top: 0 !important; }
.listCol.space1  > li + li { margin-top:  5px !important; }
.listCol.space2  > li + li { margin-top: 10px !important; }
.listCol.space3  > li + li { margin-top: 15px !important; }
.listCol.space4  > li + li { margin-top: 20px !important; }
.listCol.space5  > li + li { margin-top: 25px !important; }
.listCol.space6  > li + li { margin-top: 30px !important; }
.listCol.space7  > li + li { margin-top: 0.25em !important; }
.listCol.space8  > li + li { margin-top: 0.5em  !important; }
.listCol.space9  > li + li { margin-top: 0.75em !important; }
.listCol.space10 > li + li { margin-top: 1em    !important; }
.listCol.space11 > li + li { margin-top: 1.5em  !important; }
.listCol.space12 > li + li { margin-top: 2em    !important; }

.indentList01 > li { padding: 0 0 0 1em; text-indent: -1em; }
.indentList02 > li { padding: 0 0 0 0.5em; text-indent: -0.5em; }

.noteList01 {
}
.noteList01 > li {
	position: relative;
	padding: 0 0 0 1.5em;
}
.noteList01 > li > .ast {
	position: absolute;
	left: 0;
	top: 0;
}
.noteList02 > li {
	position: relative;
	padding: 0 0 0 2em;
}
.noteList02 > li > .ast {
	position: absolute;
	left: 0;
	top: 0;
}

.iconList01 {
	margin: 1em 0 0 0;
}
.iconList01 > li {
	position: relative;
	padding: 0 0 0 13px;
}
.iconList01 > li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.5em;
	display: inline-block;
	width: 6px;
	height: 6px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	    -ms-border-radius: 50%;
	     -o-border-radius: 50%;
	        border-radius: 50%;
	background-color: #7b705c;
}
.iconList02 {
	margin: 1em 0 0 0;
}
.iconList02 > li {
	position: relative;
	padding: 0 0 0 10px;
}
.iconList02 > li:before {
	content: "";
	position: absolute;
	left: 2px;
	top: 0.6em;
	display: inline-block;
	width: 2px;
	height: 2px;
	background-color: #3b3b3b;
}

.orderList01 > li {
	position: relative;
}
.orderList01.type1 > li { padding: 0 0 0 2.2em; }
.orderList01 > li > .num {
	position: absolute;
	left: 0;
	top: 0;
}

/*----- Link -----*/
.linkTxt {
}
.linkTxt[target="_blank"]:after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 11px;
	margin: 0 0 0 5px;
	background: url(/memberservice/pc/rsp/v1/id_pass/img/form_ic16.png) no-repeat 0 0;
	vertical-align: middle;
}

[class*="iconLink"] {
	margin-top: 1em;
}
ul[class*="iconLink"] > li {
	margin-top: 0.5em;
}
ul[class*="iconLink"] > li:first-child {
	margin-top: 0;
}
.iconLink01 a {
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
}
.iconLink01 a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.4em;
	width: 0;
	height: 0;
	border-width: 3px 6px;
	border-style: solid;
	border-color: transparent transparent transparent #584933;
}
.iconLink01 a[target="_blank"]:after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 11px;
	margin: 0 0 0 5px;
	background: url(/memberservice/pc/rsp/v1/id_pass/img/form_ic16.png) no-repeat 0 0;
	vertical-align: middle;
}

.questionLink {
	margin: 1em 0 0 0;
}
ul.questionLink > li {
	margin-top: 0.5em;
}
ul.questionLink > li:first-child {
	margin-top: 0;
}
.questionLink a {
	display: inline-block;
	padding: 2px 0 3px 30px;
	background: url(/memberservice/pc/rsp/v1/id_pass/img/form_ic01.png) no-repeat 0 0;
}

/*----- Button -----*/
.btnLink01,
.btnLink02 {
	margin: 1em 0 0 0;
}
.btnLink01.type02 {
	margin: 25px 0 0 0;
}
.btnLink01 a,
.btnLink02 a ,
.btnLink03 a {
	position: relative;
	display: inline-block;
	padding: 12px 30px 10px 15px;
	border-bottom: 3px solid #a5a5a5;
	-webkit-border-radius: 9px;
	   -moz-border-radius: 9px;
	    -ms-border-radius: 9px;
	     -o-border-radius: 9px;
	        border-radius: 9px;
	background-color: #e6e6e6;
	color: #222222 !important;
	font-weight: bold;
	text-align: center;
	text-decoration: none !important;
}
.btnLink02 a {
	padding: 12px 15px 10px 30px;
}
.btnLink01.type01 a {
	position: relative;
	display: inline-block;
	padding: 12px 30px 10px 15px;
	border-bottom: 3px solid #760015;
	-webkit-border-radius: 9px;
	   -moz-border-radius: 9px;
	    -ms-border-radius: 9px;
	     -o-border-radius: 9px;
	        border-radius: 9px;
	background-color: #a5001e;
	color: #ffffff !important;
	font-weight: bold;
	text-align: center;
	text-decoration: none !important;
}
.btnLink01.type02 a {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 61px;
	padding: 18px 20px 10px 15px;
	border-bottom: 3px solid #760015;
	-webkit-border-radius: 9px;
	   -moz-border-radius: 9px;
	    -ms-border-radius: 9px;
	     -o-border-radius: 9px;
	        border-radius: 9px;
	background-color: #a5001e;
	color: #ffffff !important;
	font-size: 1.8rem;
}
.btnLink01.type03 a {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 61px;
	padding: 18px 20px 10px 15px;
	border-bottom: 3px solid #760015;
	-webkit-border-radius: 9px;
	   -moz-border-radius: 9px;
	    -ms-border-radius: 9px;
	     -o-border-radius: 9px;
	        border-radius: 9px;
	background-color: #a5001e;
	color: #ffffff !important;
	font-size: 1.8rem;
}
.btnLink01.type03.typeWhite a {
	border-bottom: 3px solid #a5a5a5;
	background-color: #ffffff;
	color: #222222 !important;
	font-size: 1.3rem;
}
.btnLink01 a.sizeL {
	padding: 17px 60px 15px 50px;
	font-size: 16px;
	font-size: 1.6rem;
}
.btnLink01 a.type-close {
	padding: 12px 19px 10px 44px;
}
.btnLink01 a:after {
	content: "";
	position: absolute;
	right: 8px;
	top: 50%;
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(/memberservice/pc/rsp/v1/id_pass/img/form_ic02.png) no-repeat 0 0;
	background-size: 18px 18px;
	margin: -9px 0 0 0;
}
.btnLink01 a[target="_blank"]:after {
	background: url(/memberservice/pc/rsp/v1/id_pass/img/form_ic17.png) no-repeat 0 0;
	background-size: 18px 18px;
}
.btnLink01 a.type-close:after {
	left: 8px;
	right: auto;
	width: 17px;
	height: 17px;
	background: url(/memberservice/pc/rsp/v1/id_pass/img/form_ic06@2x.png) no-repeat 0 0;
	background-size: auto 17px;
	margin: -8px 0 0 0;
}
.btnLink01 a:hover,
.btnLink02 a:hover {
	margin-top: 2px;
	background-color: #ebebeb;
	border-bottom: 1px solid #b7b7b7;
}
.btnLink01.type02 a:hover {
	height: 59px;
}
.btnLink01.type03 a:hover {
	height: 59px;
}
.btnLink02 > a:after {
	content: "";
	position: absolute;
	left: 10px;
	top: 50%;
	display: inline-block;
	width: 15px;
	height: 16px;
	margin: -8px 0 0 0;
	background: url(/memberservice/pc/rsp/v1/id_pass/img/form_ic04.png) no-repeat 0 0;
}

/*----- ColLayout -----*/
.colLayout {
	margin-top: 15px;
}
/*----- Box -----*/
[class*="boxLayout"] > *:first-child,
[class*="boxLayout"] [class*="boxCnt"] > *:first-child {
	clear: none;
	margin-top: 0 !important;
}
.boxLayout01 {
	clear: both;
	margin: 30px 0 0 0;
	background-color: #f2f2f2;
}
.boxLayout02 {
	clear: both;
	margin: 30px 0 0 0;
	background-color: #f4efe6;
}
.boxLayout03 {
	clear: both;
	margin: 30px 0 0 0;
	border: 1px solid #cccccc;
	background-color: #fff;
}
.boxLayout04 {
	clear: both;
	margin: 30px 0 0 0;
	border: 1px solid #0070c0;
	background-color: #fff;
}
.boxLayout01 .boxHdg01 {
	margin: 0 0 0.5em 0;
	padding: 15px 20px 0;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
}
.boxLayout03 .boxHdg01 {
	margin: 0 0 0.5em 0;
	padding: 20px 20px 0;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.25;
	text-align: left;
}
.boxLayout01 .boxCnt01 {
	padding: 15px 20px 20px;
}
.boxLayout03 .boxCnt01 {
	padding: 15px 20px 20px;
}
.boxLayout04 .boxCnt02 {
	padding: 15px;
}
.boxLayout01 .boxHdg01 + .boxCnt01 { padding-top: 0; }
.boxLayout03 .boxHdg01 + .boxCnt01 { padding-top: 0; }

/*----- Form -----*/
/* formSection */
.formSection {
	clear: both;
	margin: 30px 10px 0;
}
.formSection > *:first-child {
	margin-top: 0 !important;
}
.formSection > .heading {
	margin: 30px 0 15px;
	padding: 0;
}
.formSection > .heading > .hdg {
	float: none;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.25;
}
.formSection > .heading > .hdg > .small {
	font-size: 50%;
}
.formSection > .heading > .note {
	float: none;
	padding: 0;
	margin: 1em 0 0 0;
}
.formSection > .heading > .note > a {
	display: inline-block;
	padding: 2px 0 1px 30px;
	background: url(/memberservice/pc/rsp/v1/id_pass/img/form_ic01@2x.png) no-repeat 0 0.1em;
	background-size: 21px 21px;
	font-size: 1.4rem;
}
.formSection > .content {
	clear: both;
	margin: 15px 0 0 0;
}
.formSection .content > *:first-child {
	margin-top: 0 !important;
}
.formSection .content > .announce {
	margin: 1em 0 0.75em;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.25;
}
.formSection .content > .announce_02 {
	margin: 1em 0 0.75em;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.25;
}
.formSection .content > .announce > strong {
	color: #a5001e;
}

/* finishSection */
.finishSection {
	clear: both;
	margin: 30px 0 0 0;
}
.finishSection > *:first-child {
	margin-top: 0 !important;
}
.finishSection > .heading {
	margin: 30px 0 15px;
}
.finishSection > .heading > .hdg {
	padding: 10px 0;
	color: #a5001e;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
}
.finishSection > .content {
	clear: both;
	margin: 10px 0 0 0;
	padding: 0 10px;
}
.finishSection > .content > *:first-child {
	margin-top: 0 !important;
}
.finishSection > .content > .message {
	margin: 1em 0 0.75em;
	padding: 0 6%;
	font-size: 1.4rem;
	line-height: 1.75;
	text-align: center;
}
.finishSection > .content > .receiptBox {
	clear: both;
	margin: 15px 0;
	padding: 10px;
	border: 3px solid #e0e0e0;
	background-color: #fff;
	text-align: center;
}
.finishSection > .content > .receiptBox > .receiptNumber {
	display: inline-block;
	font-size: 1.8rem;
}
.finishSection > .content > .receiptBox > .receiptNumber > strong {
	color: #a5001e;
	font-weight: bold;
	white-space: nowrap;
}
.finishSection > .content > .follows {
	clear: both;
	width: auto;
	margin: 20px auto 0;
}
.finishSection > .content > .follows > li {
	display: list-item;
	width: auto;
	table-layout: auto;
}
.finishSection > .content > .follows > li + li {
	margin-top: 15px;
}
.finishSection > .content > .follows > li > .txt {
	display: block;
	width: auto;
	padding: 0;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
	vertical-align: middle;
}
.finishSection > .content > .follows > li > .btn {
	display: block;
	width: auto;	
	margin: 5px 0 0 0;
	padding: 0 10%;
	text-align: left;
	vertical-align: middle;
}
.finishSection > .content > .follows > li > .btn > .btnLink01 a {
	width: 100%;
}
.finishSection > .content > .contact {
	clear: both;
	margin: 20px 0 0 0;
	text-align: center;
}
.finishSection > .content > .contact > dt {
	margin: 0 0 0.5em 0;
	font-size: 1.4rem;
	font-weight: bold;
}
.finishSection > .content > .contact > dd {
}
.finishSection > .content > .contact > dd > *:first-child {
	margin-top: 0 !important;
}
.finishSection > .content > .contact > dd > .telNumber {
	font-size: 1.8rem;
	font-weight: bold;
	white-space: nowrap;
}
.finishSection > .content > .line {
	clear: both;
	margin: 30px 0;
	border-top: 1px dotted #aaaaaa;
}
.finishSection > .content > .hdg {
	position: relative;
	margin-bottom: 12px;
	padding-left: 12px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.2;
}
.finishSection > .content > .hdg:before {
	content: "";
	position: absolute;
	left: 0;
	top: 1px;
	width: 4px;
	height: 80%;
	background-color: #a5001e;
}
.finishSection > .content > .notes {
	clear: both;
	margin: 20px 0 0 0;
}
.finishSection > .content > .notes > li {
	position: relative;
	padding: 0 0 0 50px;
}
.finishSection > .content > .notes > li + li {
	margin-top: 1em;
}
.finishSection > .content > .notes > li > .num {
	position: absolute;
	left: 0;
	top: 0;
}
.finishSection > .content > .notes > li > .num img {
	width: 39px;
	height: auto;
}
.finishSection > .content > .notes > li > .cnt {
	min-height: 35px;
	padding: 8px 0 0 0;
	line-height: 2.0;
}
.finishSection > .content > .notes > li > .cnt > *:first-child {
	margin-top: 0 !important;
}
.finishSection > .content > .notes > li > .cnt > .desc {
	line-height: 1.4;
}

/* formWrap */
.formWrap {
	clear: both;
	margin: 20px 0 0 0;
}
.formWrap > *:first-child {
	margin-top: 0 !important;
}
.formWrap > form {
}
.formWrap > form > *:first-child {
	margin-top: 0 !important;
}
.formWrap > form fieldset {
	clear: both;
}
.formWrap > form fieldset.type-hr {
	margin-top: 40px;
	padding-top: 30px;
	border-top: 1px dotted #777777;
}
.formWrap > form fieldset.type-frame {
	padding: 27px;
	border: 3px solid #aaaaaa;
}
.formWrap > form fieldset + fieldset {
	margin-top: 50px;
}
.formWrap > form fieldset > *:first-child {
	margin-top: 0 !important;
}
.formWrap > form fieldset > .fieldHdg {
	margin: 50px 0 0 0;
}
.formWrap > form fieldset > .fieldHdg.type-hr {
	margin-top: 60px;
	padding-top: 50px;
	border-top: 1px dotted #777777;
}
.formWrap > form fieldset > .fieldHdg.type-legend {
	display: none;
}
.formWrap > form fieldset > .fieldHdg + * {
	margin-top: 20px;
}
.formWrap > form fieldset > .fieldHdg + .entry.type-confirm {
	margin-top: 15px;
}
.formWrap > form fieldset > .fieldHdg.type-legend + * {
	margin-top: 0;
}
.formWrap > form fieldset > .fieldHdg > .hdg {
	display: inline-block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.25;
}
.formWrap > form fieldset > .fieldDesc {
	margin: 30px 0 0 0;
}
.formWrap > form fieldset > .fieldDesc > .desc {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.25;
}
.formWrap > form .entry {
	clear: both;
	margin: 30px 0 0 0;
}
.formWrap > form .entry + .entry {
	clear: both;
	margin: 15px 0 0 0;
}
.idWrap > .formWrap > form .entry {
	margin: 0;
}
.formWrap > form .entry.type-hr {
	margin-top: 30px;
	padding-top: 0;
	border-top: none;
}
.formWrap > form .entry.type-hr.spBorder {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px dotted #777777;
}
.formWrap > form fieldset > .fieldDesc + .entry.type-confirm {
	margin-top: 15px;
}
.formWrap > form .entry > *:first-child {
	margin-top: 0 !important;
}
.formWrap > form .entry .hide,
.formWrap > form .entry [class*="hide-"] {
	display: none;
}


/* formInherit */
.formInherit {
	display: none;
}

	/* formSubmit */
	.formSubmit {
		clear: both;
		position: relative;
		margin: 25px 0 0;
		padding: 0 10px;
		text-align: left;
		letter-spacing: -0.4em;
	}
	.formSubmit.mtNarrow {
		margin-top: 25px;
	}
	.formSubmit > .entryBtn {
		text-align: center;
	}
	.formSubmit > .entryBtn input {
		max-width: 100%;
		height: auto;
	}
	.formSubmit > .lead {
		margin: 1em 0 0.5em;
		font-size: 1.8rem;
		font-weight: bold;
		letter-spacing: normal;
		text-align: center;
	}
	.formSubmit > .lead:before {
		content: "";
		position: relative;
		bottom: -7px;
		display: inline-block;
		width: 0;
		height: 0;
		margin: 0 15px 0 0;
		border-width: 20px 0 0 7px;
		border-style: solid;
		border-color: #a5001e transparent transparent transparent;
		-webkit-transform: rotate(-20deg);
			 -moz-transform: rotate(-20deg);
						transform: rotate(-20deg);
	}
	.formSubmit > .lead:after {
		content: "";
		position: relative;
		bottom: -7px;
		display: inline-block;
		width: 0;
		height: 0;
		margin: 0 0 0 15px;
		border-width: 20px 7px 0 0;
		border-style: solid;
		border-color: #a5001e transparent transparent transparent;
		-webkit-transform: rotate(20deg);
			 -moz-transform: rotate(20deg);
						transform: rotate(20deg);
	}
	.formSubmit > .btn {
		display: inline-block;
		letter-spacing: normal;
	}
	.formSubmit > .btn + .btn {
		margin-top: 15px;
	}
	.formSubmit > .btn#backBtn,
	.formSubmit > .btn#correctBtn {
		position: static;
		left: inherit;
		top: inherit;
	}
	.formSubmit > .btn#backBtn {
		width: 33%;
		height: 38px;
	}
	.formSubmit > .btn#correctBtn {
		top: inherit;
		width: 40%;
		height: 38px;
	}
	.formSubmit > .btn#backBtn > input,
	.formSubmit > .btn#correctBtn > input {
		position: relative;
		display: block;
		width: 100%;
		height: 38px;
		padding: 8px 18px 7px 36px;
		border: none;
		border-bottom: 3px solid #a5a5a5;
		-webkit-border-radius: 9px;
			 -moz-border-radius: 9px;
				-ms-border-radius: 9px;
				 -o-border-radius: 9px;
						border-radius: 9px;
		background-color: #e6e6e6;
		background-image: url(/memberservice/pc/smp/v1/cardapply/img/form_ic04.png);
		background-repeat: no-repeat;
		background-position: 10px 50%;
		color: #222222;
		font-weight: bold;
		text-decoration: none !important;
		text-align: center;
		cursor: pointer;
	}
	.formSubmit > .btn#backBtn > a,
	.formSubmit > .btn#correctBtn > a {
		position: relative;
		display: block;
		width: 100%;
		height: 38px;
		padding: 10px 18px 7px 36px;
		border-bottom: 3px solid #a5a5a5;
		-webkit-border-radius: 9px;
			 -moz-border-radius: 9px;
				-ms-border-radius: 9px;
				 -o-border-radius: 9px;
						border-radius: 9px;
		background-color: #e6e6e6;
		color: #222222;
		font-weight: bold;
		text-decoration: none !important;
		text-align: center;
	}
	.formSubmit > .btn#correctBtn > input,
	.formSubmit > .btn#correctBtn > a {
		height: auto;
		padding: 8px 18px 7px 36px;
		font-size: 12px;
		font-size: 1.2rem;
	}
	.formSubmit > .btn#backBtn > a:after,
	.formSubmit > .btn#correctBtn > a:after {
		content: "";
		position: absolute;
		left: 10px;
		top: 50%;
		display: inline-block;
		width: 15px;
		height: 16px;
		margin: -8px 0 0 0;
		background: url(/memberservice/pc/rsp/v1/id_pass/img/form_ic04.png) no-repeat 0 0;
	}
	.formSubmit > .btn#backBtn > input:hover,
	.formSubmit > .btn#correctBtn > input:hover,
	.formSubmit > .btn#backBtn > a:hover,
	.formSubmit > .btn#correctBtn > a:hover {
		margin-top: 2px;
		height: 36px;
		background-color: #ebebeb;
		border-bottom: 1px solid #b7b7b7;
	}
	.formSubmit > .btn#correctBtn > input:hover,
	.formSubmit > .btn#correctBtn > a:hover {
		height: 36px;
	}
	.formSubmit > .btn#nextStepBtn,
	.formSubmit > .btn#linkLikeSubmit,
	.formSubmit > .btn#submitBtn,
	.formSubmit > .btn#homeBtn,
	.formSubmit > .btn#winCloseBtn,
	.formSubmit > .btn#clearBtn,
	.formSubmit > .btn#saveBtn,
	.formSubmit > .btn#shopSearchBtn01,
	.formSubmit > .btn#shopSearchBtn02 {
		width: 100%;
	}
	.formSubmit > .btn#nextStepBtn > input,
	.formSubmit > .btn#linkLikeSubmit > a,
	.formSubmit > .btn#submitBtn > input,
	.formSubmit > .btn#submitBtn > button,
	.formSubmit > .btn#homeBtn > a,
	.formSubmit > .btn#winCloseBtn > a,
	.formSubmit > .btn#clearBtn > input,
	.formSubmit > .btn#saveBtn > input,
	.formSubmit > .btn#shopSearchBtn01 > input,
	.formSubmit > .btn#shopSearchBtn02 > input,
	.formSubmit > .btn#shopSearchBtn02 > a {
		display: block;
		width: 100%;
		height: 61px;
		padding: 3px 25px 0;
		border: none;
		border-bottom: 3px solid #760015;
		-webkit-border-radius: 9px;
			 -moz-border-radius: 9px;
				-ms-border-radius: 9px;
				 -o-border-radius: 9px;
						border-radius: 9px;
		background-color: #a5001e;
		background-image: url(/memberservice/pc/rsp/v1/id_pass/img/form_ic03.png);
		background-repeat: no-repeat;
		background-position: 95% 50%;
		background-size: 16px 16px;
		color: #fff;
		font-size: 1.8rem;
		font-weight: bold;
		text-align: center;
	}
	.formSubmit > .btn#winCloseBtn > a {
		height: 76px;
		padding: 3px 30px 0;
	}
	.formSubmit > .btn#clearBtn + .btn#saveBtn {
		margin-left: 0;
	}
	.formSubmit > .btn#homeBtn > a > span {
		display: inline-block;
		padding-top: 17px;
	}
	.formSubmit > .btn#winCloseBtn > a > span {
		display: inline-block;
		padding-top: 7px;
	}
	.formSubmit > .btn#winCloseBtn > a > span > .small {
		display: block;
		font-size: 12px;
		font-size: 1.2rem;
	}
	.formSubmit > .btn#shopSearchBtn02 > a {
		display: table;
	}
	.formSubmit > .btn#nextStepBtn:not(.disabled) > input,
	.formSubmit > .btn#submitBtn:not(.disabled) > input {
		cursor: pointer;
	}
	.formSubmit > .btn#nextStepBtn:not(.disabled) > input:hover,
	.formSubmit > .btn#linkLikeSubmit:not(.disabled) > a:hover,
	.formSubmit > .btn#submitBtn:not(.disabled) > input:hover,
	.formSubmit > .btn#submitBtn:not(.disabled) > button:hover,
	.formSubmit > .btn#homeBtn > a:hover,
	.formSubmit > .btn#winCloseBtn > a:hover,
	.formSubmit > .btn#clearBtn > input:hover,
	.formSubmit > .btn#saveBtn > input:hover,
	.formSubmit > .btn#shopSearchBtn01 > input:hover,
	.formSubmit > .btn#shopSearchBtn02 > input:hover,
	.formSubmit > .btn#shopSearchBtn02 > a:hover {
		height: 59px;
		margin-top: 2px;
		border-bottom-width: 1px;
	}
	.formSubmit > .btn#nextStepBtn.disabled > input,
	.formSubmit > .btn#linkLikeSubmit.disabled > a,
	.formSubmit > .btn#submitBtn.disabled > input {
		height: 61px;
		padding-left: 55px;
		background-image: url(/memberservice/pc/rsp/v1/id_pass/img/form_ic07.png);
		background-position: 20px 50%;
		background-size: 21px auto;
		color: #a5001e;
		font-size: 1.5rem;
		border: 2px solid #a5001e;
		background-color: #ffe5e5;
		opacity: 0.7;
	}
	.formSubmit > .btn#linkLikeSubmit > a > span {
		display: block;
		font-size: 12px;
		font-size: 1.2rem;
	}

.idWrap .entry > .inputHdg {
	position: relative;
	margin-bottom: 0;
	padding: 13px 30px 13px 10px;
}
.idWrap .entry > .inputHdg.toggleTrigger:after {
	position: absolute;
	display: inline-block;
	content: "";
	top: 50%;
	right: 10px;
	width: 10px;
	height: 6px;
	margin: -3px 0 0;
	background-image: url(/memberservice/pc/smp/v1/cardapply/img/form_ic10@2x.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 10px 6px;
}
.idWrap .entry > .inputHdg.toggleTrigger.on:after {
	background-image: url(/memberservice/pc/smp/v1/cardapply/img/form_ic11@2x.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 10px 6px;
}
.idWrap .entry .inputContent {
	margin: 0 0 20px;
}
.idWrap .entry .inputContent.toggleContent {
	display: none;
}
.idWrap .entry .inputHdg.open + .inputContent {
	display: block;
}

/*----- input -----*/
/* inputHdg */
.inputHdg {
	clear: both;
	margin: 40px -10px 10px;
	padding: 10px 10px;
	background: #f2f2f2;
	border-top: 1px solid #ababab;
}
.inputHdg.with-link {
	display: block;
}
.inputLayout.type-table > .colLabel > .inputHdg {
	margin-bottom: 0;
}
.inputHdg > .hdg {
	display: inline;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.25;
}
.inputHdg.with-link > .hdg {
	display: block;
	float: left;
	max-width: 60%;
	margin-top: 10px;
	vertical-align: middle;
}
.inputHdg > .hdg > .small {
	font-size: 75%;
}
.inputHdg.with-link > .hdg + .btn {
	display: block;
	float: right;
	padding: 0 0 0 15px;
	vertical-align: middle;
	white-space: nowrap;
}
.inputHdg.with-link > .hdg + .btn > *:first-child {
	margin-top: 0 !important;
}
.inputHdg > .hdg02 {
	padding: 0 0 0 9px;
	border-left: 5px solid #a5001e;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.25;
}
.inputHdg > .hdg02 > .small {
	font-size: 87.5%;
	font-weight: normal;
}
.inputContent .inputHdg {
	margin-bottom: 0;
	padding: 0 10px;
	background: #ffffff;
	border: none;
	text-align: left;
}


/* inputDesc */
.inputDesc {
	clear: both;
	margin: 1em 0 0.75em;
	text-align: left;
}
.inputHdg + .inputDesc {
	margin-top: 15px;
}
.inputDesc > .desc {
	margin: 1em 0 0 0;
	line-height: 1.25;
	text-align: left;
}
.inputDesc > .desc.type-strong {
	color: #a5001e;
	font-size: 1.4rem;
	font-weight: bold;
}
.inputDesc > .note {
	margin: 1em 0 0 0;
	padding: 0 0 0 1em;
	line-height: 1.25;
	text-align: left;
	text-indent: -1em;
}
.inputDesc > .note2 {
	position: relative;
}
.inputDesc > .note2.type1 { padding-left: 2em; }
.inputDesc > .note2 > .ast {
	position: absolute;
	left: 0;
	top: 0;
}
.inputDesc > *:first-child {
	margin-top: 0 !important;
}

/* inputValue */
.inputValue {
	clear: both;
	margin: 1em 0 0.5em;
	color: #222222;
	font-size: 1.6rem;
	text-align: left;
}
.inputValue > .small {
	font-size: 70%;
}
.inputValue#address_kanji1,
.inputValue#address_kana1,
.inputValue#homecoming_address_kanji1,
.inputValue#homecoming_address_kana1,
.inputValue#credit_receipt_shop {
	line-height: 1.25;
}
.inputValue#mail_career_domain {
	font-weight: bold;
}

/* inputCounter */
.inputCounter {
	margin: 1em 0 0.25em;
	text-align: left;
}
.inputCounter > .counter {
	padding: 0;
	font-size: 1.2rem;
}
.inputCounter > .counter > .number {
	margin: 0 0.25em;
	color: #a5001e;
	font-size: 120%;
	font-weight: bold;
}
.inputCounter > .counter > .number.safety {
	color: #333333;
}

/* inputAlert */
.inputAlert {
	clear: both;
	margin: 30px 0 0.75em;
	text-align: left;
}
.inputAlert > .alert {
	color: #a5001e;
	font-size: 1.5rem;
	font-weight: bold;
}

/* inputLayout */
.inputLayout {
	clear: both;
	margin: 20px 0 0 0;
}
.inputLayout.type-hdg + .inputLayout,
.inputHdg + .inputLayout {
	margin-top: 10px;
}
.inputDesc + .inputLayout {
	margin-top: 15px;
}
.inputDesc[style="display: block;"] + .inputDesc[style=""]  + .inputLayout,
.inputDesc[style="display: block;"] + .inputDesc[style="display: none;"]  + .inputLayout,
.inputDesc[style=""] + .inputDesc[style="display: block;"]  + .inputLayout,
.inputDesc[style="display: none;"] + .inputDesc[style="display: block;"]  + .inputLayout {
	margin-top: 15px;
}
.inputLayout > .col {
	float: left;
	margin: 0;
}
.inputLayout > .col + .col {
	margin-top: 3.6%;
}
.inputLayout.count1 > .col {
	float: none;
	margin-left: 0;
	text-align: center;
}
.inputLayout.count1 > .col { width: 100%; }
.inputLayout.count2 > .col { width: 100%; }
.inputLayout.count3 > .col,
.inputLayout.count3.dataCol > .col { width: 100%; margin-left: 0}
.inputLayout.count4 > .col { width: 100%; }
.inputLayout.count4 > .col.double { width: 100%; }
.inputLayout.numberCol > .col { width: 47% !important; }
.inputLayout.telNumCol > .col { width: 30% !important; }
.inputLayout.birthCol > .col { width: 48% !important; }
.inputLayout.birthCol > .col.yearCol { width: 100% !important; }
.inputLayout.numberCol > .col + .col,
.inputLayout.telNumCol > .col + .col { margin-top: 0;}
.inputLayout.sp2Col > .col { width: 47.6% !important; }
.inputLayout.sp4Col > .col { width: 22.75% !important; }
.inputLayout.sp2Col > .col + .col,
.inputLayout.sp4Col > .col + .col { margin-top: 0;}
.inputLayout.sp4Col > .col { margin-right: 3% !important;}
.inputLayout.sp4Col > .col:last-child { margin-right: 0 !important;}
.inputLayout.numberCol > .col:nth-child(odd) { margin-right: 4%;}
.inputLayout.numberCol > .col:nth-child(n+3) { margin-top: 3.6%;}
.inputLayout.numberCol.sp4Col > .col:nth-child(n+3) { margin-top: 0;}
.inputLayout.telNumCol > .col { margin-right: 5%;}
.inputLayout.telNumCol > .col:last-child { margin-right: 0;}
.inputLayout.birthCol > .col:nth-child(even) { margin-right: 4%;}
.inputLayout.birthCol > .col:nth-child(2n+1) { margin-top: 3.6%;}
.inputLayout.sp2Col > .col:nth-child(odd) { margin-right: 4.8%;}
.inputLayout.sp2Col > .col:nth-child(n+3) { margin-top: 3.6%;}
.inputLayout.lq2 > .col { width: 48.2%; margin-left: 3.6%; }
.inputLayout.lq4 > .col { width: 22.3%; margin-left: 3.6%; }
.inputLayout > .sizeL[class*="col"]  { width: 434px; }
.inputLayout > .sizeM[class*="col"]  { width: 280px; }
.inputLayout > .sizeS[class*="col"]  { width: 201px; }
.inputLayout.count1 > .col:nth-child(n+2),
.inputLayout.count2 > .col:nth-child(n+3),
.inputLayout.count3 > .col:nth-child(n+4),
.inputLayout.count4 > .col:nth-child(n+5) {
	margin-top: 12px !important;
}
.inputLayout.lq2 > .col:nth-child(n+3),
.inputLayout.lq4 > .col:nth-child(n+5) {
	margin-top: 15px !important;
}
.inputLayout.count2 > .col:nth-child(2n+1),
.inputLayout.count3 > .col:nth-child(3n+1),
.inputLayout.count4 > .col:nth-child(4n+1),
.inputLayout.lq2 > .col:nth-child(2n+1),
.inputLayout.lq4 > .col:nth-child(4n+1) {
	clear: left !important;
	margin-left: 0 !important;
}
.inputLayout > .col.sampleWrap {
	padding-top: 0;
}
.inputLayout > .colLeft {
	float: left;
	margin: 0 32px 5px 0;
}
.inputLayout > .colRight {
	float: left;
	margin: 0 0 5px 32px;
}
.inputLayout > .colDetail {
	overflow: hidden;
}
.inputLayout > [class*="col"] > *:first-child {
	clear: none;
	margin-top: 0 !important;
}
.inputLayout.count1 > .col > .sizeFix {
	margin-right: auto;
	margin-left: auto;	
}
.inputLayout.type-table {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.inputLayout.type-table.wAuto {
	table-layout: auto;
	width: auto;
}
.inputLayout.type-table > [class*="col"] {
	float: none;
	display: table-cell;
	padding: 0 0 0 3.6%;
	vertical-align: middle;
}
.inputLayout.type-table > [class*="col"]:nth-child(1) {
	margin-left: 0;
	padding-left: 0;
}
.inputLayout.type-table > .colLabel {
	padding: 0 3.6% 0 0;
}
.inputLayout.type-table > .colInput {
	width: 99%;
}
.inputLayout.type-row {
	margin: 0 -32px -15px 0;
	overflow: hidden;
}
.inputLayout.type-row > .col {
	margin: 0 32px 15px 0;
}
.inputLayout.type-row > .col:first-child {
	margin-left: 0;
}

/* textbox */
.inputWrap {
	position: relative;
}
.inputWrap > .field {
	position: relative;
}
.inputLayout.numberCol .field:after,
.inputLayout.telNumCol .field:after {
	width: 6px;
	left: -10px;
}
.inputLayout.numberCol .col:nth-child(3n) {
	margin-left: 2%;
}
.inputLayout.numberCol.sp4Col .field:after {
	left: -8px;
}
.inputLayout.numberCol.sp4Col .col:nth-child(3n) {
	margin-left: 0;
}
/* font-size */
.inputLayout.numberCol.fz14 .field input,
.inputLayout.telNumCol.fz14 .field input {
	padding-right: 5px;
	padding-left: 5px;
	font-size: 14px !important;
}
.inputLayout.dataCol.sp2Col > .col {
	width: 32% !important;
	margin-right: 18%;
}
.inputLayout.dataCol > .col .field .inputTail {
	margin-top: -10px;
	font-size: 1.6rem;
}
.inputWrap > .field > label {
	position: absolute;
	left: 14px;
	top: 14px;
	display: none;
	color: #444444;
}
.ie8 .inputWrap > .field > label,
.ie9 .inputWrap > .field > label {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 65px;
	padding: 21px 16px 18px;
	font-size: 20px;
	font-size: 2.0rem;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.inputWrap.optional > .field > label,
.inputWrap.focused > .field > label,
.inputWrap.inputted > .field > label {
	top: 5px;
	display: block;
	margin: 0;
	font-size: 10px;
	font-size: 1.0rem;
}
.ie8 .inputWrap.optional > .field > label,
.ie8 .inputWrap.focused > .field > label,
.ie8 .inputWrap.inputted > .field > label,
.ie9 .inputWrap.optional > .field > label,
.ie9 .inputWrap.focused > .field > label,
.ie9 .inputWrap.inputted > .field > label {
	left: 16px;
	top: 5px;
	display: block;
	width: auto;
	height: auto;
	padding: 0;
	font-size: 12px;
	font-size: 1.2rem;
}
.inputWrap > .field > input[type="email"],
.inputWrap > .field > input[type="text"],
.inputWrap > .field > input[type="password"],
.inputWrap > .field > input[type="number"],
.inputWrap > .field > input[type="tel"] {
	width: 100%;
	height: 50px;
	padding: 10px 14px 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #ababab;
	-webkit-border-radius: 9px;
	   -moz-border-radius: 9px;
	    -ms-border-radius: 9px;
	     -o-border-radius: 9px;
	        border-radius: 9px;
	background-color: #ffe5e5;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15) inset;
	   -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15) inset;
	    -ms-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15) inset;
	     -o-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15) inset;
	        box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15) inset;
	color: #444444;
	font-size: 1.6rem;
	line-height: 1.25;
	-webkit-appearance: none;
}
.inputWrap > .field > input::-webkit-input-placeholder { color: #444444; }
.inputWrap > .field > input:-ms-input-placeholder { color: #444444; }
.inputWrap > .field > input::-moz-placeholder { color: #444444; opacity: 1; }
.inputWrap[data-validate="optional"] > .field > input[type="email"],
.inputWrap[data-validate="optional"] > .field > input[type="text"],
.inputWrap[data-validate="optional"] > .field > input[type="password"],
.inputWrap[data-validate="optional"] > .field > input[type="number"],
.inputWrap[data-validate="optional"] > .field > input[type="tel"] {
	background-color: #fff;
}
.inputWrap.focused > .field > input[type="email"],
.inputWrap.focused > .field > input[type="text"],
.inputWrap.focused > .field > input[type="password"],
.inputWrap.focused > .field > input[type="number"],
.inputWrap.focused > .field > input[type="tel"] {
	padding-top: 24px !important;
	border-color: #4aadc9;
	background-color: #fff;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.15) inset, 0px 0px 8px 0px rgba(132,187,233,0.25);
	   -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.15) inset, 0px 0px 8px 0px rgba(132,187,233,0.25);
	    -ms-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.15) inset, 0px 0px 8px 0px rgba(132,187,233,0.25);
	     -o-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.15) inset, 0px 0px 8px 0px rgba(132,187,233,0.25);
	        box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.15) inset, 0px 0px 8px 0px rgba(132,187,233,0.25);
}
.inputWrap.disabled > .field > input[type="email"],
.inputWrap.disabled > .field > input[type="text"],
.inputWrap.disabled > .field > input[type="password"],
.inputWrap.disabled > .field > input[type="number"],
.inputWrap.disabled > .field > input[type="tel"] {
	background-color: #ccc !important;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	zoom: 1;
}
.inputWrap.focused > .field > input::-webkit-input-placeholder { color: transparent !important; }
.inputWrap.focused > .field > input:-ms-input-placeholder { color: transparent !important; }
.inputWrap.focused > .field > input::-moz-placeholder { color: transparent !important; }
.inputWrap > .field.with-help > input[type="email"],
.inputWrap > .field.with-help > input[type="text"],
.inputWrap > .field.with-help > input[type="number"],
.inputWrap > .field.with-help > input[type="tel"],
.inputWrap > .field.with-help > input[type="password"] {
	padding-right: 55px !important;
}
.inputWrap.open-help > .field > input[type="email"],
.inputWrap.open-help > .field > input[type="text"],
.inputWrap.open-help > .field > input[type="number"],
.inputWrap.open-help > .field > input[type="tel"],
.inputWrap.open-help > .field > input[type="password"],
.inputWrap.open-error > .field > input[type="email"],
.inputWrap.open-error > .field > input[type="text"],
.inputWrap.open-error > .field > input[type="number"],
.inputWrap.open-error > .field > input[type="tel"],
.inputWrap.open-error > .field > input[type="password"],
.inputWrap.error-over > .field > input[type="email"],
.inputWrap.error-over > .field > input[type="text"],
.inputWrap.error-over > .field > input[type="number"],
.inputWrap.error-over > .field > input[type="tel"],
.inputWrap.error-over > .field > input[type="password"] {
	-webkit-border-radius: 9px 9px 0 0;
	   -moz-border-radius: 9px 9px 0 0;
	    -ms-border-radius: 9px 9px 0 0;
	     -o-border-radius: 9px 9px 0 0;
	        border-radius: 9px 9px 0 0;
}
.inputWrap.open-error > .field > input[type="email"],
.inputWrap.open-error > .field > input[type="text"],
.inputWrap.open-error > .field > input[type="number"],
.inputWrap.open-error > .field > input[type="tel"],
.inputWrap.open-error > .field > input[type="password"],
.inputWrap.error-over > .field > input[type="email"],
.inputWrap.error-over > .field > input[type="text"],
.inputWrap.error-over > .field > input[type="number"],
.inputWrap.error-over > .field > input[type="tel"],
.inputWrap.error-over > .field > input[type="password"] {
	border-width: 2px;
	border-color: #a5001e;
	border-bottom: none;
}
.inputWrap.inputted > .field > input[type="email"],
.inputWrap.inputted > .field > input[type="text"],
.inputWrap.inputted > .field > input[type="number"],
.inputWrap.inputted > .field > input[type="tel"],
.inputWrap.inputted > .field > input[type="password"] {
	padding-top: 20px;
	border-color: #222222;
	background-color: #fff;
}
.inputWrap.optional > .field > input[type="email"],
.inputWrap.optional > .field > input[type="text"],
.inputWrap.optional > .field > input[type="number"],
.inputWrap.optional > .field > input[type="tel"],
.inputWrap.optional > .field > input[type="password"] {
	border-color: #222222;
	background-color: #fff;
}
.inputWrap.item-error > .field > input[type="email"],
.inputWrap.item-error > .field > input[type="text"],
.inputWrap.item-error > .field > input[type="number"],
.inputWrap.item-error > .field > input[type="tel"],
.inputWrap.item-error > .field > input[type="password"] {
	padding: 6px 12px 4px;
	border-width: 2px;
	border-color: #a5001e;
}
body:not(.android4_0) .inputWrap.item-error.focused > .field > input[type="email"],
body:not(.android4_0) .inputWrap.item-error.focused > .field > input[type="text"],
body:not(.android4_0) .inputWrap.item-error.focused > .field > input[type="number"],
body:not(.android4_0) .inputWrap.item-error.focused > .field > input[type="tel"],
body:not(.android4_0) .inputWrap.item-error.focused > .field > input[type="password"] {
	padding: 7px 14px 5px;
	padding-top: 20px !important;
	border-width: 1px;
}
.inputWrap.item-error.focused > .field > input[type="email"],
.inputWrap.item-error.focused > .field > input[type="text"],
.inputWrap.item-error.focused > .field > input[type="password"],
.inputWrap.item-error.focused > .field > input[type="number"],
.inputWrap.item-error.focused > .field > input[type="tel"] {
	padding: 12px 15px 5px;
	padding-top: 24px !important;
	border-width: 1px;
}
.inputWrap.item-error.open-error > .field > input[type="email"],
.inputWrap.item-error.open-error > .field > input[type="text"],
.inputWrap.item-error.open-error > .field > input[type="number"],
.inputWrap.item-error.open-error > .field > input[type="tel"],
.inputWrap.item-error.open-error > .field > input[type="password"],
.inputWrap.item-error.error-over > .field > input[type="email"],
.inputWrap.item-error.error-over > .field > input[type="text"],
.inputWrap.item-error.error-over > .field > input[type="number"],
.inputWrap.item-error.error-over > .field > input[type="tel"],
.inputWrap.item-error.error-over > .field > input[type="password"] {
	padding: 6px 12px 4px;
	border-width: 2px;
}
.inputWrap.item-error.optional > .field > input[type="email"],
.inputWrap.item-error.optional > .field > input[type="text"],
.inputWrap.item-error.optional > .field > input[type="number"],
.inputWrap.item-error.optional > .field > input[type="tel"],
.inputWrap.item-error.optional > .field > input[type="password"] ,
.inputWrap.item-error.inputted > .field > input[type="email"],
.inputWrap.item-error.inputted > .field > input[type="text"],
.inputWrap.item-error.inputted > .field > input[type="number"],
.inputWrap.item-error.inputted > .field > input[type="tel"],
.inputWrap.item-error.inputted > .field > input[type="password"] {
	padding: 20px 14px 5px;
}
.inputWrap > .field > .tail {
	display: none;
	font-size: 1.4rem;
}
.inputWrap.optional > .field > .tail,
.inputWrap.focused > .field > .tail,
.inputWrap.inputted > .field > .tail {
	display: block;
	position: absolute;
	right: 16px;
	bottom: 5px;
}
.inputWrap.optional > .field.with-help > .tail,
.inputWrap.focused > .field.with-help > .tail,
.inputWrap.inputted > .field.with-help > .tail {
	right: 55px;
}
.inputWrap > .field > .btn {
	position: absolute;
	right: 1px;
	top: 1px;
	border-left: 1px solid #ababab;
}
.inputWrap.open-error[data-validate="validate"] > .field > .btn,
.inputWrap.open-error[data-validate="required"] > .field > .btn,
.inputWrap.error-over > .field > .btn {
	right: 2px;
	top: 2px;
}
.inputWrap.item-error > .field > .btn {
	right: 2px;
	top: 2px;
}
.inputWrap.item-error.focused > .field > .btn {
	right: 2px;
	top: 2px;
}
.inputWrap.item-error.open-error > .field > .btn,
.inputWrap.item-error.error-over > .field > .btn {
	right: 2px;
	top: 2px;
}
.inputWrap > .field > .btn > span {
	position: relative;
	display: block;
	width: 41px;
	height: 48px;
	-webkit-border-radius: 0 9px 9px 0;
	   -moz-border-radius: 0 9px 9px 0;
	    -ms-border-radius: 0 9px 9px 0;
	     -o-border-radius: 0 9px 9px 0;
	        border-radius: 0 9px 9px 0;
	background-color: #f2f2f2;
	background-image: url(/memberservice/pc/smp/v1/cardapply/img/form_ic05@2x.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 13px 22px;
	text-indent: -9999px;
	outline: none;
	cursor: pointer;
}
.inputWrap.open-help > .field > .btn > span{
	-webkit-border-radius: 0 9px 0 0;
	   -moz-border-radius: 0 9px 0 0;
	    -ms-border-radius: 0 9px 0 0;
	     -o-border-radius: 0 9px 0 0;
	        border-radius: 0 9px 0 0;
	background-image: url(/memberservice/pc/rsp/v1/id_pass/img/form_ic06@2x.png);
	background-size: auto 17px;
}
.inputWrap.open-error[data-validate="validate"] > .field > .btn > span,
.inputWrap.open-error[data-validate="required"] > .field > .btn > span,
.inputWrap.error-over > .field > .btn > span {
	width: 41px;
	height: 48px;
	-webkit-border-radius: 0 9px 0 0;
	   -moz-border-radius: 0 9px 0 0;
	    -ms-border-radius: 0 9px 0 0;
	     -o-border-radius: 0 9px 0 0;
	        border-radius: 0 9px 0 0;
}
.inputWrap.noError02.open-help[data-validate="validate"] > .field > .btn > span,
.inputWrap.noError02.open-help[data-validate="required"] > .field > .btn > span{
	width: 41px;
	height: 48px;
	-webkit-border-radius: 0 9px 0 0;
	   -moz-border-radius: 0 9px 0 0;
	    -ms-border-radius: 0 9px 0 0;
	     -o-border-radius: 0 9px 0 0;
	        border-radius: 0 9px 0 0;
	background-image: url(/memberservice/pc/rsp/v1/id_pass/img/form_ic06@2x.png);
	background-size: auto 17px;
}
.inputWrap.open-error[data-validate="validate"] > .field > .btn > span,
.inputWrap.open-error[data-validate="required"] > .field > .btn > span,
.inputWrap.error-over > .field > .btn > span {
	width: 40px;
	height: 47px;
	-webkit-border-radius: 0 9px 0 0;
	   -moz-border-radius: 0 9px 0 0;
	    -ms-border-radius: 0 9px 0 0;
	     -o-border-radius: 0 9px 0 0;
	        border-radius: 0 9px 0 0;
}
.inputWrap.noError02.open-error[data-validate="required"] > .field > .btn > span{
	width: 41px;
	height: 48px;
	-webkit-border-radius: 0 9px 9px 0;
	   -moz-border-radius: 0 9px 9px 0;
	    -ms-border-radius: 0 9px 9px 0;
	     -o-border-radius: 0 9px 9px 0;
	        border-radius: 0 9px 9px 0;
}
.inputWrap.item-error > .field > .btn > span {
	width: 40px;
	height: 46px;
}
.inputWrap.item-error.focused > .field > .btn > span {
	width: 41px;
	height: 48px;
}
.inputWrap.item-error.open-error > .field > .btn > span,
.inputWrap.item-error.error-over > .field > .btn > span {
	width: 40px;
	height: 47px;
}
.inputWrap.open-help > .field > .btn > span:after,
.inputWrap.noError02.open-help[data-validate="required"] > .field > .btn > span:afte {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px !important;
	z-index: 40;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #f2f2f2 !important;
}
.inputWrap.noError02.open-error[data-validate="validate"] > .field > .btn > span:after,
.inputWrap.noError02.open-error[data-validate="required"] > .field > .btn > span:after{
	height: 0;
}
.inputWrap.noError02.open-help[data-validate="validate"] > .field > .btn > span:after,
.inputWrap.noError02.open-help[data-validate="required"] > .field > .btn > span:after{
	height: 1px;
}
.inputWrap.open-error[data-validate="validate"] > .field > .btn > span:after,
.inputWrap.open-error[data-validate="required"] > .field > .btn > span:after,
.inputWrap.error-over > .field > .btn > span:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #ababab;
}
.inputWrap.focused > .field > .fake-btn  {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
	display: block;
	width: 41px;
	height: 48px;
	background-color: transparent;
	cursor: pointer;
}
.inputWrap > .help{
	position: relative;
	top: -1px;
	left: inherit;
	display: none;
	width: 100%;
	padding: 6px 9px;
	border-width: 1px;
	border-style: solid;
	border-color: #ababab;
	-webkit-border-radius: 0 0 9px 9px;
	   -moz-border-radius: 0 0 9px 9px;
	    -ms-border-radius: 0 0 9px 9px;
	     -o-border-radius: 0 0 9px 9px;
	        border-radius: 0 0 9px 9px;
	background-color: #f2f2f2;
	text-align: left;
}
.inputWrap.focused > .help {
	border-color: #4aadc9;
	border-top-color: #ababab;
}
.inputWrap.open-help.open-error > .help,
.inputWrap.open-help.error-over > .help {
	border-right: 2px solid #a5001e;
	border-left: 2px solid #a5001e;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	    -ms-border-radius: 0;
	     -o-border-radius: 0;
	        border-radius: 0;
}
.inputWrap.noError02.open-help.open-error > .help,
.inputWrap.noError02.open-help.error-over > .hel {
	border-right: 1px solid #ababab;
	border-left: 1px solid #ababab;
}
.inputWrap > .error,
.inputWrap > .error-over {
	/*
	position: absolute;
	left: 0;
	top: 49px;
	z-index: 20;
	*/
	position: relative;
	top: -1px;
	display: none;
	width: 100%;
	padding: 6px 9px;
	border-width: 2px;
	border-style: solid;
	border-color: #a5001e;
	border-top: none;
	-webkit-border-radius: 0 0 9px 9px;
	   -moz-border-radius: 0 0 9px 9px;
	    -ms-border-radius: 0 0 9px 9px;
	     -o-border-radius: 0 0 9px 9px;
	        border-radius: 0 0 9px 9px;
	background-color: #ffcdcd;
	color: #a5001e;
	font-weight: bold;
	text-align: left;
}
.inputWrap.open-error[data-validate="required"] > .error,
.inputWrap.error-over > .error {
	display: block;
}
.inputWrap.error-over > .error {
	display: none;
}

.inputWrap.noError02.open-error > div:last-child{
	border-radius: 0 0 9px 9px;
}

.inputWrap .pwVisibleWrap .pwVisibleBtn{
	position: absolute;
	top: 50%;
	right: 5px;
	width: 25px;
	height: 20px;
	margin-top: -10px;
	background: url("/memberservice/pc/rsp/v1/id_pass/img/form_ic20.gif") no-repeat 0 0;
	-webkit-background-size: 25px auto;
	background-size: 25px auto;
	text-indent: -9999px;
}
.inputWrap .pwVisibleWrap .pwVisibleBtn:not(.reverse).visible{
	background: url("/memberservice/pc/rsp/v1/id_pass/img/form_ic21.gif") no-repeat 0 0;
	-webkit-background-size: 25px auto;
	background-size: 25px auto;
}
.inputWrap > .pwVisibleWrap > input.pwVisible{
	padding-right: 30px;
	font-size: 13px;
	font-size: 1.3rem;
}
.inputWrap .with-help.pwVisibleWrap .pwVisibleBtn{
	right: 47px;
}
.inputWrap .with-help.pwVisibleWrap .pwVisibleBtn.visible{
	background: url("/memberservice/pc/rsp/v1/id_pass/img/form_ic21.gif") no-repeat 0 0;
	-webkit-background-size: 25px auto;
	background-size: 25px auto;
}
.inputWrap > .with-help.pwVisibleWrap > input.pwVisible{
	padding-right: 72px !important;
}
.inputWrap .with-help.pwVisibleWrap .pwVisibleBtn.reverse,
.inputWrap .pwVisibleWrap .pwVisibleBtn.reverse{
	background: url("/memberservice/pc/rsp/v1/id_pass/img/form_ic21.gif") no-repeat 0 0;
	-webkit-background-size: 25px auto;
	background-size: 25px auto;
}
.inputWrap .with-help.pwVisibleWrap .pwVisibleBtn.reverse.visible,
.inputWrap .pwVisibleWrap .pwVisibleBtn.reverse.visible{
	background: url("/memberservice/pc/rsp/v1/id_pass/img/form_ic20.gif") no-repeat 0 0;
	-webkit-background-size: 25px auto;
	background-size: 25px auto;
}

/*confirmation-error */
.inputWrap.confirmation-error > .field > input[type="email"],
.inputWrap.confirmation-error > .field > input[type="text"],
.inputWrap.confirmation-error > .field > input[type="password"],
.inputWrap.confirmation-error > .field > input[type="number"],
.inputWrap.confirmation-error > .field > input[type="tel"] {
	background-color: #ffffff;
	border: 2px solid #a5001e !important;
	-webkit-border-radius: 9px;
	   -moz-border-radius: 9px;
	    -ms-border-radius: 9px;
	     -o-border-radius: 9px;
	        border-radius: 9px !important;
}


/* selectbox */
.selectWrap {
	position: relative;
	text-align: left;
}
.selectWrap > .field {
	position: relative;
}
.selectWrap.open-help > .field:after {
	content: "";
	position: absolute;
	right: 1px;
	bottom: 0 !important;
	z-index: 40;
	display: block;
	width: 41px;
	height: 1px;
	background-color: #f2f2f2 !important;
}
.selectWrap > .field > label {
	position: absolute;
	left: 14px;
	top: 14px;
	display: none;
	color: #444444;
}
.selectWrap.optional > .field > label,
.selectWrap.focused > .field > label,
.selectWrap.selected > .field > label {
	top: 5px;
	display: block;
	font-size: 1.0rem;
}
.selectWrap > .field > select {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 50px;
	padding: 0;
	font-size: 1.6rem;
	opacity: 0;
	-webkit-appearance: none;
}
.selectWrap > .field > .choice {
	width: 100%;
	height: 50px;
	padding: 17px 28px 5px 14px;
	border-width: 1px;
	border-style: solid;
	border-color: #ababab;
	-webkit-border-radius: 9px;
	   -moz-border-radius: 9px;
	    -ms-border-radius: 9px;
	     -o-border-radius: 9px;
	        border-radius: 9px;
	background-color: #ffe5e5;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15) inset;
	   -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15) inset;
	    -ms-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15) inset;
	     -o-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15) inset;
	        box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15) inset;
	color: #444444;
	font-size: 1.6rem;
	line-height: 1.25;
}
.selectWrap > .field > .choice.noLabel {
	padding-top: 17px !important;
}
.selectWrap[data-validate="optional"] > .field > .choice {
	background-color: #fff;
}
.selectWrap > .field.with-help > .choice {
	padding-right: 70px;
}
.selectWrap.focused > .field > .choice {
	padding-top: 24px;
	border-color: #4aadc9;
	background-color: #fff;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15) inset, 0px 0px 4px 0px rgba(132,187,233,0.25);
	   -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15) inset, 0px 0px 4px 0px rgba(132,187,233,0.25);
	    -ms-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15) inset, 0px 0px 4px 0px rgba(132,187,233,0.25);
	     -o-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15) inset, 0px 0px 4px 0px rgba(132,187,233,0.25);
	        box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15) inset, 0px 0px 4px 0px rgba(132,187,233,0.25);
}
.selectWrap.optional > .field > .choice ,
.selectWrap.selected > .field > .choice {
	padding-top: 24px;
	border-color: #222222;
	background-color: #fff;
	color: #444444;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.ie8 .selectWrap.optional > .field > .choice,
.ie8 .selectWrap.selected > .field > .choice,
.ie9 .selectWrap.optional > .field > .choice ,
.ie9 .selectWrap.selected > .field > .choice {
	white-space: nowrap;
	word-break: loose;
	word-wrap: normal;
	-webkit-border-radius: 9px 9px 0 0;
	   -moz-border-radius: 9px 9px 0 0;
	    -ms-border-radius: 9px 9px 0 0;
	     -o-border-radius: 9px 9px 0 0;
	        border-radius: 9px 9px 0 0;
}
.selectWrap.open-help > .field > .choice,
.selectWrap.open-error > .field > .choice {
	-webkit-border-radius: 9px 9px 0 0;
	   -moz-border-radius: 9px 9px 0 0;
	    -ms-border-radius: 9px 9px 0 0;
	     -o-border-radius: 9px 9px 0 0;
	        border-radius: 9px 9px 0 0;
}
.selectWrap.open-error > .field > .choice {
	padding-left: 14px;
	border-width: 2px;
	border-color: #a5001e;
	border-bottom: none;
}
.selectWrap.item-error > .field > .choice {
	padding: 17px 27px 4px 13px;
	border-width: 2px;
	border-color: #a5001e;
}
.selectWrap.item-error.focused > .field > .choice {
	padding: 20px 28px 5px 14px;
	border-width: 1px;
}
.selectWrap.item-error.open-error > .field > .choice {
	padding-left: 14px;
	border-width: 2px;
}
.selectWrap.item-error.optional > .field > .choice ,
.selectWrap.item-error.selected > .field > .choice {
	padding: 20px 28px 5px 14px;
}
.selectWrap > .field > .choice:after {
	content: "";
	position: absolute;
	right: 13px;
	top: 50%;
	display: inline-block;
	width: 0;
	height: 0;
	margin: -3px 0 0 0;
	border-width: 7px 5px;
	border-style: solid;
	border-color: #606060 transparent transparent transparent;
}
.selectWrap > .field.with-help > .choice:after {
	right: 55px;
}
.selectWrap > .field > .btn {
	position: absolute;
	right: 1px;
	top: 1px;
	z-index: 10;
	border-left: 1px solid #ababab;
}
.selectWrap.open-error > .field > .btn {
	right: 2px;
	top: 2px;
}
.selectWrap.item-error > .field > .btn {
	right: 2px;
	top: 2px;
}
.selectWrap.item-error.focused > .field > .btn {
	right: 1px;
	top: 1px;
}
.selectWrap.item-error.open-error > .field > .btn {
	right: 2px;
	top: 2px;
}
.selectWrap > .field > .btn > span {
	position: relative;
	display: block;
	width: 41px;
	height: 48px;
	-webkit-border-radius: 0 9px 9px 0;
	   -moz-border-radius: 0 9px 9px 0;
	    -ms-border-radius: 0 9px 9px 0;
	     -o-border-radius: 0 9px 9px 0;
	        border-radius: 0 9px 9px 0;
	background-color: #f2f2f2;
	background-image: url(/memberservice/pc/smp/v1/cardapply/img/form_ic05@2x.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 13px 22px;
	text-indent: -9999px;
	outline: none;
	cursor: pointer;
}
.selectWrap.open-help > .field > .btn > span {
	-webkit-border-radius: 0 9px 0 0;
	   -moz-border-radius: 0 9px 0 0;
	    -ms-border-radius: 0 9px 0 0;
	     -o-border-radius: 0 9px 0 0;
	        border-radius: 0 9px 0 0;
	background-image: url(/memberservice/pc/rsp/v1/id_pass/img/form_ic06.png);
}
.selectWrap.open-error > .field > .btn > span {
	width: 40px;
	height: 47px;
}
.selectWrap.item-error > .field.with-help > .btn > span {
	width: 40px;
	height: 46px;
}
.selectWrap.item-error.focused > .field.with-help > .btn > span {
	width: 41px;
	height: 48px;
}
.selectWrap.item-error.open-error > .field.with-help > .btn > span {
	width: 40px;
	height: 47px;
}
.selectWrap > .help {
	position: relative;
	top: -1px;
	left: inherit;
	display: none;
	width: 100%;
	padding: 6px 9px;
	border-width: 1px;
	border-style: solid;
	border-color: #ababab;
	-webkit-border-radius: 0 0 9px 9px;
	   -moz-border-radius: 0 0 9px 9px;
	    -ms-border-radius: 0 0 9px 9px;
	     -o-border-radius: 0 0 9px 9px;
	        border-radius: 0 0 9px 9px;
	background-color: #f2f2f2;
	text-align: left;
}
.selectWrap.focused > .help {
	border-color: #4aadc9;
	border-top-color: #ababab;
}
.selectWrap > .error {
	position: relative;
	top: -1px;
	left: inherit;
	display: none;
	width: 100%;
	padding: 6px 9px;
	border-width: 2px;
	border-style: solid;
	border-color: #a5001e;
	border-top: none;
	-webkit-border-radius: 0 0 9px 9px;
	   -moz-border-radius: 0 0 9px 9px;
	    -ms-border-radius: 0 0 9px 9px;
	     -o-border-radius: 0 0 9px 9px;
	        border-radius: 0 0 9px 9px;
	background-color: #ffcdcd;
	color: #a5001e;
	font-weight: bold;
	text-align: left;
}
.selectWrap.open-error > .error {
	display: block;
}

.selectWrap.with-label > .field > .choice {
	border-color: #ababab !important;
	background-color: #ffe5e5 !important;
	color: #444444 !important;
	word-wrap: normal;
}
.selectWrap.with-label.focused > .field > .choice {
	border-color: #4aadc9 !important;
	background-color: #fff !important;
}
.selectWrap.with-label.override > .field > .choice {
	border-color: #222222 !important;
	background-color: #fff !important;
	color: #444444 !important;
}
.selectWrap.with-label.item-error > .field > .choice {
	padding: 23px 27px 4px 13px !important;
	border-width: 2px !important;
	border-color: #a5001e !important;
}
.selectWrap.with-label.item-error.focused > .field > .choice {
	padding: 24px 28px 5px 14px !important;
	border-width: 1px !important;
}


/*confirmation-error */
.selectWrap.confirmation-error > .field > .choice{
	background-color: #ffffff;
	border: 2px solid #a5001e !important;
	-webkit-border-radius: 9px;
	   -moz-border-radius: 9px;
	    -ms-border-radius: 9px;
	     -o-border-radius: 9px;
	        border-radius: 9px !important;
}



/* checkbox */
.checkboxWrap {
	position: relative;
	display: block;
	width: 100%;
	min-height: 63px;
	padding: 23px 20px 5px 50px;
	border-bottom: 1px solid #a5a5a5;
	-webkit-border-radius: 9px;
	   -moz-border-radius: 9px;
	    -ms-border-radius: 9px;
	     -o-border-radius: 9px;
	        border-radius: 9px;
	background-color: #e6e6e6;
	background-image: url(/memberservice/pc/smp/v1/cardapply/img/form_input_im03.png);
	background-repeat: no-repeat;
	background-position: 15px 50%;
	color: #444444;
	font-size: 1.6rem;
	line-height: 1.25;
	text-align: center;
	cursor: pointer;
}
.checkboxWrap.sizeS {
	height: auto;
	min-height: 45px;
	padding: 13px 25px 5px 50px;
}
.checkboxWrap.wAuto {
	display: inline-block;
}
#contents .checkboxWrap:not(.checked):hover {
	border-top: none;
	border-right: none;
	border-left: none;
	background-color: #e6e6e6;
}
.checkboxWrap.checked {
	border-top: 1px solid #a5a5a5;
	border-right: 1px solid #a5a5a5;
	border-left: 1px solid #a5a5a5;
	background-image: url(/memberservice/pc/rsp/v1/id_pass/img/form_input_im03on.png);
	background-color: #fff5bb;
}
.checkboxWrap input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	zoom: 1;
}
.checkboxWrap.item-error:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border: 2px solid #a5001e;
	-webkit-border-radius: 9px;
	   -moz-border-radius: 9px;
	    -ms-border-radius: 9px;
	     -o-border-radius: 9px;
	        border-radius: 9px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	background: transparent;
}
#contents .checkboxWrap.item-error:not(.checked):hover {
	left: -1px;
	top: -1px;
}
.checkboxWrap.typeMail{
	width: auto;
	min-height: 46px;
	height: auto;
	margin: 0 auto;
	padding: 20px 20px 20px 35px;
	border-radius: 5px;
	border-bottom-width: 2px;
	background-size: 20px auto;
	font-size: 16px;
	font-size: 1.6rem;
}
.checkboxWrap.typeMail:hover{
	border-bottom-width: 2px;
}
.checkboxWrap.typeMail.checked{
	border-bottom-width: 1px;
}
.checkboxWrap.typeMail::before{
	display: inline-block;
	width: 25px;
	height: 19px;
	margin-right: 8px;
	background-image: url(/memberservice/pc/rsp/v1/id_pass/img/form_ic26.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% auto;
	vertical-align: middle;
	content: "";
}

.cBox {
	display: inline-block;
	padding: 0 0 0 30px;
	background-image: url(/memberservice/pc/rsp/v1/id_pass/img/form_input_im03.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	cursor: pointer;
}
.agreeBox > .cBox {
	position: relative;
	width: 100%;
	padding: 21px 15% 19px 17%;
	border-bottom: 3px solid #d7b0b0;
	-webkit-border-radius: 9px;
	   -moz-border-radius: 9px;
	    -ms-border-radius: 9px;
	     -o-border-radius: 9px;
	        border-radius: 9px;
	background-color: #ffe5e5;
	background-position: 10% 50%;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}
.agreeBox > .cBox:not(.checked):hover {
	margin-top: 2px !important;
	border-bottom-width: 1px;
}
.cBox.checked {
	background-color: #fff5bb;
	background-image: url(/memberservice/pc/rsp/v1/id_pass/img/form_input_im03on.png);
}
.agreeBox > .cBox.checked {
	padding-top: 20px;
	border: 2px solid #b7b3ab;
}
.cBox > input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	zoom: 1;
}
.cBox.item-error:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border: 2px solid #a5001e;
	-webkit-border-radius: 9px;
	   -moz-border-radius: 9px;
	    -ms-border-radius: 9px;
	     -o-border-radius: 9px;
	        border-radius: 9px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	background: transparent;
}
.checkboxWrap.noButton {
	position: relative;
	display: block;
	width: fit-content;
	height: auto;
	padding: 0;
	min-height: auto;
	padding-left: 15px;
	border-bottom: none;
	border-radius: none;
	background: none;
	color: #222;
	font-size: 1.2rem;
	line-height: 1.4;
	text-align: left;
	cursor: pointer;
}
.checkboxWrap.noButton input {
	width: 0;
	height: 0;
}
.checkboxWrap.noButton::before {
	content: '';
	position: absolute;
	top: 1px;
	left: 0;
	width: 13px;
	height: 14px;
	background: url("/memberservice/pc/rsp/v1/gold_invitation_apply/img/form_input_im03.png") no-repeat 0 0 / contain;
}
#contents .checkboxWrap.noButton:not(.checked):hover {
	border: none;
	background: none;
}
.checkboxWrap.noButton.checked {
	border: none;
	background: none;
}
.checkboxWrap.noButton.checked::before {
	background: url("/memberservice/pc/rsp/v1/gold_invitation_apply/img/form_input_im03on.png") no-repeat 0 0 / contain;
}
/* radiobutton */
.radioWrap {
	position: relative;
	display: block;
	width: 100%;
	min-height: 63px;
	padding: 20px 8px 17px 32px;
	border-bottom: 3px solid #d7b0b0;
	-webkit-border-radius: 9px;
	   -moz-border-radius: 9px;
	    -ms-border-radius: 9px;
	     -o-border-radius: 9px;
	        border-radius: 9px;
	background-color: #ffe5e5;
	background-image: url(/memberservice/pc/rsp/v1/id_pass/img/form_input_im01.png);
	background-repeat: no-repeat;
	background-position: 8px 50%;
	color: #444444;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.25;
	text-align: center;
	cursor: pointer;
}
.radioListWrap > .radioWrap {
	min-height: 0 !important;
	padding-right: 8px;
	padding-left: 42px;
	border-bottom-width: 1px !important;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	    -ms-border-radius: 0;
	     -o-border-radius: 0;
	        border-radius: 0;
	text-align: left;
}
.radioListWrap > .radioWrap:first-child {
	-webkit-border-radius: 9px 9px 0 0;
	   -moz-border-radius: 9px 9px 0 0;
	    -ms-border-radius: 9px 9px 0 0;
	     -o-border-radius: 9px 9px 0 0;
	        border-radius: 9px 9px 0 0;
}
.radioListWrap > .radioWrap:last-child {
	border-bottom-width: 3px !important;
	-webkit-border-radius: 0 0 9px 9px;
	   -moz-border-radius: 0 0 9px 9px;
	    -ms-border-radius: 0 0 9px 9px;
	     -o-border-radius: 0 0 9px 9px;
	        border-radius: 0 0 9px 9px;
}
.radioWrap.item-error:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border: 2px solid #a5001e;
	-webkit-border-radius: 9px;
	   -moz-border-radius: 9px;
	    -ms-border-radius: 9px;
	     -o-border-radius: 9px;
	        border-radius: 9px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	background: transparent;
}
.radioListWrap .radioWrap.item-error {
	color: #a5001e;
	font-weight: bold;
}
.radioListWrap .radioWrap.item-error:after {
	display: none;
}
.radioListWrap.item-error {
	position: relative;
}
.radioListWrap.item-error:after {
	content: "";
	position: absolute;
	left: -2px;
	top: -2px;
	z-index: -1;
	width: 100%;
	height: 100%;
	border: 2px solid #a5001e;
	border-radius: 9px;
	background: transparent;
	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
	    -ms-box-sizing: content-box;
	     -o-box-sizing: content-box;
	        box-sizing: content-box;
}
.radioWrap.card {
	display: inline-block;
	padding: 13px 25px 11px 49px;
	text-align: left;
}
.radioWrap.multi,
.radioWrap.sp_multi {
	padding: 15px 7px 10px 35px;
}
#contents .radioWrap:not(.checked):hover {
	margin-top: 2px !important;
	min-height: 61px;
	border-bottom-width: 1px;
}
#contents .radioListWrap > .radioWrap:not(.checked):hover {
	margin-top: 0 !important;
	min-height: 0;
	background-color: #ffdddd;
}
.radioWrap.checkless {
	background-color: #e6e6e6;
	border-bottom-color: #a5a5a5;
}
.radioWrap.checked {
	padding-top: 20px;
	border: 2px solid #b7b3ab;
	background-image: url(/memberservice/pc/rsp/v1/id_pass/img/form_input_im01on.png);
	background-color: #fff5bb;
	background-position: 9px 50%;
}
.radioWrap.card.checked {
	padding-top: 11px;
}
.radioWrap.multi.checked,
.radioWrap.sp_multi.checked {
	padding: 14px 5px 10px 33px;
}
.radioListWrap > .radioWrap.checked {
	padding-top: 21px;
	border: none;
	border-bottom: 1px solid #b7b3ab;
	background-position: 10px 50%;
}
.radioListWrap > .radioWrap.checked:last-child {
	border-bottom: 3px solid #b7b3ab;
}
.radioWrap input[type="radio"] {
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	zoom: 1;
}
.radioWrap .small {
	font-size: 75%;
}
.radioWrap .xsmall {
	font-size: 60%;
}
.radioWrap.card img {
	margin: 0 14px 0 0;
	vertical-align: middle;
}

/* addressWrap */
.addressWrap {
	text-align: left;
}
.addressWrap > .searchAddress {
	float: none;
	display: block;
	width: auto;
}
.addressWrap > .searchAddress > li {
	display: list-item;
	height: auto;
	text-align: left;
	vertical-align: middle;
}
.addressWrap > .searchAddress > li + li {
	margin-top: 12px;
}
.addressWrap > .searchAddress > li > *:first-child {
	margin-top: 0 !important;
}
.addressWrap > .searchAddress > li.inp {
	width: auto;
	text-align: left;
}
.addressWrap > .searchAddress > li.btn {
	padding: 0 15%;
	text-align: center;
	white-space: normal;
}
.addressWrap > .searchAddress > li.btn .btnLink01 a {
	width: 100%;
}
.addressWrap > .searchZip {
	float: none;
	display: block;
	margin: 20px 0 0 0;
}
.addressWrap > .searchZip > li {
	display: list-item;
	height: auto;
	text-align: left;
	vertical-align: middle;
}
.addressWrap > .searchZip > li + li {
	margin-top: 12px;
}
.addressWrap > .searchZip > li > *:first-child {
	margin-top: 0 !important;
}
.addressWrap > .searchZip > li.txt {
	white-space: normal;
}
.addressWrap > .searchZip > li.btn {
	padding: 0 15%;
	text-align: center;
}
.addressWrap > .searchZip > li.btn .btnLink01 a {
	width: 100%;
}

.addressList {
	clear: both;
	margin: 10px 0 0 0;
}
.addressList > li {
}
.addressList > li + li {
	margin-top: 0px;
	padding-left: 35px;
	background: url(/memberservice/pc/rsp/v1/id_pass/img/form_ex04@2x.png) no-repeat 15px 0;
	background-size: 22px auto;
}
.addressList > li > *:first-child {
	margin-top: 0 !important;
}

/* cashingWrap */
.cashingWrap {
	padding: 12px 15px;
	border: 2px solid #000;
	background-color: #fff;
	text-align: left;
}
.cashingWrap > *:first-child {
	margin-top: 0 !important;
}
.cashingWrap > .alert {
	margin: 1em 0 0.75em;
	color: #a5001e;
	font-size: 1.3rem;
	font-weight: bold;
}
.cashingWrap > .selectWrap {
	width: auto;
	margin-top: 1em;
}

/* mailWrap */
.mailWrap {
}
.mailWrap > [class*="mail"] > *:first-child {
	margin-top: 0 !important;
}
.mailWrap > .mailInput {
	float: left;
	width: 600px;
	text-align: left;
}
.mailWrap > .mailDomain {
	float: right;
	width: 278px;
	padding: 15px 0 0 0;
	text-align: left;
}
/* mailWrap */
.mailWrap {
}
.mailWrap > [class*="mail"] > *:first-child {
	margin-top: 0 !important;
}
.mailWrap > .mailInput {
	float: left;
	width: 100%;
	text-align: left;
}
.mailWrap > .mailDomain {
	float: right;
	width: 278px;
	padding: 15px 0 0 0;
	text-align: left;
}
.mailWrap .inputWrap.open-error[data-validate="optional"] > .field > input[type="email"],
.mailWrap .inputWrap.open-error[data-validate="optional"] > .field > input[type="text"]{
	border-radius: 9px;
	border-width: 1px;
	border-style: solid;
	border-color: #ababab;
}
.fullMailBox .tboxMailAddress{
	position: absolute;
	top: 8px;
	left: 10px;
	padding-right: 12px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.5;
}
.fullMailBox.inputted .tboxMailAddress{
	top: 12px;
}
.fullMailBox.focused .tboxMailAddress{
	top: 14px;
}
.fullMailBox  input{
	padding-left: 1.8em !important;
}

/* modifyWrap */
.modifyWrap {
	display: block;
}
.modifyWrap > .txt {
	display: block;
	vertical-align: middle;
}
.modifyWrap > .txt > *:first-child {
	margin-top: 0 !important;
}
.modifyWrap > .txt > .inputValue {
	margin-bottom: 0;
}
.modifyWrap > .btn {
	display: inline-block;
	margin-top: 1em;
	padding-left: 0;
	vertical-align: middle;
	white-space: nowrap;
}
.modifyWrap > .btn > *:first-child {
	margin-top: 0 !important;
}

/* agreeBox */
.agreeBox {
	clear: both;
	margin: 30px 0 0 0;
}

/* tooltipWrap */
.tooltipWrap {
	position: relative;
}
.tooltipWrap > .note {
	position: static;
	display: inline-block;
	margin: 2px 0 0 6px;
	vertical-align: top;
}
.tooltipWrap > .note > .tipover {
	position: relative;
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(/memberservice/pc/smp/v1/cardapply/img/form_ic01@2x.png) no-repeat 0 0;
	background-size: 14px 14px;
}
.tooltipWrap > .note > .tipover.active:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 16px;
	z-index: 100;
	display: inline-block;
	width: 10px;
	height: 15px;
	margin: -7px 0 0 -5px;
	background: url(/memberservice/pc/smp/v1/cardapply/img/form_ex01@2x.png) no-repeat 0 0;
	background-size: auto 15px;
}
.tooltipWrap > .note > .tip {
	position: absolute;
	left: 0;
	bottom: 45px;
	top: inherit;
	z-index: 50;
	display: none;
	width: 100%;
	padding: 0 10px;
}
.tooltipWrap > .note > .tip > .cnt {
	position: relative;
	width: 100%;
	padding: 12px;
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	    -ms-border-radius: 5px;
	     -o-border-radius: 5px;
	        border-radius: 5px;
	background-color: #fff;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.24);
	   -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.24);
	    -ms-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.24);
	     -o-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.24);
	        box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.24);
}
.tooltipWrap > .note > .tip.type-long > .cnt {
	width: 485px;
}
.tooltipWrap > .note > .tip > .cnt > *:first-child {
	margin-top: 0 !important;
}
.tooltipWrap > .note > .tip > .cnt:before {
	display: none;
}
/*
.tooltipWrap > .note > .tip > .cnt:after {
	content: "";
	position: absolute;
	left: -40px;
	top: 50%;
	display: inline-block;
	width: 0;
	height: 0;
	margin: -8px 0 0 0;
	border-width: 8px 20px;
	border-style: solid;
	border-color: transparent #fff transparent transparent;
}
*/
.tooltipWrap > .note > .tip > .cnt > *:first-child {
	margin-top: 0 !important;
}

/* agreeColumn */
.agreeColumn {
	clear: both;
	margin: 20px 0 0 0;
}
.agreeColumn > .colDesign {
	float: left;
	width: 270px;
}
.agreeColumn > .colAgree {
	float: right;
	width: 600px;
}
.agreeColumn > [class*="col"] > *:first-child {
	margin-top: 0 !important;
}
.agreeColumn > .colDesign .leadBox {
	position: relative;
	margin: 25px 0;
	padding: 15px 18px;
	border: 2px solid #bbbbbb;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	    -ms-border-radius: 10px;
	     -o-border-radius: 10px;
	        border-radius: 10px;
	background-color: #fff;
}
.agreeColumn > .colDesign .leadBox:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -16px;
	z-index: 2;
	display: inline-block;
	width: 38px;
	height: 16px;
	margin: 0 0 0 -19px;
	background: url(/memberservice/pc/rsp/v1/id_pass/img/form_ex02.png) no-repeat 50% 100%;
}
.agreeColumn > .colDesign .leadBox > .lead {
	color: #000;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}
.agreeColumn > .colDesign .leadBox > .lead > strong {
	color: #a5001e;
	font-size: 130%;
	font-weight: bold;
}
.agreeColumn > .colDesign .leadBox > .lead > .marking {
	padding: 0 2px;
	background: url(/memberservice/pc/rsp/v1/id_pass/img/form_ex03.png) repeat-x 0 50%;
}
/* agreeTxt */
.agreeTxt {
	margin: 0 0 1.5em 0;
	letter-spacing: normal;
	text-align: left;
}

/* policyWrap */
.policyWrap {
	font-size: 12px;
	font-size: 1.2rem;
}
.policyWrap > *:first-child {
	margin-top: 0 !important;
}
.policyWrap > .hdg {
	margin: 1em 0 0.25em;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	text-indent: -0.5em;
}
.policyWrap > .hdg + * {
	margin-top: 0;
}
.policyWrap .policyFrame {
	width: 100%;
	height: 160px;
	margin: 10px 0 0 0;
	padding: 15px;
	border: 1px solid #bbbbbb;
	background-color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	overflow-y: scroll;
}
.policyWrap .policyFrame > #rule_top .ancLink > li {
	float: left;
	margin: 0 15px 5px 0;
}

/*----- error -----*/
.formError {
	clear: both;
	margin: 30px 0;
	padding: 15px;
	border: 2px solid #a5001e;
	background-color: #fff;
}
.formError > *:first-child {
	margin-top: 0 !important;
}
.formError > .errorList {
	margin: 1em 0 0 0;
}
.formError > .errorList > li {
	padding: 0 0 0 30px;
	background: url(/memberservice/pc/rsp/v1/id_pass/img/form_ic08.png) no-repeat 0 0;
	color: #a5001e;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}
.formError > .errorList > li + li {
	margin-top: 0.5em;
}

/*----- confirm -----*/
.confirmList {
	clear: both;
	margin: 1em 0 0 0;
}
.confirmList > li {
	padding: 0 0;
	border-top: 1px solid #ababab;
	border-bottom: 0;
}
.confirmList > li > *:first-child {
	margin-top: 0 !important;
}
.confirmList > li:last-child {
	border-bottom: 1px solid #ababab;
}
.confirmList.type02 > li{
	border-top: none;
}
.confirmList.type02 > li .itemWrap > .itemCnt{
	padding-right: 0;
	padding-left: 0;
}

/* itemWrap */
.itemWrap {
	clear: both;
	display: block;
	width: 100%;
	table-layout: fixed;
	margin: 10px 0 0 0;
}
.itemWrap > .itemLabel {
	display: block;
	width: 100%;
	padding: 0;
	vertical-align: top;
}
.itemWrap > .itemLabel > .label {
	margin: 0.5em 0 0 0;
	padding: 1px 0 0 0;
	color: #444444;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	background-color: #f2f2f2;
	border-bottom: 1px solid #ababab;
	line-height: 1.25;
	padding: 13px 10px;
}
.itemWrap > .itemCnt {
	display: block;
	padding: 10px;
	vertical-align: top;
}
.itemWrap > .itemCnt > .inputted {
	margin: 0.5em 0 0 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.25;
}
.itemWrap > .itemCnt > .inputted > .cardImg {
	width: 80px;
	height: auto;
	margin: 0 15px 0 0;
	vertical-align: middle;
}
.itemWrap > .itemCnt > .inputted > .btn {
	display: inline-block;
	margin: 0 0 0 30px;
	vertical-align: middle;
}
.itemWrap > .itemCnt > .inputted > .btn.correctItemBtn > input {
	position: relative;
	display: block;
	width: 100%;
	height: 33px;
	padding: 5px 23px 4px 35px;
	border: none;
	border-bottom: 3px solid #a5a5a5;
	-webkit-border-radius: 9px;
	   -moz-border-radius: 9px;
	    -ms-border-radius: 9px;
	     -o-border-radius: 9px;
	        border-radius: 9px;
	background-color: #e6e6e6;
	background-image: url(/memberservice/pc/rsp/v1/id_pass/img/form_ic04.png);
	background-repeat: no-repeat;
	background-position: 10px 50%;
	color: #222222;
	font-weight: bold;
	text-decoration: none !important;
	cursor: pointer;
}
.itemWrap > .itemCnt > .inputted > .btn.correctItemBtn > input:hover {
	margin-top: 2px;
	height: 31px;
	background-color: #ebebeb;
	border-bottom: 1px solid #b7b7b7;
}
.itemWrap > .itemCnt > .info {
	margin: 10px 0;
}
.itemWrap > .itemCnt > .note {
	margin: 5px 0 0 0;
	padding: 0 0 0 1em;
	text-indent: -1em;
}
.itemWrap > [class^="item"] > *:first-child {
	margin-top: 0 !important;
}


/* Component
------------------------------------------------------ */


/* 
	HEADING 
======================= */
.heading02 {
	margin: 30px -10px 15px;
	padding: 10px 9px 10px 10px;
	color: #443c2d;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.1em;
	background-color: #f4efe6;
	border-top: solid 1px #b5ad9f;
}


/* 
	LIST 
======================= */
.normalList01 {
	margin-top: 1em;
}
.normalList01 > li + li {
	margin-top: 5px;
}
.normalList01.type02 > li + li {
	margin-top: 0;
}
.normalList01 > li {
	position: relative;
	padding-left: 13px;
}
.normalList01.type01 > li {
	padding-left: 20px;
	font-size: 18px;
	font-size: 1.8rem;
}
.normalList01.type02 > li {
	padding-left: 10px;
}
.normalList01.type03 > li {
	color: #a5001e;
	font-weight: bold;
}
.normalList01 > li:before {
	content: "";
	position: absolute;
	height: 6px;
	width: 6px;
	top: 0.5em;
	left: 0;
	background-color: #7b705c;
	-webkit-border-radius: 50%;
		 -moz-border-radius: 50%;
					border-radius: 50%;
}
.normalList01.type01 > li:before {
	height: 8px;
	width: 8px;
	top: 0.5em;
	-webkit-border-radius: 50%;
		 -moz-border-radius: 50%;
					border-radius: 50%;
}
.normalList01.type02 > li:before {
	height: 3px;
	width: 3px;
	top: 0.55em;
	background-color: #222222;
	-webkit-border-radius: 50%;
		 -moz-border-radius: 50%;
					border-radius: 50%;
}
.normalList01.type03 > li:before {
	background-color: #a5001e;
}
.normalList01 > li > .normalList01 {
	margin: 5px 0 0 5px;
}
.normalList01.floatList > li {
	width: 48.24%;
  margin-right: 3.52%;
}
.normalList01.floatList > li:nth-child(2n) {
	margin: 0;
}
.normalList01.floatList > li:nth-child(n+3) {
	margin-top: 5px;
}
.normalList01.floatList.col3 > li {
	width: 31%;
  margin-right: 3.5%;
}
.normalList01.floatList.col3 > li:nth-child(2n) {
	 margin-right: 3.5%;
}
.normalList01.floatList.col3 > li:nth-child(3n) {
	 margin-right: 0;
}
.normalList01.floatList.col3 > li:nth-child(n+2) {
	margin-top: 5px;
}

/* 
	COLUMN 
======================= */
.inputLayout.count2.cardRadio {
	width: auto;
	margin: 20px auto 0;
}
.inputLayout.count2.cardRadio > .col {
	width: 49%;
}
.inputLayout.count2.cardRadio > .col + .col {
	margin-left: 2%;
	margin-top: 0;
}
.inputLayout.count2.cardRadio > .col .cardName {
	height: 2.8em;
	padding: 0 14% 0 10%;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: center;
	letter-spacing: -0.1em;
}
.inputLayout.count2.cardRadio > .col input[type=radio] {
	display: block;
	opacity: 0;
	position: absolute;
}
.inputLayout.count2.cardRadio > .col label {
	display: inline-block;
	vertical-align: middle;
	max-width: 80%;
	background: url(/memberservice/pc/rsp/v1/id_pass/img/form_input_im01.png) no-repeat scroll 0 50% #ffffff;
	cursor: pointer;
}

.inputLayout.count2.cardRadio > .col input[type=radio]:checked + label {
	background: url(/memberservice/pc/rsp/v1/id_pass/img/form_input_im01on.png) no-repeat scroll 0 50% #ffffff;
}
.inputLayout.count2.cardRadio > .col img {
	max-width: 100%;
	height: auto;
}
.inputLayout.count2.mailContents .col:first-child::after {
	position: absolute;
	content: "@";
	font-size: 28px;
	top: 50%;
	left: auto;
	right: 0;
	margin: -20px 0 0 -22px;
}
.inputLayout.count2.mailContents > .col > .mailWrap:first-child{
	width: 90%;
}
.inputLayout.count2.mailContents .col{
	width: 100%;
	margin-left: 0;
	position: relative;
}
.inputLayout.count2.mailContents .col:first-child{
	width: 100%;
}


/* 
	BOX 
======================= */
.agreementArea {
	margin-top: 30px;
}
.agreementArea > *:first-child {
	margin-top: 0 !important;
}
.agreementArea .agreementBox {
	height: 340px;
	margin-top: 7px;
	padding: 20px;
	border: solid 1px #bbbbbb;
	overflow-y: scroll;
}
.agreementArea .agreementBox > *:first-child {
	margin-top: 0 !important;
}
.agreementArea .agreementBox .heading03 {
	margin-bottom: 5px; 
}
.agreementArea .agreementBox .section04 {
	margin-top: 30px !important;
}
.agreementArea .agreementBox .heading04 {
	margin-bottom: 5px; 
}

.qaBox01 {
	margin-top: 20px;
}
.qaBox01 + .qaBox01  {
	margin-top: 15px;
	padding-top: 15px;
	border-top: solid 1px #bbbbbb;
}
.qaBox01 .question a,
.qaBox01 .question span {
	display: inline-block;
	position: relative;
	padding:  2px 0 0 30px;
	font-weight: bold;
}
.qaBox01 .question a:after,
.qaBox01 .question span:after {
	height: 22px;
	width: 22px;
	-webkit-background-size: 22px 22px;
					background-size: 22px 22px;
}
.qaBox01 .answer {
	margin-top: 15px;
	padding:  2px 0 0 30px;
}
.qaBox01 .answer:after {
	height: 22px;
	width: 22px;
	-webkit-background-size: 22px 22px;
					background-size: 22px 22px;
}
.qaBox01 .answer > *:first-child {
	margin-top: 0 !important;
}

.borderBox01 {
	padding: 10px;
}
.borderBox02 {
	margin-top: 15px;
	padding: 10px 14px;
	border: solid 1px #a5a5a5;
}
.borderBox02 .borderBoxText {
	font-size: 1.6rem;
}
.telBox01 {
	margin-top: 20px;
}
.telBox01 .place {
	padding: 12px;
	font-size: 16px;
	font-size: 1.6rem;
}
.telBox01 .place .subTxt {
	margin-left: 5px;
	font-size: 13px;
	font-size: 1.3rem;
}
.telBox01 .telArea {
	padding: 15px 20px;
}
.telBox01 .telArea .areaList01 {
}
.telBox01 .telArea .areaList01 li {
	float: none;
	width: 100%;
	margin-right: 0;
}
.telBox01 .telArea .areaList01 li + li {
	margin-top: 10px;
}
.telBox01 .telArea  .areaTxt {
	display: inline-block;
	margin: 5px 10px 0 0;
	padding: 5px 11px;
	font-size: 14px;
	font-size: 1.4rem;
}
.telBox01 .telArea  .telNumber {
	display: inline-block;
	margin-top: 5px;
	font-size: 25px;
	font-size: 2.5rem;
}

/* EXTRA
------------------------------------------------------ */
.pcOnly {
	display: none !important;
}
.spOnly {
	display: block !important;
}
br.spOnly {
	display: inline !important;
}
.heading03 {
	margin-bottom: 10px;
	font-size: 16px;
	font-size: 1.6rem;
}
/* ▼▼--210901 add--▼▼ */
.font-notoSans,
.font-notoSans input, .font-notoSans select, .font-notoSans textarea, .font-notoSans button{
	font-family: 'Heebo' , 'Noto Sans CJK JP';
	font-weight: 500;
	color: #333333;
}
.font-notoSans .bold{
	font-weight: bold;
	font-weight: 700;
}
.idps-heading01{
	margin: 0 -10px 25px;
	border-top: 1px solid #9f9f9f;
	padding: 12px 10px;
	background: #ebebeb;
	font-weight: 700;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.2;
}
.idps-heading01.type02{
	background-color: #ffe5e5;
}
.fieldHdg .idps-heading01{
	margin-bottom: 15px;
}
.idps-heading02{
	margin-top: 1.5em;
	border-bottom: 1px solid #c9c9c9;
	font-weight: bold;
	font-size: 14px;
	font-size: 1.4rem;
}
.idps-btnLink01 {
	margin-top: 25px;
}
.idps-btnLink01 a {
	position: relative;
	display: block;
	min-width: auto;
	width: auto;
	margin: 0 20px;
	padding: 7px 30px 6px;
	border-bottom: 2px solid #a5a5a5;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	    -ms-border-radius: 5px;
	     -o-border-radius: 5px;
	        border-radius: 5px;
	background-color: #e6e6e6;
	color: #222222 !important;
	font-weight: bold;
	font-size: 1.4rem;
	text-align: center;
	text-decoration: none !important;
}
.idps-btnLink01 a:after {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	display: inline-block;
	width: 5px;
	height: 8px;
	background: url(/memberservice/pc/rsp/v1/id_pass/img/form_ic24.png) no-repeat 0 0;
	background-size: 5px auto;
	margin: -4px 0 0 0;
}
.idps-btnLink01 a:hover {
	margin-top: 2px;
	background-color: #ebebeb;
	border-bottom: 0px solid #b7b7b7;
}
/*----- error -----*/
.idps-formError {
	clear: both;
	margin: 30px 0 15px;
	padding: 15px;
	border: 2px solid #dc322c;
	background-color: #fff;
}
.idps-formError > *:first-child {
	margin-top: 0 !important;
}
.idps-formError > .errorList {
	margin: 1em 0 0 0;
}
.idps-formError > .errorList > li {
	padding: 0 0 0 30px;
	background: url(/memberservice/pc/rsp/v1/id_pass/img/form_ic25.png) no-repeat 0 0;
	background-size: 24px auto;
	color: #dc322c;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}
.idps-formError > .errorList > li + li {
	margin-top: 0.5em;
}
/* idps-finishSection */
.idps-finishSection {
	clear: both;
	margin: 30px 0 0 0;
}
.idps-finishSection > *:first-child {
	margin-top: 0 !important;
}
.idps-finishSection > .heading {
	margin: 30px 0 0;
}
.idps-finishSection > .heading > .hdg {
	padding: 5px 0;
	color: #dc322c;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
}
.idps-finishSection > .content {
	clear: both;
	margin: 10px 0 0 0;
	padding: 0 10px;
}
.idps-finishSection > .content > *:first-child {
	margin-top: 0 !important;
}
.idps-finishSection > .content > .message {
	margin: 1em 0 0.75em;
	padding: 0 6%;
	font-size: 1.5rem;
	line-height: 1.75;
	text-align: center;
}
.idps-finishSection > .content > .message.crossText{
	padding-right: 0;
	padding-left: 0;
}
.idps-finishSection > .content > .message img.cross{
	vertical-align: middle;
	width: 15px;
	margin: 0 5px;
}
.idps-finishSection > .content > .receiptBox {
	clear: both;
	width: 100%;
	margin: 15px 0;
	padding: 10px;
	border: 2px solid #737373;
	background-color: #fff;
	text-align: center;
}
.idps-finishSection > .content > .receiptBox > .receiptNumber {
	display: inline-block;
	font-size: 2.0rem;
}
/* idps-formSubmit */
.idps-formSubmit {
	clear: both;
	position: relative;
	margin: 25px 0 0;
	padding: 0 0;
	text-align: left;
	letter-spacing: -0.4em;
}
.idps-formSubmit.mtNarrow {
	margin-top: 25px;
}
.idps-formSubmit > .entryBtn {
	text-align: center;
}
.idps-formSubmit > .entryBtn input {
	max-width: 100%;
	height: auto;
}
.idps-formSubmit > .lead {
	margin: 1em 0 0.5em;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: normal;
	text-align: center;
}
.idps-formSubmit > .lead:before {
	content: "";
	position: relative;
	bottom: -7px;
	display: inline-block;
	width: 0;
	height: 0;
	margin: 0 15px 0 0;
	border-width: 20px 0 0 7px;
	border-style: solid;
	border-color: #dc322c transparent transparent transparent;
	-webkit-transform: rotate(-20deg);
		 -moz-transform: rotate(-20deg);
					transform: rotate(-20deg);
}
.idps-formSubmit > .lead:after {
	content: "";
	position: relative;
	bottom: -7px;
	display: inline-block;
	width: 0;
	height: 0;
	margin: 0 0 0 15px;
	border-width: 20px 7px 0 0;
	border-style: solid;
	border-color: #dc322c transparent transparent transparent;
	-webkit-transform: rotate(20deg);
		 -moz-transform: rotate(20deg);
					transform: rotate(20deg);
}
.idps-formSubmit > .btn {
	display: inline-block;
	letter-spacing: normal;
}
.idps-formSubmit > .btn + .btn {
	margin-top: 15px;
}
.idps-formSubmit > .btn#backBtn,
.idps-formSubmit > .btn#correctBtn {
	position: static;
	left: inherit;
	top: inherit;
}
.idps-formSubmit > .btn#backBtn {
	width: 33%;
	height: 38px;
}
.idps-formSubmit > .btn#correctBtn {
	top: inherit;
	width: 40%;
	height: 38px;
}
.idps-formSubmit > .btn#backBtn > input,
.idps-formSubmit > .btn#correctBtn > input {
	position: relative;
	display: block;
	width: 100%;
	height: 38px;
	padding: 8px 18px 7px 36px;
	border: none;
	border-bottom: 3px solid #a5a5a5;
	-webkit-border-radius: 9px;
	   -moz-border-radius: 9px;
	    -ms-border-radius: 9px;
	     -o-border-radius: 9px;
	        border-radius: 9px;
	background-color: #e6e6e6;
	background-image: url(/memberservice/pc/smp/v1/cardapply/img/form_ic04.png);
	background-repeat: no-repeat;
	background-position: 10px 50%;
	color: #222222;
	font-weight: bold;
	text-decoration: none !important;
	text-align: center;
	cursor: pointer;
}
.idps-formSubmit > .btn#backBtn > a,
.idps-formSubmit > .btn#correctBtn > a {
	position: relative;
	display: block;
	width: 100%;
	height: 38px;
	padding: 10px 18px 7px 36px;
	border-bottom: 3px solid #a5a5a5;
	-webkit-border-radius: 9px;
	   -moz-border-radius: 9px;
	    -ms-border-radius: 9px;
	     -o-border-radius: 9px;
	        border-radius: 9px;
	background-color: #e6e6e6;
	color: #222222;
	font-weight: bold;
	text-decoration: none !important;
	text-align: center;
}
.idps-formSubmit > .btn#correctBtn > input,
.idps-formSubmit > .btn#correctBtn > a {
	height: auto;
	padding: 8px 18px 7px 36px;
	font-size: 12px;
	font-size: 1.2rem;
}
.idps-formSubmit > .btn#backBtn > a:after,
.idps-formSubmit > .btn#correctBtn > a:after {
	content: "";
	position: absolute;
	left: 10px;
	top: 50%;
	display: inline-block;
	width: 15px;
	height: 16px;
	margin: -8px 0 0 0;
	background: url(/memberservice/pc/rsp/v1/id_pass/img/form_ic04.png) no-repeat 0 0;
}
.idps-formSubmit > .btn#backBtn > input:hover,
.idps-formSubmit > .btn#correctBtn > input:hover,
.idps-formSubmit > .btn#backBtn > a:hover,
.idps-formSubmit > .btn#correctBtn > a:hover {
	margin-top: 2px;
	height: 36px;
	background-color: #ebebeb;
	border-bottom: 1px solid #b7b7b7;
}
.idps-formSubmit > .btn#correctBtn > input:hover,
.idps-formSubmit > .btn#correctBtn > a:hover {
	height: 36px;
}
.idps-formSubmit > .btn#nextStepBtn,
.idps-formSubmit > .btn#linkLikeSubmit,
.idps-formSubmit > .btn#submitBtn,
.idps-formSubmit > .btn#homeBtn,
.idps-formSubmit > .btn#winCloseBtn,
.idps-formSubmit > .btn#clearBtn,
.idps-formSubmit > .btn#saveBtn,
.idps-formSubmit > .btn#shopSearchBtn01,
.idps-formSubmit > .btn#shopSearchBtn02 {
	width: 100%;
}
.idps-formSubmit > .btn#nextStepBtn > input,
.idps-formSubmit > .btn#linkLikeSubmit > a,
.idps-formSubmit > .btn#submitBtn > input,
.idps-formSubmit > .btn#submitBtn > button,
.idps-formSubmit > .btn#homeBtn > a,
.idps-formSubmit > .btn#winCloseBtn > a,
.idps-formSubmit > .btn#clearBtn > input,
.idps-formSubmit > .btn#saveBtn > input,
.idps-formSubmit > .btn#shopSearchBtn01 > input,
.idps-formSubmit > .btn#shopSearchBtn02 > input,
.idps-formSubmit > .btn#shopSearchBtn02 > a {
	display: block;
	width: 100%;
	height: 52px;
	padding: 2px 25px 0;
	border: none;
	border-bottom: 2px solid #760015;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	    -ms-border-radius: 5px;
	     -o-border-radius: 5px;
	        border-radius: 5px;
	background-color: #dc322c;
	background-image: url(/memberservice/pc/rsp/v1/id_pass/img/form_ic22.png);
	background-repeat: no-repeat;
	background-position: right 11px top 50%;
	background-size: 6px auto;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}
.idps-formSubmit > .btn.blank#nextStepBtn > input,
.idps-formSubmit > .btn.blank#linkLikeSubmit > a,
.idps-formSubmit > .btn.blank#submitBtn > input,
.idps-formSubmit > .btn.blank#submitBtn > button,
.idps-formSubmit > .btn.blank#homeBtn > a,
.idps-formSubmit > .btn.blank#winCloseBtn > a,
.idps-formSubmit > .btn.blank#clearBtn > input,
.idps-formSubmit > .btn.blank#saveBtn > input,
.idps-formSubmit > .btn.blank#shopSearchBtn01 > input,
.idps-formSubmit > .btn.blank#shopSearchBtn02 > input,
.idps-formSubmit > .btn.blank#shopSearchBtn02 > a {
	background-color: #dc322c;
	background-image: url(/memberservice/pc/rsp/v1/id_pass/img/form_ic28.png);
	background-repeat: no-repeat;
	background-position: right 11px top 50%;
	background-size: 12px auto;
}

.idps-formSubmit > .btn#winCloseBtn > a {
	height: 76px;
	padding: 3px 30px 0;
}
.idps-formSubmit > .btn#clearBtn + .btn#saveBtn {
	margin-left: 0;
}
.idps-formSubmit > .btn#homeBtn > a{
	padding-top: 14px;
}
.idps-formSubmit > .btn#winCloseBtn > a > span {
	display: inline-block;
	padding-top: 7px;
}
.idps-formSubmit > .btn#winCloseBtn > a > span > .small {
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
}
.idps-formSubmit > .btn#shopSearchBtn02 > a {
	display: table;
}
.idps-formSubmit > .btn#nextStepBtn:not(.disabled) > input,
.idps-formSubmit > .btn#submitBtn:not(.disabled) > input {
	cursor: pointer;
}
.idps-formSubmit > .btn#nextStepBtn:not(.disabled) > input:hover,
.idps-formSubmit > .btn#linkLikeSubmit:not(.disabled) > a:hover,
.idps-formSubmit > .btn#submitBtn:not(.disabled) > input:hover,
.idps-formSubmit > .btn#submitBtn:not(.disabled) > button:hover,
.idps-formSubmit > .btn#homeBtn > a:hover,
.idps-formSubmit > .btn#winCloseBtn > a:hover,
.idps-formSubmit > .btn#clearBtn > input:hover,
.idps-formSubmit > .btn#saveBtn > input:hover,
.idps-formSubmit > .btn#shopSearchBtn01 > input:hover,
.idps-formSubmit > .btn#shopSearchBtn02 > input:hover,
.idps-formSubmit > .btn#shopSearchBtn02 > a:hover {
	height: 50px;
	margin-top: 2px;
	border-bottom-width: 0px;
}
.idps-formSubmit > .btn#nextStepBtn.disabled > input,
.idps-formSubmit > .btn#linkLikeSubmit.disabled > a,
.idps-formSubmit > .btn#submitBtn.disabled > input {
	height: 52px;
	padding-left: 55px;
	background-image: url(/memberservice/pc/rsp/v1/id_pass/img/form_ic07.png);
	background-position: 20px 50%;
	background-size: 21px auto;
	color: #dc322c;
	font-size: 1.5rem;
	border: 2px solid #dc322c;
	background-color: #ffe5e5;
	opacity: 0.7;
}
.idps-formSubmit > .btn#linkLikeSubmit > a > span {
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
}
.idps-boxLayout01{
	border-radius: 16px;
	padding: 16px 18px;
	background: #fbeae9;
}
.idps-figureLayout01{
	display: flex;
	justify-content: center;
	align-items: center;
}
.idps-figureLayout01 > .image{
	display: inline-block;
	width: 101px;
	vertical-align: middle;
	margin-right: 16px;
}
.idps-figureLayout01 > .text{
	display: inline-block;
	max-width: calc(100% - 96px);
	vertical-align: middle;
	text-align: left;
	font-size: 15px;
	font-size: 1.5rem;
} 
.idps-iconTextBox01{
	margin-top: 11px;
	display: flex;
	justify-content: left;
	align-items: center;
}
.idps-iconTextBox01 > .image{
	display: inline-block;
	width: 70px;
	vertical-align: middle;
	margin-right: 20px;
}
.idps-boxLayout01 .idps-iconTextBox01 > .image{
	width: 44px;
}
.idps-iconTextBox01 > .text{
	display: inline-block;
	max-width: calc(100% - 96px);
	vertical-align: middle;
	text-align: left;
	font-size: 13px;
	font-size: 1.3rem;
}
.idps-boxLayout01 .idps-iconTextBox01 > .text{
	max-width: calc(100% - 60px);
	font-size: 13px;
	font-size: 1.3rem;
} 

.inputNumHdg{
	 margin: 40px 0 10px;
}
.inputNumHdg > .hdg{
	position: relative;
	padding-left: 27px;
	font-weight: 700; 
	font-size: 14px;
	font-size: 1.4rem;
}
.inputNumHdg > .hdg > .num{
	position: absolute;
	top: .65em;
	left: 0;
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	border-radius: 50%;
	padding: 2px;
	background: #dc322c;
	text-align: center;
	font-family: 'Heebo';
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1;
	color: #fff;
}
.inputNumHdg + .inputDesc {
	margin-top: 10px;
}
.idps-errorBox{
	margin-top: 15px;
}
.idps-errorBox > li{
	margin: 5px 0 0;
	padding-left: 18px;
	background: url("/memberservice/pc/rsp/v1/id_pass/img/form_ic27_off.png") 0 2px no-repeat;
	-webkit-background-size: 10px auto;
	background-size: 10px auto;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.2;
	color: #9a9a9a;
}
.idps-errorBox > li.success{
	background: url("/memberservice/pc/rsp/v1/id_pass/img/form_ic27_on.png") 0 2px no-repeat;
	-webkit-background-size: 10px auto;
	background-size: 10px auto;
	color: #22ac38;
}
.idps-errorBox > li.error{
	background: url("/memberservice/pc/rsp/v1/id_pass/img/form_ic27_error.png") 0 2px no-repeat;
	-webkit-background-size: 10px auto;
	background-size: 10px auto;
	color: #dc322c;
}
.idps-errorBox > li > *{
	margin-top: 0 !important;
	padding-top: 0 !important;
}
.idps-errorBox .inputCounter > .counter {
	font-size: 13px;
	font-size: 1.3rem;
}
.idps-errorBox .inputCounter > .counter > .number{
	margin: 0;
	font-weight: inherit;
	font-size: inherit;
	color: #dc322c;
}
.idps-errorBox .inputCounter > .counter > .number.safety{
	margin: 0;
	font-weight: inherit;
	font-size: inherit;
	color: inherit;
}
.id_passText {
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1.25;
}
/* ▲▲-----------------▲▲ */


	
	
/********************************************************

  MEDIA

********************************************************/

/* Print
------------------------------------------------------ */




/* Clearfix
------------------------------------------------------ */
.mailWrap:after,
.listRow:after,
.formSection > .heading:after,
.formWrap > form fieldset > .fieldHdg:after,
.entry > .entryIndex > .incomplete,
.entry > .entryIndex > .complete > .inputCnt,
.inputLayout:after,
.inputHdg.with-link:after,
.addressWrap:after,
.addressWrap > .searchAddress:after,
.mailWrap:after,
.agreeColumn:after,
.policyWrap .policyFrame > #rule_top .ancLink:after {
	content: "";
	display: table;
	clear: both;
}
.listRow,
.formSection > .heading,
.formWrap > form fieldset > .fieldHdg,
.entry > .entryIndex > .incomplete,
.entry > .entryIndex > .complete > .inputCnt,
.inputLayout,
.inputHdg.with-link,
.addressWrap,
.addressWrap > .searchAddress,
.mailWrap,
.agreeColumn,
.policyWrap .policyFrame > #rule_top .ancLink {
	zoom: 1;
}

}