@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,
.inputHdg > .note > .tipover:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	zoom: 1;
}
	.lancers-floatingWrap {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 0;
		background: #fff;
		box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
		z-index: 9999;
	}
	.lancers-floatingWrap .lancers-floatingInner {
		position: relative;
		width: 900px;
		margin: 0 auto;
		padding: 0 30px;
	}
	.lancers-floatingWrap .commonFloating {
		padding: 20px 0 25px;
	}
	.lancers-btnFloatWrap {
		display: flex;
		justify-content: space-between;
		gap: 20px 60px;
	}
	.lancers-floatButton {
		position: relative;
		width: calc(50% - 30px);
		border-radius: 36px;
	}
	.lancers-floatButton >:first-child {
		margin-top: 0 !important;
	}
	.lancers-floatButton a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		min-height: 72px;
		margin-top: 7px;
		background-color: #0268CC;
		text-align: center;
		font-size: 2.6rem;
		font-weight: bold;
		border: 2px solid #0268CC;
		color: #fff;
		text-decoration: none;
		transition: 0.3s all ease-out;
		border-radius: 36px;
		box-shadow: 0 2px 4px rgba(0,0,0,0.3);
	}
	.lancers-floatButton a:hover {
		opacity: 0.7;
	}
	.lancers-floatButton.type02 a {
		background-color: #fff;
		border: 2px solid #0268CC;
		color: #0268CC;
	}
	.lancers-floatButton a .small {
		font-size: 1.6rem;
	}
	.lancers-floatButton a .lancers-floatButtonText {
		line-height: 0.8;
	}
	.lancers-floatButton .lancers-floatButtonText {
		display: flex;
		flex-flow: column;
		justify-content: center;
		align-items: center;
		margin-top: 10px;
		text-align: center;
		font-size: 1.6rem;
		font-weight: bold;
		color: #0268cc;
	}
	.lancers-floatText {
		margin-top: 13px;
		text-align: center;
		font-size: 1.6rem;
		font-weight: bold;
		color: #0268cc;
	}
}

/* transition */
img.imgover:hover,
input[type="text"],
input[type="password"],
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;
}
.header-typeNolink #header{
	padding: 15px 0!important;
	height: auto !important;
}

/*----- 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;
	padding: 3px 0 0 0;
}
.headerWrap01 > #formFlow {
	float: right;
	padding: 20px 0 0 0;
}
.headerWrap01 > .formIndicator {
	text-align: right;
	padding: 8px 0 0 36%;
}


/* Contents
------------------------------------------------------ */
#contents {
	clear: both;
}

/*----- main -----*/
#main {
	width: 900px;
	margin: 0 auto;
	padding: 55px 0 0;
}

/* mainWrap */
[class^="mainWrap"] {
	clear: both;
	padding: 60px 0 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/gold_invitation_apply/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; }
.fontXXL { font-size: 19px !important; font-size: 1.9rem !important; }
.fontXXXL { font-size: 20px !important; font-size: 2.0rem !important; }
/* color */
.txColor01 { color: #a5001e !important; }
.txColor02 { color: #1f497d !important; }

/*----- 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;
}
.noteList01.txtSmall01 {
	font-size: 12px;
	font-size: 1.2rem;
}
.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;
}
.content .iconList01 > li + li {
	margin-top: 0 !important;
}
.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/gold_invitation_apply/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/gold_invitation_apply/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/gold_invitation_apply/img/form_ic01.png) no-repeat 0 0;
}

/*----- section03 -----*/
.ng-sec03{margin-top: 60px;}
.ng-sec04{margin-top: 50px;}
.heading03 {
	position: relative;
	margin-bottom: 15px;
	padding-left: 15px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.2;
}
.heading03:before {
	content: "";
	position: absolute;
	left: 0;
	top: 1px;
	width: 5px;
	height: 80%;
	background-color: #a5001e;
}
.heading03.type-L {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.4;
}
.heading03.type-L:before {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	width: 5px;
	height: 80%;
	background-color: #a5001e;
}
/*----- Button -----*/
.btnLink01 {
	margin: 1em 0 0 0;
}
.btnLink01 a,
.btnLink01 input,
.btnLink01 button {
	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 input,
.btnLink01 button {
	border-top: none;
	border-left: none;
	border-right: none;
	cursor: pointer;
	-webkit-appearance: none;
		 -moz-appearance: none;
					appearance: none;
}
.btnLink01.type01 a ,
.btnLink01.type01 input {
	border-color: #760015;
	background-color: #a5001e;
	color: #ffffff !important;
}
.btnLink01.is-noIcon a ,
.btnLink01.is-noIcon input {
	padding: 12px 15px 10px;	
}
.btnLink01 a.sizeL {
	padding: 19px 60px 17px 50px;
	font-size: 16px;
	font-size: 1.6rem;
}
.btnLink01 a.sizeL.type-red {
	border-bottom-color: #760015;
	background-color: #a5001e;
	color: #fff !important;
}
.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/gold_invitation_apply/img/form_ic02.png) no-repeat 0 0;
	margin: -13px 0 0 0;
}
.btnLink01.type01 a:after {
	content: "";
	position: absolute;
	right: 8px;
	top: 50%;
	display: inline-block;
	width: 27px;
	height: 27px;
	background: url(/memberservice/pc/rsp/v1/minden/img/form_ic01.png) no-repeat 0 0;
	margin: -13px 0 0 0;
}
.btnLink01 input,
.btnLink01 button{
	background-image: url(/memberservice/pc/v1/common-files/img/com_btn_ic01.png);
	background-repeat: no-repeat;
	background-position: 96% 50%;
}
.btnLink01 a[target="_blank"]:after {
	background: url(/memberservice/pc/rsp/v1/gold_invitation_apply/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/gold_invitation_apply/img/form_ic06.png) no-repeat 0 0;
	background-size: 14px auto;
	margin: -6px 0 0 0;
}
.btnLink01.is-noIcon a:after {
	display: none;
}
.btnLink01.is-noIcon input {
	background-image: none;
}
.btnLink01 a:hover ,
.btnLink01 input:hover {
	margin-top: 2px;
	background-color: #ebebeb;
	border-bottom: 1px solid #b7b7b7;
}
.btnLink01.type01 a:hover ,
.btnLink01.type01 input:hover {
	background-color: #a5001e;
	border-bottom: 1px solid #b7b7b7;
}
.btnLink01.back a{
	padding: 11px 35px 9px 48px;
	font-size: 14px;
	font-size: 1.4rem;
}
.btnLink01.back a:after {
	right: auto;
	left: 10px;
	height: 15px;
	width: 16px;
	margin-top: -9px;
	background-image: url(/memberservice/pc/v1/common-files/img/com_back_ic01.png);
}
.btnLink01.back input {
	background-image: url(/memberservice/pc/v1/common-files/img/com_back_ic01.png);
	background-position: 6% 50%;
}
.btnLink01.txtSmall.close a:after{
	width: 14px;
	height: 14px;
	margin-top: -7px;
	background: url(/memberservice/pc/v1/common-files/img/com_close_ic02.png) no-repeat 0 0;
}
/* ----- confirmArea ----- */
.confirmArea {
	position: relative;
	margin-top: 45px;
}
.confirmArea + .confirmArea {
	margin-top: 20px;
}
.confirmArea > *:first-child {
	margin-top: 0 !important;
}
@media screen and (min-width: 751px), print {
.confirmArea .btnLink01.after {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -22px !important;
}
.confirmArea .btnLink01 + .btnLink01.back {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -20px;
}
}
.btnList01.floatList > li {
	margin: 0 20px 0 0;
}
.confirmArea > .btnLink01 > input,
.confirmArea > .btnLink01 > button{
	display: inline-block;
	width: 50%;
	height: 83px;
	margin: 0 auto;
	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/gold_invitation_apply/img/form_ic03.png);
	background-repeat: no-repeat;
	background-position: 96% 50%;
	color: #ffffff !important;
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: bold;
	text-align: center;
}
.confirmArea > .btnLink01 > input:hover,
.confirmArea > .btnLink01 > button:hover{
	margin-top: 2px;
	height: 81px;
	border-bottom-width: 1px;
}

