.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 .hidden-fields-container {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}/* TaTap Research – 調査レポート共通コンポーネント
   (完全版DLボックス / 調査概要 / 引用ブロック)
   サイトのテイスト(#C4ED3C ライム / #1a1a1a 黒 / #f8fafc グレー)に準拠 */
:root {
  --ttrs-accent: #C4ED3C;
  --ttrs-accent-dark: #B4E62B;
  --ttrs-ink: #1a1a1a;
  --ttrs-green: #4d7c0f;
  --ttrs-bg: #f8fafc;
  --ttrs-border: #e5e7eb;
  --ttrs-text: #1f2937;
}

/* ---------- 完全版DLボックス ---------- */
.ttrs-gate {
  margin: 48px 0;
  border: 1px solid var(--ttrs-border);
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
  color: var(--ttrs-text);
  line-height: 1.7;
  box-sizing: border-box;
}
.ttrs-gate * { box-sizing: border-box; }
.ttrs-gate-head {
  background: var(--ttrs-ink);
  color: #fff;
  padding: 24px 28px;
}
.ttrs-gate-badge {
  display: inline-block;
  background: var(--ttrs-accent);
  color: var(--ttrs-ink);
  font-size: 11px;
  font-weight: 800;
  padding: 3px 12px;
  border-radius: 999px;
  margin-bottom: 10px;
}
.ttrs-gate-head h2 {
  margin: 0;
  color: #fff;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.5;
  border: none;
  padding: 0;
}
.ttrs-gate > p {
  padding: 18px 28px 0;
  margin: 0;
  font-size: 14px;
}
.ttrs-gate-points {
  margin: 14px 28px;
  padding: 16px 20px;
  background: var(--ttrs-bg);
  border-radius: 12px;
  list-style: none;
}
.ttrs-gate-points li {
  position: relative;
  padding-left: 26px;
  margin: 6px 0;
  font-size: 14px;
}
.ttrs-gate-points li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--ttrs-green);
  font-weight: 800;
}
.ttrs-gate-form {
  padding: 4px 28px 28px;
}
.ttrs-gate-form .wpcf7 input[type="text"],
.ttrs-gate-form .wpcf7 input[type="email"],
.ttrs-gate-form .wpcf7 select,
.ttrs-gate-form .wpcf7 textarea {
  width: 100%;
  padding: 11px 13px;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  font-size: 14px;
}
.ttrs-gate-form .wpcf7 label {
  display: block;
  margin: 12px 0 4px;
  font-weight: 700;
  font-size: 13px;
  color: var(--ttrs-ink);
}
.ttrs-gate-form .wpcf7 input[type="submit"] {
  margin-top: 18px;
  width: 100%;
  background: var(--ttrs-ink);
  color: var(--ttrs-accent);
  font-size: 15px;
  font-weight: 800;
  padding: 15px;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.ttrs-gate-form .wpcf7 input[type="submit"]:hover {
  opacity: 0.8;
}
.ttrs-gate-thanks {
  background: #f4fbe8;
  border: 1px solid #cde3a0;
  border-radius: 12px;
  padding: 16px 20px;
  margin-top: 8px;
  font-size: 14px;
}

/* ---------- 調査概要 ---------- */
.ttrs-overview {
  margin: 48px 0;
  color: var(--ttrs-text);
}
.ttrs-overview h2 {
  font-size: 19px;
  font-weight: 800;
  color: var(--ttrs-ink);
  margin: 0 0 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.ttrs-overview h2::before {
  content: "";
  width: 5px;
  height: 20px;
  background: var(--ttrs-ink);
  border-radius: 3px;
}
.ttrs-overview table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13.5px;
  line-height: 1.7;
}
.ttrs-overview th,
.ttrs-overview td {
  border: 1px solid var(--ttrs-border);
  padding: 10px 16px;
  text-align: left;
  vertical-align: top;
}
.ttrs-overview th {
  background: var(--ttrs-bg);
  width: 30%;
  white-space: nowrap;
  font-weight: 700;
  color: var(--ttrs-ink);
}

/* ---------- 引用ブロック ---------- */
.ttrs-citation {
  margin: 48px 0;
  background: var(--ttrs-bg);
  border-radius: 18px;
  padding: 28px 30px;
  color: var(--ttrs-text);
  line-height: 1.8;
}
.ttrs-citation h2 {
  font-size: 19px;
  font-weight: 800;
  color: var(--ttrs-ink);
  margin: 0 0 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.ttrs-citation h2::before {
  content: "";
  width: 5px;
  height: 20px;
  background: var(--ttrs-ink);
  border-radius: 3px;
}
.ttrs-citation > p {
  font-size: 14px;
  margin: 0 0 14px;
}
.ttrs-citation-copy {
  display: flex;
  gap: 12px;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 14px 0;
}
.ttrs-citation-copy code {
  flex: 1;
  min-width: 240px;
  background: #fff;
  border: 1px solid var(--ttrs-border);
  border-radius: 12px;
  padding: 12px 16px;
  font-size: 13px;
  font-family: inherit;
  word-break: break-all;
}
.ttrs-copy-btn {
  background: var(--ttrs-ink);
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 10px 24px;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
  white-space: nowrap;
  transition: opacity 0.2s ease;
}
.ttrs-copy-btn:hover {
  opacity: 0.7;
}
.ttrs-citation-assets {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin: 0 0 14px;
}
.ttrs-asset-btn {
  display: inline-block;
  background: #fff;
  color: var(--ttrs-ink);
  border: 1px solid #d1d5db;
  border-radius: 999px;
  padding: 11px 26px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: border-color 0.15s ease, color 0.15s ease;
}
.ttrs-asset-btn:hover {
  border-color: var(--ttrs-green);
  color: var(--ttrs-green);
}
.ttrs-asset-note {
  font-size: 12px;
  color: #9ca3af;
}
.ttrs-citation-note {
  font-size: 12.5px;
  margin: 0;
}
.ttrs-citation-note a {
  color: var(--ttrs-green);
  font-weight: 700;
}

/* ---------- CTAボックス(旧テンプレート互換) ---------- */
.ttrs-cta {
  margin: 48px 0 0;
  text-align: center;
  background: linear-gradient(135deg, #D6F46B 0%, #B4E62B 100%);
  border-radius: 18px;
  padding: 36px 28px;
  color: var(--ttrs-ink);
}
.ttrs-cta-lead {
  margin: 0 0 16px;
  font-weight: 700;
}
.ttrs-cta-btn {
  display: inline-block;
  background: var(--ttrs-ink);
  color: var(--ttrs-accent);
  font-weight: 800;
  padding: 14px 34px;
  border-radius: 999px;
  text-decoration: none;
  transition: opacity 0.15s ease;
}
.ttrs-cta-btn:hover {
  opacity: 0.8;
}

@media (max-width: 640px) {
  .ttrs-gate-head { padding: 20px 22px; }
  .ttrs-gate > p { padding: 16px 22px 0; }
  .ttrs-gate-points { margin: 14px 22px; }
  .ttrs-gate-form { padding: 4px 22px 22px; }
  .ttrs-citation { padding: 22px 20px; }
}