
.contactVisualInner{
	/* padding: 3.125vw 0 4vw; */
	padding: 3.125vw 0 4vw 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	margin: 0 40px 0 36px;
}
.contactVisualTitle{
	padding: 0 0 1.14vw;
}
.contactVisualTitle p{
	font-size: 5.45vw;
	font-weight: 400;
	line-height: 1;
	color: #FFF;
}
.contactVisualTitle p:nth-child(1){
	/* padding-left: 1.67vw; */
}
.contactVisualTitle p:nth-child(2){
	padding-left: 11.5vw;
}
.contactVisualTitle h3{
	font-size: 14.6vw;
	font-weight: 600;
	line-height: 1;
	color: #FFF;
}




.contactInformation{
	display: flex;
	align-items: start;
	justify-content: end;
	/* padding: 0 11vw; */
}
.contactInformationBox{
	padding: 0 0.9vw;
}
.contactInformationBox span{
	display: inline-block;
	height: 2vw;
	line-height: 2vw;
	font-size: 14px;
	font-weight: 400;
	color: #FFF;
	padding: 0 20px 0 20px;
	margin-bottom: 1vw;
	border-radius: 40px;
	border: 1px solid rgba(255,255,255,.2);
}
.contactInformationBox p{
	font-size: 16px;
	line-height: 30px;
	color: #FFF;
	font-weight: 400;
}
.contactInformationBox p img{
	width: 30px;
}
.contactSubmit button{
	display: inline-block;
	height: 2.92vw;
	line-height: 2.92vw;
	border: 1px solid #FFF;
	border-radius: 40px;
	font-size: 1.2vw;
	font-weight: 400;
	background: #000;
	padding: 0 3.13vw;
	color: #FFF;
}
.contactSubmit button:hover{
	background: #FF4800;
	border: 1px solid #FF4800;
	
}







.contactFormInner{
	padding: 4vw 2.3vw 0;
}
.contactForm{
	background: transparent;
	/* border-radius: 20px; */
	max-width: 920px;
	width: 100%;
	margin: 0 auto;
	/* padding: 1.4vw 2.3vw 0; */
	padding: 20px 0 0 0;
	/* border: 1px solid rgba(255, 255, 255, 0.3); */
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	/* margin-bottom: 1.3vw; */
}

.contactForm.submitField{
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* padding: 1.04vw 2.3vw; */
	padding: 1.04vw 0	;
}

.contactForm .contactField:first-child{
	border: 0;
	padding: 48px 0 24px 0;
}

