﻿body {
	background: #f6f6f6;
}

.form-card {
	margin: 32px auto;
	padding: 32px 24px 24px 24px;
	background: #fff;
	box-shadow: 0 6px 24px rgba(0,0,0,0.08);
	border-radius: 16px;
	max-width: 400px;
	font-family: "Segoe UI", "Meiryo", sans-serif;
}

.form-title {
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 1.08em;
	color: #333;
	margin-bottom: 20px;
	line-height: 1.6;
}

.form-card label {
	display: block;
	font-weight: 500;
	margin-bottom: 6px;
	text-align: left;
	color: #222;
}

/*.form-card .inputarea {
	margin-bottom: 18px;
}*/

 /*▼ Wijmo C1InputDateを中央寄せ&幅狭め*/ 
.form-card .wj-control,
.form-card .c1inputdate,
.form-card .center-input {
	display: block !important;
	width: 80% !important;
	max-width: 330px !important;
	min-width: 160px;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-bottom: 0.5em;
	box-sizing: border-box;
}

 /*▼ C1InputDate内部inputも幅調整*/ 

.form-card input[type="text"],
.form-card input[type="email"] {
	display: block;
	width: 100%;
	max-width: 280px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 12px;
	font-size: 1em;
	border: 1px solid #ccc;
	border-radius: 8px;
	background: #fafafa;
	box-sizing: border-box;
	transition: border 0.2s;
	height: 43px;
	line-height: 1.2;
}

 /*--- 外枠を揃える ---*/ 
.form-card .wj-control
.form-card .c1inputdate {
	display: block;
	width: 100%;
	max-width: 280px;
	min-width: 160px;
	margin: 0 auto 0.5em auto;
	box-sizing: border-box;
}
 /*--- 内部inputフィールドも揃える ---*/ 
.form-card .wj-input {
	width: 100% !important;
	padding: 10px 12px !important;
	font-size: 1em !important;
	border: 1px solid #ccc !important;
	border-radius: 8px !important;
	background: #fafafa !important;
	box-sizing: border-box !important;
	transition: border 0.2s;
	outline: none;
	height: 43px !important;  他inputと揃える。要調整！ 
	line-height: 1.2 !important;
}

	 /*--- フォーカス時の色も合わせる ---*/ 
	.form-card .wj-input:focus {
		border: 1.5px solid #009688 !important;
		background: #fff !important;
	}

 /*--- 右のボタン部も高さ合わせる (wijmoバージョンでクラス名要確認) ---*/ 
.form-card .wj-btn,
.form-card .wj-dropdown {
	height: 43px !important;
	border-radius: 0 8px 8px 0 !important;
	border: 1px solid #ccc !important;
	border-left: none !important;
	background: #fafafa !important;
	top: 0 !important;
	box-sizing: border-box !important;
	margin: 0 !important;
	padding: 0 10px !important;
}

.wijmo-wijinput {
	border-radius: 8px !important;
	overflow: hidden !important;
	border: 1px solid #ccc !important;
	background: #fafafa !important;
	box-sizing: border-box;
	padding: 0 !important;
	display: flex !important;
	align-items: stretch !important;
}

/*
.wijmo-wijinput-wrapper input[type="text"] {
	border: none !important;
	border-radius: 0 !important;
	background: transparent !important;
	font-size: 1em;
	padding: 10px 12px;
	margin: 0;
	flex: 1 1 0%;
	min-width: 0;
	outline: none !important;
	height: 43px !important;
	box-sizing: border-box;
}

.wijmo-wijinput-trigger {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	border: none !important;
	outline: none !important;
	background: #fafafa !important;
	border-radius: 0 8px 8px 0 !important;
	width: 38px !important;
	min-width: 38px !important;
	max-width: 48px !important;
	box-sizing: border-box;
	height: 43px !important;
	cursor: pointer !important;
	position: static !important;
	visibility: visible !important;
	z-index: 1 !important;
	overflow: visible !important;
}

	.wijmo-wijinput-trigger .ui-icon {
		background: transparent !important;
		display: block !important;
		margin: 0 auto;
		pointer-events: none;
	}
*/


.form-card input:focus {
	border: 1.5px solid #009688;
}

.form-card .error {
	color: #cf1b1b;
	font-size: 0.9em;
	margin-top: 1px;
	margin-bottom: -14px;
	display: block;
	text-align: center;
}

.form-card .aspNetDisabled {
	background: #e0e0e0 !important;
}

.form-card .buttonarea {
	text-align: center;
	margin-top: 20px;
}

	.form-card .buttonarea .btn-main {
		width: 90%;
		background: #009688;
		color: #fff;
		padding: 11px 0;
		font-size: 1.08em;
		border: none;
		border-radius: 8px;
		cursor: pointer;
		font-weight: bold;
		box-shadow: 0 2px 8px rgba(0,0,0,0.07);
		transition: background 0.2s;
		letter-spacing: 0.04em;
	}

		.form-card .buttonarea .btn-main:hover {
			background: #00796b;
		}

.footer {
	text-align: center;
	margin: 46px 0 18px 0;
	padding-top: 18px;
	color: #444;
	font-family: "Segoe UI", "Meiryo", sans-serif;
	font-size: 1em;
	opacity: 0.86;
	background: none;
}

.footer-logo {
	display: inline-block;
	margin-bottom: 8px;
}

.footer-caption {
	display: block;
	margin: 8px 0 2px 0;
	color: #333;
	font-size: 1em;
	letter-spacing: 0.015em;
}
