@charset "utf-8";

/*-----------------------------------------------
	form
-----------------------------------------------*/
.secFormWrap {
	margin-top: 0px;
}
.secFormWrap .titForm {
	background: #e50012;
	font-size: 24px;
	height: 120px;
	padding-top: 48px;
	color: #fff;
	letter-spacing: 2px;
	text-align: center;
}
.secForm {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0;
}
.secFormWrap .txtNote {
	font-size: 14px;
	line-height: 2.4;
	letter-spacing: 1px;
	padding-left: 8px;
	margin-bottom: 42px;
}
.secFormWrap.co .txtNote {
	font-size: 18px;
	line-height: 2;
	padding-left: 0;
	text-align: center;
}
.secFormWrap .txtNote .must {
	display: inline-block;
	vertical-align: 1px;
	width: 48px;
	height: 25px;
	font-size: 12px;
	line-height: 1;
	text-align: center;
	letter-spacing: 0.5px;
	padding-top: 6.5px;
	margin-right: 5px;
	color: #fff;
	background: #e50012;
}

/* secFormStep */
.secFormStep {
	margin: 0 auto 50px;
	font-size: 0;
	text-align: center;
}
.secFormStep li {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	font-size: 18px;
	letter-spacing: 1.5px;
	width: 280px;
	height: 70px;
	padding: 25px 0 0;
	margin-right: 30px;
	color: #262626;
	border: #868686 solid 1px;
}
.secFormStep li:last-child {
	margin-right: 0;
}
.secFormStep li.active {
	color: #fff;
	background: #262626;
	border: solid 1px #262626;
}
/* secFormTable */
.secFormTable {
	width: 100%;
	margin: 0 auto;
}
.secFormTable tr {
	border-top: solid 1px #e6e6e6;
}
.secFormTable tr.last,
.secFormTable:not(.noBorder) tr:last-child {
	border-bottom: solid 1px #e6e6e6;
}
.secFormTable th,
.secFormTable td {
	font-size: 16px;
	letter-spacing: 1px;
	vertical-align: top;
	line-height: 1.5;
	padding: 50px 0;
}

.secFormTable tr:nth-child(7) td {
	line-height: 1.8;
}

.secFormTable th {
	width: 240px;
	position: relative;
	line-height: 1.8;
	padding: 43px 0;
}
.secFormTable td {
	vertical-align: middle;
	padding: 30px 0;
}

