.scf-drop-pc { display: inline; }
.scf-drop-sp { display: none; }
@media (max-width: 600px) {
	.scf-drop-pc { display: none !important; }
	.scf-drop-sp { display: inline !important; font-weight: bold; }
}
.scf-file-area {
	margin-bottom: 18px;
}
.scf-dropzone {
	border: 2px dashed #bbb;
	border-radius: 8px;
	background: #fafafa;
	color: #888;
	text-align: center;
	padding: 28px 10px;
	margin-bottom: 8px;
	cursor: pointer;
	transition: border-color 0.2s, background 0.2s;
	outline: none;
}
.scf-dropzone.dragover {
	border-color: #0073aa;
	background: #e3f2fd;
	color: #0073aa;
}
.scf-file-list {
	font-size: 0.97em;
	margin-bottom: 4px;
}
@media (max-width: 600px) {
	.scf-dropzone {
		padding: 32px 4vw;
		font-size: 1.08em;
		min-height: 80px;
		border-width: 2.5px;
		border-radius: 14px;
		background: #f5f5f5;
		color: #666;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		line-height: 1.5;
		letter-spacing: 0.02em;
		transition: border-color 0.2s, background 0.2s;
	}
	.scf-dropzone.dragover {
		background: #e3f2fd;
		color: #0073aa;
	}
}
/* シンプルなフォーム用スタイル */
.scf-form {
	width: 100%;
	margin: 0 auto;
	padding: 24px 16px;
	background: #fff;
	border-radius: 8px;
	/*box-shadow: 0 2px 8px rgba(0,0,0,0.06);*/
	box-sizing: border-box;
}
.scf-form label {
	display: block;
	margin-bottom: 16px;
	font-size: 1rem;
	line-height: 1.5;
    font-weight: 600;
}
.scf-form input[type=date],.scf-form  input[type=email],.scf-form  input[type=number],.scf-form  input[type=password],.scf-form  input[type=search],.scf-form  input[type=tel],.scf-form  input[type=text],.scf-form  input[type=url],.scf-form  select,.scf-form  textarea {
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    padding: .5rem 1rem;
    transition: all .3s;
    width: 100%;
    background: #eaedf2;
    height: 50px;;
}
.scf-form textarea {
	min-height: 100px;
	resize: vertical;
}
.scf-form button {
	background: #0073aa;
	color: #fff;
	border: none;
	padding: 10px 32px;
	border-radius: 4px;
	cursor: pointer;
	font-size: 1.1rem;
	margin-top: 8px;
	transition: background 0.2s;
}
.scf-form button:hover {
	background: #005177;
}
.scf-message {
	margin-top: 16px;
	font-weight: bold;
	font-size: 1rem;
}
.scf-confirm, .scf-complete {
	background:#fff;
	padding:24px 16px;
	border-radius:8px;
	box-sizing:border-box;
}
.scf-confirm-table-inner th, .scf-confirm-table-inner td { font-size:0.95rem; }
.scf-confirm-actions button { min-width:140px; }
.scf-confirm-actions .scf-btn-send[disabled] { opacity:.6; cursor: not-allowed; }
.scf-complete-message { font-size:1.05rem; line-height:1.6; }
.scf-btn-top:hover { background:#005177; }

/* ===== Spam Row (Inquiries List) ===== */
tr.scf-row-spam { background:#bbbbbb !important; color:#222 !important; }
tr.scf-row-spam a { color:#004f7a !important; }
tr.scf-row-spam:hover { background:#b2b2b2 !important; }
tr.scf-row-spam td, tr.scf-row-spam th { border-color:#a2a2a2 !important; }

/* ボタン文字色統一 */
.scf-confirm-actions button,
.scf-modal-actions button,
.scf-btn-back,
.scf-btn-send,
.scf-form button {
	color:#fff !important;
}

/* Modal */
.scf-modal { position:fixed; inset:0; z-index:999999; display:none; align-items:center; justify-content:center; }
.scf-modal-overlay { position:absolute; inset:0; background:rgba(0,0,0,.45); backdrop-filter:blur(2px); }
.scf-modal-dialog { position:relative; max-width:560px; width:92%; background:#fff; padding:28px 26px 24px; border-radius:10px; box-shadow:0 6px 22px -4px rgba(0,0,0,.25); animation:scfModalIn .28s ease; z-index:1; }
.scf-modal-body { font-size:.95rem; line-height:1.6; word-break:break-word; }
.scf-modal-actions { text-align:right; margin-top:20px; }
.scf-modal-actions button { background:#0073aa; color:#fff; border:none; padding:8px 22px; border-radius:4px; cursor:pointer; }
.scf-modal-actions button:hover { background:#005177; }
@keyframes scfModalIn { from { opacity:0; transform:translateY(12px); } to { opacity:1; transform:translateY(0); } }

/* Spinner */
.scf-loading-inline { display:inline-flex; align-items:center; gap:8px; }
.scf-spinner { width:18px; height:18px; border:3px solid #fff; border-top-color:rgba(255,255,255,.2); border-radius:50%; animation:scfSpin .75s linear infinite; }
@keyframes scfSpin { to { transform:rotate(360deg); } }
.scf-btn-send.loading, .scf-btn-primary.loading { position:relative; opacity:.85; pointer-events:none; }
.scf-btn-send.loading .scf-btn-text, .scf-btn-primary.loading .scf-btn-text { visibility:hidden; }
.scf-btn-send.loading:after, .scf-btn-primary.loading:after { content:""; position:absolute; inset:0; margin:auto; width:20px; height:20px; border:3px solid #fff; border-top-color:rgba(255,255,255,.25); border-radius:50%; animation:scfSpin .7s linear infinite; }
.scf-required {
	display: inline-block;
	background: #e53935;
	color: #fff;
	border-radius: 8px;
	padding: 2px 10px;
	font-size: 0.85em;
	margin-right: 6px;
	vertical-align: middle;
	font-weight: bold;
	letter-spacing: 0.05em;
    margin-bottom: 5px;
}
@media (max-width: 600px) {
	.scf-form {
		padding: 12px 4vw;
		width: 100%;
	}
	.scf-form label {
		font-size: 0.98rem;
		margin-bottom: 12px;
	}
	.scf-form button {
		width: 100%;
		font-size: 1rem;
		padding: 10px 0;
	}
}
