/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 08 2026 | 08:44:30 */
/* お問い合わせページ */

#body_wrap.page-id-215 .c-pageTitle::before {
  content: "CONTACT";
  display: block;
  font-size: 12px;
  letter-spacing: 0.2em;
  margin-bottom: 8px;
  color: #888;
}
#body_wrap.page-id-215 .l-content {
	padding-top: 0;
	margin-top: -38px;
}

.p-contact .wpcf7 br {
	display: none;
}
.p-contact .wpcf7-spinner {
	margin: 0;
	position: absolute;
}
.p-contact .wpcf7 {
	width: min(600px, 100%);
	margin: 0 auto;
}
.p-contact .wpcf7 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(--color_deep01);
	border-radius: 5px;
	line-height: 1;
}
.p-contact .wpcf7 input[type="text"],
.p-contact .wpcf7 input[type="email"],
.p-contact .wpcf7 input[type="tel"],
.p-contact .wpcf7 textarea {
	width: 100%;
	padding: .6em;
	border: 3px solid #efefef;
	border-radius: 10px;
	margin-top: 5px;
	line-height: 1.6;
}
.p-contact .Select-Request-Type .wpcf7-list-item {
	margin: 0 1em 0 0;
}
/* Contact Form 7 のチェックボックスをスマホで押しやすくする */
.p-contact .Select-Request-Type .wpcf7-list-item label {
	display: flex; 
	align-items: center;
	gap: .5em;
	padding: .8em 1em;
	border: 1px solid #ddd;
	border-radius: 6px; 
	cursor: pointer;
	transition: background 0.2s, border-color 0.2s;
	margin-top: 10px;
}
/* 選択状態の見た目（任意で強調） */
.p-contact .Select-Request-Type .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label {
  border-color: #258ce8;
}
/* テキストを大きく */
.p-contact .Select-Request-Type .wpcf7-checkbox .wpcf7-list-item-label {
  line-height: 1.4;
}
/* スマホで横並びが詰まりすぎる場合は縦並びに */
@media (max-width: 767px) {
  .p-contact .Select-Request-Type .wpcf7-checkbox .wpcf7-list-item {
    display: block;
    margin-bottom: 8px;
  }
}
.p-contact .wpcf7 textarea {
	resize: vertical;
	min-height: 200px;
	height: 200px;
}
.p-contact .wpcf7 ::placeholder {
	color: #bbb;
}
.p-contact .wpcf7 .fzSmall {
	font-size: .8em;
}
.p-contact .wpcf7 .Form-Item {
	font-size: 1.2em;
}
@media (max-width: 599px) {
	.p-contact .wpcf7 .Form-Item {
		font-size: 1em;
	}
}
.p-contact .wpcf7 .Form-Item:not(:first-of-type) {
	margin-top: 20px;
}
.p-contact .wpcf7 .btnWrap p {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}
/* チェックボックスを大きくする */
.p-contact .wpcf7-form input[type="checkbox"] {
  width: 22px;
  height: 22px;
  accent-color: #258ce8;
  cursor: pointer;
  margin-right: 4px;
}
/* ラベル全体をタップ可能にする */
.p-contact .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  font-size: 16px;
}
/* テキスト部分 */
.p-contact .wpcf7-list-item-label {
  line-height: 1.5;
}
.p-contact .wpcf7 input[type="button"],
.p-contact .wpcf7 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(--color_main);
	color: #fff;
}
.p-contact .wpcf7 input[type="submit"]:hover {
	color: var(--color_main);
	background-color: #fff;
}
.p-contact .wpcf7 input[type="button"] {
	color: var(--color_main);
	background-color: #fff;
}
.p-contact .wpcf7 input[type="button"]:hover {
	color: #fff;
	background-color: var(--color_main);
}
.p-contact .wpcf7 .wpcf7-form-control-wrap[data-name="acceptance-451"] {
	display: block;
	margin-top: 20px;
	text-align: center;
}
.p-contact .wpcf7 .button-wrap {
	margin-top: 20px!important;
}
.p-contact .wpcf7 .button-wrap .error-message {
	display: none;
	text-align: center;
}

/* 問い合わせ完了 */
/* #body_wrap.page-id-410 h2 {
	font-size: 1.6em !important;
}
#body_wrap.page-id-410 .text {
	font-size: 1.2em !important;
} */

.turnstile-wrap {
  text-align: center;
  margin-top: 20px;
}