/*----- 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;
}

.addressResultBox {
	position: relative;
	padding: 20px;
	background: #fffacc;
}
.addressResultBox {
	padding: 10px 15px;
	border: 2px solid #ccc;
	background: #fff;
}
.addressResultBox .addressResultText {
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
}
.addressResultBox .addressResultText + .addressResultText {
	margin-top: 5px;
}
.addressResultBox #addressReflect03 {
	padding-left: 0.2em;
	color: #a5001e;
}
.addressResultConfirm {
	margin-top: 0.5em;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
}
.addressResultConfirm > strong {
	color: #a5001e;
}
.addressResultCheck {
	margin-top: 10px;
	text-align: center;
}
.addressResultCheck .checkboxWrap {
	width: 60%;
	display: inline-block;
	padding: 16px 50px 12px;
	background-color: #ffe5e5;
	border-bottom-color: #d7b0b0;
	border-bottom-width: 3px;
	color: #333;
}
.addressResultCheck .checkboxWrap:hover:not(.checked) {
	height: 61px;
	margin-top: 2px;
	background-color: #ffe5e5;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom-width: 1px;
}
.addressResultCheck .checkboxWrap.checked {
	background-color: #a5001e;
	border-color: #760015;
	color: #fff;
}
.addressResultBack {
	margin-top: 15px;
	text-align: center;
}
.addressResultBack > a {
	position: relative;
	display: inline-block;
	width: auto;
	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;
}
.addressResultBack > a + a {
	margin-left: 10px;
}
.addressResultBack > 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/v1/cardapply/img/form_ic04.png) no-repeat 0 0;
}
.addressResultBack > a:hover {
	top: 2px;
	background-color: #ebebeb;
	border-bottom: 1px solid #b7b7b7;
}
/*----- Form -----*/
/* formSection */
.formSection {
	clear: both;
	margin: 30px 0 0 0;
}
.formSection.nonSelectCard {
	position: relative;
}
.formSection > *:first-child {
	margin-top: 0 !important;
}
.formSection > .heading {
	margin: 30px 0 10px;
}
.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 > .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/gold_invitation_apply/img/form_ic01.png) no-repeat 0 0.1em;
}
.formSection.nonSelectCard02 > .heading {
	margin: 30px auto 15px;
}
.formSection.nonSelectCard02 > .heading > .hdg {
	float: none;
	padding: 15px 0;
	color: #a5001e;
	font-size: 33px;
	font-size: 3.3rem;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
}
.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;	
}
.nonSelUndItemr {
	margin-top: 15px;
}
.select_cartNameBox{
	margin: 90px 0 30px;
	text-align: center;
}
.select_cartNameBox .cartName{
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0 0 5px;
	font-size: 16px;
	font-size: 1.6rem;
	background: url(/memberservice/pc/rsp/v1/family_apply/img/gld_family_ex01.gif) repeat-x 0 100%;
}
.select_cartNameBox .cartName:before{
	position: absolute;
	content: "";
	top: -5px;
	left: -80px;
	width: 36px;
	height: 64px;
	background: url(/memberservice/pc/rsp/v1/family_apply/img/gld_family_ic01.png) no-repeat 0 0;
	background-size: 36px auto;
}
.select_cartNameBox .cartName:after{
	position: absolute;
	content: "";
	top: -5px;
	right: -80px;
	width: 36px;
	height: 64px;
	background: url(/memberservice/pc/rsp/v1/family_apply/img/gld_family_ic02.png) no-repeat 0 0;
	background-size: 36px auto;
}
.select_cartNameBox .cartName span{
	padding: 0 0 0 45px;
	font-size: 22px;
	font-size: 2.2rem;
}
.select_cartNameBox .cartName span strong{
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: normal;
}

