/* お問い合わせフォーム（CF7・確認画面付き）のスタイル */
.ld-cf7 { max-width: 760px; margin: 0 auto; font-family: "Noto Sans JP", sans-serif; }
.ld-cf7 .ld-field { margin-bottom: 20px; }
.ld-cf7 .ld-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.ld-cf7 label { display: block; font-weight: 700; font-size: .92rem; color: #11243a; margin-bottom: 8px; }
.ld-cf7 .ld-req { display: inline-block; background: #ff5277; color: #fff; font-size: .68rem; font-weight: 700; padding: 2px 8px; border-radius: 4px; margin-left: 6px; vertical-align: middle; }
.ld-cf7 input[type="text"], .ld-cf7 input[type="email"], .ld-cf7 input[type="tel"], .ld-cf7 input[type="url"], .ld-cf7 select, .ld-cf7 textarea {
	width: 100%; padding: 13px 15px; border: 1.5px solid #dbe5f0; border-radius: 10px; font-size: 1rem; font-family: inherit; background: #fbfdff; transition: border-color .2s, box-shadow .2s; box-sizing: border-box;
}
.ld-cf7 input:focus, .ld-cf7 select:focus, .ld-cf7 textarea:focus { outline: none; border-color: #0a6bd6; box-shadow: 0 0 0 3px rgba(10,107,214,.12); background: #fff; }
.ld-cf7 textarea { min-height: 140px; resize: vertical; }
.ld-cf7 .wpcf7-checkbox { display: flex; flex-wrap: wrap; gap: 10px; }
.ld-cf7 .wpcf7-checkbox .wpcf7-list-item { margin: 0; }
.ld-cf7 .wpcf7-checkbox label { display: flex; align-items: center; gap: 8px; font-weight: 500; font-size: .9rem; padding: 10px 16px; border: 1.5px solid #dbe5f0; border-radius: 999px; cursor: pointer; transition: .2s; background: #fbfdff; margin: 0; }
.ld-cf7 .wpcf7-checkbox input { accent-color: #0a6bd6; }

.ld-cf7 .ld-actions { margin-top: 28px; text-align: center; }
.ld-cf7 .ld-actions--confirm { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; align-items: center; }
.ld-cf7 .ld-confirm-btn, .ld-cf7 input.wpcf7-submit { background: linear-gradient(135deg, #ff7a59, #ff5277); color: #fff; border: 0; font-weight: 700; font-size: 1.02rem; padding: 16px 44px; border-radius: 999px; cursor: pointer; box-shadow: 0 12px 28px rgba(255,82,119,.32); transition: transform .25s; font-family: inherit; }
.ld-cf7 .ld-confirm-btn:hover, .ld-cf7 input.wpcf7-submit:hover { transform: translateY(-2px); }
.ld-cf7 .ld-back-btn { background: #fff; color: #0a6bd6; border: 1.5px solid #dbe5f0; font-weight: 700; padding: 15px 30px; border-radius: 999px; cursor: pointer; font-family: inherit; }

/* 確認画面 */
.ld-confirm-head { text-align: center; font-weight: 700; color: #0a6bd6; margin-bottom: 20px; }
.ld-review-list { display: grid; grid-template-columns: 200px 1fr; border-top: 1px solid #e3ecf6; }
.ld-review-list dt { padding: 16px 12px; font-weight: 700; font-size: .88rem; color: #5b6b7d; background: #f3f7fc; border-bottom: 1px solid #e3ecf6; margin: 0; }
.ld-review-list dd { padding: 16px 12px; font-size: .95rem; border-bottom: 1px solid #e3ecf6; margin: 0; word-break: break-word; }

@media (max-width: 700px) {
	.ld-cf7 .ld-row { grid-template-columns: 1fr; }
	.ld-review-list { grid-template-columns: 1fr; }
	.ld-review-list dt { background: #eef4fb; padding-bottom: 4px; border-bottom: 0; }
	.ld-review-list dd { padding-top: 4px; }
}
