.sscf {
	max-width: 680px;
	margin: 0 auto;
	padding: 32px 16px 80px;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
	color: #111;
	line-height: 1.7;
}

.sscf-logo {
	text-align: center;
	margin-bottom: 28px;
}
.sscf-logo img {
	max-width: 260px;
	height: auto;
}

.sscf-title {
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	margin: 0 0 12px;
	letter-spacing: .05em;
}

.sscf-lead {
	font-size: 14px;
	text-align: center;
	color: #333;
	margin: 0 0 32px;
}

.sscf-section {
	border-top: 1px solid #ccc;
	padding-top: 20px;
	margin-bottom: 28px;
}
.sscf-section h2 {
	font-size: 15px;
	font-weight: 700;
	margin: 0 0 14px;
}

.sscf-radio-list {
	border: 1px solid #111;
	background: #fff;
}
.sscf-radio {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 14px;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
	font-size: 14px;
	background: #fff;
}
.sscf-radio:last-child {
	border-bottom: none;
}
.sscf-radio input {
	width: 16px;
	height: 16px;
	accent-color: #0d6efd;
}
.sscf-radio:hover {
	background: #eef5ff;
}
.sscf-radio:has(input:checked),
.sscf-radio.is-checked {
	background: #0d6efd;
	color: #fff;
}

.sscf-field {
	margin-bottom: 16px;
}
.sscf-field label {
	display: block;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 6px;
}
.sscf-field-row {
	display: flex;
	gap: 16px;
}
.sscf-field-row .sscf-field {
	flex: 1;
}

.sscf-req {
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	color: #b00;
	border: 1px solid #b00;
	padding: 1px 6px;
	margin-left: 4px;
	vertical-align: middle;
}

.sscf input[type="text"],
.sscf input[type="email"],
.sscf input[type="tel"],
.sscf input[type="url"],
.sscf textarea {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #111;
	padding: 10px 12px;
	font-size: 14px;
	font-family: inherit;
	background: #fff;
	border-radius: 0;
}
.sscf textarea {
	resize: vertical;
}
.sscf input:focus,
.sscf textarea:focus {
	outline: 2px solid #111;
	outline-offset: -1px;
}

.sscf-cat {
	display: none;
}
.sscf-cat.is-active {
	display: block;
}

.cf-turnstile {
	margin: 24px 0;
	display: flex;
	justify-content: center;
}

.sscf-submit {
	display: block;
	width: 100%;
	max-width: 280px;
	margin: 0 auto;
	background: #0d6efd;
	color: #fff;
	border: none;
	padding: 15px;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: .05em;
	cursor: pointer;
	border-radius: 0;
}
.sscf-submit:hover {
	background: #0b5ed7;
}
.sscf-submit:disabled {
	background: #999;
	cursor: not-allowed;
}

.sscf-errors {
	border: 1px solid #b00;
	background: #fff5f5;
	padding: 14px 16px;
	margin-bottom: 24px;
	font-size: 13px;
}
.sscf-errors p {
	margin: 0 0 6px;
}
.sscf-errors ul {
	margin: 0;
	padding-left: 18px;
}

.sscf-done {
	border: 1px solid #111;
	padding: 32px 24px;
	text-align: center;
}
.sscf-done h2 {
	font-size: 18px;
	margin: 0 0 12px;
}
.sscf-done p {
	font-size: 14px;
}
.sscf-done a {
	color: #111;
	text-decoration: underline;
}

.sscf-privacy {
	font-size: 12px;
	color: #666;
	text-align: center;
	margin: 16px 0 0;
}
.sscf-privacy a {
	color: #666;
	text-decoration: underline;
}

.sscf-footer {
	margin-top: 48px;
	padding-top: 20px;
	border-top: 1px solid #ccc;
	text-align: center;
	font-size: 12px;
	color: #888;
	line-height: 1.8;
}

.sscf-hp {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