/* finishSection */
.finishSection {
	clear: both;
	margin: 30px 0 0 0;
}
.finishSection > *:first-child {
	margin-top: 0 !important;
}
.finishSection > .heading {
	margin: 30px 0 15px;
}
.finishSection > .heading > .hdg {
	padding: 15px 0;
	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 > h3.hdg {
	margin-top: 40px !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 > p.receiptNumber {
	font-size: 24px;
	font-size: 2.4rem;
	text-align: center;
}
.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 > .line {
	clear: both;
	margin: 35px 0;
	border-top: 1px dotted #aaaaaa;
}
.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;
}

/* 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 .agreeBox + fieldset {
	margin-top: 40px;
}
.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.type-frame2 {
	padding: 30px;
	border: 4px solid #ececec;
}
.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.maginS > form fieldset > .fieldHdg {
	margin: 30px 0 0 0;
}
.formWrap.maginS > form fieldset > .fieldHdg > .hdg {
	display: inline-block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.25;
}
.formWrap.maginS > form fieldset > .fieldHdg + .entry.type-confirm {
	margin-top: 10px;
}
.formWrap.maginS .confirmList > li {
	padding-top: 6px;
	padding-bottom: 6px;
}
.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: 20px 0 0 0;
}
.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 .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/gold_invitation_apply/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/gold_invitation_apply/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 {
	width: 510px;
}
.formSubmit > .btn#nextStepBtn > input,
.formSubmit > .btn#submitBtn > input,
.formSubmit > .btn#submitBtn > button,
.formSubmit > .btn#homeBtn > a,
.formSubmit > .btn#winCloseBtn > 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/gold_invitation_apply/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#homeBtn > a {
	height: 62px;
	background-color: #e6e6e6;
	border-bottom-color: #a5a5a5;
	color: #222;
	font-size: 16px;
	font-size: 1.6rem;
}
.formSubmit > .btn#submitBtn > button {
	padding-top: 10px;
	line-height: 1.0;
}
.formSubmit > .btn#submitBtn > button > .small {
	font-size: 70%;
	font-weight: normal;
}
.formSubmit > .btn#winCloseBtn > a {
	padding: 3px 10px 0;
}
.formSubmit > .btn#homeBtn > a > span {
	display: inline-block;
	padding-top: 17px;
}
.formSubmit > .btn#winCloseBtn > a > span {
	display: inline-block;
	padding-top: 7px;
}
.formSubmit > .btn#winCloseBtn > a > span > .small {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
}
.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 {
	height: 81px;
	margin-top: 2px;
	border-bottom-width: 1px;
}
.formSubmit > .btn#homeBtn > a:hover {
	height: 60px;
}
.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/gold_invitation_apply/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: 40px 0 0.75px;
}
.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;
}

/* inputHdg02 */
.inputHdg02 {
	clear: both;
	margin: 20px 0 0.75px;
}
.inputHdg02 > .hdg {
	display: inline-block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: normal;
	line-height: 1.25;
}
.inputHdg02 + .inputLayout{
	margin-top: 0;
}

/* inputDesc */
.inputDesc {
	clear: both;
	margin: 15px 0 0.75em;
	text-align: left;
}
.inputHdg + .inputDesc {
	margin-top: 10px;
}
.inputDesc > .desc {
	margin: 1em 0 0 0;
	text-align: left;
}
.inputDesc > .desc.type-strong {
	color: #a5001e;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}
.inputDesc > .desc.type-strong-v2 {
	color: #a5001e;
	font-size: 18px;
	font-size: 1.8rem;
}
.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;
}
.inputDesc.tooltipWrap > .desc{
	display: inline;
}
.inputDesc.tooltipWrap > .note{
	padding-left: 0;
	text-indent: 0;
}
/* 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;
}

/* 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.count4 > .col { width: 201px; }
.inputLayout.count4 > .col.double { width: 434px; }
.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-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;
}
.inputLayout.type-file {
	width: 100%;
	display: table;
	padding-bottom: 30px;
	border-bottom: 1px dashed #ccc;
}
.formError + .inputLayout.type-file {
	margin-top: 0;
}
.inputLayout.type-file > [class*="col"] {
	float: none;
	display: table-cell;
	vertical-align: middle;
}
.inputLayout.type-file > .fileCol {
	width: 560px;
}
.inputLayout.type-file > .fileCol .inputWrap > .field > input[type="text"] {
	width: 80%;
	height: auto;
	padding: 0;
	background: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.inputLayout.type-file > .col + .col {
	padding-left: 20px;
}
.inputLayout.type-file .btn {
	display: inline-block;
	letter-spacing: normal;
}
.inputLayout.type-file .btn > input {
	display: block;
	width: 164px;
	height: 41px;
	padding: 10px 40px 8px;
	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;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
}
.inputLayout.type-file .btn:not(.disabled):not(.uploaded) > input {
	cursor: pointer;
}
.inputLayout.type-file .btn:not(.disabled):not(.uploaded) > input:hover {
	height: 39px;
	margin-top: 2px;
	border-bottom-width: 1px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	zoom: 1;
}
.inputLayout.type-file .btn.type-sub > input {
	display: block;
	width: auto;
	height: auto;
	padding: 10px 22px 8px;
	border: none;
	border-bottom: 3px solid #b7b7b7;
	background-color: #ebebeb;
	color: #333;
	font-size: 14px;
	font-size: 1.4rem;
}
.inputLayout.type-file .btn.type-sub:not(.disabled) > input:hover {
	height: auto;
}
.inputLayout.type-file .btn.disabled > input {
	background: #ccc;
	border: none;
	border-bottom: 3px solid #ccc;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	zoom: 1;
}
.inputLayout.type-file .btn.uploaded > input {
	padding: 9px 38px 8px;
	background: url(/memberservice/pc/v1/cardapply/img/form_check_ic01.png) 50% 50% no-repeat #fff;
	border: 2px solid #00b050;
	text-indent: -9999px;
}
.inputLayout.type-file.disabled .fileCol {
	opacity: .7;
}
.inputLayout.type-file.disabled .fileCol input,
.inputLayout.type-file.disabled .fileCol label {
	cursor: default;
}


/* textbox */
.inputWrap {
	position: relative;
}
.inputWrap > .field {
	position: relative;
}
.inputLayout.numberCol .inputWrap > .field:after,
.inputLayout.telNumCol .inputWrap > .field:after {
	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.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 > textarea,
.inputWrap > .field > input[type="text"],
.inputWrap > .field > input[type="password"],
.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 > textarea{
	height: 85px;
	resize: none;
}
.inputWrap > .field > input[type="text"].highlight,
.inputWrap > .field > input[type="password"].highlight,
.inputWrap > .field > input[type="tel"].highlight,
.inputWrap > .field > input[type="number"].highlight {
	border-width: 2px;
	border-color: #a5001e;
}
.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 > .field > textarea::-webkit-input-placeholder { color: #444444; }
.inputWrap > .field > textarea:-ms-input-placeholder { color: #444444; }
.inputWrap > .field > textarea::-moz-placeholder { color: #444444; opacity: 1; }
.inputWrap[data-validate="optional"] > .field > textarea,
.inputWrap[data-validate="optional"] > .field > input[type="text"],
.inputWrap[data-validate="optional"] > .field > input[type="password"],
.inputWrap[data-validate="optional"] > .field > input[type="tel"] {
	background-color: #fff;
}
.inputWrap.focused > .field > textarea,
.inputWrap.focused > .field > input[type="text"],
.inputWrap.focused > .field > input[type="password"],
.inputWrap.focused > .field > input[type="tel"] {
	padding-top: 24px;
	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 > textarea,
.inputWrap.disabled > .field > input[type="text"],
.inputWrap.disabled > .field > input[type="password"],
.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[type="text"].noLabel,
.inputWrap > .field > .noLabel {
	padding-top: 12px !important;
}
.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.focused > .field > textarea::-webkit-input-placeholder { color: transparent !important; }
.inputWrap.focused > .field > textarea:-ms-input-placeholder { color: transparent !important; }
.inputWrap.focused > .field > textarea::-moz-placeholder { color: transparent !important; }
.inputWrap > .field.with-help > textarea,
.inputWrap > .field.with-help > input[type="text"],
.inputWrap > .field.with-help > input[type="password"],
.inputWrap > .field.with-help > input[type="tel"] {
	padding-right: 55px !important;
}
.inputWrap.open-help > .field > textarea,
.inputWrap.open-help > .field > input[type="text"],
.inputWrap.open-help > .field > input[type="password"],
.inputWrap.open-help > .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="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="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="required"] > .field > textarea,
.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="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="tel"] {
	border-width: 2px;
	border-color: #a5001e;
	border-bottom: none;
}
.inputWrap.noError.open-error[data-validate="required"] > .field > textarea,
.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="tel"] ,
.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="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.inputted > .field > textarea,
.inputWrap.inputted > .field > input[type="text"],
.inputWrap.inputted > .field > input[type="password"],
.inputWrap.inputted > .field > input[type="tel"] {
	padding-top: 24px;
	border-width: 1px;
	border-color: #222222;
	background-color: #fff;
}
.inputWrap.item-error > .field > textarea,
.inputWrap.item-error > .field > input[type="text"],
.inputWrap.item-error > .field > input[type="password"],
.inputWrap.item-error > .field > input[type="tel"] {
	padding: 11px 14px 4px;
	border-width: 2px;
	border-color: #a5001e;
}
.inputWrap.item-error.focused > .field > textarea,
.inputWrap.item-error.focused > .field > input[type="text"],
.inputWrap.item-error.focused > .field > input[type="password"],
.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 > textarea,
.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="tel"] {
	padding: 11px 14px 4px;
	border-width: 2px;
}
.inputWrap.item-error.inputted > .field > textarea,
.inputWrap.item-error.inputted > .field > input[type="text"],
.inputWrap.item-error.inputted > .field > input[type="password"],
.inputWrap.item-error.inputted > .field > input[type="tel"] {
	padding: 24px 15px 5px;
}
.inputWrap.inputted > .field > .readonlyBox {
	width: 100%;
	height: 65px;
	padding: 21px 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 > .field > input[type="text"].highlight + .btn,
.inputWrap > .field > input[type="password"].highlight + .btn,
.inputWrap > .field > input[type="tel"].highlight + .btn,
.inputWrap > .field > input[type="number"].highlight + .btn {
	right: 2px;
	top: 2px;
}
.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/gold_invitation_apply/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 {
	-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/gold_invitation_apply/img/form_ic06.png);
}
.inputWrap > .field > input[type="text"].highlight + .btn > span,
.inputWrap > .field > input[type="password"].highlight + .btn > span,
.inputWrap > .field > input[type="tel"].highlight + .btn > span,
.inputWrap > .field > input[type="number"].highlight + .btn > span {
	width: 47px;
	height: 61px;
}
.inputWrap.open-error[data-validate="required"] > .field > input[type="text"].highlight + .btn > span,
.inputWrap.open-error[data-validate="required"] > .field > input[type="password"].highlight + .btn > span,
.inputWrap.open-error[data-validate="required"] > .field > input[type="tel"].highlight + .btn > span,
.inputWrap.open-error[data-validate="required"] > .field > input[type="number"].highlight + .btn > span,
.inputWrap.open-help[data-validate="required"] > .field > input[type="text"].highlight + .btn > span,
.inputWrap.open-help[data-validate="required"] > .field > input[type="password"].highlight + .btn > span,
.inputWrap.open-help[data-validate="required"] > .field > input[type="tel"].highlight + .btn > span,
.inputWrap.open-help[data-validate="required"] > .field > input[type="number"].highlight + .btn > span {
	width: 47px;
	height: 62px;
}
.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.noError.open-error[data-validate="validate"] > .field > .btn > span:after,
.inputWrap.noError.open-error[data-validate="required"] > .field > .btn > span:after{
	content: none;
}
.inputWrap.noError.open-error.open-help[data-validate="validate"] > .field > .btn > span:after,
.inputWrap.noError.open-error.open-help[data-validate="required"] > .field > .btn > span:after{
	content: "";
}
.inputWrap.noError.open-error[data-validate="validate"] > .field > .btn > span,
.inputWrap.noError.open-error[data-validate="required"] > .field > .btn > span{
	height: 61px;
	-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.noError.open-error.open-help[data-validate="validate"] > .field > .btn > span,
.inputWrap.noError.open-error.open-help[data-validate="required"] > .field > .btn > span{
	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.noError.open-error.open-help[data-validate="required"] > .field > input[type="text"]{
	border-bottom: 0;
	-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.noError.open-error[data-validate="required"] > .field > input[type="text"]
.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.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;
}
/* type file */
.inputWrap > .field > input[type="file"] {
	width: 85%;
	color: #444444;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.25;
	-webkit-appearance: none;
	cursor: pointer;
}
.inputWrap > .field > label.for-file {
	position: static;
	display: none;
	margin-bottom: 0;
	padding-right: 25px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.25;
	vertical-align: middle;
	cursor: pointer;
}
.ie8 .inputWrap > .field > label.for-file,
.ie9 .inputWrap > .field > label.for-file {
	display: inline-block;
	width: auto;
	height: auto;
	padding: 0 25px 0 0;
}
.ie8 .inputWrap.inputted > .field > label.for-file,
.ie9 .inputWrap.inputted > .field > label.for-file {
	top: 0;
	left: 0;
	font-size: 18px;
	font-size: 1.8rem;
}
.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/gold_invitation_apply/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/gold_invitation_apply/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/gold_invitation_apply/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/gold_invitation_apply/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/gold_invitation_apply/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:not(.checked):hover {
	margin-top: 2px !important;
	border-bottom-width: 1px;
}
.cBox.checked {
	background-color: #fff5bb;
	background-image: url(/memberservice/pc/rsp/v1/gold_invitation_apply/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/gold_invitation_apply/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/gold_invitation_apply/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 .btnLink01.txtSmall a {
	padding: 15px 44px 12px 19px;
	line-height: 1.5;
}
.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: 0.75em 0 0 0;
}
.addressList > li:nth-of-type(2) {
	background: url(/memberservice/pc/rsp/v1/gold_invitation_apply/img/form_ex04.png) no-repeat 15px 0;
}
.addressList > li + li {
	margin-top: 15px;
	padding-left: 50px;
}
.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;
}
.inputLayout.count2.mailContents {position: relative;}
.inputLayout.count2.mailContents .col{width: 420px; margin-left: 60px;}
.inputLayout.count2.mailContents .col:first-child::after{
	position: absolute;
	content: "@";
	font-size: 24px;
	top: 0;
	left: 50%;
	margin: 18px 0 0 -12px;
}
.mailWrap > .mailInput {
	float: left;
	width: 420px;
	text-align: left;
}
.mailWrap > .mailInput.type_another {
	width: 100%;
}
.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/gold_invitation_apply/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/gold_invitation_apply/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/gold_invitation_apply/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/gold_invitation_apply/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/gold_invitation_apply/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: 14px;
	font-size: 1.4rem;
	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 > .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/gold_invitation_apply/img/form_ic04.png);
	background-repeat: no-repeat;
	background-position: 10px 50%;
	color: #222222;
	font-weight: bold;
	text-decoration: none !important;
	cursor: pointer;
}
.itemWrap > .itemCnt > .inputted > .btn.correctItemBtn > input:hover {
	margin-top: 2px;
	height: 31px;
	background-color: #ebebeb;
	border-bottom: 1px solid #b7b7b7;
}
.itemWrap > .itemCnt > .info {
	margin: 10px 0;
}
.itemWrap > .itemCnt > .note {
	margin: 5px 0 0 0;
	padding: 0 0 0 1em;
	text-indent: -1em;
}
.itemWrap > [class^="item"] > *:first-child {
	margin-top: 0 !important;
}


/* Component
------------------------------------------------------ */


/* 
	HEADING 
======================= */
.heading01{
	margin: 55px 0 25px;
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.1em;
}
.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;
}
.text0.is-hidden {
	display: none;
}

/* 
	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.5em;
	left: 0;
	background-color: #7b705c;
	-webkit-border-radius: 50%;
		 -moz-border-radius: 50%;
					border-radius: 50%;
}
.normalList01.type01 > li:before {
	height: 8px;
	width: 8px;
	top: 0.5em;
	-webkit-border-radius: 50%;
		 -moz-border-radius: 50%;
					border-radius: 50%;
}
.normalList01.type02 > li:before {
	height: 3px;
	width: 3px;
	top: 0.55em;
	background-color: #222222;
	-webkit-border-radius: 50%;
		 -moz-border-radius: 50%;
					border-radius: 50%;
}
.normalList01.type03 > li:before {
	background-color: #a5001e;
}
.normalList01 > li > .normalList01 {
	margin: 5px 0 0 5px;
}
.normalList01.floatList > li {
	width: 48.24%;
  margin-right: 3.52%;
}
.normalList01.floatList > li:nth-child(2n) {
	margin: 0;
}
.normalList01.floatList > li:nth-child(n+3) {
	margin-top: 5px;
}
.normalList01.floatList.col3 > li {
	width: 31%;
  margin-right: 3.5%;
}
.normalList01.floatList.col3 > li:nth-child(2n) {
	 margin-right: 3.5%;
}
.normalList01.floatList.col3 > li:nth-child(3n) {
	 margin-right: 0;
}
.normalList01.floatList.col3 > li:nth-child(n+2) {
	margin-top: 5px;
}

/* 
	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/gold_invitation_apply/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/gold_invitation_apply/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.count2.cardRadio {
	width: 632px;
	margin: 30px auto 0;
	padding-bottom: 45px;
}
.inputLayout.count2.cardRadio > .col {
	width: 300px;
	padding: 0;
	border-radius: 10px;
	border: solid 1px #ababab;
	background: #f2f2f2;
}
.inputLayout.count2.cardRadio > .col.checked {
	background: #fff5bb;
}
.inputLayout.count2.cardRadio > .col .cardName {
	display: block;
	padding-right: 30px;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: center;
}
.inputLayout.count2.cardRadio > .col input[type=radio] {
	display: block;
	opacity: 0;
	position: absolute;
}
.inputLayout.count2.cardRadio > .col label {
	display: block;
	padding: 10px 10px 15px 37px;
	vertical-align: middle;
	background: url(/memberservice/pc/rsp/v1/gold_invitation_apply/img/form_input_im01.png) no-repeat scroll 10px 50%;
	cursor: pointer;
}
.inputLayout.count2.cardRadio > .col label img {
	max-width: 225px;
	height: auto;
}

.inputLayout.count2.cardRadio > .col input[type=radio]:checked + label {
	background: url(/memberservice/pc/rsp/v1/gold_invitation_apply/img/form_input_im01on.png) no-repeat scroll 10px 50%;
}
.inputLayout.count2.cardRadio > .col img {
	max-width: 100%;
	height: auto;
}


/* 
	BOX 
======================= */
.agreementArea {
	margin-top: 5px;
}
.agreementArea > *:first-child {
	margin-top: 0 !important;
}
.agreementArea .agreementBox {
	height: 130px;
	margin-top: 7px;
	padding: 5px 20px 10px;
	border: solid 1px #bbbbbb;
	overflow-y: scroll;
}
.agreementArea .agreementBox > *:first-child {
	margin-top: 0 !important;
}
.agreementArea .agreementBox .heading03 {
	margin-bottom: 5px; 
}
.agreementArea .agreementBox .section04 {
	margin-top: 30px !important;
}
.agreementArea .agreementBox .heading04 {
	margin-bottom: 5px; 
}

.qaBox01 {
	margin-top: 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/gold_invitation_apply/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/gold_invitation_apply/img/form_qa_ic02.png) no-repeat 0 0;
}
.qaBox01 .answer > *:first-child {
	margin-top: 0 !important;
}

