@charset "shift_jis";

/* ======================================================
 * form.css
 * ------------------------------------------------------
 * LAYOUT ***********************************************
 * Common
 * Body
 * Header
 * Contents
 * Footer
 * MODULE ***********************************************
 * Element
 * Component
 * MEDIA ************************************************
 * Print
 * Clearfix
====================================================== */

/********************************************************

  LAYOUT

********************************************************/

/* Common
------------------------------------------------------ */
@media screen and (min-width: 751px), print {
/* hover */
img.imgover:hover,
.formSubmit > .btn#nextStepBtn:not(.disabled) > input:hover,
.formSubmit > .btn#submitBtn:not(.disabled) > input:hover,
.formSubmit > .btn#submitBtn:not(.disabled) > button:hover,
.formSubmit > .btn#homeBtn:not(.disabled) > a:hover,
.formSubmit > .btn#winCloseBtn:not(.disabled) > a:hover,
.formSubmit > .btn.like-submit > a:hover,
.inputHdg > .note > .tipover:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	zoom: 1;
}
}

/* transition */
img.imgover:hover,
input[type="text"],
input[type="password"],
input[type="number"],
input[type="tel"],
select,
.inputHdg > .note > .tipover:hover,
.inputWrap > .field > label,
.selectWrap > .field > label,
.selectWrap > .field > .choice {
	-webkit-transition: all 0.3s ease 0s;
	   -moz-transition: all 0.3s ease 0s;
	     -o-transition: all 0.3s ease 0s;
	        transition: all 0.3s ease 0s;
}


/* Body
------------------------------------------------------ */


/* Header
------------------------------------------------------ */
#header {
	clear: both;
	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);
}

#headerNonform {
	clear: both;
	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);
}


/*----- headerWrap01 -----*/
.headerWrap01 {
	clear: both;
	width: 900px;
	margin: 0 auto;
}
.headerWrap01 > #formTitle {
	float: left;
	padding: 20px 0 0 0;
}
.headerWrap01 > #formTitle > .logo {
	float: left;
	display: block;
	padding: 0 15px 0 0;
}
.headerWrap01 > #formTitle > .heading {
	float: left;
	display: block;
	width: 97px;
	padding: 2px 0 0 0;
}
.headerWrap01 > #formFlow {
	float: right;
	padding: 20px 0 0 0;
}


/* Contents
------------------------------------------------------ */
#contents {
	clear: both;
}

/*----- main -----*/
#main {
	width: 900px;
	margin: 0 auto;
	padding: 15px 0 50px;
}

/* mainWrap */
[class^="mainWrap"] {
	clear: both;
	padding: 60px 0;
}
[class^="mainWrap"]:first-child {
	padding-top: 0;
}
[class^="mainWrap"] > *:first-child {
	margin-top: 0 !important;
}
.mainWrap01 {
}



/* Footer
------------------------------------------------------ */
#footer {
	clear: both;
	border-top: 1px solid #bebebe;
}

/*----- footerWrap01 -----*/
.footerWrap01 {
}
.footerWrap01 > #pageTopBtn {
	position: fixed;
	right: 20px;
	bottom: 20px;
}
.footerWrap01 > #pageTopBtn > a {
	display: block;
	width: 56px;
	height: 56px;
	background: url(/memberservice/pc/rsp/v1/eposnet/img/form_pagetop_bt01.png) no-repeat 0 0;
	text-indent: -9999px;
	outline: none;
}

/*----- footerWrap02 -----*/
.footerWrap02 {
	clear: both;
	width: 900px;
	margin: 0 auto;
	padding: 30px 0;
}
.footerWrap02 > *:first-child {
	margin-top: 0 !important;
}
.footerWrap02 > #ftrUtility {
}
.footerWrap02 > #ftrUtility > .utilMenu {
	padding: 0 55px;
	text-align: center;
	letter-spacing: -0.4em;
}
.footerWrap02 > #ftrUtility > .utilMenu > li {
	display: inline-block;
	margin: 0 14px 10px 0;
	padding: 0 14px 0 0;
	border-right: 1px solid #bdbdbd;
	line-height: 1.0;
	letter-spacing: normal;
}
.footerWrap02 > #ftrUtility > .utilMenu > li.edgeRight {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}
.footerWrap02 > #copyright {
	margin: 15px 0 0 0;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
}



/********************************************************

  CONTENTS

********************************************************/

/* Element
------------------------------------------------------ */
/* Indent Parts
------------------------------------------------------ */
/* paragraph */
.paragraph01 { margin-top: 1.0em !important; }
.paragraph02 { margin-top: 2.0em !important; }
.paragraph03 { margin-top: 3.0em !important; }
.paragraph04 { margin-top: 0.5em !important; }
.paragraph05 { margin-top: 1.5em !important; }
.paragraph06 { margin-top: 2.5em !important; }

/*----- Text -----*/
/* font-size */
.fontXS { font-size: 10px !important; font-size: 1.0rem !important; }
.fontSS { font-size: 11px !important; font-size: 1.1rem !important; }
.fontS  { font-size: 12px !important; font-size: 1.2rem !important; }
.fontMS { font-size: 13px !important; font-size: 1.3rem !important; }
.fontM  { font-size: 14px !important; font-size: 1.4rem !important; }
.fontML { font-size: 15px !important; font-size: 1.5rem !important; }
.fontL  { font-size: 16px !important; font-size: 1.6rem !important; }
.fontLL { font-size: 17px !important; font-size: 1.7rem !important; }
.fontXL { font-size: 18px !important; font-size: 1.8rem !important; }
/* color */
.txColor01 { color: #a5001e !important; }
.txColor02 { color: #1f497d !important; }

/*----- Ex -----*/
.line {
	clear: both;
	margin: 10px 0;
	text-align: center;
}

/*----- List -----*/
[class*="indentList"],
[class*="noteList"],
[class*="iconList"],
[class*="orderList"] {
	margin-top: 1em;
}
[class*="indentList"] > li,
[class*="noteList"] > li,
[class*="iconList"] > li,
[class*="orderList"] > li {
	margin-top: 0.5em;
}
[class*="indentList"] > li:first-child,
[class*="noteList"] > li:first-child,
[class*="iconList"] > li:first-child,
[class*="orderList"] > li:first-child {
	margin-top: 0;
}

.listChild {
}
.listChild.indent1 { margin-left: 0.25em !important; }
.listChild.indent2 { margin-left: 0.5em  !important; }
.listChild.indent3 { margin-left: 0.75em !important; }
.listChild.indent4 { margin-left: 1em    !important; }
.listChild.indent5 { margin-left: 1.25em !important; }
.listChild.indent6 { margin-left: 1.5em  !important; }
.listChild.indent7 { margin-left: 1.75em !important; }
.listChild.indent8 { margin-left: 2em    !important; }
.listChild[class*="List"],
.listChild[class*="Link"] {
	margin: 0.5em 0 0.75em;
}

.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/eposnet/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/eposnet/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/eposnet/img/form_ic01.png) no-repeat 0 0;
}

/*----- Button -----*/
.btnLink01 {
	margin: 1em 0 0 0;
}
.btnLink01 a {
	position: relative;
	display: inline-block;
	padding: 15px 44px 12px 19px;
	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;
}
.btnLink01.type01 a {
	border-color: #760015;
	background-color: #a5001e;
	color: #ffffff !important;
}
.btnLink01 a.sizeL {
	padding: 19px 60px 17px 50px;
	font-size: 16px;
	font-size: 1.6rem;
}
.btnLink01 a.type-close {
	padding: 15px 19px 12px 44px;
}
.btnLink01 a:after {
	content: "";
	position: absolute;
	right: 8px;
	top: 50%;
	display: inline-block;
	width: 27px;
	height: 27px;
	background: url(/memberservice/pc/rsp/v1/eposnet/img/form_ic02.png) no-repeat 0 0;
	margin: -13px 0 0 0;
}
.btnLink01 a[target="_blank"]:after {
	background: url(/memberservice/pc/rsp/v1/eposnet/img/form_ic17.png) no-repeat 0 0;
}
.btnLink01 a.type-close:after {
	left: 8px;
	right: auto;
	width: 14px;
	height: 12px;
	background: url(/memberservice/pc/rsp/v1/eposnet/img/form_ic06.png) no-repeat 0 0;
	background-size: 14px auto;
	margin: -6px 0 0 0;
}
.btnLink01 a:hover {
	margin-top: 2px;
	background-color: #ebebeb;
	border-bottom: 1px solid #b7b7b7;
}
.btnLink01.type01 a:hover {
	background-color: #a5001e;
	border-bottom: 1px solid #b7b7b7;
}
.btnLink01 .type-delete {
	padding: 12px 40px 10px 40px;
	background: #ebebeb;
	-webkit-border-radius: 9px;
		 -moz-border-radius: 9px;
					border-radius: 9px;
	border-bottom: solid 3px #a5a5a5;
	border-top: none;
	border-right: none;
	border-left: none;
	-webkit-appearance: none;
		 -moz-appearance: none;
					appearance: none;
	cursor: pointer;
	font-weight: bold;
}
.btnLink01 .type-delete:hover {
	margin-top: 2px;
	border-bottom-width: 1px;
}

