@charset "UTF-8";


/*--------------------------------------------------------------
#contactform-area
--------------------------------------------------------------*/

/* mobile */
@media screen and (min-width: 300px) {
	
	#contactform-area {
		margin: 0 20px;
	}
	
	#contactform-area p.top {
		margin-bottom: 80px;
	}
	
	#contactform-area h6 {
		margin-bottom: 30px;
	}
	
	#contactform-area h6 span {
		font-family: "Inter Tight", sans-serif;
		font-size: 40px;
		font-weight: 600;
		background: #0059FF;
		color: #E4E9EB;
	}

	
	#submit-btn {
		background-color: transparent;
		margin: 0 auto;
		padding: 30px 0;
		font-size: 18px;
		font-weight: 500;
		letter-spacing: 1px;
		text-align: center;
		outline: none;
		cursor: pointer;
		appearance: none;
		color: #EAEEF0;
		background: #0059FF;
		transition: 0.5s;
		width: 100%;
	}
	
	.form_btn {
		text-align: center;
	}
	
	#submit-btn2 {
		background-color: transparent;
		margin: 0 10px;
		padding: 20px 20px;
		font-size: 18px;
		font-weight: 500;
		letter-spacing: 1px;
		text-align: center;
		outline: none;
		cursor: pointer;
		appearance: none;
		color: #EAEEF0;
		background: #0059FF;
		transition: 0.5s;
		width: auto;
	}
	
	#back-btn {
		background-color: transparent;
		margin: 0 10px;
		padding: 20px 20px;
		font-size: 18px;
		font-weight: 500;
		letter-spacing: 1px;
		text-align: center;
		outline: none;
		cursor: pointer;
		appearance: none;
		color: #EAEEF0;
		background: rgba(167,167,167,1.00);
		transition: 0.5s;
		display: inline;
		width: auto;
	}
	
	#submit-btn:hover,
	#submit-btn2:hover,
	#back-btn:hover{
		background: #000;
	}
	
	.bt-area {
		display: block;
		text-align: center;
		margin-top: 50px;
	}
	
	
	#contactform-area dl {
		margin-bottom: 20px;
		padding: 5px 0;
	}
	
	#contactform-area dl.box_mb {
		margin-bottom: 30px;
	}
	
	#contactform-area dl.last_mb {
		margin-bottom: 80px;
	}
	
	#contactform-area dl dt {
		margin: 0 0 15px 0;
		padding: 0;
		width: auto;
	}
	
	#contactform-area dl dd {
		margin: 0;
		padding: 0;
		width: auto;
	}
	
}

@media screen and (min-width: 771px) {
	
	
	
}


@media screen and (min-width: 1161px) {
	
	#contactform-area {
		margin: 0 auto;
		max-width: 52.08vw;
	}
	
	#contactform-area p.top {
		margin-bottom: 4.167vw;
	}
	
	#contactform-area h6 {
		margin-bottom: 1.562vw;
	}
	
	#contactform-area h6 span {
		font-family: "Inter Tight", sans-serif;
		font-size: 3.125vw;
		font-weight: 600;
		background: #0059FF;
		color: #E4E9EB;
	}

	
	#submit-btn {
		background-color: transparent;
		margin: 0 auto;
		padding: 1.562vw 0;
		font-size: 1.302vw;
		font-weight: 500;
		letter-spacing: 1px;
		text-align: center;
		outline: none;
		cursor: pointer;
		appearance: none;
		color: #EAEEF0;
		background: #0059FF;
		transition: 0.5s;
		width: 34.89vw;
	}
	
	.form_btn {
		text-align: center;
	}
	
	#submit-btn2 {
		background-color: transparent;
		margin: 0 0.521vw;
		padding: 1.562vw 2.604vw;
		font-size: 1.302vw;
		font-weight: 500;
		letter-spacing: 1px;
		text-align: center;
		outline: none;
		cursor: pointer;
		appearance: none;
		color: #EAEEF0;
		background: #0059FF;
		transition: 0.5s;
		width: auto;
	}
	
	#back-btn {
		background-color: transparent;
		margin: 0 0.521vw;
		padding: 1.562vw 2.604vw;
		font-size: 1.302vw;
		font-weight: 500;
		letter-spacing: 1px;
		text-align: center;
		outline: none;
		cursor: pointer;
		appearance: none;
		color: #EAEEF0;
		background: rgba(167,167,167,1.00);
		transition: 0.5s;
		display: inline;
		width: auto;
	}
	
	#submit-btn:hover,
	#submit-btn2:hover,
	#back-btn:hover{
		background: #000;
	}
	
	.bt-area {
		display: block;
		text-align: center;
		margin-top: 2.604vw;
	}
	
	
	#contactform-area dl {
		margin-bottom: 1.042vw;
		padding: 0.26vw 0;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	
	#contactform-area dl.box_mb {
		margin-bottom: 1.562vw;
	}
	
	#contactform-area dl.last_mb {
		margin-bottom: 4.167vw;
	}
	
	#contactform-area dl dt {
		margin: 0;
		padding: 0;
		width: 12.76vw;
	}
	
	#contactform-area dl dd {
		margin: 0;
		padding: 0;
		width: 37.5vw;
	}
	
}