/* 
	TABLE 
======================= */
#cb_inlineModal07 #cb_main .tableEtc {
	margin:5px 0 0;
}
#cb_inlineModal07 #cb_main .tableEtc tr {
	vertical-align:top;
}

#cb_inlineModal07 #cb_main .tableEtc th {
	border: 1px solid #898989;
	text-align:center;
	vertical-align:middle;
	padding:5px;
}

#cb_inlineModal07 #cb_main .tableEtc td {
	border: 1px solid #898989;
	padding:5px;
}


.text1 {
	font-size: 12px;
}
.text1b {
	font-size: 12px;
	font-weight: bold;
}
.text2b {
	font-weight: bold;
}
.p2 {
	margin: 20px 0 0 0;
	padding: 0;
}

.entry.trigger01{
	display: none;
}

/* finishAfterBox */
.finishAfterBox{
	margin: 50px 0;
	padding: 30px 20px;
	background: #f2f2f2;
}
.finishAfterBox .message {
	margin: 0;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.75;
	text-align: center;
}
.finishAfterBox .message + .message {
	margin-top: 1em;
}
.finishAfterBox .message:first-child {
	margin-top: 0 !important;
}

/* infoContents */
.infoContents .infoCautionHead {
	margin-top: 50px;
	padding: 0 0 0 40px;
	background: url(/memberservice/pc/rsp/v1/family_apply/img/family_ic05.png) no-repeat 0 50%;
	background-size: 30px auto;
	color: #a5001e;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
}
.infoContents .borderBox01 {
	margin: 20px 0 0 0;
	border: solid 1px #aaaaaa;
}
.infoContents .borderBox01 .headLine01 {
	min-height: 52px;
	margin-bottom: 15px;
	padding: 13px 0 0 140px;
	font-size: 20px;
	font-size: 2.0rem;
}
.infoContents .borderBox01 .headLine01.typePopupPG {
	background: url(/memberservice/pc/rsp/v1/family_apply/img/family_ic06.png) no-repeat 0 50%;
	background-size: 120px auto;
}
.infoContents .borderBox01 .headLine01.typePopupOth {
	background: url(/memberservice/pc/rsp/v1/family_apply/img/family_ic07.png) no-repeat 0 50%;
	background-size: 120px auto;
}
.infoContents .borderBox01 p {
}
/* familyAttention */
.agreementArea.familyAttention{
	font-size:12px;
}
.agreementArea.familyAttention .agreementBox #rule_top02 .inputHdg.tooltipWrap {
	margin-top: 10px;
}
.agreementArea.familyAttention .section03 {
	margin-top: 25px !important;
}
.agreementArea.familyAttention .agreementBox .heading03 {
	margin-bottom: 5px;
}
.agreementArea.familyAttention .heading03 {
	position: relative;
	margin-bottom: 15px;
	padding-left: 15px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.2;
}
.agreementArea.familyAttention .heading03:before{
	content: "";
	position: absolute;
	left: 0;
	top: 1px;
	width: 5px;
	height: 80%;
	background-color: #a5001e;
}
.agreementArea.familyAttention .table01 {
	width: 100%;
	margin-top: 20px;
	border-bottom: solid 1px #dddddd;
	border-right: solid 1px #dddddd;
}
.agreementArea.familyAttention .table01 .headingCell01,
.agreementArea.familyAttention .table01 .detailCell01 {
	padding: 15px;
	text-align: left;

	vertical-align: middle;
	border-left: solid 1px #dddddd;
	border-top: solid 1px #dddddd;
	word-break: break-all;
}
.agreementArea.familyAttention .table01 .headingCell01 {
	font-weight: normal;
	background-color: #f2f2f2;
}
.agreementArea.familyAttention .table01 .totalRow {
	border-top: solid 3px #dddddd;
}

