@charset "utf-8";

/*-----------------------------------------------
	form
-----------------------------------------------*/

/* secCmnForm */
.secCmnForm{
    margin-top: 130px;
	padding-bottom: 110px;
}
.secCmnForm .titWrapper{
	position: relative;
}
.secCmnForm .titWrapper::after{
	position: absolute;
	content: "";
	background: #232d36;
	width: 60px;
	height: 4px;
	bottom: -44px;
	left: calc(50% - 30px);
}
.secCmnForm .titForm{
    font-size: 16px;
    height:auto;
    color: #000;
    letter-spacing: 0.5px;
    text-align: center;
}
.secCmnForm .titEng{
	margin-top: 22px;
	text-align: center;
}
.secCmnForm .txtForm{
    width: 800px;
    font-size: 14px;
    line-height: 1.78;
    letter-spacing: 1.5px;
	text-align: left;
    margin: 92px auto 0;
	padding-left: 3px;
}
.secCmnForm .txtMust{
	color:#cd2929;
}
@media only screen and (max-width:767px){
	.secCmnForm{
		margin-top: 85px;
		padding-bottom: 80px;
	}
	.secCmnForm .titWrapper{
		display: flex;
		flex-flow: column-reverse;
		align-items: center;
	}
	.secCmnForm .titWrapper::after{
		width: 50px;
		height: 2px;
		bottom: -23px;
		left: calc(50% - 25px);
	}
	.secCmnForm .titEng{
		width: auto;
		height: 42px;
		margin: 0 auto;
	}
	.secCmnForm .titEng img{
		width: auto;
		height: 42px;
	}
	.secCmnForm .titForm{
		font-size: 14px;
		margin-top: 15px;
		letter-spacing: normal;
	}
	.secCmnForm .txtForm{
		width: 100%;
		padding: 0 4%;
		font-size: 12px;
		line-height: 1.83;
		letter-spacing: normal;
		margin-top: 47px;
	}
	.secCmnForm .spColor{
		color:#cd2929;
	}
}
/* secFormStep */
.secFormStep{
    width: 800px;
	margin: 45px auto 0;
    display: flex;
}
.secFormStep li{
    font-size: 15px;
    letter-spacing: 1.5px;
    width: 250px;
    height: 60px;
    margin-right: 25px;
    color: #232d36;
	border: solid 2px #232d36;
	background-color: #fff;
	position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
	font-weight: 700;
}
.secFormStep li::after{
    content: "";
    background: #232d36;
    width: 9px;
    height: 11px;
    position: absolute;
    top: 24px;
    right: -20px;
    clip-path: polygon(0 0,100% 50%,0 100%);
}
.secFormStep li:last-child{
	margin-right: 0;
}
.secFormStep li:last-child:after{
	display: none;
}
.secFormStep li.active{
    color: #fff;
    background: #232d36;
}
@media only screen and (max-width:767px){
	.secFormStep{
		width: 92%;
		margin: 25px auto 0;
		display: flex;
	}
	.secFormStep li{
		font-size: 11px;
		letter-spacing: normal;
		width: 28.986%;
		height: 40px;
		margin-right: 6.521%;
		border: solid 1px #232d36;
		padding-top: 2px;
	}
	.secFormStep li::after{
		top: 14px;
		right: -17%;
	}
}
@media only screen and (max-width:359px){
	.secFormStep li{
		font-size: 10px;
	}
	.secFormStep li::after{
		top: 14px;
		right: -19%;
	}
}
.secFormTable{
	margin-top: 70px;
}
.secFormTable .boxTable{
	width: 1140px;
	margin: 0 auto;
}
.secFormTable .boxForm.under{
	margin-top: 43px;
}
.secFormTable .subTit{
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	background: #232d36;
	text-align: center;
	padding: 34px 0;
	letter-spacing: 1px;
}
.secFormTable .subTxt{
	font-size: 14px;
	line-height: 1.78;
	text-align: center;
	margin: 35px 0 12px;
	letter-spacing: 1.5px;
}
.secFormTable tr{
	border-bottom: solid 1px #e1e1e1;
}
.secFormTable tr:last-child{
	border: none;
}
.secFormTable th{
    width: 210px;
    display: flex;
    font-size: 15px;
    line-height: 1.5;
	padding: 47px 0 37px;
}
.secFormTable td{
	width: 930px;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.5px;
	padding: 30px 0;
    vertical-align: top;
	position: relative;
}
.secFormTable .flBox {
	display: flex;
	align-items: center;
}
.secFormTable input[type="text"],
.secFormTable input[type="tel"], 
.secFormTable input[type="email"], 
.secFormTable input[type="password"], 
.secFormTable select{
    height: 54px;
    padding: 0 20px;
    border: 1px solid #e6e6e6;
    font-size: 15px;
    line-height: 1.5;
    font-family: inherit;
    background: #fff;
    letter-spacing: 0.5px;
    position: relative;
} 
.secFormTable input[type="text"].inputRequired,
.secFormTable input[type="tel"].inputRequired, 
.secFormTable input[type="email"].inputRequired, 
.secFormTable input[type="password"].inputRequired, 
.secFormTable select.inputRequired{
    background: #fffef7;
    border: solid 1px #cd2929;
}
.secFormTable textarea{
    padding: 11px 19px;
    border: 1px solid #e1e1e1;
    width: 100%;
	height: 150px;
    font-size: 15px;
    line-height: 2;
    font-family: inherit;
    display: block;
}
/* privacy */
.secFormTable .boxTable.privacy{
	border-top: solid 1px #e1e1e1;
	border-bottom: solid 1px #e1e1e1;
}
.secFormTable .privacy th{
	padding: 37px 0;
}
.secFormTable .privacy td{
	padding: 36px 22px 43px;
	letter-spacing: 0.5px;
}
.secFormTable .privacy input[type='checkbox']{
	height: auto;
	margin: -2px 10px 0 0;
    width: 20px;
    height: 20px;
}
.secFormTable a{
	color: #000000;
	text-decoration: underline;
	text-underline-offset: 9px;
}
.secFormTable .txtPrivacy{
	font-size: 12px;
	margin-top: 18px;
	letter-spacing: normal;
}
/* boxNote */
.secFormTable .boxNote{
	width: 1140px;
	margin: 40px auto 0;
	background: #fbfbfb;
	padding: 51px 47px 43px;
}
.secFormTable .titNote{
	font-size: 15px;
}
.secFormTable .txtNote{
	font-size: 13px;
	line-height: 2.15;
	margin-top: 15px;
}
@media only screen and (max-width:767px){
	.secFormTable{
		margin-top: 30px;
	}
	.secFormTable .boxTable{
		width: 92%;
		margin: 16px auto 0;
	}
	.secFormTable .boxForm.under{
		margin-top: 25px;
	}
	.secFormTable .subTit{
		font-size: 15px;
		padding: 23px 0 22px;
	}
	.secFormTable .subTxt{
		font-size: 12px;
		line-height: 1.83;
		text-align: center;
		margin: 17px 0 8px;
		letter-spacing: normal;
		text-align: left;
		padding: 0 4%;
	}
	.secFormTable, .secFormTable tbody, .secFormTable tr, .secFormTable th, .secFormTable td{
		display: block;
	}
	.secFormTable tr{
		border-bottom: none;
	}
	.secFormTable th{
		width: 100%;
		display: flex;
		font-size: 13px;
		padding: 16px 16px 15px;
		background: #fafafa;
	}
	.secFormTable td{
		width: 100%;
		font-size: 13px;
		letter-spacing: normal;
		padding: 15px 14px 25px;
	}
	.secFormTable .spFlNone{
		display: block;
	}
	.secFormTable input[type="text"],
	.secFormTable input[type="tel"], 
	.secFormTable input[type="email"], 
	.secFormTable input[type="password"], 
	.secFormTable select{
		height: 50px;
		padding: 0 13px;
		font-size: 16px;
		letter-spacing: 0.5px;
	} 
	.secFormTable textarea{
		padding: 10px 13px;
		height: 150px;
		font-size: 16px;
		line-height: 1.6;
	}
	/* privacy */
	.secFormTable .boxTable.privacy{
		border: none;
		margin-top: 0;
	}
	.secFormTable .privacy th{
		padding: 16px 16px 15px;
	}
	.secFormTable .privacy td{
		letter-spacing: normal;
        padding: 15px 14px 10px;
	}
	.secFormTable a{
		color: #000000;
		text-decoration: underline;
		text-underline-offset: 7px;
	}
	.secFormTable .txtPrivacy{
		font-size: 11px;
		line-height: 1.72;
		margin-top: 12px;
	}
	/* boxNote */
	.secFormTable .boxNote{
		width: 92%;
		margin: 24px auto 0;
		padding: 27px 13px;
	}
	.secFormTable .titNote{
		font-size: 12px;
		line-height: 1.7;
	}
	.secFormTable .txtNote{
		font-size: 11px;
		line-height: 1.72;
		margin-top: 6px;
	}
}