.secFormTable th .must,
.secFormTable th .optional {
	width: 50px;
	height: 25px;
	padding-top: 6.5px;
	line-height: 1;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	letter-spacing: 0.5px;
	position: absolute;
	top: 43px;
	right: 15px;
	color: #fff;
}
.secFormTable th .must {
	background: #e50012;
}
.secFormTable th .optional {
	background: #009fe8;
}
.secFormTable input {
	height: 56px;
	background: #fff;
	border: solid 1px #c1c1c1;
	text-indent: 10px;
	font-size: 16px;
}
.secFormTable input[type='checkbox'] {
	height: auto;
	margin-left: 0;
}
.secFormTable .inputRequired {
	background: #fdffe9;
	border: solid 1px #d8101a;
}
.secFormTable select {
	height: 56px;
	font-size: 16px;
	background: #fff;
	border: solid 1px #ccc;
	padding: 0 10px;
}
_:-ms-lang(x)::-ms-backdrop,
.secFormTable select {
	/* IE11のみ適用 */
	padding: 0;
}
.secFormTable input,
.secFormTable select {
	letter-spacing: 1px;
}
.secFormTable a {
	color: #000000;
	text-decoration: underline;
}
.secFormTable .txtTime {
	padding: 0 5px 0 25px;
}
.secFormTable .mr10 {
	margin-right: 10px;
}
.secFormTable .mr20 {
	margin-right: 20px;
}
.secFormTable .mb10 {
	margin-bottom:10px;
}
.secFormTable .mb20 {
	margin-bottom: 20px;
}
.secFormTable .w150 {
	width: 150px;
}
.secFormTable .w165 {
	width: 165px;
}
.secFormTable .w200 {
	width: 200px;
}
.secFormTable .w360 {
	width: 360px;
}
.secFormTable .w400 {
	width: 400px;
}
.secFormTable .w500 {
	width: 500px;
}
.secFormTable .w767 {
	max-width: 767px;
}
.secFormTable .w100p {
	width: 100%;
}
.secFormTable td .note {
	font-size: 12px;
	padding-top: 10px;
	line-height: 2;
	letter-spacing: 0;
}
.secFormTable td .note.fRed,
.secFormTable td .note .fRed {
	color: #e50012;
}
.secFormTable .txtError,
.secFormCalendar .txtError {
	color: #f00;
	font-size: 12px;
	background: url(/image/iconError.png) left top no-repeat;
	background-size: 14px;
	padding: 0 0 0 17px;
	margin-top: 10px;
	line-height: 14px;
}
.secFormCalendar .txtError {
	margin-bottom: 10px;
}
.secFormTable textarea {
    width: 100%;
    height: 140px;
    background: #fff;
    border: solid 1px #ccc;
    padding: 10px;
    line-height: 1.5;
}
.secForm .btn {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	width: 300px;
	height: 76px;
	background: #e50012;
	font-size: 18px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	margin: 60px auto 0;
	letter-spacing: 1px;
}
.secForm .txtOk {
	font-size: 20px;
	margin: 0 0 30px;
}
.secForm .txtOk02 {
	font-size: 15px;
	margin: 0 0 30px;
	line-height: 1.8;
}
.secForm .flBox {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
}
.secForm .checkBoxWrap {
	display: flex;
}
.checkBox01 li {
	width: 123px;
	display: block;
	margin: 0 42px 0 0;
	padding: 0 0 6px 0;
}
.checkBoxTit {
	font-size: 16px;
	font-weight: bold;
	padding: 12px 0;
}
.checkBoxName {
	font-size: 16px;
	vertical-align: middle;
}
.checkBoxName span {
	margin-left: 6px;
}
.labelName {
	margin: 0 0 13px 0;
}
label,
input[type='checkbox'] {
	cursor: pointer;
}
.secForm .btnZip {
	width: 150px;
	height: 40px;
	background: #e50012;
	border-radius: 20px;
	font-size: 14px;
	line-height: 40px;
	letter-spacing: 1px;
	text-align: center;
	text-decoration: none;
	color: #fff;
}

