
.form_box p {
	font-size: 80%;
}

.form_box .col-4 {

	background-color: #eee;

}

.form_box .col-4 label {
	margin-bottom: 0;
}

.form_box .w-label {
	width: 50%;
}
 
.form_box hr {
	margin-top: 0.5rem;
    margin-bottom: 0.5rem;
	border-top: none;
	border-bottom: 1px dashed #dbdcdc;	
}

 .hissu {
	font-size:70%;
}

.submitbtn {
		text-indent: -99999pt;
		width: 377px;
		height: 60px;
		border: none;
		background-image: url(../img/contact/btn.png);
		background-position: bottom center;
		background-repeat: no-repeat;
		background-size: 100%;
}

@media (max-width: 768px) {/*768px以下で表示*/

	label {
		font-size: 80%;
	}

	.form_box .w-label {
		width: 80%;
	}

	.submitbtn {
		width: 230px;
		height: 37px;
	}

	.form-control {
		font-size: 80%;

	}


}
