/*----- ColLayout -----*/
.colLayout {
	margin-top: 25px;
}
.inputLayout + .colLayout {
	margin-top: 15px;
}

/*----- Box -----*/
[class*="boxLayout"] > *:first-child,
[class*="boxLayout"] [class*="boxCnt"] > *:first-child {
	clear: none;
	margin-top: 0 !important;
}
[class*="borderBox"] > *:first-child {
	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; }

.borderBox01 {
	margin: 30px 0 0 0;
	padding: 25px;
	border: solid 3px #aaaaaa;
	text-align: left;
}
.entry.borderBox01 {
	margin-top: 10px !important;
	padding: 7px 25px;
}
.borderBox01.type-Terms {
	background: #fffaf3;
}
.borderBox02 {
	margin: 30px 0 0 0;
	padding: 25px;
	border: solid 3px #a5001e;
	text-align: left;
}
.customerWrap01 {
	width: 585px;
	margin: 30px auto 0;
}
.customerBox01 {
	border: 1px solid #b7b3ab;
}
.customerBox01 .customerHdg {
	padding: 12px 5px;
	background: #f4efe6;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: bold;
	text-align: center;
}
.customerBox01 .customerInn {
	padding: 15px 10px 25px;
}
.customerBox01 .customerTel {
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.0;
}
.customerBox01 .customerTel + .customerTel {
	margin-top: 30px;
}
.customerBox01 .customerTel a {
	color: #222;
	text-decoration: none;
}
.customerBox01 .customerLocation {
	display: inline-block;
	margin-right: 14px;
	padding: 0.2em 10px 0;
	background: #a5001e;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	vertical-align: middle;
	line-height: 1.8;
}
.customerBox01 .customerHours {
	margin-top: 10px;
	text-align: center;
}

.telBox01 {
	margin-top: 45px;
	border: solid 1px #b7b3ab;
}
.inputDesc + .telBox01 {
	margin-top: 15px;
}
.telBox01 .place {
	padding: 12px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	background: #f4efe6;
}
.telBox01 .place .subTxt {
	margin-left: 5px;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
}
.telBox01 .telArea {
	padding: 20px 180px;
}
.telBox01 .telArea .areaList01 {
}
.telBox01 .telArea .areaList01 li {
	float: left;
	width: 260px;
	margin-right: 0;
}
.telBox01 .telArea  .areaTxt {
	display: inline-block;
	margin: -1px 15px 0 0;
	padding: 5px 11px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #ffffff;
	line-height: 1.0;
	vertical-align: top;
	background: #a5001e;
}
.telBox01 .telArea .telNumber {
	display: inline-block;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.0;
}
.telBox01 .telArea .telNumber a {
	color: #222222;
	text-decoration: none;
}

/*----- Form -----*/
/* formSection */
.formSection {
	clear: both;
	margin: 30px 0 0 0;
}
.formSection.nonSelectCard {
	position: relative;
}
.formSection > *:first-child {
	margin-top: 0 !important;
}
.formSection > .userName {
	margin-bottom: 20px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.20;
}
.formSection > .heading {
	margin: 30px 0 10px;
}
.formSection > .userName + .heading {
	margin-top: 0;
}
.formSection > .heading > .hdg {
	float: left;
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.20;
}
.formSection > .heading > .hdg > .small {
	font-size: 70%;
}
.formSection > .heading > .hdg > .small2 {
	padding-left: 1.0em;
	font-size: 70%;
	font-weight: normal;
	color: #a5001e;
}
.formSection > .heading > .note {
	float: right;
	padding: 5px 0 0 0;
}
.formSection > .heading > .note > a {
	display: inline-block;
	padding: 2px 0 1px 28px;
	background: url(/memberservice/pc/rsp/v1/eposnet/img/form_ic01.png) no-repeat 0 0.1em;
}
.formSection > .content {
	clear: both;
	margin: 10px 0 0 0;
}
.formSection > .content > *:first-child {
	margin-top: 0 !important;
}
.formSection > .content > .announce {
	margin: 1em 0 0.75em;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.25;
}
.formSection > .content > .announce > strong {
	color: #a5001e;
}

.formSection > .content .nonSelectCardImg01 {
	position: absolute;
	top: 0;
	right: 0;
	width: 150px;
}
.formSection > .content .nonSelectCardImg01 img {
	width: 100%;
	height: auto;	
}
/* entranceSection */
.entranceSection {
	clear: both;
	margin: 30px 0 0 0;
}
.entranceSection > *:first-child {
	margin-top: 0 !important;
}
.entranceSection > .heading {
	margin: 30px 0 15px;
}
.entranceSection > .heading > .hdg {
	padding: 15px 0;
	font-size: 33px;
	font-size: 3.3rem;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
}
.entranceSection .preparedBox {
	width: 600px;
	margin: 15px auto 0;
	padding: 10px;
	border: 4px solid #e0e0e0;
	font-size: 20px;
	font-size: 2.0rem;
	text-align: center;
}
.entranceSection .preparedTxt {
	display: inline-block;
}
.entranceSection .preparedIcon {
	width: 66px;
	margin-left: 20px;
	vertical-align: middle;
}
/* finishSection */
.finishSection {
	clear: both;
	margin: 30px 0 0 0;
}
.formSection > .finishSection {
	margin-top: 0;
}
.finishSection > *:first-child {
	margin-top: 0 !important;
}
.finishSection > .heading {
	margin: 30px 0 15px;
}
.finishSection > .heading > .hdg {
	padding: 15px 0;
	color: #a5001e;
	font-size: 33px;
	font-size: 3.3rem;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
}
.finishSection > .content {
	clear: both;
	margin: 15px 0 0 0;
}
.finishSection > .content > *:first-child {
	margin-top: 0 !important;
}
.finishSection > .content > .message {
	margin: 1em 0 0.75em;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.75;
	text-align: center;
}
.finishSection > .content > .receiptBox {
	clear: both;
	margin: 25px 0;
	padding: 18px 20px 15px;
	border: 4px solid #e0e0e0;
	background-color: #fff;
	text-align: center;
}
.finishSection > .content > .receiptBox > .receiptNumber {
	display: inline-block;
	font-size: 24px;
	font-size: 2.4rem;
}
.finishSection > .content > .receiptBox > .receiptNumber > strong {
	color: #a5001e;
	font-weight: bold;
	white-space: nowrap;
}
.finishSection > .content > .follows {
	clear: both;
	width: 80%;
	margin: 20px auto 0;
}
.finishSection > .content > .follows > li {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.finishSection > .content > .follows > li + li {
	margin-top: 15px;
}
.finishSection > .content > .follows > li > .txt {
	display: table-cell;
	width: 99%;
	padding: 0 29px 0 0;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: right;
	vertical-align: middle;
}
.finishSection > .content > .follows > li > .btn {
	display: table-cell;
	width: 264px;
	text-align: left;
	vertical-align: middle;
}
.finishSection > .content > .follows > li > .btn > .btnLink01 a {
	width: 100%;
}
.finishSection > .content > .contact {
	clear: both;
	margin: 30px 0 0 0;
	text-align: center;
}
.finishSection > .content > .contact > dt {
	margin: 0 0 0.5em 0;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}
.finishSection > .content > .contact > dd {
}
.finishSection > .content > .contact > dd > *:first-child {
	margin-top: 0 !important;
}
.finishSection > .content > .contact > dd > .telNumber {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	white-space: nowrap;
}
.finishSection > .content > .hdg {
	position: relative;
	margin-bottom: 15px;
	padding-left: 15px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.2;
}
.finishSection > .content > .hdg:before {
	content: "";
	position: absolute;
	left: 0;
	top: 1px;
	width: 5px;
	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 70px;
}
.finishSection > .content > .notes > li + li {
	margin-top: 1em;
}
.finishSection > .content > .notes > li > .num {
	position: absolute;
	left: 0;
	top: 0;
}
.finishSection > .content > .notes > li > .cnt {
	min-height: 50px;
	padding: 15px 0 0 0;
}
.finishSection > .content > .notes > li > .cnt > *:first-child {
	margin-top: 0 !important;
}
.finishSection > .content > .notes > li > .cnt > .desc {
	line-height: 2.0;
}

/* announceSection */
.announceSection {
	margin-top: 40px;
	font-size: 15px;
	font-size: 1.5rem;
}
.announceSection > *:first-child {
	margin-top: 0 !important;
}
.announceDesc01 {
	margin-top: 25px;
}
.announceDesc01--border {
	border: 2px solid #a5001e;
	padding: 10px;
}
.announceDesc01 > dt {
	margin: 0 0 0.5em;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}
.announceDesc01 > dd p {
	padding: 0;
}
/* flowSection */
.flowSection {
	margin-top: 38px;
}
.flowSection .flowHdg {
	position: relative;
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: bold;
	text-align: center;
}
.flowSection .flowHdg::before {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #e52f4f;
	content: "";
}
.flowSection .flowHdg > .hdg {
	position: relative;
	display: inline-block;
	padding: 0 35px;
	background: #fff;
	z-index: 2;
}
.flowSection .flowList01 {
	margin-top: 20px;
	font-size: 14px;
	font-size: 1.4rem;
}
.flowSection .flowList01 > li {
	position: relative;
	width: 31%;
	float: left;
	margin-left: 3.5%;
	border: 2px solid #e52f4f;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.flowSection .flowList01 > li:nth-child(3n+1) {
	margin-left: 0;
	clear: left;
}
.flowSection .flowList01 > li::after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	top: 50%;
	left: -24px;
	margin-top: -16px;
	border-left: 18px solid #b5b4b4;
	border-top: 16px solid transparent;
	border-bottom: 16px solid transparent;
	content: "";
}
.flowSection .flowList01 > li:first-child::after {
	display: none;
}
.flowSection .flowDesc > dt {
	padding: 8px 5px 7px;
	background: #e52f4f;
	-webkit-border-radius: 7px 7px 0 0;
	-moz-border-radius: 7px 7px 0 0;
	border-radius: 7px 7px 0 0;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
}
.flowSection .flowDesc > dd {
	padding: 14px 3px;
	text-align: center;
}
.flowSection .flowEpocket {
	margin-top: 54px;
	text-align: center;
}
.flowSection .flowBox01 {
	margin-top: 25px;
	padding: 20px 30px;
	background: #ffe3d5;
}
.flowSection .flowBox01__head {
	margin-bottom: 15px;
	padding-bottom: 20px;
	border-bottom: 2px solid #e6001b;
}
.flowSection .flowBox01__icon {
	float: left;
	margin-right: 38px;
}
.flowSection .flowBox01__hdg {
	float: left;
	padding-top: 8px;
	font-size: 16px;
	font-size: 1.6rem;
}
.flowSection .flowBox01__hdg .hdg {
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.25;
}
.flowSection .flowBox01__btn {
	float: right;
}
.flowSection .flowBox01__btn .btnLink01 {
	margin-top: 8px;
}
.flowSection .flowBox01__btn .btnLink01 a {
	width: 206px;
}
.flowSection .flowBox01__lead {
	font-size: 18px;
	font-size: 1.8rem;
}
.flowSection .flowBox01__list {
	margin-top: 15px;
	font-size: 16px;
	font-size: 1.6rem;
}
.flowSection .flowBox01__list > li {
	display: table;
	width: 49%;
	height: 60px;
	float: left;
	margin-left: 2%;
	padding-left: 70px;
}
.flowSection .flowBox01__list > li:nth-child(2n+1) {
	margin-left: 0;
	clear: left;
}
.flowSection .flowBox01__list > li:nth-child(n+3) {
	margin-top: 2%;
}
.flowSection .flowBox01__list > li.icon01 { background: url(/memberservice/pc/rsp/v1/eposnet/img/eposnet_ic02.png) 0 0 no-repeat; }
.flowSection .flowBox01__list > li.icon02 { background: url(/memberservice/pc/rsp/v1/eposnet/img/eposnet_ic03.png) 0 0 no-repeat; }
.flowSection .flowBox01__list > li.icon03 { background: url(/memberservice/pc/rsp/v1/eposnet/img/eposnet_ic04.png) 0 0 no-repeat; }
.flowSection .flowBox01__list > li.icon04 { background: url(/memberservice/pc/rsp/v1/eposnet/img/eposnet_ic05.png) 0 0 no-repeat; }
.flowSection .flowBox01__list > li > p {
	display: table-cell;
	vertical-align: middle;
}
.flowSection .flowBox02 {
	margin-top: 20px;
	padding: 20px 30px 20px 20px;
	background: #fff6d5;
}
.flowSection .flowBox02__inn {
	display: table;
	width: 100%;
}
.flowSection .flowBox02__inn .flowBox02__bnr {
	width: 297px;
	display: table-cell;
	vertical-align: middle;
}
.flowSection .flowBox02__inn .flowBox02__txt {
	width: 347px;
	display: table-cell;
	padding-left: 20px;
	vertical-align: middle;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}
