@charset "UTF-8";
/* CSS Document */

.contactWrap{
	margin: 80px auto 0;
    padding: 0 10%;
}


.contactForm h1{
	font-size: 16px;
    font-weight: 100;
    margin: 72px auto 64px;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 27px;
}

.formCenter{
	
		width: 100%;
    padding: 38px 60px;
    margin-top: 66px;
    background-image: url(/test/asets/img/top/bg_gradient.png);
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 0.1em;
    text-align: left;
	
}


.contactForm h2{
	
	font-size: 32px;
	margin-bottom: 24px;


}

.contactForm h3{
	
	font-size: 16px;
	font-weight: normal;


}

.cbdForm{
	text-align: justify;
    margin: 90px auto 120px;
    padding: 0 10%;
}

.wpcf7-form-control{
	width: 100%;
    margin: 8px 0 40px;
    padding: 8px 16px;
}


.wpcf7-submit{
	   width: 300px;
    margin: 24px auto 0;
    display: block;
    background-color: #4ed846 !important;
    color: #fff !important;
    padding: 16px !important;
    height: 64px !important;
    border: none;
    border-radius: 2px;
    letter-spacing: 3px;
    font-size: 18px;
}

.wpcf7{
	margin: 0 auto;
    display: inherit;
}

.content{
	    letter-spacing: 3px;
}


input[type=radio]  {
  margin-right: 10px !important;

	
}

.wpcf7-radio{ 

display: flex;
    gap: 5%;
    font-size: 18px;
    padding: 16px 0px;
    position: relative;
    padding-left: 33%;
    background-color: #fbfbfb;
    border-radius: 2px;
	margin: 0;
	    margin-bottom: 40px;

}

.wpcf7-radio .first{ 


	position: relative;
	

}
.wpcf7-radio .first::after{ 


position: absolute;
    content: "満足 ←";
    font-size: 14px;
    transform: translate(-50%,-50%);
    top: 50%;
    left: -52px;
		

}
.wpcf7-radio .last{
	position: relative;
}


.wpcf7-radio .last::before{ 


position: absolute;
    content: "不満足 →";

    top: 50%;
    right: -140px;
    transform: translate(-50%,-50%);
    font-size: 14px;

}
.check02 .first{ 


	position: relative;
	

}
.check02 .first::after{ 


position: absolute;
    content: "したい ←";
    font-size: 14px;
    transform: translate(-50%,-50%);
    top: 50%;
    left: -56px;
		

}
.check02 .last{
	position: relative;
}


.check02 .last::before{ 


position: absolute;
    content: "したくない →";

    top: 50%;
    right: -188px;
    transform: translate(-50%,-50%);
    font-size: 14px;

}

.checkTxt{
	    background-color: #edfdeb;
    padding: 12px 0px 12px 40px;
    display: inline-block;
    border-radius: 2px;
    width: 100%;
}

.wpcf7-textarea {
    margin: 0;
    margin-bottom: 80px;
    border-radius: 2px;
    border: 1px solid #fbfbfb;
    background-color: #fbfbfb;
}

.marT40{
	    margin-top: 40px;
}

.sp{
	display: none !important;
		
	}
	
	.pc{
		display: block !important;
	}

@media screen and (max-width:767px) {
	
	.sp{
		display: block !important;
	}
	
	.pc{
		display: none !important;
	}
	
	.cbdForm {
    text-align: justify;
    margin: 64px auto 64px;
    padding: 0px 3%;
}
	
	.wpcf7-radio {
    display: flex;
    gap: 30px;
    font-size: 13px;
    padding: 16px 0px 40px;
    position: relative;
    padding-left: 0%;
    background-color: #fbfbfb;
    border-radius: 2px;
    margin: 0;
    margin-bottom: 24px;
    width: 100%;
    justify-content: center;
	
}
	
.wpcf7-radio::after {
	content: "←満足";
    position: absolute;
    bottom: 5px;
    left: 22px;
			
	
	}
	
	.contactWrap {
    margin: 80px auto 0;
    padding: 0 3%;
}
	
	.contactForm h2 {
    font-size: 24px;
    margin-bottom: 24px;
}
	
	.contactForm h3 {
    font-size: 14px;
    font-weight: normal;
}
	
.wpcf7-radio::before {
	    content: "不満足→";
    position: absolute;
    bottom: 5px;
    right: 18px;
			
	
	}
	
	.check02{
		position: relative;
	}
	.check02::after{
		content: "←したい";
    position: absolute;
    bottom: 5px;
    left: 22px;
	
	}
	.check02::before{
			  content: "したくない→";
    position: absolute;
    bottom: 5px;
    right: 18px;
	}
	
	

.wpcf7-radio .first::after{ 


position: absolute;
    content: "";
    font-size: 14px;
    transform: translate(-50%,-50%);
    top: 50%;
    left: -52px;
		

}



.wpcf7-radio .last::before{ 


position: absolute;
    content: "";

    top: 50%;
    right: -140px;
    transform: translate(-50%,-50%);
    font-size: 14px;

}

.check02 .first::after{ 


position: absolute;
    content: "";
    font-size: 14px;
    transform: translate(-50%,-50%);
    top: 50%;
    left: -56px;
		

}


.check02 .last::before{ 


position: absolute;
    content: "";

    top: 50%;
    right: -188px;
    transform: translate(-50%,-50%);
    font-size: 14px;

}

	.checkTxt {
    background-color: #edfdeb;
    padding: 12px 12px 12px 12px;
    display: inline-block;
    border-radius: 2px;
    width: 100%;
    font-size: 13px;
}
	
	.wpcf7-textarea {
    margin: 0;
    margin-bottom: 40px;
    border-radius: 2px;
    border: 1px solid #fbfbfb;
    background-color: #fbfbfb;
}
	
	.marT40{
		margin-top: 32px;
	}
	
	
}