/* Identification document */
.cf-AO2 .radioList{
	border-bottom: 1px dashed #bebebe;
	padding-bottom: 30px;
}
.cf-AO2 .radioList:nth-of-type(3){
	border-bottom: none;
}
.radioContentsHelp {
	position: relative;
	display: block;
	vertical-align: top;
	padding-left: 5px;
	margin-top: 8px;
}
.radioContentsHelp > .helpicon::after {
	content: "";
	position: absolute;
	width: 21px;
	height: 21px;
	background: url(/memberservice/pc/rsp/v1/gold_invitation_apply/img/form_ic01.png) no-repeat 0 0;
	margin-left: 6px;
}
.radioContentsplus {
	position: relative;
	display: inline-block;
	padding-right: 24px;
	cursor: pointer;
}
.cf-AO2 .radioList .inputHdg > .radioContentsplus.hdg,
.radioContentsplus .morebtn{
	text-decoration: underline;
}

.radioContentsplus .plusicon{
	position: relative;
	width: 2px;
	height: 12px;
	margin: -6px 20px 0 7px;
	padding: 0;
	background: #000;
}
.radioContentsplus .plusicon::before ,
.radioContentsplus .plusicon::after {
	content: "";
	position: absolute;
	width: 12px;
	height: 2px;
	margin-top: 1px;
	background: #000;
}
.radioContentsplus .plusicon::before {
	top: 0.65em;
	right: -0.5em;
}
.radioContentsplus .plusicon::after {
	top: 0.65em;
	right: -0.5em;
	transform: rotate(90deg);
}
.radioContentsplus.open .plusicon::after {
	display: none;
}
.inputHdg > .hdg .plusicon,
.inputHdg > .hdg .plusicon::before ,
.inputHdg > .hdg .plusicon::after {background: #a5001e;}

#cboxOverlay {
	background: url(/memberservice/pc/v1/common-files/img/com_cb_bg01.png) 0 0 repeat !important;
}
.customer_Information02 .inputHdg{
	margin: 40px 0 10px;
}
.cb_layout02 #cboxClose,
.cb_close{
	width: 46px !important;
	height: 46px !important;
	top: -23px !important;
	right: -23px !important;
	background: url(/memberservice/pc/v1/common-files/img/com_cb_bt01.png) 0 0 no-repeat !important;
}
#cb_inlineModal01 .cb_close {
	display: none;
}
.customer_Information02 .inputDesc + .inputLayout,
.job_description .inputDesc + .inputLayout{
	margin-top: 0.75em;
}
.customer_Information02 .inputLayout + .inputLayout,
.job_description .inputLayout + .inputLayout{
	margin-top: 0;
}