.flowSection .flowBox02__inn .flowBox02__btn {
	width: 206px;
	display: table-cell;
	vertical-align: middle;
}
.flowSection .flowBox02__inn .flowBox02__btn .btnLink01 {
	margin-top: 0;
}
.flowSection .flowBox02__inn .flowBox02__btn .btnLink01 a {
	width: 100%;
}

/* formWrap */
.formWrap {
	clear: both;
	margin: 30px 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: 25px;
	padding-top: 20px;
	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: 22px;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.25;
}
.formWrap > form fieldset > .fieldHdg.size-M > .hdg {
	font-size: 18px;
	font-size: 1.8rem;
}
.formWrap > form fieldset > .fieldHdg.size-M + .inputDesc {
	margin-top: 10px;
}
.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 {
	margin-top: 40px;
}
.formWrap > form .entry.type-hr {
	margin-top: 25px;
	padding-top: 20px;
	border-top: 1px dotted #777777;
}
.formWrap > form .entry.type-hr.narrow {
	margin-top: 20px;
	padding-top: 20px;
}
.formWrap > form .entry.type-hr.narrow02 {
	margin-top: 15px;
	padding-top: 15px;
}
.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: 60px 0 0 0;
	text-align: center;
	letter-spacing: -0.4em;
}
.formSubmit.mtNarrow {
	margin-top: 10px;
}
.formSubmit > .lead {
	margin: 1em 0 0.5em;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	letter-spacing: normal;
}
.formSubmit > .lead:before {
	content: "";
	position: relative;
	bottom: -10px;
	display: inline-block;
	width: 0;
	height: 0;
	margin: 0 20px 0 0;
	border-width: 30px 0 0 10px;
	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: -10px;
	display: inline-block;
	width: 0;
	height: 0;
	margin: 0 0 0 20px;
	border-width: 30px 10px 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#backBtn,
.formSubmit > .btn#correctBtn {
	position: absolute;
	left: 0;
	top: 20px;
}
.formSubmit > .btn#correctBtn {
	top: 16px;
}
.formSubmit > .btn#backBtn > input,
.formSubmit > .btn#correctBtn > input {
	position: relative;
	display: block;
	width: 100%;
	height: 43px;
	padding: 10px 33px 9px 45px;
	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/eposnet/img/form_ic04.png);
	background-repeat: no-repeat;
	background-position: 10px 50%;
	color: #222222;
	font-weight: bold;
	text-decoration: none !important;
	cursor: pointer;
}
.formSubmit > .btn#backBtn > a,
.formSubmit > .btn#correctBtn > a {
	position: relative;
	display: block;
	width: 100%;
	height: 43px;
	padding: 12px 36px 9px 48px;
	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;
}
.formSubmit > .btn#correctBtn > input,
.formSubmit > .btn#correctBtn > a {
	height: 53px;
	padding: 15px 33px 14px 45px;
	font-size: 16px;
	font-size: 1.6rem;
}
.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/eposnet/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: 41px;
	background-color: #ebebeb;
	border-bottom: 1px solid #b7b7b7;
}
.formSubmit > .btn#correctBtn > input:hover,
.formSubmit > .btn#correctBtn > a:hover {
	height: 51px;
}
.formSubmit > .btn#nextStepBtn,
.formSubmit > .btn#submitBtn,
.formSubmit > .btn#homeBtn,
.formSubmit > .btn#winCloseBtn,
.formSubmit > .btn.like-submit {
	width: 510px;
}
.formSubmit > .btn#nextStepBtn > input,
.formSubmit > .btn#submitBtn > input,
.formSubmit > .btn#submitBtn > button,
.formSubmit > .btn#homeBtn > a,
.formSubmit > .btn#winCloseBtn > a,
.formSubmit > .btn.like-submit > a {
	display: block;
	width: 100%;
	height: 83px;
	padding: 3px 60px 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/eposnet/img/form_ic03.png);
	background-repeat: no-repeat;
	background-position: 461px 50%;
	color: #fff;
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: bold;
	text-align: center;
}
.formSubmit > .btn#submitBtn > button {
	padding-top: 10px;
	line-height: 1.0;
}
.formSubmit > .btn#submitBtn > button > .small {
	font-size: 70%;
	font-weight: normal;
}
.formSubmit > .btn#homeBtn > a {
	background-color: #e6e6e6;
	border-bottom-color: #a5a5a5;
	color: #222;
}
.formSubmit > .btn#homeBtn > a > span {
	display: inline-block;
	padding-top: 17px;
}
.formSubmit > .btn#winCloseBtn > a {
	padding: 3px 10px 0;
}
.formSubmit > .btn#winCloseBtn > a > span {
	display: inline-block;
	padding-top: 7px;
}
.formSubmit > .btn#winCloseBtn > a > span > .small {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
}
.formSubmit > .btn.like-submit > a {
	display: table;
	width: 100%;
	overflow: hidden;
	text-decoration: none;
}
.formSubmit > .btn.like-submit > a > span {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}
.formSubmit > .btn#nextStepBtn:not(.disabled) > input,
.formSubmit > .btn#submitBtn:not(.disabled) > input,
.formSubmit > .btn#submitBtn:not(.disabled) > button {
	cursor: pointer;
}
.formSubmit > .btn#nextStepBtn:not(.disabled) > input: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.like-submit > a:hover {
	height: 81px;
	margin-top: 2px;
	border-bottom-width: 1px;
}
.formSubmit > .btn#nextStepBtn.disabled > input,
.formSubmit > .btn#submitBtn.disabled > input,
.formSubmit > .btn#submitBtn.disabled > button {
	height: 80px;
	padding-left: 80px;
	background-image: url(/memberservice/pc/rsp/v1/eposnet/img/form_ic07.png);
	background-position: 71px 50%;
	color: #a5001e;
	font-size: 22px;
	font-size: 2.2rem;
	border: 2px solid #a5001e;
	background-color: #ffe5e5;
}