/*--------------------------------------------------------------
.preview-area
--------------------------------------------------------------*/

@media screen and (min-width: 300px) {
	
	.preview-list {
		border-bottom: 1px solid #CCC;
		align-items: center;
	}
	
	.preview-list dt{
		margin: 0;
		padding: 0;
	}
	
	.preview-list dt p{
		font-weight: 600;
	}
	
	.preview-list dd{
		margin: 0;
		padding: 0;
	}
	
}

@media screen and (min-width: 771px) {
	
	
	
}


@media screen and (min-width: 1161px) {
	
	.preview-list {
		border-bottom: 1px solid #CCC;
		align-items: center;
	}
	
	.preview-list dt{
		margin: 0;
		padding: 0;
	}
	
	.preview-list dt p{
		font-weight: 500;
	}
	
	.preview-list dd{
		margin: 0;
		padding: 0;
	}
	
}

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

@media screen and (min-width: 300px) {
	
	input[type=text],
	input[type=email]{
		width: 100%;
		height: 70px;
		padding: 40px 20px;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 14px;
		background: #FFF;
		font-weight: 500;
		color: #000;
	}
	
	textarea {
		width: 100%;
		height: 180px;
		padding: 1em 20px;
		font-size: 14px;
		font-weight: 500;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background: #FFF;
		color: #000;
	}
	
	input[type="radio"] {
		width: 20px;
		height: 20px;
		border-radius: 100px;
		vertical-align: middle;
	}
	
	.checkbox_list {
		
	}
	
	.checkbox {
		display: block;
		margin: 5px 0;
	}
	
	.checkbox_item {
		display: inline-block;
	}
	
	.checkbox_label {
		margin: 0;
		font-size: 15px;
		font-weight: 500;
	}
	
	textarea:focus,
	input[type=text]:focus,
	input[type=email]:focus{
		background-color: #F7FFD3;
	}
	
	input[type=text].error,
	input[type=email].error,
	textarea.error,
	.form_area select.error {
	background-color: #FDF5F8;
	}
	
	label.error {
		display: block;
		margin-top: 10px;
		color: #FF00E2;
		font-size: 15px;
	}
}

@media screen and (min-width: 771px) {
	
	
}


@media screen and (min-width: 1161px) {
	
	
	input[type=text],
	input[type=email]{
		width: 100%;
		height: 4.167vw;
		padding: 0.83vw 1.66vw;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 0.938vw;
		font-weight: 500;
	}
	
	textarea {
		width: 100%;
		height: 10.417vw;
		padding: 1em 1.83vw;
		font-size: 0.938vw;
		font-weight: 500;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.checkbox_list {
		padding: 0;
	}
	
	.checkbox {
		display: block;
		padding: 0.26vw 0;
	}
	
	.checkbox_item {
		display: inline-block;
	}
	
	.checkbox_label {
		margin: 0 0 0 0.521vw;
		font-size: 1.042vw;
		font-weight: 500;
	}
	
	input[type=text].error,
	input[type=email].error,
	textarea.error,
	.form_area select.error {
	}
	
	label.error {
		display: block;
		margin-top: 1em;
		font-size: 1.16vw;
	}

}