@media only screen and (max-width: 767px) {
	.secFormWrap {
		margin-top: 35px;
	}
	.secFormWrap .titForm {
		font-size: 18px;
		height: 70px;
		padding-top: 26px;
		letter-spacing: 1px;
	}
	.secFormWrap .titForm.ok {
		margin-bottom: 20px;
	}
	.secForm {
		width: 100%;
		padding: 0;
	}
	.secFormWrap .txtNote,
	.secFormWrap.co .txtNote {
		font-size: 13px;
		line-height: 1.5;
		margin: 0 auto 20px;
		padding-top: 20px;
		width: 94.67%;
		padding-left: 0;
		letter-spacing: 0.5px;
	}
	.secFormWrap.co .txtNote {
		text-align: left;
	}
	/* secFormStep */
	.secFormStep {
		margin: 0 auto 30px;
	}
	.secFormWrap.co .secFormStep {
		margin: 20px auto 0;
	}
	.secFormStep li {
		font-size: 12px;
		letter-spacing: 0.5px;
		line-height: 18px;
		width: 33.33%;
		padding: 12px 0 0;
		height: 60px;
		margin-right: 0;
		border-right: solid 1px #fff;
	}
	.secFormStep li:last-child {
		width: 33.34%;
		border-right: none;
	}
	.secFormStep li:first-child {
		border-left: none;
	}
	/* secFormTable */
	.secFormTable,
	.secFormTable tbody,
	.secFormTable tr,
	.secFormTable th,
	.secFormTable td {
		display: block;
	}
	.secFormTable tr {
		padding: 0 2.67%;
	}
	.secFormTable th,
	.secFormTable td {
		font-size: 13px;
		padding: 15px 0;
		letter-spacing: 0.5px;
	}
	.secFormTable th {
		width: 100%;
		padding: 15px 0 0;
	}
	.secFormTable td {
		padding: 15px 0;
	}
	.secFormTable th .must,
	.secFormTable th .optional {
		top: 14px;
		right: 0;
	}
	.secFormTable input {
		height: 40px;
		font-size: 13px;
	}
	.secFormTable select {
		height: 40px;
		font-size: 13px;
	}
	.secFormTable input,
	.secFormTable select {
		letter-spacing: 0.5px;
	}
	.secFormTable input[type='checkbox'] {
		background-color: #d2d2d2;
		width: 16px;
		height: 16px;
		margin: 0;
		padding: initial;
		border: initial;
	}
	.secFormTable .txtTime {
		padding: 0 5px 0 0;
	}
    .secFormTable .mr10{
		margin-right: 5px;
	}
    .secFormTable .ws110{
	    width: 110px;
	}
	.secFormTable .mr20 {
		margin-right: 10px;
	}
	.secFormTable .smb10,
	.secFormTable .mb20,
    .secFormTable .mb10 {
		margin-bottom: 10px;
	}
	.secFormTable .w200 {
		width: 140px;
	}
    .secFormTable .w360,
	.secFormTable .w400,
	.secFormTable .w500,
    .secFormTable .w767 {
		width: 100%;
	}
	.secFormTable .spB10 {
		margin-bottom: 10px;
	}
	.secFormTable td .note {
		line-height: 1.5;
	}
	.secForm .btn {
		width: 210px;
		height: 55px;
		font-size: 15px;
		margin-top: 30px;
	}
	.secForm .txtOk,
	.secForm .txtOk02 {
		margin: 0 5% 30px;
	}
	.secForm .flBox {
		display: block;
	}
	.secForm .checkBoxWrap {
		width: 100%;
		margin: 0 auto;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.checkBox01 {
		width: 50%;
	}
	.checkBox01.w100{
		width: 100%;
		margin-top: 20px;
	}
	.checkBox01 .labelWrap{
		display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.checkBox01 .labelBox{
		width: 50%;
	}
	.checkBox01 li {
		width: 120px;
		margin: 0;
		padding: 0 0 9px 0;
	}
	.checkBoxTit {
		font-size: 15px;
		padding: 0 0 12px 0;
	}
	.checkBoxName {
		font-size: 13px;
	}
	.checkBoxName span {
		margin-left: 6px;
	}
	.labelName {
		margin: 0 0 12px 0;
	}
	label,
	input[type='checkbox'] {
		cursor: pointer;
	}
	.secForm .sFlBox {
		display: -webkit-flex;
		display: flex;
		align-items: center;
		-webkit-align-items: center;
	}
	.secForm .btnZip {
		width: 120px;
		height: 36px;
		border-radius: 18px;
		font-size: 12px;
		line-height: 36px;
		letter-spacing: 0;
	}
}

/* secFormCalendar */
.secFormCalendar {
	margin: 0 auto 40px;
	width: 484px;
}
.secFormCalendar .boxNote {
	font-size: 0;
	margin-bottom: 20px;
}
.secFormCalendar .boxNote .ico {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: 60px;
	height: 33px;
	background: #7cbe0e;
	border-radius: 15px;
	line-height: 30px;
	color: #fff;
	font-size: 13px;
	letter-spacing: 1px;
	margin: 0 auto;
	box-shadow: 0 -2px #59890a inset;
}
.secFormCalendar .boxNote .txt01 {
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	color: #c30d18;
	margin-left: 25px;
}
.secFormCalendar .boxNote .txt02 {
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	color: #666;
	margin-left: 15px;
}
@media only screen and (max-width: 767px) {
	.secFormCalendar {
		margin: 0 0 20px;
		width: 100%;
	}
	.secFormCalendar .boxNote {
		width: 94%;
		margin: 0 auto 20px;
	}
	.secFormCalendar .boxNote .ico {
		width: 40px;
		height: 25px;
		line-height: 23px;
		font-size: 10px;
	}
	.secFormCalendar .boxNote .txt01 {
		margin-left: 10px;
	}
	.secFormCalendar .txtError {
		width: 94%;
		margin: 10px auto;
	}
}
@media only screen and (max-width: 359px) {
	.secFormCalendar .boxNote .txt02 {
		display: block;
		margin: 5px 0 0;
	}
}

/* secCmnForm */
.secCmnForm{
    text-align: center;
    background: url(/img/member/bgWorks.gif) top center no-repeat;
    padding: 120px 0 100px;
    margin-bottom: 5px;
}
.secCmnForm .secFormWrap{
	background-color: #fff;
	box-shadow: 1.414px 1.414px 8px 0px rgba(0, 0, 0, 0.3);
	padding-bottom:90px;
}
.secCmnForm .txtNote {
    font-size: 14px;
    line-height:1.8;
    letter-spacing: 1px;
    padding-left:290px;
    margin-bottom: 40px;
	text-align: left;
	margin-top:110px;
}
.secCmnForm  .txtMust{
	color:#cd2929;
}
.secCmnForm .titForm {
    background: none;
    font-size:16px;
    height:auto;
    padding-top: 48px;
    color: #000;
    letter-spacing:1px;
    text-align: center;
}
.secCmnForm  .secFormStep li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-size: 15px;
    letter-spacing: 1.5px;
    width: 250px;
    height: 60px;
    padding: 22px 0 0;
    margin-right: 25px;
    color: #262626;
	border-color: rgb(35, 45, 54);
	background-color: #fff;
	position: relative;
}
.secCmnForm  .secFormStep li::after{
    content: "";
    background: url(/img/member/iconMemberForm.png) right top no-repeat;
    width: 9px;
    height: 11px;
    position: absolute;
    top: 25px;
    right: -17px;
}
.secCmnForm  .secFormStep li:last-child:after{
	display: none;
}
.secCmnForm .secFormStep li.active {
    color: #fff;
    background: #232d36;
    border:none;
}
.secCmnForm .secFormStep {
	margin: 0 auto 70px;
    padding-left: 20px;
}
.secCmnForm .titEng{
	margin-top:22px;
	position: relative;
}
.secCmnForm .titEng::after{
	content: "";
    background: url(/img/member/barMemberForm.gif) center top no-repeat;
    width: 60px;
    height: 4px;
    position: absolute;
    bottom:-45px;
    right:calc(50% - 30px);
}
.secCmnForm .secFormTable td {
  text-align: left;
}
.secCmnForm .secFormTable tr:first-child {
    border-top:none;
}
.secCmnForm .secForm {
    width: 1100px;
    margin: 0 auto;
    padding: 30px 0 0;
}
.secCmnForm .secForm {
    width: 1140px;
    margin: 0 auto;
    padding: 30px 0 0;
}
.secCmnForm .secFormTable th {
    width: 210px;
    line-height: 1.8;
    padding: 43px 0;
	font-size:15px;
}
.secCmnForm .secForm .btn {
    width: 380px;
    height: 80px;
    background: #fff;
    font-size: 18px;
    color: #e02321;
    border: 2px solid #e02321;
    text-align: center;
    font-weight: bold;
    margin: 30px auto 0;
    letter-spacing: 1px;
}
.secCmnForm .formSubTxt{
	background-color:#fbfbfb;
	padding:50px 45px;
	text-align: left;
	margin-top:40px;
}
.secCmnForm .formSubTxt .innerTit{
	font-size:15px;
}
.secCmnForm .formSubTxt .innerTxt{
	font-size:13px;
	line-height:2.2;
	margin-top:20px;
}
.secCmnForm .secFormTable .txtError,
.secCmnForm .secFormCalendar .txtError {
    color: #f00;
    font-size: 12px;
    background: url(/image/iconError.png) left top no-repeat;
    background-size: 14px;
    padding: 0 0 0 17px;
    margin-top: 10px;
    line-height: 14px;
		text-align: left;
}
.secCmnForm .secFormTable .inputRequired {
    background: #fffef7;
    border: solid 1px #cd2929;
}
.secFormTable td .note.fRed{
	font-size:14px;
}
@media only screen and (max-width:767px){
	.secCmnForm .txtNote {
		font-size: 12px;
		line-height: 1.85;
		letter-spacing: 0;
		padding-left: 12px;
		padding-right: 12px;
		margin-bottom: 30px;
		margin-top: 47px;
	}
	.secCmnForm .txtMustSp{
		color:#cd2929;
	}
	.secCmnForm .titEng::after{
		content: "";
		background: url(/image/barMemberForm_sp.gif) center top no-repeat;
		width: 50px;
		height: 2px;
		position: absolute;
		bottom: -53px;
		right: calc(50% - 25px);
	}
	.secCmnForm .titEng {
		margin-top: 22px;
		width: 30.67%;
		margin: 0 auto;
	}
	.secCmnForm .titForm {
		font-size:14px;
		padding-top: 15px;
		letter-spacing:0;
	}
	.secCmnForm {
		text-align: center;
		background: url(/img/member/bgWorks_sp.gif) top center no-repeat;
		padding: 55px 0 50px;
		margin-bottom:0;
        margin-top: 40px;
	}
	.secCmnForm  .secFormStep li {
		display: inline-block;
		vertical-align: top;
		text-align: center;
		font-size: 11px;
		letter-spacing: 0.5px;
		width: 26.67%;
		height: 40px;
		padding: 11px 0 0;
		margin-right: 20px;
		color: #262626;
		border:solid 1px  rgb(35, 45, 54);
		position: relative;
	}
	.secCmnForm .secFormStep li::after {
		content: "";
		background: url(/image/iconMemberForm_sp.gif) center top / cover no-repeat;
		width: 9px;
		height: 11px;
		position: absolute;
		top: 14px;
		right: -15px;
	}
	.secCmnForm .secFormStep {
		margin: 0 auto 30px;
		padding-left:0;
	}
	.secCmnForm  .secFormStep li:last-child {
		margin-right:0;
	}
	.secCmnForm .secForm {
		width: 92%;
		margin: 0 auto;
		padding:0;
		border: 1px solid #000;
		background-color: #fff;
	}
	.secCmnForm .secFormWrap {
		box-shadow: none;
		padding-bottom:0;
		background-color: #ebeef1;
	}
	.secCmnForm .secFormTable th {
		width: 100%;
		line-height: 1.8;
		padding: 13px 0;
		font-size: 13px;
		background-color: #fafafa;
		padding-left: 4.35%;
		padding-right: 4.35%;
	}
	.secCmnForm .secFormTable td {
		padding: 18px 4.35%;
	}
	.secCmnForm .secFormTable tr {
		padding: 0;
		border-top:none;
	}
	.secCmnForm .secFormTable input {
		height: 50px;
		font-size: 13px;
	}
	.secCmnForm .secForm .btn {
		width: 315px;
		height: 60px;
		background: #fff;
		font-size: 15px;
		margin: 30px auto 40px;
		letter-spacing: 1px;
	}
	.secCmnForm .formSubTxt .innerTxt {
		font-size: 11px;
		line-height: 1.8;
		margin-top: 10px;
	}
	.secCmnForm .formSubTxt {
		padding: 25px 5px 25px 10px;
		margin-top: 25px;
	}
	.secCmnForm .formSubTxt .innerTit {
		font-size: 12px;
	}
	.secFormTable tr.last,
	.secFormTable:not(.noBorder) tr:last-child {
		border-bottom:none;
	}
	.secCmnForm .secFormTable td .note {
		font-size: 11px;
		letter-spacing:-0.9px;
	}
}
@media only screen and (max-width: 374px){
	.secCmnForm .formSubTxt .innerTit {
		font-size: 12px;
		line-height: 1.8;
	}
}
@media only screen and (max-width: 359px){
	.secCmnForm .secForm .btn {
    	width: 84%;
    	height: 60px;
    	background: #fff;
    	font-size: 15px;
    	margin: 30px auto 40px;
    	letter-spacing: 1px;
	}
}

/* ------------------------------------------
				co
------------------------------------------ */
.secCmnForm.co{
	background: none;
	background-color: #ebeef1;
	padding-top: 0;
}
.secFormWrap .secFormWrap.co .titForm {
    background: none;
    font-size:16px;
    height:auto;
    padding-top: 48px;
    color: #000;
    letter-spacing:1px;
    text-align: center;
}
.secCmnForm .secFormWrap.co .titEng{
	margin-top:22px;
	position: relative;
}
.secCmnForm .secFormWrap.co .titEng::after {
    content: "";
    background: url(/image/barMemberForm.gif) center top no-repeat;
    width: 60px;
    height: 4px;
    position: absolute;
    bottom: -45px;
    right: calc(50% - 30px);
}
.secCmnForm .secFormWrap.co .titEng::after{
	content: "";
    background: url(/image/barMemberForm.gif) center top no-repeat;
    width: 60px;
    height: 4px;
    position: absolute;
    bottom:-45px;
    right:calc(50% - 30px);
}
.secCmnForm.co .txtNote {
    padding-left: 0;
    text-align: center;
    margin-bottom: 70px;
    margin-top: 70px;
}
.secCmnForm.co .secForm {
    width: 1380px;
    margin: 0 auto;
    padding: 85px 0 0;
}
.secCmnForm.co .secForm .secFormWrap{
	padding-left:120px;
	padding-right:120px;
}
.secCmnBack {
    margin: 90px auto 80px;
    padding-top: 90px;
}
.secCmnBack a{
	display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: 300px;
    height: 76px;
    background: #e50012;
    font-size: 18px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    margin: 28px auto 0;
    letter-spacing: 0.5px;
	background: #999;
}
@media only screen and (max-width: 767px){
    .secCmnForm.co,
    .secCmnForm.ok{
        padding-top: 100px !important;
		margin-top: 0;
    }
	.secFormWrap .secFormWrap.co .titForm {
		font-size:14px;
		padding-top: 15px;
		letter-spacing:0;
	}
	.secCmnForm .secFormWrap.co .titEng::after{
		content: "";
		background: url(/image/barMemberForm_sp.gif) center top no-repeat;
		width: 50px;
		height: 2px;
		position: absolute;
		bottom: -53px;
		right: calc(50% - 25px);
	}
	.secCmnForm .secFormWrap.co .titEng {
		margin-top: 22px;
		width: 30.67%;
		margin: 0 auto;
	}
	.secCmnForm.co .secForm {
		width: 100%;
		margin: 0 auto;
		padding: 50px 0 0;
	}
	.secCmnForm.co .secForm .secFormWrap{
		padding-left:0;
		padding-right:0;
		width: 92%;
		margin: 0 auto;
		padding: 0;
		border: 1px solid #000;
		background-color: #fff;
	}
	.secCmnForm.co .secForm {
		border:none;
		background-color:#ebeef1;
	}
	.secCmnForm.co .txtNote {
		margin-bottom: 40px;
		margin-top: 40px;
	}
	.secCmnBack a{
		width: 210px;
		height: 55px;
		font-size: 15px;
		margin-top: 15px;
	}
}

/* ------------------------------------------
				ok
------------------------------------------ */
.secCmnForm.ok{
	background: none;
	background-color: #ebeef1;
	padding-top: 0;
}
.secCmnForm.ok .secFormWrap{
	margin-top: 0;
}
.secFormWrap .secFormWrap.co .titForm {
    background: none;
    font-size:16px;
    height:auto;
    padding-top: 48px;
    color: #000;
    letter-spacing:1px;
    text-align: center;
}
.secCmnForm .secFormWrap.co .titEng{
	margin-top:22px;
	position: relative;
}
.secCmnForm .secFormWrap.co .titEng::after {
    content: "";
    background: url(/image/barMemberForm.gif) center top no-repeat;
    width: 60px;
    height: 4px;
    position: absolute;
    bottom: -45px;
    right: calc(50% - 30px);
}
.secCmnForm .secFormWrap.co .titEng::after{
	content: "";
    background: url(/image/barMemberForm.gif) center top no-repeat;
    width: 60px;
    height: 4px;
    position: absolute;
    bottom:-45px;
    right:calc(50% - 30px);
}
.secCmnForm.ok .txtNote {
    padding-left: 0;
    text-align: center;
    margin-bottom: 70px;
    margin-top: 70px;
}
.secCmnForm.ok .secForm {
    width: 1380px;
    margin: 0 auto;
    padding: 85px 0 0;
}
.secCmnForm.ok .secForm .secFormWrap{
	padding-left:120px;
	padding-right:120px;
}
.secCmnBack {
    margin: 80px auto 80px;
    padding-top:0;
}
.secCmnBack a{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: 300px;
    height: 76px;
    background: #e50012;
    font-size: 18px;
    color: #000;
    text-align: center;
    font-weight: bold;
    margin: 28px auto 0;
    letter-spacing: 0.5px;
    background: #fff;
    border: 2px solid #000;
}
.secCmnForm.ok .secFormWrap {
    background-color: #ebeef1;
    box-shadow:none;
}
.secCmnBackOk{
	margin: 80px auto 150px;
    padding-top: 0;
}
@media only screen and (max-width: 767px){
	.secFormWrap .secFormWrap.co .titForm {
		font-size:14px;
		padding-top: 15px;
		letter-spacing:0;
	}
	.secCmnForm .secFormWrap.co .titEng::after{
		content: "";
		background: url(/image/barMemberForm_sp.gif) center top no-repeat;
		width: 50px;
		height: 2px;
		position: absolute;
		bottom: -53px;
		right: calc(50% - 25px);
	}
	.secCmnForm .secFormWrap.co .titEng {
		margin-top: 22px;
		width: 30.67%;
		margin: 0 auto;
	}
	.secCmnForm.ok .secForm {
		width: 100%;
		margin: 0 auto;
		padding: 50px 0 0;
	}
	.secCmnForm.ok .secForm .secFormWrap{
		padding-left:0;
		padding-right:0;
	}
	.secCmnForm.ok .secForm {
		border:none;
		background-color:#ebeef1;
	}
	.secCmnForm.ok .txtNote {
		margin-bottom: 40px;
		margin-top: 40px;
	}
	.secCmnBack{
		margin: 40px auto;
	}
	.secCmnBack a{
		width: 210px;
		height: 55px;
		font-size: 15px;
		margin-top: 15px;
	}
	.secCmnBackOk {
		margin: 40px auto 90px;
		padding-top: 0;
	}
}
.secFormTable .w60 {
	width: 60px;
	display: inline-block;
}
.secFormTable .w110 {
	width: 110px;
	display: inline-block;
}
.secFormTable .m05{
	margin-right: 5px;
}
.secFormTable .txtIn3{
	margin: 5px 0;
}
@media only screen and (max-width:767px){
	.secFormTable .w60,
	.secFormTable .ws42{
		width: 42px;
		display: inline-block;
		margin-right: 0;
	}
	.secFormTable .w110 {
		width: auto;
	}
	.secFormTable .m05{
		margin-right: 5px;
	}
	.secFormTable .wsp110{
		width: 110px;
		display: inline-block;
	}
}

.secForm .item .txt{
	margin-bottom: 5px;
}
.secForm .smallTxt{
	font-size: 12px;
}
.secFormWrap .boxAreaList #showroomBox{
	display: none;
}
.secFormWrap .noEvent{
	pointer-events: none;
}
.secFormWrap .noEvent.inputRequired{
	pointer-events: all;
}