/*----- input -----*/
/* inputHdg */
.inputHdg {
	clear: both;
	margin: 25px 0 5px;
}
.inputHdg.with-link {
	display: table;
}
.inputLayout.type-table > .colLabel > .inputHdg {
	margin-bottom: 0;
}
.inputHdg > .hdg {
	display: inline-block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.25;
}
.inputHdg.with-link > .hdg {
	display: table-cell;
	vertical-align: middle;
}
.inputHdg.with-cbox > .hdg {
	width: 9em;
	white-space: nowrap;
	vertical-align: middle;
}
.inputHdg > .hdg > .small {
	font-size: 75%;
}
.inputHdg.with-link > .hdg + .btn {
	display: table-cell;
	padding: 0 0 0 30px;
	vertical-align: middle;
	white-space: nowrap;
}
.inputHdg.with-link > .hdg + .btn > *:first-child {
	margin-top: 0 !important;
}
.inputHdg.with-cbox > .checkboxWrap {
	display: inline-block;
	height: 40px;
	margin: 0 0 0 30px;
	padding: 12px 32px 8px 50px;
	font-size: 16px;
	font-size: 1.6rem;
	vertical-align: middle;
}
.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;
}

/* inputDesc */
.inputDesc {
	clear: both;
	margin: 15px 0 0.75em;
	text-align: left;
}
#check-statement-reciept .inputDesc {
	margin-bottom: 0;
}
.inputHdg + .inputDesc {
	margin-top: 10px;
}
.inputDesc > .desc {
	margin: 1em 0 0 0;
	line-height: 1.25;
	text-align: left;
}
.inputDesc > .desc.type-strong {
	color: #a5001e;
	font-size: 18px;
	font-size: 1.8rem;
	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: 30px 0 0.75em;
	color: #222222;
	font-size: 20px;
	font-size: 2.0rem;
	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;
}
.inputValue .inputWrap.inputted > .field > .readonlyBox {
	display: inline-block;
	width: auto;
	min-width: 350px;
}

/* inputCounter */
.inputCounter {
	margin: 30px 0 0.5em;
	text-align: left;
}
.inputCounter > .counter {
	padding: 15px 0 0 0;
	font-size: 18px;
	font-size: 1.8rem;
}
.inputCounter > .counter > .number {
	margin: 0 0.25em;
	color: #a5001e;
	font-size: 22px;
	font-size: 2.2rem;
	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: 17px;
	font-size: 1.7rem;
	font-weight: bold;
}

/* inputLayout */
.inputLayout {
	clear: both;
	margin: 30px 0 0 0;
}
.inputHdg + .inputLayout {
	margin-top: 10px;
}
.inputHdg.with-cbox + .inputLayout {
	margin-top: 15px;
}
.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 0 0 32px;
}
.inputLayout.count1 > .col {
	float: none;
	margin-left: 0;
	text-align: center;
}
.inputLayout.count1 > .col { width: 100%; }
.inputLayout.count2 > .col { width: 434px; }
.inputLayout.count3 > .col { width: 280px; margin-left: 30px; }
.inputLayout.count3.dataCol > .col { width: 280px; margin-left: 60px; }
.inputLayout.count4 > .col { width: 201px; }
.inputLayout.count4 > .col.double { width: 434px; }
.inputLayout.count4.numberCol > .col { width: 130px; }
.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: 30px !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 > .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 32px;
	vertical-align: middle;
}
.inputLayout.type-table > [class*="col"]:nth-child(1) {
	margin-left: 0;
	padding-left: 0;
}
.inputLayout.type-table > .colLabel {
	padding: 0 32px 0 0;
}
.inputLayout.type-table > .colInput {
	width: 99%;
}
.inputLayout.type-rspTable {
	display: table;
	margin-top: 20px;
	table-layout: fixed;
	width: 100%;
	border-right: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
}
.inputLayout.type-rspTable.wAuto {
	table-layout: auto;
	width: auto;
}
.inputLayout.type-rspTable > [class*="col"] {
	float: none;
	display: table-cell;
	padding: 15px;
	vertical-align: middle;
}
.inputLayout.type-rspTable > .colLabel {
	background: #f2f2f2;
	border-top: solid 1px #dddddd;
	border-left: solid 1px #dddddd;
}
.inputLayout.type-rspTable > .colInput {
	background: #ffffff;
	border-top: solid 1px #dddddd;
	border-left: solid 1px #dddddd;
}
.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 .inputWrap > .field:after,
.inputLayout.telNumCol .inputWrap > .field:after,
.inputLayout.dataCol .field .inputTail {
	position: absolute;
	content: "";
	top: 50%;
}
.inputLayout.numberCol .inputWrap > .field:after,
.inputLayout.telNumCol .inputWrap > .field:after {
	left: -22px;
	width: 12px;
	height: 1px;
	background-color: #333333;
}
.inputLayout.dataCol > .col .field .inputTail {
	right: -3.0em;
	width: 2.4em;
	height: 30px;
	margin-top: -15px;
	font-size: 2rem;
}
.inputLayout.numberCol .col:first-child .field:after,
.inputLayout.telNumCol .col:first-child .field:after {
	display: none;
}
.inputWrap > .field > label {
	position: absolute;
	left: 16px;
	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;
	word-break: loose;
	word-wrap: normal;
}
.inputWrap.focused > .field > label,
.inputWrap.inputted > .field > label {
	top: 7px;
	display: block;
	margin: 0 0 5px 0;
	font-size: 12px;
	font-size: 1.2rem;
}
.ie8 .inputWrap.focused > .field > label,
.ie8 .inputWrap.inputted > .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="text"],
.inputWrap > .field > input[type="password"],
.inputWrap > .field > input[type="number"],
.inputWrap > .field > input[type="tel"] {
	width: 100%;
	height: 65px;
	padding: 12px 15px 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 2px 3px 0px rgba(0,0,0,0.15) inset;
	   -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.15) inset;
	    -ms-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.15) inset;
	     -o-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.15) inset;
	        box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.15) inset;
	color: #444444;
	font-size: 20px;
	font-size: 2.0rem;
	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="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="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="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="text"],
