/* index */
.customer-index .lang-box{
	position: relative;
	max-width: 480px;
	height: 43px;
}
.customer-index .lang-box select#select-lang{
	border: 1px solid #e5e5e5;
	background-color: #fff;
	border-radius: 5px;
	font-size: 100%;
	box-sizing: border-box;
	padding: 2px 5px;
	position: absolute;
	top: 5px;
	right: 10px;
}
.customer-index .edit-wrap{
	padding: 15px 0;
}
.customer-index .edit-wrap .edit-area-body{
	max-width: 480px;
	width: 90%;
	margin: 0 auto;
}
.customer-index .edit-wrap .edit-area-body p.notice{
	text-align: center;
	color: #c22222;
	margin: 10px auto 20px;
	font-size: 80%;
}
.customer-index .edit-wrap .edit-area-body h2{
	font-size: 110%;
	margin-bottom: 0;
}
.customer-index .edit-wrap .edit-area-body h2::before{
	content: url(../img/icon-box.svg);
	width: 20px;
	height: 20px;
	display: inline-block;
	position: relative;
	top: 3px;
	margin-right: 5px;
}
.customer-index .edit-wrap .edit-area-body .edit-body{}
.customer-index .edit-wrap .edit-area-body .edit-body label{
	display: block;
	font-weight: bold;
	font-size: 90%;
	margin: 5px auto;
}
.customer-index .edit-wrap .edit-area-body .edit-body label .require{
	background-color: #ff4009;
	border-radius: 5px;
	font-size: 65%;
	padding: 0 3px;
	color: #fff;
	font-weight: normal;
	position: relative;
	top: -2px;
	margin-left: 5px;
}

.customer-index .edit-wrap .edit-area-body .edit-body input[type="text"],
.customer-index .edit-wrap .edit-area-body .edit-body input[type="email"],
.customer-index .edit-wrap .edit-area-body .edit-body select,
.customer-index .edit-wrap .edit-area-body .edit-body .select2-container{
	border: none;
	width: 90%;
	min-height: 40px;
	margin: 0 0 15px auto;
	padding-left: 10px;
	box-sizing: border-box;
	background-color: #fff;
	font-size: 12pt;
	display: block;
}

.customer-index .edit-wrap .edit-area-body .edit-body .departure-flight-number{
	margin: 0 0 auto 48px !important;
	width: 45% !important;
}
.customer-index .edit-wrap .edit-area-body .edit-body .select2-container{
	padding-left: 0px;
	min-height: inherit;
}
.select2-container .select2-selection--single{
	height:40px !important;
	padding-left: 12px !important;
	padding-right: 20px !important;
	padding-top: 7px !important;
}
.select2-selection__arrow{
	padding-top: 12px !important;
}
.customer-index .edit-wrap .edit-area-body .edit-body input[type="tel"]{
	border: none;
	margin: 0 0 15px auto;
	padding-left: 10px;
	display: inline-block;
	box-sizing: border-box;
	min-height: 40px;
	font-size: 12pt;
	display: block;
	width: 90%;
}


.customer-index .edit-wrap .edit-area-body .edit-body input[type="tel"][name="to_postal"]{
	width: 100%;
}
.customer-index .edit-wrap .btn-box{
	max-width: 480px;
	width: 100%;
	margin: 0 auto;
}
.customer-index .edit-wrap .btn-box a{
	box-sizing: border-box;
	display: block;
	width: 100%;
	border-radius: 5px;
	background-color: #b71a35;
	color: #fff;
	text-align: center;
	text-decoration: none;
	height: 50px;
	padding: 13px 0;
	font-size: 100%;
}

.btn-box .disabled{
	pointer-events: none;
	cursor: default;
	opacity:50% !important;

}

.customer-index .edit-wrap .btn-box a:active{
	opacity: 0.7;
}
.agree-privacy {
	margin: 40px auto 1em auto;
	text-align: center;
}

.agree-privacy label {
	line-height: 135%;
	position: relative;
	cursor: pointer;
	font-size: 90%;
}

.agree-privacy .option-input05 {
	position: relative;
	margin: 0 1rem 0 0;
	cursor: pointer;
}

.agree-privacy .option-input05:before {
	position: absolute;
	z-index: 1;
	top: 0.125rem;
	width: 0.75rem;
	height: 0.375rem;
	content: '';
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	-webkit-transform: rotate(-45deg) scale(0, 0);
	transform: rotate(-45deg) scale(0, 0);
	border: 2px solid #b71a35;
	border-top-style: none;
	border-right-style: none;
}

.agree-privacy .option-input05:checked:before {
	-webkit-transform: rotate(-45deg) scale(1, 1);
	transform: rotate(-45deg) scale(1, 1);
}

.agree-privacy .option-input05:after {
	content:'';
	position: absolute;
	top: -3px;
	left: -3px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: #ffffff;
}
.remember-me {
	margin: 1em auto;
	text-align: center;
}

.remember-me-label {
	position: relative;
	cursor: pointer;
	padding-left: 15px;
	font-size: 12px;
}

.remember-me {
	position: relative;
	margin: 0 7px 0 0;
	cursor: pointer;
	top: 3px;
	left: 3px;
}

.remember-me:before {
	position: absolute;
	z-index: 1;
	top: 0.1rem;
	left: 0.1rem;
	width: 0.5rem;
	height: 0.2rem;
	content: '';
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	-webkit-transform: rotate(-45deg) scale(0, 0);
	transform: rotate(-45deg) scale(0, 0);
	border: 2px solid #b71a35;
	border-top-style: none;
	border-right-style: none;
}

.remember-me:checked:before {
	-webkit-transform: rotate(-45deg) scale(1, 1);
	transform: rotate(-45deg) scale(1, 1);
}

.remember-me:after {
	content:'';
	position: absolute;
	top: -3px;
	left: -3px;
	width: 19px;
	height: 19px;
	cursor: pointer;
	background: #ffffff;
}

.iti.iti--allow-dropdown{
	display: block;
}
.iti.iti--allow-dropdown .iti__flag-container{
	left: 10%;
}

.form-input-error::placeholder {
	color: grey;
}
.form-input-error{
	color: #b94a48;
	border: 1px solid #eed3d7 !important;
	background-color: #f2dede !important;
}
.formError .formErrorContent {
	width: 100%;
	min-width: 130px;
	color: #c22222;
	font-size: 84%;
	margin-bottom: 8px;
	opacity: initial;
}
.formError{
	pointer-events: none;
	position:inherit !important;
	margin-left: 15px !important;
	margin-top: 0px !important;
}

.formError .formErrorContent {
	margin-left:30px;
}


@media print,screen and (max-width: 740px) {
	.formError .formErrorContent {
		margin-left:16px !important;
	}
	.customer-index .edit-wrap .btn-box{
		width: 80%;
	}
	.customer-index .edit-wrap .edit-area-body .edit-body .departure-flight-number{
		margin: 0 0 auto 35px !important;
	}
}