.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 {width: 767px;}

.secFormTable .mr10{margin-right: 10px;}
.secFormTable .mr20 {margin-right: 20px;}
.secFormTable .mb10 {margin-bottom:10px;}
.secFormTable .mb20 {margin-bottom: 20px;}
.secFormTable .w100p {width: 100%;}
@media only screen and (max-width:767px){
	.secFormTable .ws110{width: 110px;}
	.secFormTable .ws120 {width: 120px;}
	.secFormTable .w200 {width: 140px;}
    .secFormTable .w360,
	.secFormTable .w400,
	.secFormTable .w500,
    .secFormTable .w767{
		width: 100%;
	}

	.secFormTable .mr10{margin-right: 5px;}
	.secFormTable .mr20 {margin-right: 10px;}
	.secFormTable .mts10{
		margin-top: 10px;
	}
}

.secFormTable .spanMust{
	color: #cd2929;
	padding-left: 12px;
}
.secFormTable .txtError{
    color: #f00;
    font-size: 12px;
    background: url(../img/common/iconError.png) left 2px no-repeat;
    background-size: 14px;
    padding: 0 0 0 17px;
    margin-top: 10px;
    line-height: 1.5;
    text-align: left;
}
.isDesktopIpad .secFormTable .txtError{
    background-position: left top 6px;
}
/* address */
.secFormTable .btnZip{
    width: 120px;
    height: 40px;
    background: #1d1d1d;
    border-radius: 20px;
    font-size: 12px;
    line-height: 40px;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;
    color: #fff;
	margin-left: 10px;
}
.secFormTable .spanAdderess{
	position: relative;
	left: -2px;
	margin-right: 4px;
}
@media only screen and (max-width:767px){
	.secFormTable .spanMust{
		padding-left: 8px;
	}
	.secFormTable .btnZip{
		width: 110px;
		height: 32px;
		border-radius: 16px;
		font-size: 11px;
		line-height: 32px;
		letter-spacing: normal;
	}
	.secFormTable .spanAdderess{
		position: relative;
		left: -2px;
		margin-right: 7px;
	}
}