/* addressResultWrap */
.customer_Information02 .addressResultWrap {
	position: relative;
	padding: 20px;
	background: #fffacc;
}
.customer_Information02 .addressResultBox {
	padding: 10px 15px;
	border: 2px solid #ccc;
	background: #fff;
}
.customer_Information02 .addressResultBox .addressResultText {
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
}
.customer_Information02 .addressResultBox .addressResultText +  .addressResultText {
	margin-top: 5px;
}
.customer_Information02 .addressResultBox .addressReflect03 {
	padding-left: 0.2em;
	color: #a5001e;
}
.customer_Information02 .addressResultConfirm {
	margin-top: 0.5em;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
}
.customer_Information02 .addressResultConfirm > strong {
	color: #a5001e;
}
.customer_Information02 .addressResultCheck {
	margin-top: 10px;
	text-align: center;
}
.customer_Information02 .addressResultCheck .checkboxWrap {
	width: 60%;
	display: inline-block;
	padding: 16px 50px 12px;
	background-color: #ffe5e5;
	border-bottom-color: #d7b0b0;
	border-bottom-width: 3px;
	color: #333;
}
.customer_Information02 .addressResultCheck .checkboxWrap:hover:not(.checked) {
	height: 61px;
	margin-top: 2px;
	background-color: #ffe5e5;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom-width: 1px;
}
.customer_Information02 .addressResultCheck .checkboxWrap.checked {
	background-color: #a5001e;
	border-color: #760015;
	color: #fff;
}
.customer_Information02 .addressResultBack {
	margin-top: 15px;
	text-align: center;
}
.customer_Information02 .addressResultBack > a {
	position: relative;
	display: inline-block;
	width: auto;
	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;
}
.customer_Information02 .addressResultBack > a + a {
	margin-left: 10px;
}
.customer_Information02 .addressResultBack > 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/v1/cardapply/img/form_ic04.png) no-repeat 0 0;
}
.customer_Information02 .addressResultBack > a:hover {
	top: 2px;
	background-color: #ebebeb;
	border-bottom: 1px solid #b7b7b7;
}
#entry-customer-address .inputLayout:after{
	content: none;
}

