/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 27 2026 | 22:28:03 */
/* お問い合わせフォーム */

@media (max-width: 750px) {
	.p-contact-form .text,
	.p-recruit-form .text {
		text-align: left;
	}
}

.Form {
	width: min(600px, 100%);
	margin: 0 auto;
}

.Form .wpcf7-spinner {
  margin: 0;
  position: absolute;
}

.Form span.required {
  color: #fff;
  font-size: .8em;
  font-weight: normal;
  padding: 4px 8px 4px 10px;
  margin-right: 10px;
  display: inline-block;
  margin-left: 10px;
  background-color: var(--wp--preset--color--vk-color-custom-1);
  border-radius: 5px;
  line-height: 1;
}

.Form span.required {
  letter-spacing: .3em;
}

.Form input[type="text"],
.Form input[type="email"],
.Form input[type="tel"],
.Form input[type="date"],
.Form select,
.Form textarea {
	width: 100%;
	padding: .6em;
	border: 3px solid #efefef;
	background-color: #fff;
	border-radius: 10px;
	margin-top: 5px;
	line-height: 1.6;
	min-height: 48px !important;
	-webkit-appearance: none;
	appearance: none;
}

.Form input[type="number"] {
	width: 30%;
	padding: .6em;
	border: 3px solid #efefef;
	background-color: #fff;
	border-radius: 10px;
	margin-top: 5px;
	line-height: 1.6;
	min-height: 48px !important;
	-webkit-appearance: none;
	appearance: none;
}

.Form .Select-Request-Type .wpcf7-list-item:first-of-type {
    margin: 0;
}

.Form .Select-Request-Type .wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: .5em;
    padding: .8em 1.5em;
    border: 1px solid #ddd;
	background-color: #fff;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s;
    margin-top: 10px;
}

.Form textarea {
  resize: vertical;
  min-height: 120px!important;
  height: 120px;
}

.Form::placeholder {
  color: #bbb;
}

.Form .Form-Item:not(:first-of-type) {
  margin-top: 20px;
}

.Form .Form-Item {
	font-weight: bold;
}

.Form .Form-Item .sampleText,
.Form .Form-Item .wpcf7-list-item-label{
	font-weight: normal;
}

.Form .btnWrap p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

/* ラベル全体をタップ可能にする */
.Form .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  font-size: 16px;
}

/* テキスト部分 */
.Form .wpcf7-list-item-label {
  line-height: 1.5;
}

.Form input[type="button"],
.Form input[type="submit"] {
	width: 300px;
	line-height: 60px;
	font-size: 18px;
	border: 1px solid #dadada;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	transition: 0.3s ease all;
	display: grid;
	place-items: center;
	border-radius: 80px;
	background-color: var(--wp--preset--color--vk-color-custom-1);
	font-weight: bold;
}

@media (max-width: 600px) {
	.Form input[type="button"],
	.Form input[type="submit"] {
		width: 240px;
		line-height: 45px;
	}
}

.Form input[type="submit"]:hover {
	opacity: .8;
}

.Form input[type="button"] {
  color: var(--color_main);
  background-color: #fff;
}

.Form input[type="button"]:hover {
  opacity: .8;
}

.Form .wpcf7-form-control-wrap[data-name="acceptance-985"] {
  display: block;
  margin-top: 60px;
  text-align: center;
}

/* 送信成功時のデフォルトメッセージだけ非表示 */
.wpcf7 form.sent .wpcf7-response-output {
  display: none;
}
