@charset "utf-8";
/* CSS Document */

.contact_item h3{
	width: 1000px;
	margin: 0 auto;
	
	background:  linear-gradient(90deg, #0082ff, #283bb5);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	
	text-align: center;
	font-size: 34px;
	margin: 100px auto 40px;
}

.inqyery_cont{
	width: 1000px;
	margin: 0 auto;
	
}
.inqyery_cont p{
	text-align: center;
	
}

.inqyery_cont table{
	width: 100%;
	margin: 0 auto;
}

.inqyery_cont span{
	color: #e50012;
}

.inqyery_cont th,.inqyery_cont td{
	background-color: #eaf5fc;
	padding: 30px 20px;
	border: 1px solid #8a9ace;
}
.inqyery_cont th{
	
}

.inqyery_cont td input,.inqyery_cont td textarea{
	width: 100%;
}
.inqyery_cont .seimei input{
padding: 0px;
	margin: 10px 20px;
}
.inqyery_cont .seimei{
    display: flex
;
    border: none;
    align-items: center;

}
.inqyery_cont .seimei p{
	/*margin: 0 10px;*/
}