.inputWrap > .field.with-help > input[type="password"],
.inputWrap > .field.with-help > input[type="number"],
.inputWrap > .field.with-help > input[type="tel"] {
	padding-right: 55px !important;
}
.inputWrap.open-help > .field > input[type="text"],
.inputWrap.open-help > .field > input[type="password"],
.inputWrap.open-help > .field > input[type="number"],
.inputWrap.open-help > .field > input[type="tel"],
.inputWrap.open-error[data-validate="validate"] > .field > input[type="text"],
.inputWrap.open-error[data-validate="validate"] > .field > input[type="password"],
.inputWrap.open-error[data-validate="validate"] > .field > input[type="number"],
.inputWrap.open-error[data-validate="validate"] > .field > input[type="tel"] ,
.inputWrap.open-error[data-validate="required"] > .field > input[type="text"],
.inputWrap.open-error[data-validate="required"] > .field > input[type="password"],
.inputWrap.open-error[data-validate="required"] > .field > input[type="number"],
.inputWrap.open-error[data-validate="required"] > .field > input[type="tel"] {
	-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[data-validate="validate"] > .field > input[type="text"],
.inputWrap.open-error[data-validate="validate"] > .field > input[type="password"],
.inputWrap.open-error[data-validate="validate"] > .field > input[type="number"],
.inputWrap.open-error[data-validate="validate"] > .field > input[type="tel"] ,
.inputWrap.open-error[data-validate="required"] > .field > input[type="text"],
.inputWrap.open-error[data-validate="required"] > .field > input[type="password"],
.inputWrap.open-error[data-validate="required"] > .field > input[type="number"],
.inputWrap.open-error[data-validate="required"] > .field > input[type="tel"] {
	border-width: 2px;
	border-color: #a5001e;
	border-bottom: none;
}
.inputWrap.noError.open-error[data-validate="validate"] > .field > input[type="text"],
.inputWrap.noError.open-error[data-validate="validate"] > .field > input[type="password"],
.inputWrap.noError.open-error[data-validate="validate"] > .field > input[type="number"],
.inputWrap.noError.open-error[data-validate="validate"] > .field > input[type="tel"] ,
.inputWrap.noError.open-error[data-validate="required"] > .field > input[type="text"],
.inputWrap.noError.open-error[data-validate="required"] > .field > input[type="password"],
.inputWrap.noError.open-error[data-validate="required"] > .field > input[type="number"],
.inputWrap.noError.open-error[data-validate="required"] > .field > input[type="tel"] {
	border-bottom: 2px solid #a5001e;
	-webkit-border-radius: 9px;
	   -moz-border-radius: 9px;
	    -ms-border-radius: 9px;
	     -o-border-radius: 9px;
	        border-radius: 9px;
}
.inputWrap.noError02.open-error[data-validate="validate"] > .field > input[type="text"],
.inputWrap.noError02.open-error[data-validate="validate"] > .field > input[type="password"],
.inputWrap.noError02.open-error[data-validate="validate"] > .field > input[type="number"],
.inputWrap.noError02.open-error[data-validate="validate"] > .field > input[type="tel"] ,
.inputWrap.noError02.open-error[data-validate="required"] > .field > input[type="text"],
.inputWrap.noError02.open-error[data-validate="required"] > .field > input[type="password"],
.inputWrap.noError02.open-error[data-validate="required"] > .field > input[type="number"],
.inputWrap.noError02.open-error[data-validate="required"] > .field > input[type="tel"] {
	border: solid 1px #ababab;
	-webkit-border-radius: 9px;
	   -moz-border-radius: 9px;
	    -ms-border-radius: 9px;
	     -o-border-radius: 9px;
	        border-radius: 9px;
}
.inputWrap.noError02.open-help[data-validate="validate"] > .field > input[type="text"],
.inputWrap.noError02.open-help[data-validate="validate"] > .field > input[type="password"],
.inputWrap.noError02.open-help[data-validate="validate"] > .field > input[type="number"],
.inputWrap.noError02.open-help[data-validate="validate"] > .field > input[type="tel"] ,
.inputWrap.noError02.open-help[data-validate="required"] > .field > input[type="text"],
.inputWrap.noError02.open-help[data-validate="required"] > .field > input[type="password"],
.inputWrap.noError02.open-help[data-validate="required"] > .field > input[type="number"],
.inputWrap.noError02.open-help[data-validate="required"] > .field > input[type="tel"] {
	border: solid 1px #ababab;
	-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.inputted > .field > input[type="text"],
.inputWrap.inputted > .field > input[type="password"],
.inputWrap.inputted > .field > input[type="number"],
.inputWrap.inputted > .field > input[type="tel"] {
	padding-top: 24px;
	border-width: 1px;
	border-color: #222222;
	background-color: #fff;
}
.inputWrap.item-error > .field > input[type="text"],
.inputWrap.item-error > .field > input[type="password"],
.inputWrap.item-error > .field > input[type="number"],
.inputWrap.item-error > .field > input[type="tel"] {
	padding: 11px 14px 4px;
	border-width: 2px;
	border-color: #a5001e;
}
.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="text"],
.inputWrap.item-error.open-error > .field > input[type="password"],
.inputWrap.item-error.open-error > .field > input[type="number"],
.inputWrap.item-error.open-error > .field > input[type="tel"] {
	padding: 11px 14px 4px;
	border-width: 2px;
}
.inputWrap.item-error.inputted > .field > input[type="text"],
.inputWrap.item-error.inputted > .field > input[type="password"],
.inputWrap.item-error.inputted > .field > input[type="number"],
.inputWrap.item-error.inputted > .field > input[type="tel"] {
	padding: 24px 15px 5px;
}
.inputWrap.inputted > .field > .readonlyBox {
		width: 100%;
	height: 65px;
	padding: 24px 15px 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	-webkit-border-radius: 9px;
	   -moz-border-radius: 9px;
	    -ms-border-radius: 9px;
	     -o-border-radius: 9px;
	        border-radius: 9px;
	background-color: #fff;
	color: #444444;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.25;
}
.inputWrap > .field > .tail {
	display: none;
	font-size: 16px;
	font-size: 1.6rem;
}
.inputWrap.focused > .field > .tail,
.inputWrap.inputted > .field > .tail {
	display: block;
	position: absolute;
	right: 15px;
	bottom: 5px;
}
.inputWrap.focused > .field.with-help > .tail,
.inputWrap.inputted > .field.with-help > .tail {
	right: 58px;
}
.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 {
	right: 2px;
	top: 2px;
}
.inputWrap.noError02.open-error[data-validate="validate"] > .field > .btn ,
.inputWrap.noError02.open-error[data-validate="required"] > .field > .btn {
	right: 1px;
	top: 1px;
}
.inputWrap.item-error > .field > .btn {
	right: 2px;
	top: 2px;
}
.inputWrap.item-error.focused > .field > .btn {
	right: 1px;
	top: 1px;
}
.inputWrap.item-error.open-error > .field > .btn {
	right: 2px;
	top: 2px;
}
.inputWrap > .field > .btn > span {
	position: relative;
	display: block;
	width: 48px;
	height: 63px;
	-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/rsp/v1/eposnet/img/form_ic05.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	text-indent: -9999px;
	outline: none;
	cursor: pointer;
}
.inputWrap.open-help > .field > .btn > span,
.inputWrap.noError02.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/eposnet/img/form_ic06.png);
}
.inputWrap.open-error[data-validate="validate"] > .field > .btn > span ,
.inputWrap.open-error[data-validate="required"] > .field > .btn > span {
	width: 47px;
	height: 62px;
	-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="validate"] > .field > .btn > span ,
.inputWrap.noError02.open-error[data-validate="required"] > .field > .btn > span {
	width: 48px;
	height: 63px;
	-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.noError02.open-help[data-validate="validate"] > .field > .btn > span,
.inputWrap.noError02.open-help[data-validate="required"] > .field > .btn > span{
	width: 48px;
	height: 63px;
	-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.item-error > .field > .btn > span {
	width: 47px;
	height: 61px;
}
.inputWrap.item-error.focused > .field > .btn > span {
	width: 48px;
	height: 63px;
}
.inputWrap.item-error.open-error > .field > .btn > span {
	width: 47px;
	height: 62px;
}
.inputWrap.open-help > .field > .btn > span:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px !important;
	z-index: 40;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #f2f2f2 !important;
}
.inputWrap.open-error[data-validate="validate"] > .field > .btn > span:after ,
.inputWrap.open-error[data-validate="required"] > .field > .btn > span:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #ababab;
}
.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 {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px !important;
	z-index: 40;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #f2f2f2 !important;
}
.inputWrap.focused > .field > .fake-btn  {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
	display: block;
	width: 50px;
	height: 65px;
	background-color: transparent;
	cursor: pointer;
}
.inputWrap > .help {
	position: absolute;
	left: 0;
	top: 64px;
	z-index: 30;
	/*
	position: relative;
	top: -1px;
	*/
	display: none;
	width: 100%;
	padding: 12px 15px;
	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;
	font-size: 13px;
	font-size: 1.3rem;
	text-align: left;
}
.inputWrap.focused > .help {
	border-color: #4aadc9;
	border-top-color: #ababab;
}
.inputWrap > .error {
	/*
	position: absolute;
	left: 0;
	top: 54px;
	z-index: 20;
	*/
	position: relative;
	top: -1px;
	display: none;
	width: 100%;
	padding: 12px 15px;
	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-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
	text-align: left;
}
.inputWrap.open-error[data-validate="validate"] > .error ,
.inputWrap.open-error[data-validate="required"] > .error {
	display: block;
}
.inputWrap .pwVisibleWrap{
	position: relative;
}
.inputWrap .pwVisibleWrap .pwVisibleBtn{
	position: absolute;
	top: 50%;
	right: 5px;
	width: 30px;
	height: 24px;
	margin-top: -12px;
	background: url("/memberservice/pc/rsp/v1/id_pass/img/form_ic20.gif") no-repeat 0 0;
	-webkit-background-size: 30px auto;
	background-size: 30px auto;
	text-indent: -9999px;
}
.inputWrap .pwVisibleWrap .pwVisibleBtn.visible{
	background: url("/memberservice/pc/rsp/v1/id_pass/img/form_ic21.gif") no-repeat 0 0;
	-webkit-background-size: 30px auto;
	background-size: 30px auto;
}
.inputWrap > .pwVisibleWrap > input.pwVisible{
	padding-right: 35px;
}
.inputWrap .with-help.pwVisibleWrap .pwVisibleBtn{
	right: 55px;
}
.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: 30px auto;
	background-size: 30px auto;
}
.inputWrap > .with-help.pwVisibleWrap > input.pwVisible{
	padding-right: 90px !important;
}
/* IE Edge icon*/
input.pwVisible::-ms-clear {
	visibility:hidden
}
input.pwVisible::-ms-reveal {
	visibility:hidden
}