/*datepikker*/
.inputWrap > .field.dateSelecter > input,
.dateSelecter input{
	width: calc(100% - 45px);
	height: 65px;
	border: 1px solid #ababab;
	padding: 10px;
	text-align:left;
	border-radius: 9px 0 0 9px !important;
	transition: none;
}
.dateSelecter button{
	width: 45px;
	height: 65px;
	border: 1px solid #ababab;
	border-left: none;
	padding: 5px;
	background-color: #f2f2f2;
	border-radius: 0 9px 9px 0;
	text-align:center;
	vertical-align: top;
	color: #fff;
	cursor : pointer;
}
.dateSelecter button img{
	width: 26px;
	vertical-align: top;
}
.inputWrap > .field.dateSelecter > .date{
	display: block;
	position: absolute;
	left: 16px;
	top: 18px;
	font-size: 20px;
	font-size: 2.0rem;
}
.inputWrap.focused > .field.dateSelecter > .date,
.inputWrap.inputted > .field.dateSelecter > .date {
	top: 25px;
	display: block;
	margin: 0;
	font-size: 20px;
	font-size: 2.0rem;
	transition: none;
}
.inputWrap.focused > .field.dateSelecter > .date.noLabel,
.inputWrap.inputted > .field.dateSelecter > .date.noLabel {
	top: 20px;
}
.inputWrap.focused > .field.dateSelecter > input,
.inputWrap.inputted > .field.dateSelecter > input {
	text-indent: -9999px;
	transition: none;
}
.inputWrap.inputted > .field.dateSelecter > input{
	border-right: solid 1px #ababab;
}
.inputWrap.inputted > .field.dateSelecter button{
	border-color: #222222;
}
.inputWrap.open-error> .field.dateSelecter > input{
	border-right: solid 1px #a5001e;
	border-bottom-left-radius: 0 !important;
}
.inputWrap.open-error> .field.dateSelecter button{
	padding-left: 6px;
	background-color: #ffe5e5;
	border-width: 2px;
	border-color: #a5001e;
	border-bottom: solid 3px #a5001e !important;
	border-bottom-right-radius: 0;
}