/* ラジオボックス */
.secFormTable .radioTd{
	padding: 42px 0 30px;
}
.secFormTable input[type="radio"],
.secFormTable .txtRadio::before{
    width: 29px;
    height: 29px;
}
.secFormTable input[type="radio"]{
    visibility: hidden;
    position: absolute;
    margin: 0;
}
.secFormTable .labelRadio{
    position: relative;
    font-size: 15px;
	line-height: 1;
    display: inline-block;
}
.secFormTable .itemRadio:nth-child(n+2){
    margin-top: 4px;
}
.secFormTable .txtRadio{
    display: inline-flex;
    align-items: center;
}
.secFormTable .txtRadio::before{
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    margin-right: 10px;
    border: 1px solid #e6e6e6;
}
.secFormTable input[type="radio"]:checked + .txtRadio::after{
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #232d36;
    position: absolute;
    top: 8px;
    left: 7px;
}
@media only screen and (max-width:767px){
	.secFormTable .radioTd{
		padding: 15px 14px 25px;
	}
	.secFormTable input[type="radio"],
	.secFormTable .txtRadio::before{
		width: 20px;
		height: 20px;
	}
	.secFormTable .labelRadio{
		font-size: 15px;
	}
	.secFormTable .txtRadio::before{
		width: 20px;
		height: 20px;
	}
	.secFormTable input[type="radio"]:checked + .txtRadio::after{
		width: 10px;
		height: 10px;
		top: 5px;
		left: 5px;
	}
}

/* btnForm */
.secFormTable .btnForm,.secFormTable .btnFormBack{
	width: 380px;
	height: 80px;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	background: #232d36;
	border-radius: 40px;
	margin: 45px auto 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}
.secFormTable .btnFormBack{
	width: 300px;
	border: solid 1px #232d36;
	background: #fff;
	color: #232d36;
}
@media only screen and (max-width:767px){
	.secFormTable .btnForm,.secFormTable .btnFormBack{
		width: 84%;
		height: 60px;
		font-size: 15px;
		border-radius: 30px;
		margin: 31px auto 0;
	}
	.secFormTable .btnFormBack{
		width: 70%;
	}
}

/* co */
.secCmnForm.co{
	margin-top: 0;
	padding-top: 324px;
	position: relative;
}
.secCmnForm.co::before{
	content: "";
	display: block;
	width: 100%;
	height: 224px;
	background: #232d36;
	position: absolute;
	top: 0;
	left: 0;
}
.secCmnForm.co .txtForm{
	text-align: center;
}
.co .secFormTable tr{
	display: flex;
	align-items: center;
}
.co .secFormTable td,.co .secFormTable th{
	vertical-align: middle;
	padding: 37px 0;
}
@media only screen and (max-width:767px){
	.secCmnForm.co{
		padding-top: 150px;
	}
	.secCmnForm.co::before{
		height: 90px;
	}
	.co .secFormTable tr{
		display: block;
	}
    .co .secFormTable th{
		padding: 16px 16px 15px;
	}
	.co .secFormTable td{
		padding: 15px 14px 25px;
	}
}

/* ok */
.secCmnForm .okTxt{
	font-size: 14px;
    line-height: 1.78;
    letter-spacing: 1.5px;
    text-align: center;
    margin: 50px auto 0;
    padding-left: 3px;
}
.ok .secFormStep{
	margin-top: 90px;
}
@media only screen and (max-width:767px){
	.secCmnForm .okTxt{
		padding: 0 4%;
		font-size: 12px;
		line-height: 1.83;
		letter-spacing: normal;
		margin: 30px auto 0;
		text-align: left;
	}
	.ok .secFormStep{
		margin-top: 47px;
	}
}


.btnSendCo.no_tap,
.btnSendCoBack.no_tap{
    opacity: 0.3!important;
    pointer-events: none!important;
    transition: none!important;
}
.btnSendCo.no_tap{
    background: url(../img/common/iconLoader.gif) center center / 32px auto no-repeat!important;
    font-size: 0!important;
}