/* selectbox */
.selectWrap {
	position: relative;
}
.selectWrap > .field {
	position: relative;
}
.selectWrap.open-help > .field:after {
	content: "";
	position: absolute;
	right: 1px;
	bottom: 0 !important;
	z-index: 40;
	display: block;
	width: 48px;
	height: 1px;
	background-color: #f2f2f2 !important;
}
.selectWrap > .field > label {
	position: absolute;
	left: 16px;
	top: 14px;
	display: none;
	color: #444444;
}
.selectWrap.focused > .field > label,
.selectWrap.selected > .field > label {
	top: 7px;
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
}
.selectWrap > .field > select {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 65px;
	padding: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=00)";
	zoom: 1;
	-webkit-appearance: none;
}
.selectWrap > .field > .choice {
	width: 100%;
	height: 65px;
	padding: 21px 30px 5px 15px;
	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 2px 3px 0px rgba(0,0,0,0.15) inset;
	   -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.15) inset;
	    -ms-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.15) inset;
	     -o-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.15) inset;
	        box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.15) inset;
	color: #444444;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.25;
}
.selectWrap > .field > .choice.noLabel {
	padding-top: 21px !important;
}
.selectWrap[data-validate="optional"] > .field > .choice {
	background-color: #fff;
}
.selectWrap > .field.with-help > .choice {
	padding-right: 85px;
}
.selectWrap.focused > .field > .choice {
	padding-top: 28px;
	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);
}
.selectWrap.selected > .field > .choice {
	padding-top: 28px;
	border-color: #222222;
	background-color: #fff;
	color: #444444;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.ie8 .selectWrap.selected > .field > .choice,
.ie9 .selectWrap.selected > .field > .choice {
	white-space: nowrap;
	word-break: loose;
	word-wrap: normal;
}
.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: 21px 29px 4px 14px;
	border-width: 2px;
	border-color: #a5001e;
}
.selectWrap.item-error.focused > .field > .choice {
	padding: 24px 30px 5px 15px;
	border-width: 1px;
}
.selectWrap.item-error.open-error > .field > .choice {
	padding-left: 14px;
	border-width: 2px;
}
.selectWrap.item-error.selected > .field > .choice {
	padding: 24px 30px 5px 15px;
}
.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: 68px;
}
.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: 48px;
	height: 63px;
	-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/rsp/v1/eposnet/img/form_ic05.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	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/eposnet/img/form_ic06.png);
}
.selectWrap.open-error > .field > .btn > span {
	width: 47px;
	height: 62px;
	-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;
}
.selectWrap.item-error > .field.with-help > .btn > span {
	width: 47px;
	height: 61px;
}
.selectWrap.item-error.focused > .field.with-help > .btn > span {
	width: 48px;
	height: 63px;
}
.selectWrap.item-error.open-error > .field.with-help > .btn > span {
	width: 47px;
	height: 62px;
}
.selectWrap > .help {
	position: absolute;
	left: 0;
	top: 64px;
	z-index: 30;
	/*
	position: relative;
	top: -1px;
	*/
	display: none;
	width: 100%;
	padding: 12px 15px;
	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;
	font-size: 13px;
	font-size: 1.3rem;
	text-align: left;
}
.selectWrap.focused > .help {
	border-color: #4aadc9;
	border-top-color: #ababab;
}
.selectWrap > .error {
	/*
	position: absolute;
	left: 0;
	top: 64px;
	z-index: 20;
	*/
	position: relative;
	top: -1px;
	display: none;
	width: 100%;
	padding: 12px 15px;
	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-size: 13px;
	font-size: 1.3rem;
	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: 27px 29px 4px 14px !important;
	border-width: 2px !important;
	border-color: #a5001e !important;
}
.selectWrap.with-label.item-error.focused > .field > .choice {
	padding: 28px 30px 5px 15px !important;
	border-width: 1px !important;
}

/* checkbox */
.checkboxWrap {
	position: relative;
	display: block;
	width: 100%;
	height: 63px;
	padding: 23px 50px 5px;
	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/rsp/v1/eposnet/img/form_input_im03.png);
	background-repeat: no-repeat;
	background-position: 15px 50%;
	color: #444444;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.25;
	text-align: center;
	cursor: pointer;
}
.checkboxWrap.sizeS {
	height: 65px;
	padding: 20px 30px 5px 50px;
}
.checkboxWrap.typeTelChecker {
	height: 65px;
	padding: 23px 10px 9px 39px;
	background-position: 10px 50%;
	font-size: 15px;
	font-size: 1.5rem;
}
.checkboxWrap.wAuto {
	display: inline-block;
}
#contents .checkboxWrap:not(.checked):hover {
	border-top: 1px solid #a5a5a5;
	border-right: 1px solid #a5a5a5;
	border-left: 1px solid #a5a5a5;
	background-color: #fff5bb;
}
.checkboxWrap.checked {
	border-top: 1px solid #a5a5a5;
	border-right: 1px solid #a5a5a5;
	border-left: 1px solid #a5a5a5;
	background-image: url(/memberservice/pc/rsp/v1/eposnet/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;
}
.cBox {
	display: inline-block;
	padding: 0 0 0 30px;
	background-image: url(/memberservice/pc/rsp/v1/eposnet/img/form_input_im03.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	cursor: pointer;
}
.agreeBox > .cBox {
	position: relative;
	width: 100%;
	padding: 25px 20px 23px;
	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: 33% 50%;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
}
.agreeBox > .cBox.disabled {
	background-color: #ccc !important;
	border-bottom-color: #ccc;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	zoom: 1;
	cursor: default !important;
}
#check-statement-reciept .agreeBox > .cBox {
	width: 500px;
	background-position: 20% 50%;
}
.agreeBox > .cBox:not(.checked):not(.disabled):hover {
	margin-top: 2px !important;
	border-bottom-width: 1px;
}
.cBox.checked {
	background-color: #fff5bb;
	background-image: url(/memberservice/pc/rsp/v1/eposnet/img/form_input_im03on.png);
}
.agreeBox > .cBox.checked {
	padding-top: 24px;
	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;
}

/* 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/eposnet/img/form_input_im01.png);
	background-repeat: no-repeat;
	background-position: 8px 50%;
	color: #444444;
	font-size: 20px;
	font-size: 2.0rem;
	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;
}
.radioListWrap.col2 > .radioWrap {
	display: table;
	float: left;
	width: 50%;
}
.radioListWrap.col2 > .radioWrap > span {
	display: table-cell;
	vertical-align: middle;
}
.radioListWrap.col2 > .radioWrap:nth-child(2n+1) {
	clear: left;
}
.radioListWrap.col2 > .radioWrap:nth-child(2n) {
	border-left: 1px solid #d7b0b0;
}
.radioListWrap.col2 > .radioWrap.checkless:nth-child(2n),
.radioListWrap.col2 > .radioWrap.checked:nth-child(2n) {
	border-left: 1px solid #b7b3ab;
}
/* col2:1st */
.radioListWrap > .radioWrap:first-child {
	-webkit-border-radius: 9px 0 0 0;
	   -moz-border-radius: 9px 0 0 0;
	    -ms-border-radius: 9px 0 0 0;
	     -o-border-radius: 9px 0 0 0;
	        border-radius: 9px 0 0 0;
}
/* col2:2nd */
.radioListWrap > .radioWrap:nth-child(2) {
	-webkit-border-radius: 0 9px 0 0;
		 -moz-border-radius: 0 9px 0 0;
					border-radius: 0 9px 0 0;
}
/* col2:even and last2nd */
.radioListWrap > .radioWrap:nth-child(2n+1):nth-last-child(2) {
	border-bottom-width: 3px !important;
	-webkit-border-radius: 0 0 0 9px;
		 -moz-border-radius: 0 0 0 9px;
					border-radius: 0 0 0 9px;
}
/* col2:even and last */
.radioListWrap > .radioWrap:nth-child(2n):last-child {
	-webkit-border-radius: 0 0 9px 0;
		 -moz-border-radius: 0 0 9px 0;
					border-radius: 0 0 9px 0;
}
/* col2:odd and last */
.radioListWrap > .radioWrap:nth-child(2n+1):last-child {
	width: 100%;
	-webkit-border-radius: 0 0 9px 9px;
		 -moz-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 {
	padding: 7px 10px 5px 38px;
}
#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: 19px;
	border: 2px solid #b7b3ab;
	background-image: url(/memberservice/pc/rsp/v1/eposnet/img/form_input_im01on.png);
	background-color: #fff5bb;
	background-position: 6px 52%;
}
.radioWrap.card.checked {
	padding-top: 11px;
}
.radioWrap.multi.checked {
	padding-top: 6px;
}
.radioListWrap > .radioWrap.checked {
	padding-top: 20px;
	border: none;
	border-bottom: 1px solid #b7b3ab;
	background-position: 8px 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: left;
	display: table;
	width: 434px;
}
.addressWrap > .searchAddress > li {
	display: table-cell;
	height: 65px;
	text-align: left;
	vertical-align: middle;
}
.addressWrap > .searchAddress > li > *:first-child {
	margin-top: 0 !important;
}
.addressWrap > .searchAddress > li.inp {
	width: 68%;
	text-align: left;
}
.addressWrap > .searchAddress > li.btn {
	padding-left: 16px;
	text-align: right;
	white-space: nowrap;
}
.addressWrap > .searchZip {
	float: right;
	display: table;
	margin: 0 0 0 32px;
}
.addressWrap > .searchZip > li {
	display: table-cell;
	height: 65px;
	text-align: left;
	vertical-align: middle;
}
.addressWrap > .searchZip > li > *:first-child {
	margin-top: 0 !important;
}
.addressWrap > .searchZip > li.txt {
	white-space: nowrap;
}
.addressWrap > .searchZip > li.btn {
	padding-left: 15px;
}

.addressList {
	clear: both;
	margin: 15px 0 0 0;
}
.addressList > li {
}
.addressList > li + li {
	margin-top: 15px;
	padding-left: 50px;
	background: url(/memberservice/pc/rsp/v1/eposnet/img/form_ex04.png) no-repeat 15px 0;
}
.addressList > li > *:first-child {
	margin-top: 0 !important;
}

/* cashingWrap */
.cashingWrap {
	padding: 15px 20px;
	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: 15px;
	font-size: 1.5rem;
	font-weight: bold;
}
.cashingWrap > .selectWrap {
	width: 50%;
	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;
}

/* modifyWrap */
.modifyWrap {
	display: table;
}
.modifyWrap > .txt {
	display: table-cell;
	vertical-align: middle;
}
.modifyWrap > .txt > *:first-child {
	margin-top: 0 !important;
}
.modifyWrap > .txt > .inputValue {
	margin-bottom: 0;
}
.modifyWrap > .btn {
	display: table-cell;
	padding-left: 30px;
	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 {
}
.tooltipWrap > .note {
	position: relative;
	display: inline-block;
	margin: 0 0 0 6px;
	vertical-align: top;
}
.tooltipWrap > .note > .tipover {
	position: relative;
	display: block;
	width: 21px;
	height: 21px;
	background: url(/memberservice/pc/rsp/v1/eposnet/img/form_ic01.png) no-repeat 0 0;
}
.tooltipWrap > .note > .tip {
	position: absolute;
	left: 51px;
	top: 50%;
	z-index: 50;
	display: none;
}
.tooltipWrap > .note > .tip > .cnt {
	position: relative;
	width: 310px;
	padding: 20px;
	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 2px 10px 0px rgba(0,0,0,0.24);
	   -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.24);
	    -ms-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.24);
	     -o-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.24);
	        box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.24);
}
.tooltipWrap > .note > .tip.type-long > .cnt {
	width: 485px;
}
.tooltipWrap > .note > .tip > .cnt:before {
	content: "";
	position: absolute;
	left: -30px;
	top: 50%;
	display: inline-block;
	width: 30px;
	height: 19px;
	margin: -9px 0 0 0;
	background: url(/memberservice/pc/rsp/v1/eposnet/img/form_ex01.png) no-repeat 0 0;
	/*
	left: -42px;
	top: 50%;
	display: inline-block;
	width: 0;
	height: 0;
	margin: -9px 0 0 0;
	border-width: 9px 21px;
	border-style: solid;
	border-color: transparent #e3e3e3 transparent transparent;
	*/
}
/*
.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/eposnet/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/eposnet/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/eposnet/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: 10px 0;
	border-bottom: 1px dotted #ccc;
}
.confirmList > li > *:first-child {
	margin-top: 0 !important;
}
/* itemWrap */
.itemWrap {
	clear: both;
	display: table;
	width: 100%;
	table-layout: fixed;
	margin: 10px 0 0 0;
}
.itemWrap > .itemLabel {
	display: table-cell;
	width: 30%;
	padding: 0 20px 0 0;
	vertical-align: top;
}
.itemWrap > .itemLabel > .label {
	margin: 0.5em 0 0 0;
	padding: 1px 0 0 0;
	color: #444444;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}
.itemWrap > .itemCnt {
	display: table-cell;
	vertical-align: top;
}
.itemWrap > .itemCnt > .inputted {
	margin: 0.5em 0 0 0;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.25;
}
.itemWrap > .itemCnt > .inputted > strong {
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	color: #a5001e;
}
.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/eposnet/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;
}

