@charset "utf-8";

.form-text {
	margin-bottom: 25px;
}

.inquiry-category-flex {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.asterisk {
	color: var(--accent);
}

.selectbox-style {
	display: -webkit-inline-box;
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
	position: relative;
	margin-bottom: 15px;
}

.selectbox-style::after {
	position: absolute;
	right: 15px;
	width: 10px;
	height: 7px;
	background-color: #535353;
	-webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	content: '';
	pointer-events: none;
}

.selectbox-style select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	padding: 5px 10px;
	border: 1px solid rgb(226, 226, 226);
	background-color: #fff;
	color: #333333;
	font-size: 1em;
	cursor: pointer;
}

form label {
	display: inline-block;
	width: 100%;
	line-height: 1.5;
}

form input {
	width: 100%;
	background-color: rgb(226, 226, 226);
	padding: 5px 10px;
	margin-bottom: 15px;
}

textarea {
	resize: vertical;
	width: 100%;
	height: 250px;
	background-color: rgb(226, 226, 226);
	padding: 7px;
	margin-bottom: 16px;

	padding: 7px 10px;
}

.submit-button {
	display: block;
	background-color: lightgray;
	line-height: 10px;
	text-align: center;
	width: 20%;
	margin: 0px 0px 0px auto;
	padding: 18px 0px;
}

[type='submit'] {
	cursor: pointer;
	width: 54px;
	text-align: right;
	/*  background-color: #fff; */
}
.btn--submit {
	text-align: right;
}
div.wpcf7 .wpcf7-spinner {
	display: none !important;
}

.wpcf7-form-control-wrap {
	width: 100%;
}

.ContactTitle {
	width: 100%;
	text-align: center;
}

.ContactContent {
	width: 59%;
	margin: 0 auto;
	text-align: left;
}