.contactField{
	/* padding: 2.03vw 0; */
	padding: 48px 0 48px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.contactField.last{
	border-bottom: 0;
	padding: 2.3vw 0 0 0;
}
.contactField h3{
	font-size: 1.25vw;
	line-height: 1;
	font-weight: 700;
	color: #FFF;
	/* padding: 0 0 2.3vw; */
	padding: 0 0 24px 0;
}
.contactField h3 .num.box{
	display: inline-block;
	background: #FF4800;
	color: #000;
	font-size: 0.73vw;
	height: 1.4vw;
	padding: 0 0.3vw;
	line-height: 1.4vw;
	/* margin-right: 0.89vw; */
	margin-right: 12px;
	vertical-align: bottom;
	border-radius: 4px;
}
.contactField h3 small{
	font-size: 0.73vw;
	line-height: 1;
	color: #C5C5C5;
	font-weight: 400;
	display: inline-block;
	vertical-align: bottom;
	padding-left: 7px;
}









.contactCheckList{}
.contactCheckList ul{
	display: flex;
	margin-left: -6px;
	margin-right: -6px;
}

.contactCheckList ul li{
	padding: 0 6px;
	display: flex;
	flex-grow: 1;
	width: 25%;
}

.contactCheckList ul li .checkboxField{
	display: block;
}
.contactBox{
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 4px;
	flex-grow: 1;
	padding: 20px 16px 10px 16px;
	position: relative;
}
.inactive .contactBox{
	height: 50px;
	overflow: hidden;
}
.is-active .contactBox{
	/* padding: calc(0.8vw - 1px); */
	/* border: 1px solid rgba(255, 255, 255, 1); */
	background-color: #0e0e0e;
	border: 1px solid #0e0e0e;
}


.contactBox h4{
	/* font-size: 0.94vw; */
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	color: #FFF;
	/* padding: 0 0 0.83vw; */
	padding: 0 0 8px 0;
}

.contactBox .checkboxField label {color: #757575;}
.contactBox .checkboxFieldSquare {margin-right: -8px;}





.contactCheckList.box ul{
	display: block;
	margin-left: 0;
	margin-right: 0;
}
.contactCheckList.box ul li{
	display: inline-block;
	margin-right: 8px;
	padding: 0;
	width: auto;
}
.contactCheckList.box ul li{}

.contactCheckList.box ul li input[type="radio"]{
	display: none;
}

.contactCheckList.box ul li input[type="radio"] + label{
	display: inline-block;
	padding: 0 24px;
	border-radius: 50px;
	border: 1px solid #272727;
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	color: #FFF;
	font-weight: 400;
	cursor: pointer;
}

.contactCheckList.box ul li input[type="radio"]:checked + label{
	
	background: #FFF;
	color: #000;
}





.contactInputForm{
	max-width: 440px;
}
.contactInputForm .contactInp{
	padding: 0 0 32px 0;
}
.contactInputForm .contactInp label{
	display: block;
	font-size: 0.73vw;
	font-weight: 400;
	color: #FFF;
	line-height: 1.4;
	padding: 0 0 8px;
	cursor: pointer;
}
.contactInputForm .contactInp label span{
	position: relative;
}

.contactInputForm .contactInp label span::after{
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	background: #DA1414;
	position: absolute;
	top: 0;
	right: -8px;
	border-radius: 50%;
}
.contactInputForm .contactInp input{
	height: 48px;
	border: 1px solid #272727	;
	border-radius: 4px;
	background: #000;
	color: #FFF;
	fibnt-size: 14px;
}

.contactInputForm .contactInp input::placeholder{
	font-size: 14px;
}

.contactForm.submitField .contactField label{
	font-size: 0.94vw;
	font-weight: 400;
	color: #F4F4F4;
	padding-left: 8px;
	cursor: pointer;
}
.contactInputForm .contactInp.file-wrap {
	position: relative;
}
.contactInputForm .contactInp.file-wrap img{
	position: absolute;
	right: 10px;
	top: 32px;
	width: 30px;
}
.contactInputForm .contactInp.file-wrap label span::after {
	display: none;
}

.contactInputForm .contactInp.file-wrap .file-input-wrap {
	height: 48px;
	border: 1px solid #272727;
	border-radius: 4px;
	background: #000;
	padding-left: 12px;
}

.contactInputForm .contactInp.file-wrap .file-input-wrap input {
	display: none;
}

.contactInputForm .contactInp.file-wrap .file-input-wrap span {
	display: block;
	font-size: 12px;
	line-height: 48px;
	color: #fff;
}





.arrow_toggle{
	display: none;
	width: 40px;
	height: 40px;
	background: url('/data/images/arrow_up.png') no-repeat center / 100%;
	position: absolute;
	right: 4px;
	top: 5px;
	cursor: pointer;
}

.inactive .arrow_toggle{
	background: url('/data/images/arrow_down.png') no-repeat center / 100%;
}


@media screen and (max-width: 767px){
	
	.arrow_toggle{
		display: none;
	}
	.contactVisualInner{
		padding: 25px 0 41px;
		margin: 0  20px;
	}
	
	.contactInformation{
		justify-content: space-between;
		padding: 0;
		margin-right: -7px;
		margin-left: -7px;
	}
	
	.contactInformationBox{
		width: 50%;
		flex-grow: 1;
		padding: 0 7px;
	}
	.contactVisualTitle h3{
		font-size: 38px;
		line-height: 36px;
		padding: 0 0 40px;
	}
	
	.contactVisualTitle p{
		font-size: 38px;
		line-height: 42px;
	}
	.contactVisualTitle p:nth-child(1){
		padding-left: 0;
	}
	.contactVisualTitle p:nth-child(2){
		padding-left: 0;
		font-size: 38px;
		padding-bottom: 6px;
	}
	.contactInformationBox span{
		height: 30px;
		line-height: 30px;
		font-size: 13px;
		padding: 0 10px;
		margin-bottom: 10px;
	}
	.contactInformationBox p{
		font-size: 13px;
		line-height: 20px;
	}
	
	.contactInformationBox p img{
		width: 20px;
	}
	
	
	
	.contactFormInner{
		padding: 34px 20px 0;
	}
	.contactForm{
		border: 0;
		padding: 0;
		margin-bottom: 20px;
		
	}
	.contactField{
		border-bottom: 0;
		padding: 20px 0;
	}
	.contactField h3{
		font-size: 24px;
		line-height: 27px;
		padding: 0 0 23px
	}
	.contactField h3 .num.box{
		height: 27px;
		width: 27px;
		padding: 0;
		font-size: 14px;
		line-height: 27px;
		text-align: center;
		margin-right: 14px;
	}
	
	.contactField h3 small{
		display: block;
		padding: 14px 0 0;
		paddig-left: 0;
		font-size: 14px;
		
	}
	
	
	
	
	.contactCheckList ul{
		display: block;
		margin-left: 0;
		margin-right: 0;
	}
	.contactCheckList ul li{
		display: block;
		width: 100%;
		margin-bottom: 12px;
		padding: 0;
	}
	.contactBox{
		padding: 16px;
	}
	.is-active .contactBox{
		padding: 16px;
	}
	
	.is-active .arrow_toggle{
		right: 3px;
		top: 4px;
	}
	
	.contactBox h4{
		font-size: 18px;
		padding: 0 0 12px;
	}
	
	.checkboxField{
		margin-bottom: 0;
	}
	
	.contactCheckList.box ul li {margin-right: 4px;}
	
	.contactCheckList.box ul li input[type="radio"] + label{
		height: 37px;
		line-height: 37px;
		padding: 0 20px;
		font-size: 14px;
	}
	
	.checkboxCircle{
		width: 100%;
		padding: 0 0 20px 0;
		margin-left: -6px;
	}
	.checkboxCircle label{
		display: inline-block;
		width: 100%;
		text-align: left;
		/* border: 1px solid rgba(255, 255, 255, 0.4); */
		margin-left: 0;
		border-radius: 8px;
		line-height: 56px;
		margin-top: -20px;
		font-size: 14px;
	}
	
	.contactInputForm .contactInp{
		padding: 0 0 22px;
	}
	
	.contactInputForm .contactInp label{
		font-size: 14px;
		line-height: 22px;
		padding: 0 0 4px;
	}
	
	.contactForm.submitField{
		display: block;
		padding: 0;
	}
	
	.contactSubmit{
		text-align: center;
	}
	.contactForm.submitField .contactField label{
		font-size: 14px;
	}
	.contactSubmit button{
		width: 100%;
		height: 56px;
		line-height: 56px;
		/* max-width: 205px; */
		/* width: 205px; */
		margin: 0 auto;
		text-align: center;
		font-size: 14px;
	}
	.contactInputForm .contactInp input {font-size: 16px;}
}