/*----- inviSection -----*/
.inviSection {
	margin-top: 60px;
}
.inviSection .formSubmit {
	margin-top: 30px;
}
.inviSection .formSubmit > .btn#submitBtn > input,
.inviSection .formSubmit > .btn#submitBtn > button,
.inviSection .formSubmit > .btn.like-submit > a {
	font-size: 24px;
	font-size: 2.4rem;
}

/* Component
------------------------------------------------------ */
.numberInputArea {
	width: 360px;
	margin-top: 20px;
}
.numberInputArea.inputLayout {
	width: 100%;
	padding: 20px 40px;
	border: 1px solid #ababab;
}
.numberInputArea > *:first-child {
	margin-top: 0 !important;
}
.numberInputArea.inputLayout.lq2 > .col {
	float: right;
	margin-left: 0;
}
.numberInputArea.inputLayout.lq2 > .col:nth-child(2n) {
	margin-right: 3.6%;
}
.numberInput {
	width: 360px;
	margin: 20px auto 0;
}
.numberInputArea.inputLayout.lq2 .numberInput {
	margin-right: 0;
}
.numberInput .col {
	float: left;
	width: 64px;
	height: 63px;
	margin-right: 10px;
}
.numberInput .col:nth-child(5n) {
	margin-right: 0;
}
.numberInput .col:nth-child(n+6) {
	margin-top: 10px;
}
.numberInput .col input {
	display: block;
	height: 100%;
	width: 100%;
	padding: 0;
	border: solid 1px #ababab;
	border-bottom: solid 3px #ababab;
	-webkit-border-radius: 8px;
		 -moz-border-radius: 8px;
					border-radius: 8px;
	cursor: pointer;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
}
.numberInput .col input[value="0"] {
	background: url(/memberservice/pc/v1/common-files/img/com_num_tx00.png) no-repeat 50% 50% #ffffff;
}
.numberInput .col input[value="1"] {
	background: url(/memberservice/pc/v1/common-files/img/com_num_tx01.png) no-repeat 50% 50% #ffffff;
}
.numberInput .col input[value="2"] {
	background: url(/memberservice/pc/v1/common-files/img/com_num_tx02.png) no-repeat 50% 50% #ffffff;
}
.numberInput .col input[value="3"] {
	background: url(/memberservice/pc/v1/common-files/img/com_num_tx03.png) no-repeat 50% 50% #ffffff;
}
.numberInput .col input[value="4"] {
	background: url(/memberservice/pc/v1/common-files/img/com_num_tx04.png) no-repeat 50% 50% #ffffff;
}
.numberInput .col input[value="5"] {
	background: url(/memberservice/pc/v1/common-files/img/com_num_tx05.png) no-repeat 50% 50% #ffffff;
}
.numberInput .col input[value="6"] {
	background: url(/memberservice/pc/v1/common-files/img/com_num_tx06.png) no-repeat 50% 50% #ffffff;
}
.numberInput .col input[value="7"] {
	background: url(/memberservice/pc/v1/common-files/img/com_num_tx07.png) no-repeat 50% 50% #ffffff;
}
.numberInput .col input[value="8"] {
	background: url(/memberservice/pc/v1/common-files/img/com_num_tx08.png) no-repeat 50% 50% #ffffff;
}
.numberInput .col input[value="9"] {
	background: url(/memberservice/pc/v1/common-files/img/com_num_tx09.png) no-repeat 50% 50% #ffffff;
}
@media screen and (min-width: 751px){
.numberInput .col input:hover {
	margin-top: 2px;
	background-color: #f1f1f1;
	border-bottom: solid 1px #ababab;
	opacity: 0.7;
}
}


/* ADD form.css
------------------------------------------------------ */
/* 
	HEADING 
======================= */
.heading02 {
	margin: 50px 0 25px;
	padding: 14px 15px 15px 15px;
	color: #443c2d;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.1em;
	background-color: #f4efe6;
	border-top: solid 1px #b5ad9f;
}


/* 
	TEXT 
======================= */
.txAgree01 {
	margin-top: 5px;
	color: #a5001e;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
	line-height: 1.2;
}

/* 
	LIST 
======================= */
.normalList01 {
	margin-top: 15px;
}
.inputHdg + .normalList01 {
	margin-top: 10px;
}
.normalList01 > li + li {
	margin-top: 5px;
}
.normalList01.type02 > li + li {
	margin-top: 0;
}
.normalList01 > li {
	position: relative;
	padding-left: 13px;
	line-height: 1.2;
}
.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.3em;
	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.3em;
	-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;
}
.descList01 {
	margin-top: 20px;
}
.descList01 > dt {
	position: relative;
	margin-bottom: 5px;
	padding-left: 1.0em;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	text-decoration: underline;
}
.descList01 > dt::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	text-decoration: underline;
	content: "";
}
.descList01 > dd {
	padding-left: 1.0em;
}
.descList01 > dd > *:first-child {
	margin-top: 0;
}

/* 
	BUTTON 
======================= */
.selectBtnArea {
	margin-top: 10px;
}
.cardRadio + .selectBtnArea {
	margin-top: 0;
}
.selectBtnArea .selectBtn {
}
.selectBtnArea .selectBtn.choice {
	display: table;
	width: 520px;
	margin: 0 auto;
}
.selectBtnArea .selectBtn.choice > span {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 80px;
	padding: 3px 50px 0;
	-webkit-border-radius: 9px;
	   -moz-border-radius: 9px;
	    -ms-border-radius: 9px;
	     -o-border-radius: 9px;
	        border-radius: 9px;
	background: url(/memberservice/pc/rsp/v1/eposnet/img/form_ic20.png) no-repeat 95% 50% #ffea00;
	color: #000000;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;	
}