.ui-datepicker{
	width: 280px;
	z-index: 10 !important;
}
.ui-datepicker.ui-widget.ui-widget-content{
	border:1px solid #999999;
	box-shadow: 0px 3px 8px 2px rgba(0,0,0,0.2);
}
.ui-datepicker .ui-datepicker-header{
	padding: 8px 0;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: block;
	padding: 8px;
	text-align: center;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 50%;
	margin-top: -19px;
	width: 38px;
	height: 38px;
}
.ui-datepicker .ui-datepicker-calendar td a.ui-state-default{
	border: 1px solid #777777;
	background: #f6f6f6;
	font-weight: normal;
	color: #333333;
}
.ui-datepicker .ui-datepicker-calendar td a.js-selectionRange{
	background-color: #fff7c5;
}
.ui-datepicker .ui-datepicker-calendar td a.ui-state-default.ui-state-hover{
	box-sizing: border-box;
	border: 1px solid #777777;
	background: #ffbcbc;
	font-weight: normal;
	color: #333;
}
.ui-datepicker .ui-datepicker-calendar td a.ui-state-default.ui-state-active{
	border: 1px solid #777777;
	background: #a5001e;
	font-weight: normal;
	color: #ffffff;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 50%;
}
.ui-datepicker .ui-datepicker-prev-hover{
	left: 2px;
}
.ui-datepicker .ui-datepicker-next-hover{
	right: 2px;
}
.ui-datepicker .ui-state-hover{
	box-sizing: border-box;
	border: 1px solid #cccccc;
	background: #f4efe6;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-datepicker .ui-widget-header {
	border: 1px solid #dddddd;
	background: #f4efe6;
	color: #333333;
	font-weight: bold;
}

/*ItemBtn*/
.itemWrap > .itemCnt + .btnLink01{
	display: table-cell;
	width: 140px;
	margin-top: 0;
}
.itemWrap > .itemCnt + .btnLink01 > a{
	padding: 7px 35px 5px 48px;
}

/**/
.md-heading04{
	margin-top: 40px;
	font-size: 20px;
	font-size: 2.0rem;
	border-bottom: 2px solid #a5001e;
	padding-bottom: 6px;
	font-weight: bold;
}
.flowbox01{
	position: relative;
	margin-top: 36px;
}
.flowbox01 + .flowbox01{
	margin-top: 20px;
	padding-top: 27px;
	background: url("/memberservice/pc/rsp/v1/minden/img/minden_ex01.gif") 0 0 repeat-x;
}
.flowbox01 + .flowbox01::before{
	position: absolute;
	top: -7px;
	left: 116px;
	border-top: solid 17px #a5a5a5;
	border-right: solid 13px transparent;
	border-left: solid 13px transparent;
	content: "";
}
.flowbox01 > .head{
	float: left;
	width: 260px;
	margin-right: 20px;
	border-radius: 9px;
	padding: 10px;
	background-color: #fceed3;
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
}
.flowbox01 > .head.nobg{
	background-color: #ffffff;
}
.flowbox01 > .detail{
	overflow: hidden;
	font-size: 16px;
	font-size: 1.6rem;
}
.flowbox01 > .betweenTxt{
	position: absolute;
	top: -17px;
	left: 148px;
	background-color: #ffffff;
	padding: 5px;
	font-size: 18px;
}
.flowbox01 > .detail .note{
	margin: 5px 0 0 0;
	padding: 0 0 0 1em;
	text-indent: -1em;
}

.toggleTrigger:not(.open) > .openTxt,
.toggleTrigger.open > .closeTxt{
	display: none;
}
.base-income{
	border: #C7C7C7 2px solid;
	padding: 10px 10px;
	margin-top: 30px;
}
.base-income .addTxt{
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}
.base-income.glayout{
	background-color: #C7C7C7;
	opacity: 0.5;
}
/********************************************************

  MEDIA

********************************************************/

/* Print
------------------------------------------------------ */
@media print {
	.policyWrap .policyFrame {
		height: auto;
		overflow-y: visible;
	}
}



/* Clearfix
------------------------------------------------------ */
.flowbox01::after,
.inputLayout::after,
#entry-customer-address.type-branch .inputLayout::after,
.entry::after,
.cf-AO2 .radioList::after,
.headerWrap01:after,
.headerWrap01 > #formTitle:after,
.listRow:after,
.formSection > .heading:after,
.formWrap > form fieldset > .fieldHdg:after,
.inputHdg.with-link:after,
.addressWrap:after,
.addressWrap > .searchAddress:after,
.radioListWrap:after,
.mailWrap:after,
.agreeColumn:after,
.policyWrap .policyFrame > #rule_top .ancLink:after {
	content: "";
	display: table;
	clear: both;
}
.flowbox01,
.headerWrap01,
.headerWrap01 > #formTitle,
.listRow,
.formSection > .heading,
.formWrap > form fieldset > .fieldHdg,
.inputHdg.with-link,
.addressWrap,
.addressWrap > .searchAddress,
.radioListWrap,
.mailWrap,
.agreeColumn,
.policyWrap .policyFrame > #rule_top .ancLink {
	zoom: 1;
}