.selectBtnArea .selectBtn.entry {
	width: 520px;
	margin: 0 auto;
}
.cardRadio + .selectBtnArea .selectBtn.entry {
	display: none;
}
.selectBtnArea .selectBtn.entry > a {
	display: block;
	vertical-align: middle;
	width: 100%;
	height: 83px;
	padding: 20px 50px;
	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/eposnet/img/form_ic19.png);
	background-repeat: no-repeat;
	background-position: 461px 50%;
	color: #fff;
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
.selectBtnArea .selectBtn.entry > a:hover {
	height: 81px;
	margin-top: 2px !important;
	border-bottom-width: 1px;
	opacity: 0.8;
}

/* 
	COLUMN 
======================= */
.inputLayout.cardRadio {
	margin: 30px auto 0;
}
.inputLayout.count2.cardRadio {
	width: 632px;
}
.inputLayout.cardRadio > .col {
}
.inputLayout.count2.cardRadio > .col {
	width: 300px;
}
.inputLayout.cardRadio > .col.selectDesignCard {
	position: relative;
}
.inputLayout.cardRadio > .col .cardName {
	display: block;
	margin-bottom: 10px;
	text-align: center;
}
.inputLayout.cardRadio > .col input[type=radio] {
	display: block;
	opacity: 0;
	position: absolute;
}
.inputLayout.cardRadio > .col label {
	position: relative;
	display: block;
	height: 100%;
	padding: 12px 12px 17px 39px;
	vertical-align: middle;
	background: url(/memberservice/pc/rsp/v1/eposnet/img/form_input_im01.png) no-repeat scroll 10px 50% #fff;
	border-radius: 10px;
	border: solid 1px #ababab;
	cursor: pointer;
}
.inputLayout.cardRadio > .col input[type=radio]:checked + label {
	background: url(/memberservice/pc/rsp/v1/eposnet/img/form_input_im01on.png) no-repeat scroll 10px 50%;
}
.inputLayout.cardRadio > .col.checked label {
	border: solid 3px #f9ab02;
	padding: 10px 10px 15px 37px;
}
.inputLayout.cardRadio > .col.selectDesignCard label,
.inputLayout.cardRadio > .col.selectDesignCard ~ .col label {
	padding-bottom: 50px;
}
.inputLayout.cardRadio > .col.selectDesignCard.designUnselected label {
	padding-left: 12px;
	background: none;
}
.inputLayout.cardRadio > .col .cardImg {
	display: table;
	width: 100%;
}
.inputLayout.cardRadio > .col.selectDesignCard .cardImg,
.inputLayout.cardRadio > .col.selectDesignCard ~ .col .cardImg {
	height: 152px;
}
.inputLayout.cardRadio > .col .cardImg .cardImg_figure {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.inputLayout.cardRadio > .col .cardImg .cardImg_figure img {
	display: block;
	max-width: 124px;
	height: auto;
	margin: 0 auto;
}
.inputLayout.cardRadio > .col img {
	max-width: 100%;
	height: auto;
}
.inputLayout.cardRadio > .col.selectDesignCard .openDesignBtn {
	position: absolute;
	width: 220px;
	left: 30px;
	bottom: 12px;
}
.inputLayout.cardRadio > .col.selectDesignCard .openDesignWindow {
	display: block;
	width: 100%;
	padding: 5px 15px;
	background: #7a7a7a;
	-webkit-border-radius: 5px;
		 -moz-border-radius: 5px;
					border-radius: 5px;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
.inputLayout.cardRadio > .col.selectDesignCard .openDesignWindow:hover {
	opacity: 0.7;
}
.inputLayout.cardRadio > .col.selectDesignCard .openDesignWindow span {
	padding-right: 15px;
	background: url(/memberservice/pc/rsp/v1/eposnet/img/form_ic21.png) 100% 50% no-repeat;
}
.inputLayout.cardRadio > .col.selectDesignCard.designSelected .unselectedOnly {
	display: none;
}
.inputLayout.cardRadio > .col.selectDesignCard.designUnselected .selectedOnly {
	display: none;
}
.inputLayout.cardRadio > .col.selectDesignCard .cardName .openDesignWindow {
	display: none;
}
.inputLayout.cardColWrap .col {
	padding: 20px;
	border-radius: 10px;
	border: solid 1px #ababab;
	text-align: center;
}
.inputLayout.cardColWrap .cardCol {
	display: inline-table;
}
.inputLayout.cardColWrap .cardCol .cardImg,
.inputLayout.cardColWrap .cardCol .cardName {
	display: table-cell;
	vertical-align: middle;
}
.inputLayout.cardColWrap .cardCol .cardImg {
	width: auto;
	height: auto;
	max-width: 230px;
	max-height: 230px;
	padding-right: 30px;
}
.inputLayout.cardColWrap .cardCol.geUnselected .cardImg {
	width: 258px;
	max-width: inherit;
	padding-right: 10px;
}
.inputLayout.cardColWrap .cardCol .cardImg img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.inputLayout.cardColWrap .cardCol .cardName {
	padding-left: 10px;
	text-align: left;
}
.inputLayout.cardColWrap .cardCol .cardName .cardNo {
	font-weight: bold;
}
.inputLayout.cardColWrap .cardCol .openGeBtn {
	width: 240px;
	margin-top: 10px;
}
.inputLayout.cardColWrap .cardCol .openGeWindow {
	display: block;
	width: 100%;
	padding: 5px 15px;
	background: #7a7a7a;
	-webkit-border-radius: 5px;
		 -moz-border-radius: 5px;
					border-radius: 5px;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
.inputLayout.cardColWrap .cardCol .openGeWindow:hover {
	opacity: 0.7;
}
.inputLayout.cardColWrap .cardCol .openGeWindow span {
	padding-right: 15px;
	background: url(/memberservice/pc/rsp/v1/eposnet/img/form_ic21.png) 100% 50% no-repeat;
}
/* 
	BOX 
======================= */
.agreementArea {
	margin-top: 5px;
}
.agreementArea > *:first-child {
	margin-top: 0 !important;
}
.agreementArea .agreementBox {
	height: 400px;
	margin-top: 7px;
	padding: 5px 20px 10px;
	border: solid 1px #bbbbbb;
	font-size: 14px;
	font-size: 1.4rem;
	overflow-y: scroll;
}
.text1b.text_wine {
	margin: 1.0em 0;
}
.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: 50px;
}
.qaBox01 + .qaBox01  {
	margin-top: 25px;
	padding-top: 20px;
	border-top: solid 1px #bbbbbb;
}
.qaBox01 .question a,
.qaBox01 .question span {
	display: inline-block;
	position: relative;
	padding:  5px 0 0 43px;
	font-weight: bold;
}
.qaBox01 .question a:after,
.qaBox01 .question span:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 30px;
	width: 30px;
	background: url(/memberservice/pc/rsp/v1/eposnet/img/form_qa_ic01.png) no-repeat 0 0;
}
.qaBox01 .answer {
	position: relative;
	margin-top: 18px;
	padding:  5px 0 0 43px;
}
.qaBox01 .answer:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 30px;
	width: 30px;
	background: url(/memberservice/pc/rsp/v1/eposnet/img/form_qa_ic02.png) no-repeat 0 0;
}
.qaBox01 .answer > *:first-child {
	margin-top: 0 !important;
}


/* 170110 JQKpǋL
------------------------------------------------------ */
.text1 {
	font-size: 12px;
}
.text1b {
	font-size: 12px;
	font-weight: bold;
}
.text2b {
	font-weight: bold;
}
.p2 {
	margin: 20px 0 0 0;
	padding: 0;
}

.fontsizeM {
	font-size:2.5rem;
	font-size:25px;
}


/********************************************************

  MEDIA

********************************************************/

/* Print
------------------------------------------------------ */
@media print {
	.policyWrap .policyFrame {
		height: auto;
		overflow-y: visible;
	}
}



/* Clearfix
------------------------------------------------------ */
.headerWrap01:after,
.headerWrap01 > #formTitle:after,
.listRow:after,
.formSection > .heading:after,
.formWrap > form fieldset > .fieldHdg:after,
.inputLayout:after,
.inputHdg.with-link:after,
.addressWrap:after,
.addressWrap > .searchAddress:after,
.radioListWrap:after,
.mailWrap:after,
.agreeColumn:after,
.policyWrap .policyFrame > #rule_top .ancLink:after,
.numberInput:after,
.telBox01 .telArea .areaList01:after,
.flowSection .flowList01:after,
.flowSection .flowBox01__head:after,
.flowSection .flowBox01__list:after {
	content: "";
	display: table;
	clear: both;
}
.headerWrap01,
.headerWrap01 > #formTitle,
.listRow,
.formSection > .heading,
.formWrap > form fieldset > .fieldHdg,
.inputLayout,
.inputHdg.with-link,
.addressWrap,
.addressWrap > .searchAddress,
.radioListWrap,
.mailWrap,
.agreeColumn,
.policyWrap .policyFrame > #rule_top .ancLink,
.numberInput,
.telBox01 .telArea .areaList01,
.flowSection .flowList01,
.flowSection .flowBox01__head,
.flowSection .flowBox01__list {
	zoom: 1;
}
