.fc-nav-fixed {}

.check-phone,
.check-email,
.check-number {}

.yubin-bango {}

.yubin-bango .p-country-name {
	display: none !important;
}

.yubin-bango .yubin-postal-code {}

.yubin-bango .yubin-postal-mark {
	display: inline-block;
}

.yubin-bango .yubin-postal-input {
	display: inline-block;
}

.yubin-bango .yubin-postal-input input {}

.yubin-bango .yubin-locate {}

.choice-date {}

.choice-date select {}

.choice-date optgroup {
	color: #606060;
	background: #FEFEFE;
}

.choice-date option {
	color: #303030;
	background: #FEFEFE;
}

.choice-date option:disabled {
	display: block;
	color: #909090;
	font-style: italic;
	background: #F3F3F3;
}

.choice-date .cd-hide {
	display: none !important;
}

.choice-date .cd-sun {
	color: #E60000;
	background: #FEEEEE;
}

.choice-date .cd-mon {}

.choice-date .cd-tue {}

.choice-date .cd-wed {}

.choice-date .cd-thu {}

.choice-date .cd-fri {}

.choice-date .cd-sat {
	color: #0070CC;
	background: #EEEFFF;
}

.form-attachment {
	display: table;
	margin: auto;
	width: 100%;
}

.form-attachment * {
	box-sizing: border-box;
}

.form-attachment .attachment-preview {
	display: table-cell;
	padding: 3px;
	text-align: center;
	vertical-align: middle;
	background: #FEFEFE;
	border: 1px solid #A9A9A9;
	width: 75px;
	height: 75px;
	position: relative;
	overflow: hidden;
}

.form-attachment .attachment-preview img {
	margin: auto;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.form-attachment .attachment-preview span {
	display: inline-block;
	padding: 10px;
	font-size: 12px;
	font-weight: 500;
	font-family: sans-serif;
	text-align: center;
	text-transform: uppercase;
	line-height: 1;
	background: rgba(0, 0, 0, .25);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.form-attachment .attachment-preview img.hide-visibility,
.form-attachment .attachment-preview span.hide-visibility {
	transform: scale(0);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
}

.form-attachment .attachment-preview .attachment-remove {
	opacity: 0;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	visibility: hidden;
}

.form-attachment .attachment-preview img:hover+.attachment-remove,
.form-attachment .attachment-preview span:hover+.attachment-remove,
.form-attachment .attachment-preview .attachment-remove:hover {
	opacity: 1;
	visibility: visible;
}

.form-attachment .attachment-main {
	display: table-cell;
	padding-left: 10px;
	vertical-align: middle;
}

.form-attachment .attachment-button {
	margin: 5px 0;
}

.form-attachment .attachment-button input {
	opacity: 0;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	visibility: hidden;
}

.form-attachment .attachment-browse {
	cursor: pointer;
	display: inline-block;
	padding: 5px 10px;
	text-align: center;
	text-overflow: ellipsis;
	line-height: 1.5;
	vertical-align: middle;
	white-space: nowrap;
}

.form-attachment .attachment-browse:hover {}

.form-attachment .attachment-caption {
	margin: 5px 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.form-attachment .attachment-caption>* {
	width: 100%;
	max-width: 100%;
}

.form-attachment .attachment-list {
	margin-top: 10px;
	padding: 10px;
	background: #FEFEFE;
	min-height: 75px;
	border: 1px solid #909090;
}

.form-attachment .attachment-item {
	padding: 10px;
	background: #F9F9F9;
	border: 1px solid #A6A6A6;
}

.form-attachment .attachment-item.hide-visibility {
	display: none;
}

.form-attachment .attachment-item:nth-of-type(even) {
	background: #F0F0F0;
}

.form-attachment .attachment-item~* {
	margin-top: 10px;
}

.form-attachment .attachment-block {
	display: table;
	width: 100%;
	position: relative;
}

.form-attachment .attachment-block>* {
	display: table-cell;
	padding: 10px;
	vertical-align: middle;
}

.form-attachment .attachment-block>.attachment-main {
	padding-right: 0;
}

.form-attachment .attachment-remove {
	cursor: pointer;
	background: #FEFEFE;
	width: 20px;
	height: 20px;
	border: 1px solid #A6A6A6;
	position: absolute;
	top: 5px;
	right: 5px;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.form-attachment.multiple .attachment-remove {
	top: 0;
	right: 0;
}

.form-attachment .attachment-remove:before {
	content: "\00D7";
	margin: auto;
	color: #303030;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-family: serif;
	text-align: center;
	line-height: 15px;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.form-attachment .attachment-remove:hover {
	background-color: #FFE6E6;
}



.fc-form {
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
}

.fc-form * {
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
}

.fc-form .form-parse-text {}

.fc-form .form-parse-number {}

.fc-form .form-parse-date {}

.fc-form .form-parse-time {}

.fc-form .form-parse-datetime {}

.fc-form .parse-line label {
	display: inline-block;
}

.fc-form .form-remove {}

.fc-form .form-remove-empty {}

.fc-form .confirm-hide {}

.fc-form .confirm-show {
	display: none;
}

.fc-form .form-row {
	position: relative;
}

.fc-form .form-value {
	position: relative;
}

.fc-form button {
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.fc-form .form-submit {
	font-weight: 600;
}

.fc-form .form-back {}

.error,
.fc-form [class^='error'] {
	color: #F44336;
	font-weight: 600;
	position: absolute;
	left: 0;
	bottom: 0;
}

.fc-form .submit-confirm {
	display: none !important;
}



.fc-confirm {
	display: block;
	/*	display: none;*/
	margin: auto;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
}

.fc-confirm * {
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
}

.fc-confirm.display-fixed {
	background: rgba(0, 0, 0, .8) !important;
	position: fixed !important;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
}

body.confirm-fixed {
	pointer-events: none !important;
	overflow: hidden !important;
}

.fc-confirm [class^='error'] {
	display: none !important;
}

.fc-confirm.display-fixed .confirm-main {
	pointer-events: visible !important;
	margin-right: -50%;
	padding: 1.5em;
	color: #BFBFBF;
	background: rgba(0, 0, 0, .5);
	width: 100%;
	max-width: 1000px;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	box-shadow:
		0 0 5px rgba(0, 0, 0, .5),
		inset 0 0 0 1px rgba(255, 255, 255, .15),
		inset 0 0 0 2px rgba(0, 0, 0, .5);
	-moz-box-shadow:
		0 0 5px rgba(0, 0, 0, .5),
		inset 0 0 0 1px rgba(255, 255, 255, .15),
		inset 0 0 0 2px rgba(0, 0, 0, .5);
	-webkit-box-shadow:
		0 0 5px rgba(0, 0, 0, .5),
		inset 0 0 0 1px rgba(255, 255, 255, .15),
		inset 0 0 0 2px rgba(0, 0, 0, .5);
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	overflow: hidden;
	overflow-y: visible;
}

.fc-confirm input,
.fc-confirm select,
.fc-confirm textarea {
	cursor: default;
}

.fc-confirm .confirm-value {
	display: inline-block;
}

.fc-confirm .confirm-empty {
	opacity: 0;
	cursor: not-allowed;
	color: rgba(0, 0, 0, .3) !important;
}

.fc-form[data-debug='true']+.fc-confirm .confirm-empty {
	opacity: 1;
}

.fc-confirm .confirm-hide {
	display: none !important;
}

.fc-confirm .form-attachment .attachment-button,
.fc-confirm .form-attachment .attachment-remove {
	display: none !important;
}

.fc-confirm .confirm-show {
	display: block;
}

.fc-confirm .submit-confirm+.submit-form {
	display: none !important;
}

.fc-confirm button {
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}




body.debugger {
	overflow: hidden !important;
}

#fc-debug {
	pointer-events: visible !important;
	opacity: 0;
	margin: auto;
	color: #303030;
	font-size: 12px;
	font-family: arial, verdana, tahoma, sans-serif, serif;
	line-height: 1.428571429;
	letter-spacing: 0;
	text-align: initial;
	background: rgba(0, 0, 0, .5);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	visibility: hidden;
	z-index: 99999;
}

body.debugger #fc-debug {
	opacity: 1;
	visibility: visible;
}

#fc-debug * {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#fc-debug .debug-main {
	background: #FEFEFE;
	color: #303030;
	width: 800px;
	min-height: 450px;
	position: absolute;
	top: 0;
	right: -800px;
	bottom: 0;
	box-shadow: -3px 0 3px rgba(0, 0, 0, .7);
	-moz-box-shadow: -3px 0 3px rgba(0, 0, 0, .7);
	-webkit-box-shadow: -3px 0 3px rgba(0, 0, 0, .7);
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	overflow: hidden;
	/* overflow-y: auto; */
}

body.debugger #fc-debug .debug-main {
	right: 0;
}

#fc-debug .debug-head {
	margin: 0 0 10px;
}

#fc-debug .debug-menu {
	min-height: 45px;
	position: relative;
	z-index: 2;
}

#fc-debug .debug-close {
	cursor: pointer;
	margin: auto;
	color: #FEFEFE;
	font-size: 25px;
	/* font-family: fantasy, tahoma, verdana, arial, sans-serif, serif; */
	line-height: 25px;
	text-align: center;
	background: #F55A4E;
	width: 25px;
	height: 25px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: absolute;
	top: 10px;
	right: 10px;
	box-shadow:
		inset 0 0 0 1px #FEFEFE,
		0 0 3px rgba(0, 0, 0, .3);
	-moz-box-shadow:
		inset 0 0 0 1px #FEFEFE,
		0 0 3px rgba(0, 0, 0, .3);
	-webkit-box-shadow:
		inset 0 0 0 1px #FEFEFE,
		0 0 3px rgba(0, 0, 0, .3);
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	z-index: 2;
}

#fc-debug .debug-menu>.debug-close {
	top: 0;
	bottom: 0;
}

#fc-debug .debug-close:hover {
	background: #F32B1E;
}

#fc-debug .debug-menu .debug-local {
	margin: auto;
	color: #009688;
	font-size: 15px;
	font-weight: 600;
	font-variant: small-caps;
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 50px;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

#fc-debug .debug-menu .debug-local>* {
	display: inline-block;
	margin-left: 5px;
	padding: 5px 10px;
	color: #FEFEFE;
	font-size: 12px;
	font-weight: 500;
	font-variant: normal;
	text-transform: uppercase;
	line-height: 1;
	background: #2196F3;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0 0 0 1px #0C7CD6;
	-moz-box-shadow: 0 0 0 1px #0C7CD6;
	-webkit-box-shadow: 0 0 0 1px #0C7CD6;
}

#fc-debug .debug-tab {
	padding: 10px 20px;
	background: #EFEFEF;
	box-shadow: inset 0 -1px #DFDFDF;
	-moz-box-shadow: inset 0 -1px #DFDFDF;
	-webkit-box-shadow: inset 0 -1px #DFDFDF;
}

#fc-debug .debug-tab>* {
	cursor: pointer;
	display: inline-block;
	padding: 5px 10px;
	color: #AFAFAF;
	font-size: 16px;
	text-align: center;
	background: #FEFEFE;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: relative;
	box-shadow:
		inset 0 0 0 1px #CFCFCF,
		0 0 3px rgba(0, 0, 0, .1);
	-moz-box-shadow:
		inset 0 0 0 1px #CFCFCF,
		0 0 3px rgba(0, 0, 0, .1);
	-webkit-box-shadow:
		inset 0 0 0 1px #CFCFCF,
		0 0 3px rgba(0, 0, 0, .1);
	transform: translateZ(0);
	-moz-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

#fc-debug .debug-tab>*:hover,
#fc-debug .debug-tab>*.active {
	color: #FEFEFE;
	background: #BFBFBF;
	box-shadow:
		inset 0 0 0 1px #BFBFBF,
		inset 0 0 0 2px #FEFEFE,
		0 0 1px rgba(0, 0, 0, .1);
	-moz-box-shadow:
		inset 0 0 0 1px #BFBFBF,
		inset 0 0 0 2px #FEFEFE,
		0 0 1px rgba(0, 0, 0, .1);
	-webkit-box-shadow:
		inset 0 0 0 1px #BFBFBF,
		inset 0 0 0 2px #FEFEFE,
		0 0 1px rgba(0, 0, 0, .1);
}

#fc-debug .debug-tab>*+* {
	margin-left: 15px;
}

#fc-debug .debug-button {
	margin-right: 20px;
	padding: 5px 20px;
	color: #FEFEFE;
	font-weight: 600;
	font-variant: small-caps;
	letter-spacing: 1px;
	background: #3F51B5;
	box-shadow:
		inset 0 0 0 1px #3F51B5,
		inset 0 0 0 2px #FEFEFE,
		0 0 1px rgba(0, 0, 0, .1);
	-moz-box-shadow:
		inset 0 0 0 1px #3F51B5,
		inset 0 0 0 2px #FEFEFE,
		0 0 1px rgba(0, 0, 0, .1);
	-webkit-box-shadow:
		inset 0 0 0 1px #3F51B5,
		inset 0 0 0 2px #FEFEFE,
		0 0 1px rgba(0, 0, 0, .1);
}

#fc-debug .debug-button:before {
	content: "";
	margin: auto;
	background: #795548;
	width: 1px;
	position: absolute;
	top: 1px;
	right: -18px;
	bottom: 1px;
	box-shadow:
		3px 0 #795548,
		-3px 0 #795548;
	-moz-box-shadow:
		3px 0 #795548,
		-3px 0 #795548;
	-webkit-box-shadow:
		3px 0 #795548,
		-3px 0 #795548;
}

#fc-debug .debug-button:hover {
	background: #673AB7;
	box-shadow:
		inset 0 0 0 1px #673AB7,
		inset 0 0 0 2px #FEFEFE,
		0 0 1px rgba(0, 0, 0, .1);
	-moz-box-shadow:
		inset 0 0 0 1px #673AB7,
		inset 0 0 0 2px #FEFEFE,
		0 0 1px rgba(0, 0, 0, .1);
	-webkit-box-shadow:
		inset 0 0 0 1px #673AB7,
		inset 0 0 0 2px #FEFEFE,
		0 0 1px rgba(0, 0, 0, .1);
}

#fc-debug .debug-url {
	margin: auto;
	padding: 5px 20px;
	font-size: 125%;
	background: #F0F0F0;
	position: relative;
	box-shadow:
		inset 0 1px #FEFEFE,
		inset 0 -1px #DFDFDF,
		inset 0 -2px #FEFEFE;
	-moz-box-shadow:
		inset 0 1px #FEFEFE,
		inset 0 -1px #DFDFDF,
		inset 0 -2px #FEFEFE;
	-webkit-box-shadow:
		inset 0 1px #FEFEFE,
		inset 0 -1px #DFDFDF,
		inset 0 -2px #FEFEFE;
	z-index: 2;
}

#fc-debug .debug-url>* {
	color: inherit;
	font-size: inherit;
	text-decoration: none;
}

#fc-debug .debug-url a {
	color: #FF5722;
	transform: translateZ(0);
	-moz-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

#fc-debug .debug-url a:before {
	content: "";
	display: inline-block;
	margin-right: 10px;
	width: 0;
	height: 0;
	border-left: 5px solid #FF5722;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	transform: translateZ(0);
	-moz-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

#fc-debug .debug-url a:hover {
	color: #009688;
}

#fc-debug .debug-url a:hover:before {
	margin: -3px 7px -3px 0;
	border-left-color: #009688;
	border-top-width: 8px;
	border-left-width: 8px;
	border-bottom-width: 8px;
}

#fc-debug .debug-url .debug-path-config {
	margin: auto;
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
}

#fc-debug .debug-url .debug-path-config *+* {
	margin-left: 10px;
}

#fc-debug .debug-url small {
	display: inline-block;
	padding: 0 5px;
	color: #FEFEFE;
	font-size: 12px;
	font-weight: 600;
	font-family: Consolas, Menlo, Monaco, Courier, "Courier New", monospace, sans-serif, serif;
	line-height: 20px;
	letter-spacing: .25px;
	height: 20px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: relative;
	top: 3px;
}

#fc-debug .debug-url small:before {
	margin-right: 5px;
}

#fc-debug .debug-url .debug-path-missing {
	font-style: italic;
	background: #F44336;
}

#fc-debug .debug-url .debug-path-missing:before {
	content: "\2717";
	font-style: normal;
}

#fc-debug .debug-url .debug-path-loaded {
	background: #8BC34A;
}

#fc-debug .debug-url .debug-path-loaded:before {
	content: "\2713";
}

#fc-debug .debug-tab-target {
	display: none;
}

#fc-debug .debug-tab-target.active {
	display: block;
}

#fc-debug .debug-mail {
	margin: 10px 0;
	padding: 0 20px;
	position: relative;
	transform: translateZ(0);
	-moz-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	z-index: 1;
}

#fc-debug .debug-block {
	display: table;
	width: 100%;
}

#fc-debug .debug-block>* {
	display: table-cell;
	padding: 3px 5px;
	width: 50%;
}

#fc-debug .debug-caption {
	color: #909090;
	text-align: right;
	width: 30%;
	position: relative;
}

#fc-debug .debug-change {
	cursor: pointer;
	color: #F44336;
	font-size: 15px;
	font-weight: 600;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 50px;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	z-index: 2;
}

#fc-debug .debug-change:before {
	content: "";
	margin: auto;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgZmlsbD0icmVkIj48dGl0bGU+Rm9vZENvbm5lY3Rpb24gLSBEZXYgdGVhbTwvdGl0bGU+PHBhdGggZD0iTTQ0Ny45OTksMjU2YzAtMTItMS4yNS0yMy42NTYtMy4zNDQtMzUuMDMxbDY1LjAzMS0zNy41MzFsLTY0LTExMC44NzVsLTY1LjAzMSwzNy41NjMgYy0xNy43MTktMTUuMTI2LTM4LjI1LTI3LjAzMi02MC42NTYtMzQuOTdWMGgtMTI4djc1LjE1NmMtMjIuNDA2LDcuOTM4LTQyLjkzOCwxOS44NDQtNjAuNjU2LDM0Ljk2OUw2Ni4zMTIsNzIuNTYzbC02NCwxMTAuODc1IEw2Ny4zNDMsMjIxYy0yLjA5NCwxMS4zNDQtMy4zNDQsMjMtMy4zNDQsMzVjMCwxMS45NjksMS4yNSwyMy42MjUsMy4zNDQsMzVMMi4zMTIsMzI4LjU2Mmw2NCwxMTAuODc1bDY1LjA2My0zNy41NjIgYzE3LjcxOSwxNS4xNTYsMzguMjE5LDI3LjAzMSw2MC42MjUsMzQuOTY5VjUxMmgxMjh2LTc1LjE1NmMyMi40MDYtNy45MzgsNDIuOTM5LTE5LjgxMiw2MC42MjUtMzQuOTY5bDY1LjA2NCwzNy41NjJsNjQtMTEwLjg3NSBsLTY1LjAzMS0zNy41M0M0NDYuNzQ5LDI3OS42NTYsNDQ3Ljk5OSwyNjcuOTY5LDQ0Ny45OTksMjU2eiBNNDY1Ljk2OCwzNDAuMjgxbC0zMiw1NS40MzhsLTM3LjM0NC0yMS41NjJsLTE5LjYyNS0xMS4zMTIgbC0xNy4xODgsMTQuNzE5Yy0xNC44MTQsMTIuNzItMzEuODE0LDIyLjUtNTAuNSwyOS4xMjVsLTIxLjMxMiw3LjUzMXYyMi42MjVWNDgwaC02NHYtNDMuMTU2di0yMi42MjVsLTIxLjMxMy03LjUzMSBjLTE4LjY1Ni02LjYyNS0zNS42MjUtMTYuNDA1LTUwLjUtMjkuMTI1bC0xNy4xODctMTQuNzE5bC0xOS42MjUsMTEuMzEzTDc4LjAyOSwzOTUuNzJsLTMyLjAzMS01NS40MzhsMzcuMzQ0LTIxLjU2MyBsMTkuNTYzLTExLjMxMmwtNC4wOTQtMjIuMjJjLTEuODc1LTEwLjI0OC0yLjgxMy0xOS44MTEtMi44MTMtMjkuMTg2czAuOTM4LTE4LjkzOCwyLjgxMy0yOS4xODhsNC4wOTQtMjIuMjE5bC0xOS41NjMtMTEuMjgxIEw0NS45OTksMTcxLjc1bDMyLjAzMS01NS40NjlsMzcuMzEzLDIxLjUzMWwxOS41OTQsMTEuMzEzbDE3LjE4OC0xNC42NTZjMTQuOTM4LTEyLjc1LDMxLjkzOC0yMi41MzEsNTAuNTYzLTI5LjE1NmwyMS4zMTEtNy41NjMgVjc1LjE1NlYzMmg2NHY0My4xNTZWOTcuNzVsMjEuMzEyLDcuNTYzYzE4LjYyNSw2LjYyNSwzNS42NTYsMTYuNDA2LDUwLjU2MiwyOS4xNTZsMTcuMjE5LDE0LjY1NmwxOS41NjQtMTEuMzEzbDM3LjMxMi0yMS41MzEgbDMyLDU1LjQzOGwtMzcuMzEyLDIxLjUzMWwtMTkuNTY0LDExLjMxM2w0LjA5NiwyMi4xODhjMS45MDQsMTAuMzEyLDIuODExLDE5Ljg3NCwyLjgxMSwyOS4yNDlzLTAuOTA2LDE4LjkzOC0yLjgxMiwyOS4yNSBsLTQuMDk2LDIyLjIxOWwxOS41NjQsMTEuMjgxTDQ2NS45NjgsMzQwLjI4MXoiLz48cGF0aCBkPSJNMjU1Ljk5OSwxOTJjMzUuMjgyLDAsNjQsMjguNjg4LDY0LDY0YzAsMzUuMjgxLTI4LjcxOSw2NC02NCw2NGMtMzUuMzEzLDAtNjQtMjguNzE5LTY0LTY0IEMxOTEuOTk5LDIyMC42ODgsMjIwLjY4NywxOTIsMjU1Ljk5OSwxOTIgTTI1NS45OTksMTYwYy01MywwLTk2LDQzLTk2LDk2czQzLDk2LDk2LDk2YzUzLDAsOTYtNDMsOTYtOTZTMzA4Ljk5OSwxNjAsMjU1Ljk5OSwxNjAgTDI1NS45OTksMTYweiIvPjwvc3ZnPg==) no-repeat center;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	left: -30px;
	bottom: 0;
}

#fc-debug .debug-change:after {
	content: "0";
	margin-left: 10px;
	padding: 3px 5px;
	color: #FEFEFE;
	font-size: 11px;
	line-height: 1;
	background: #00BCD4;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: absolute;
	top: -5px;
	left: 100%;
}

#fc-debug .debug-change[data]:after {
	content: attr(data);
}

#fc-debug .debug-change:hover {
	opacity: .75;
}

#fc-debug .debug-config {
	margin: auto;
	opacity: 0;
	padding: 50px 10px 10px;
	background: rgba(255, 255, 255, .9);
	width: 500px;
	position: absolute;
	top: -10px;
	left: 0;
	box-shadow:
		0 1px 3px rgba(0, 0, 0, .12),
		0 1px 2px rgba(0, 0, 0, .24);
	-moz-box-shadow:
		0 1px 3px rgba(0, 0, 0, .12),
		0 1px 2px rgba(0, 0, 0, .24);
	-webkit-box-shadow:
		0 1px 3px rgba(0, 0, 0, .12),
		0 1px 2px rgba(0, 0, 0, .24);
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	visibility: hidden;
	z-index: 1;
}

#fc-debug .debug-config.active {
	opacity: 1;
	visibility: visible;
}

#fc-debug .debug-config .d-config-button {
	cursor: pointer;
	margin: auto;
	padding: 5px 10px;
	color: #FEFEFE;
	font-variant: small-caps;
	line-height: 1;
	background: #FF5722;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: absolute;
	top: 15px;
	right: 15px;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

#fc-debug .debug-config .d-config-button:hover {
	background: #F44336;
}

#fc-debug .debug-config .d-config-main {
	max-height: 200px;
	overflow: auto;
}

#fc-debug .debug-config .d-config-main::-webkit-scrollbar {
	background: rgba(255, 255, 255, .25);
}

#fc-debug .debug-config .d-config-main::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, .2);
}

#fc-debug .debug-config .d-config-main::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, .05);
}

#fc-debug .debug-config .d-config-main hr {
	margin: 10px 5px 10px 10px;
	border: none;
	border-top: 1px dashed #909090;
}

#fc-debug .debug-config .d-config-block {
	padding: 0 5px;
	position: relative;
}

#fc-debug .debug-config .d-config-block+.d-config-block {
	margin-top: 10px;
}

#fc-debug .debug-config .d-config-remove,
#fc-debug .debug-config .d-config-select {
	cursor: pointer;
	margin: auto;
	padding: 3px;
	color: #FEFEFE;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	line-height: 20px;
	background: #607D8B;
	width: 25px;
	height: 25px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: absolute;
	top: 0;
	left: 10px;
	bottom: 0;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

#fc-debug .debug-config .d-config-remove:hover,
#fc-debug .debug-config .d-config-select:hover {
	background: #7A96A3;
}

#fc-debug .debug-config .d-config-add {}

#fc-debug .debug-config .d-config-add .d-config-block:last-child .d-config-remove {
	cursor: not-allowed;
	opacity: .25;
}

#fc-debug .debug-config .d-config-select label {
	cursor: pointer;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#fc-debug .debug-config .d-config-select input {
	cursor: pointer;
	opacity: 0;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#fc-debug .debug-config .d-config-select span {
	margin: auto;
	opacity: .25;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

#fc-debug .debug-config .d-config-select input:checked~span {
	opacity: 1;
}

#fc-debug .debug-config .d-config-select span:before {
	content: "";
	margin: auto;
	width: 3px;
	height: 6px;
	border: 0 solid #FEFEFE;
	border-right-width: 2px;
	border-bottom-width: 2px;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	top: -3px;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

#fc-debug .debug-config .d-config-input {
	margin-left: 40px;
	padding: 5px 10px;
	color: #606060;
	font-size: 12px;
	line-height: 15px;
	background: #FEFEFE;
	height: 25px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: inset 0 0 0 1px #909090;
	-moz-box-shadow: inset 0 0 0 1px #909090;
	-webkit-box-shadow: inset 0 0 0 1px #909090;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	overflow: hidden;
}

#fc-debug .debug-config .d-config-block.selected .d-config-input {
	color: #009688;
	background: #F3FFE4;
	box-shadow: inset 0 0 0 1px #009688;
	-moz-box-shadow: inset 0 0 0 1px #009688;
	-webkit-box-shadow: inset 0 0 0 1px #009688;
}

#fc-debug .debug-config .d-config-input input {
	padding: 0 !important;
	color: #606060 !important;
	font-size: 12px !important;
	font-family: sans-serif, serif;
	background: transparent !important;
	height: 15px !important;
	min-height: auto !important;
	border: none !important;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	position: relative !important;
	top: -1px !important;
}

#fc-debug .debug-config .d-config-input input:-moz-placeholder {
	opacity: 1;
	color: #C9C9C9;
	position: relative;
	left: 0;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	visibility: visible;
}

#fc-debug .debug-config .d-config-input input::-moz-placeholder {
	opacity: 1;
	color: #C9C9C9;
	position: relative;
	left: 0;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	visibility: visible;
}

#fc-debug .debug-config .d-config-input input::-webkit-input-placeholder {
	opacity: 1;
	color: #C9C9C9;
	position: relative;
	left: 0;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	visibility: visible;
}

#fc-debug .debug-config .d-config-input input:focus:not(:-moz-read-only):not(:disabled):-moz-placeholder {
	opacity: 0;
	left: 5%;
	visibility: hidden;
}

#fc-debug .debug-config .d-config-input input:focus:not(:read-only):not(:disabled):-moz-placeholder {
	opacity: 0;
	left: 5%;
	visibility: hidden;
}

#fc-debug .debug-config .d-config-input input:focus:not(:-moz-read-only):not(:disabled)::-moz-placeholder {
	opacity: 0;
	left: 5%;
	visibility: hidden;
}

#fc-debug .debug-config .d-config-input input:focus:not(:read-only):not(:disabled)::-moz-placeholder {
	opacity: 0;
	left: 5%;
	visibility: hidden;
}

#fc-debug .debug-config .d-config-input input:focus:not(:read-only):not(:disabled)::-webkit-input-placeholder {
	opacity: 0;
	left: 5%;
	visibility: hidden;
}

/*
#fc-debug .debug-config .d-config-input.d-config-error {
	box-shadow: inset 0 0 0 1px #F44336;
	-moz-box-shadow: inset 0 0 0 1px #F44336;
	-webkit-box-shadow: inset 0 0 0 1px #F44336;
}
#fc-debug .debug-config .d-config-input.d-config-error input {
	color: #F44336;
}
*/
#fc-debug .debug-value {
	color: #607D8B;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 70%;
}

#fc-debug .debug-value mark {
	display: inline-block;
	margin: -3px 0;
	padding: 5px 10px;
	color: #FEFEFE;
	font-weight: 600;
	line-height: 1;
	background: #FF9800;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow:
		inset 0 0 0 1px #FF9800,
		inset 0 0 0 2px #FEFEFE;
	-moz-box-shadow:
		inset 0 0 0 1px #FF9800,
		inset 0 0 0 2px #FEFEFE;
	-webkit-box-shadow:
		inset 0 0 0 1px #FF9800,
		inset 0 0 0 2px #FEFEFE;
}

#fc-debug .debug-value .email-test {
	display: block;
	color: #F44336;
}

#fc-debug .debug-subject {
	margin: 10px 20px;
	padding: 5px 10px;
	color: #FEFEFE;
	font-size: 150%;
	font-weight: 600;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #607D8B;
	box-shadow:
		inset 0 0 0 1px #607D8B,
		inset 0 0 0 2px #FEFEFE;
	-moz-box-shadow:
		inset 0 0 0 1px #607D8B,
		inset 0 0 0 2px #FEFEFE;
	-webkit-box-shadow:
		inset 0 0 0 1px #607D8B,
		inset 0 0 0 2px #FEFEFE;
	transform: translateZ(0);
	-moz-transform: translateZ(0);
	-webkit-transform: translateZ(0);
}

#fc-debug .debug-content {
	margin: auto;
	opacity: 0;
	background: #FEFEFE;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition:
		opacity 1s ease-in,
		top .1s ease-out;
	-moz-transition:
		opacity 1s ease-in,
		top .1s ease-out;
	-webkit-transition:
		opacity 1s ease-in,
		top .1s ease-out;
}

#fc-debug .debug-content.active {
	opacity: 1;
}

#fc-debug .debug-segment {
	display: none;
	margin: auto;
	padding: 10px 20px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#fc-debug .debug-segment.active {
	display: block;
}

#fc-debug .debug-segment>* {
	display: none;
	margin: auto;
	width: 100%;
	height: 100%;
	position: relative;
}

#fc-debug .debug-segment>*.active {
	display: block;
}

#fc-debug .debug-segment>*:before,
#fc-debug .debug-segment>*:after {
	pointer-events: none;
	opacity: 0;
	margin: auto;
	position: absolute;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

#fc-debug .debug-segment>*:before {
	content: "";
	background: rgba(0, 0, 0, .3);
	top: 50%;
	left: 50%;
	right: 50%;
	bottom: 50%;
	box-shadow:
		inset 0 0 0 1px rgba(0, 0, 0, .25),
		inset 0 0 0 2px rgba(255, 255, 255, .25);
	-moz-box-shadow:
		inset 0 0 0 1px rgba(0, 0, 0, .25),
		inset 0 0 0 2px rgba(255, 255, 255, .25);
	-webkit-box-shadow:
		inset 0 0 0 1px rgba(0, 0, 0, .25),
		inset 0 0 0 2px rgba(255, 255, 255, .25);
	z-index: 1;
}

#fc-debug .debug-segment.unavailable.active>*.active:before {
	opacity: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#fc-debug .debug-segment>*:after {
	content: "inactive";
	font-size: 0;
	font-weight: 600;
	font-family: sans-serif;
	letter-spacing: 1px;
	text-align: center;
	text-shadow:
		0 0 25px rgba(255, 255, 255, .25),
		0 10px 25px rgba(255, 255, 255, .25),
		10px 0 25px rgba(255, 255, 255, .25),
		0 -10px 25px rgba(255, 255, 255, .25),
		-10px 0 25px rgba(255, 255, 255, .25),
		10px 10px 25px rgba(255, 255, 255, .25);
	text-transform: uppercase;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: 2;
}

#fc-debug .debug-segment.unavailable.active>*.active:after {
	opacity: .5;
	color: rgba(245, 65, 55, .5);
	font-size: 1000%;
}

#fc-debug .debug-switch {
	cursor: pointer;
	opacity: .1;
	margin: auto;
	padding: 3px 5px;
	color: #303030;
	line-height: 1;
	background: #DFDFDF;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: absolute;
	top: 0;
	right: 0;
	box-shadow: 0 0 0 1px #CFCFCF;
	-moz-box-shadow: 0 0 0 1px #CFCFCF;
	-webkit-box-shadow: 0 0 0 1px #CFCFCF;
	transform: translateZ(0);
	-moz-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	z-index: 1;
}

#fc-debug .debug-segment>*:hover .debug-switch {
	opacity: 1;
	color: #4CAF50;
	background: #F3F3F3;
	box-shadow: 0 0 0 1px #DCDCDC;
	-moz-box-shadow: 0 0 0 1px #DCDCDC;
	-webkit-box-shadow: 0 0 0 1px #DCDCDC;
}

#fc-debug iframe {
	margin: auto;
	width: 100%;
	height: 100%;
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#fc-debug pre {
	margin: auto;
	font-family: Consolas, Menlo, Monaco, Courier, "Courier New", monospace, sans-serif, serif;
	white-space: pre-line;
	word-wrap: break-word;
	word-break: break-all;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	overflow-y: auto;
}

#fc-debug pre::-webkit-scrollbar {
	background: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#fc-debug pre:hover::-webkit-scrollbar {
	background: #F0F0F0;
}

#fc-debug pre::-webkit-scrollbar-thumb {
	background: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#fc-debug pre:hover::-webkit-scrollbar-thumb {
	background: #BFBFBF;
}

#fc-debug pre::-webkit-scrollbar-track {
	background: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#fc-debug pre:hover::-webkit-scrollbar-track {
	background: #EFEFEF;
}

#fc-debug .debug-attachment {
	margin: auto;
	padding: 10px;
	background: #EFEFEF;
	max-width: 210px;
	max-height: 115px;
	position: absolute;
	top: 100px;
	right: 10px;
	box-shadow:
		inset 0 0 0 1px #EFEFEF,
		inset 0 0 0 2px #FEFEFE;
	-moz-box-shadow:
		inset 0 0 0 1px #EFEFEF,
		inset 0 0 0 2px #FEFEFE;
	-webkit-box-shadow:
		inset 0 0 0 1px #EFEFEF,
		inset 0 0 0 2px #FEFEFE;
	overflow: hidden;
	overflow-y: auto;
	z-index: 1;
}

#fc-debug .debug-attachment::-webkit-scrollbar {
	background: #BFBFBF;
}

#fc-debug .debug-attachment::-webkit-scrollbar-thumb {
	background: #909090;
}

#fc-debug .debug-attachment::-webkit-scrollbar-track {
	background: #E3E3E3;
}

#fc-debug .debug-attach-item {
	display: inline-block;
	margin: 10px;
	background: rgba(0, 0, 0, .15);
	width: 70px;
	height: 70px;
	position: relative;
}

#fc-debug .debug-attach-item:before {
	content: "";
	margin: auto;
	background: rgba(0, 0, 0, .15);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

#fc-debug .debug-attach-item[data]:after {
	content: attr(data);
	margin: auto;
	padding: 3px 5px;
	color: #DFDFDF;
	font-size: 11px;
	font-weight: 500;
	font-family: sans-serif;
	text-align: center;
	text-transform: uppercase;
	line-height: 15px;
	background: rgba(0, 0, 0, .5);
	width: 30px;
	height: 15px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	box-shadow: 0 0 3px rgba(255, 255, 255, .95);
	-moz-box-shadow: 0 0 3px rgba(255, 255, 255, .95);
	-webkit-box-shadow: 0 0 3px rgba(255, 255, 255, .95);
	overflow: hidden;
	z-index: 2;
}

#fc-debug .debug-attach-item img {
	margin: auto;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}



#fc-messages-error {
	opacity: 0;
	margin: auto;
	color: #909090;
	font-size: 12px;
	line-height: 1.428571429;
	letter-spacing: 0;
	font-family: arial, verdana, tahoma, sans-serif, serif;
	background: rgba(0, 0, 0, .75);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	visibility: hidden;
	z-index: 999999999999999999999;
}

body.debugger #fc-messages-error {
	opacity: 1;
	visibility: visible;
}

#fc-messages-error .messages-close {
	cursor: pointer;
	margin: auto;
	color: #EFEFEF;
	font-size: 20px;
	font-variant: small-caps;
	line-height: 30px;
	text-align: center;
	background: rgba(255, 0, 0, .5);
	width: 120px;
	height: 30px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 15%;
	box-shadow:
		0 0 5px rgba(0, 0, 0, .5),
		inset 0 0 0 1px rgba(255, 0, 0, .5),
		inset 0 0 0 2px rgba(0, 0, 0, .5);
	-moz-box-shadow:
		0 0 5px rgba(0, 0, 0, .5),
		inset 0 0 0 1px rgba(255, 0, 0, .5),
		inset 0 0 0 2px rgba(0, 0, 0, .5);
	-webkit-box-shadow:
		0 0 5px rgba(0, 0, 0, .5),
		inset 0 0 0 1px rgba(255, 0, 0, .5),
		inset 0 0 0 2px rgba(0, 0, 0, .5);
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

#fc-messages-error .messages-close:hover {
	color: #FEFEFE;
	background: rgba(255, 0, 0, .75);
}

#fc-messages-error .messages-title {
	padding: 10px;
	color: #9C27B0;
	font-size: 150%;
	text-align: center;
	border-bottom: 1px solid #303030;
}

#fc-messages-error .messages-main {
	margin-right: -50%;
	background: rgba(0, 0, 0, .75);
	width: 100%;
	max-width: 800px;
	max-height: 50%;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: absolute;
	top: 50%;
	left: 50%;
	box-shadow:
		0 0 5px rgba(0, 0, 0, .5),
		0 0 0 1px rgba(0, 0, 0, .75),
		0 0 0 2px rgba(255, 255, 255, .15);
	-moz-box-shadow:
		0 0 5px rgba(0, 0, 0, .5),
		0 0 0 1px rgba(0, 0, 0, .75),
		0 0 0 2px rgba(255, 255, 255, .15);
	-webkit-box-shadow:
		0 0 5px rgba(0, 0, 0, .5),
		0 0 0 1px rgba(0, 0, 0, .75),
		0 0 0 2px rgba(255, 255, 255, .15);
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	overflow: hidden;
	overflow-y: auto;
}

#fc-messages-error .messages-main::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#fc-messages-error .messages-main::-webkit-scrollbar-thumb {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#fc-messages-error .messages-main::-webkit-scrollbar-track {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#fc-messages-error pre {
	padding: 1.5em;
	font-family: Consolas, Menlo, Monaco, Courier, "Courier New", monospace, sans-serif, serif;
	white-space: pre-wrap;
	word-wrap: break-word;
	word-break: break-all;
}



.fc-loading {
	opacity: 0;
	margin: auto;
	color: #303030;
	font-size: 12px;
	line-height: 1.428571429;
	background: rgba(0, 0, 0, .9);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	visibility: hidden;
	z-index: 999999999;
}

.fc-loading.active {
	opacity: 1;
	visibility: visible;
}

.fc-loading:before {
	content: "Loading...";
	color: rgba(255, 255, 255, .5);
	font-size: 100%;
	text-align: center;
	line-height: 100px;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0id2hpdGUiPjx0aXRsZT5Gb29kQ29ubmVjdGlvbiAtIERldiB0ZWFtPC90aXRsZT48cGF0aCBvcGFjaXR5PSIuMjUiIGQ9Ik0xNiAwIEExNiAxNiAwIDAgMCAxNiAzMiBBMTYgMTYgMCAwIDAgMTYgMCBNMTYgNCBBMTIgMTIgMCAwIDEgMTYgMjggQTEyIDEyIDAgMCAxIDE2IDQiLz48cGF0aCBkPSJNMTYgMCBBMTYgMTYgMCAwIDEgMzIgMTYgTDI4IDE2IEExMiAxMiAwIDAgMCAxNiA0eiI+PGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJyb3RhdGUiIGZyb209IjAgMTYgMTYiIHRvPSIzNjAgMTYgMTYiIGR1cj0iMC44cyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIC8+PC9wYXRoPjwvc3ZnPg==) no-repeat center;
	width: 100px;
	height: 100px;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.fc-loading[data]:before {
	content: attr(data);
}

.fc-loading.no-text:before {
	content: "";
}



.fcform {
	padding-bottom: 110px;
	color: #010101;
}

.fcform br.sp-break {
	display: none;
}

.fcform br.pc-none {
	display: none;
}

/* title */
.fcform__title {
	margin-bottom: 47px;
	padding: 0px 20px 20px;
	font-size: 240%;
	text-align: center;
	/*background: #DFDFDF;*/
}


.fcform__tel {
	text-align: center;
	margin-bottom: 25px;
	font-weight: 600;
	background-color: #F4F4F4;
	line-height: 200%;
	padding: 10px 0;
}

.fcform__tel h2 {
	font-weight: 600;
	margin-bottom: 10px;
}

.fcform__tel h3 {
	font-size: 220%;
	margin-bottom: 10px;
}


/* title */
.fcform__note {
	margin-bottom: 25px;
	padding: 0px 20px 0px;
	font-weight: 600;
	line-height: 180%;
	text-align: center;
	/*background: #DFDFDF;*/
}


/* desc */
.fcform__desc {
	display: none;
	margin: 25px auto;
	font-size: 110%;
}

/* progress */
.fcform__progress {
	margin-bottom: 50px;
}

.fcform__progress-step {
	float: left;
	color: #a3a3a3;
	font-size: 125%;
	font-weight: 600;
	width: 33.33%;
	position: relative;
	transition: all .3s ease;
	overflow: hidden;
}

.fcform__progress-step.active {
	color: #d00000;
}

.fcform__progress-step span {
	display: inline-block;
	padding: 35px 0;
	position: relative;
}

.fcform__progress-step span:before {
	content: "";
	margin: auto;
	background: #e0e0e0;
	width: 17px;
	height: 17px;
	border-radius: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	box-shadow: none;
	transform: translateY(-2px);
	transition: all .3s ease;
	z-index: 1;
}

.fcform__progress-step.active span:before {
	background: #d00000;
	width: 20px;
	height: 20px;
	transform: translateY(0);
	box-shadow: inset 0 0 0 2px #d00000,
		inset 0 0 0 5px #FEFEFE;
}

.fcform__progress-step span:after {
	content: "";
	background: #e0e0e0;
	height: 5px;
	position: absolute;
	bottom: 10px;
	transform: translateY(2px);
}

.fcform__progress-start {}

.fcform__progress-start span:after {
	left: 50%;
	right: -33.33vw;
}

.fcform__progress-confirm {
	text-align: center;
}

.fcform__progress-confirm span:after {
	left: -33.33vw;
	right: -33.33vw;
}

.fcform__progress-thanks {
	float: right;
	text-align: right;
}

.fcform__progress-thanks span:after {
	left: -33.33vw;
	right: 50%;
}

/* description */
.fcform__desc {
	text-align: center;
}

/* form */
.fcform__main {
	font-size: 100%;
	letter-spacing: .5px;
	max-width: 990px;
	margin: 0 auto;
}

.mw1080 {
	max-width: 1080px;
}

.fcform__main input,
.fcform__main select,
.fcform__main textarea {
	display: block;
	padding: 10px 15px;
	color: #303030;
	font: inherit;
	line-height: 1.25;
	background: #FEFEFE;
	border-radius: 3px;
	/* width: 100%; */
	border: 1px solid #c9c9c9;
/*
	-moz-appearance: none;
	appearance: none;
	-webkit-appearance: none;
*/
}

.fcform__main input[type="radio"].tab-list__tab-btn {
  display: none;
}

.fcform__main input[type="radio"],
.fcform__main input[type="checkbox"] {

}

.fcform__main input::-webkit-input-placeholder,
.fcform__main select::-webkit-input-placeholder,
.fcform__main textarea::-webkit-input-placeholder {
	opacity: 1;
	color: #CFCFCF;
	line-height: 1.8;
}

.fcform__main input::-moz-placeholder,
.fcform__main select::-moz-placeholder,
.fcform__main textarea::-moz-placeholder {
	opacity: 1;
	color: #CFCFCF;
	line-height: 1.8;
}

.fcform__main input:-ms-input-placeholder,
.fcform__main select:-ms-input-placeholder,
.fcform__main textarea:-ms-input-placeholder {
	opacity: 1;
	color: #CFCFCF;
	line-height: 1.8;
}

.fcform__main input::-ms-input-placeholder,
.fcform__main select::-ms-input-placeholder,
.fcform__main textarea::-ms-input-placeholder {
	opacity: 1;
	color: #CFCFCF;
	line-height: 1.8;
}

.fcform__main input::-webkit-input-placeholder,
.fcform__main select::-webkit-input-placeholder,
.fcform__main textarea::-webkit-input-placeholder {
	opacity: 1;
	color: #CFCFCF;
	line-height: 1.8;
}

.fcform__main input::-moz-placeholder,
.fcform__main select::-moz-placeholder,
.fcform__main textarea::-moz-placeholder {
	opacity: 1;
	color: #CFCFCF;
	line-height: 1.8;
}

.fcform__main input:-ms-input-placeholder,
.fcform__main select:-ms-input-placeholder,
.fcform__main textarea:-ms-input-placeholder {
	opacity: 1;
	color: #CFCFCF;
	line-height: 1.8;
}

.fcform__main input::-ms-input-placeholder,
.fcform__main select::-ms-input-placeholder,
.fcform__main textarea::-ms-input-placeholder {
	opacity: 1;
	color: #CFCFCF;
	line-height: 1.8;
}

.fcform__main input::-webkit-input-placeholder, .fcform__main select::-webkit-input-placeholder, .fcform__main textarea::-webkit-input-placeholder {
	opacity: 1;
	color: #CFCFCF;
	line-height: 1.8;
}

.fcform__main input::-moz-placeholder, .fcform__main select::-moz-placeholder, .fcform__main textarea::-moz-placeholder {
	opacity: 1;
	color: #CFCFCF;
	line-height: 1.8;
}

.fcform__main input:-ms-input-placeholder, .fcform__main select:-ms-input-placeholder, .fcform__main textarea:-ms-input-placeholder {
	opacity: 1;
	color: #CFCFCF;
	line-height: 1.8;
}

.fcform__main input::-ms-input-placeholder, .fcform__main select::-ms-input-placeholder, .fcform__main textarea::-ms-input-placeholder {
	opacity: 1;
	color: #CFCFCF;
	line-height: 1.8;
}

.fcform__main input::placeholder,
.fcform__main select::placeholder,
.fcform__main textarea::placeholder {
	opacity: 1;
	color: #CFCFCF;
	line-height: 1.8;
}

.fcform__main input:-ms-input-placeholder,
.fcform__main select:-ms-input-placeholder,
.fcform__main textarea:-ms-input-placeholder {
	color: #CFCFCF;
	line-height: 1.8;
}

.fcform__main input::-ms-input-placeholder,
.fcform__main select::-ms-input-placeholder,
.fcform__main textarea::-ms-input-placeholder {
	color: #CFCFCF;
	line-height: 1.8;
}

.fcform__main select {
	padding: 10px 10px;
	min-width: 70px;
	position: relative;
	top: 1px;
}

.fcform__main .i-dropdown {
	position: relative;
}

.fcform__main .i-dropdown.i-arrow:before,
.fcform__main .i-dropdown.i-arrow:after {
	content: "";
	pointer-events: none;
	margin: auto;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	position: absolute;
	top: 0;
	right: 7px;
	bottom: 0;
	z-index: 2;
}

.fcform__main .i-dropdown.i-arrow:before {
	border-bottom: 5px solid #000;
	transform: translateY(-4px);
}

.fcform__main .i-dropdown.i-arrow:after {
	border-top: 5px solid #000;
	transform: translateY(4px);
}

.fcform__main .i-dropdown select {
	padding-right: 25px;
	border: 1px solid #c9c9c9;
	background: url(../img/shared/select_bottom.webp) no-repeat right #fff;
	-webkit-appearance: none;
	background-position-x: 96%;
	width: 135px;
}

.fcform__main select:disabled {
	font-style: italic;
	color: #a3a3a3;
	background-color: #F4F4F4;
	cursor: not-allowed;
}

.fcform__main select option[value=""] {
	color: #909090;
	font-style: italic;
}

.fcform__main .choice-date select option:disabled {
	font-style: italic;
}

.fcform__main textarea {
	min-height: 150px;
	resize: vertical;
}

.fcform__main textarea.auto-resize {
	resize: none;
	overflow: hidden;
}

.fcform__main input[type="radio"] {
	display: inline-block;
	width: auto;
}

.fcform__main input[type="checkbox"] {
	display: none;
}

.fcform__main input[type="number"] {
	/* direction: rtl; */
	display: inline-block;
	width: 100px;
}

.fcform__quote {
	margin-top: 25px;
	padding: 25px 70px;
	background: #f5f5f5;
}

.fcform__quote-title {
	padding: 10px 5px;
	font-size: 135%;
	font-weight: 600;
	border-bottom: 1px solid #e0e0e0;
}

.fcform__quote-content {
	padding: 10px 5px;
}

.fcform__quote-content dl {
	margin: 10px 0;
}

.fcform__quote-content dl+dl {
	margin-top: 40px;
}

.fcform__quote-content dt {
	font-size: 110%;
}

.fcform__quote-content dd {
	font-size: 105%;
}

.i-list {
	margin: 0 -10px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

/*i custom */
/*//i custom */

.form-row {
	display: table;
	margin: auto;
	padding: 33px 0px;
	width: 100%;
	border-bottom: 1px solid #707070;
	box-sizing: border-box;
}

.form-caption {
	display: table-cell;
	vertical-align: middle;
	width: 23%;
	min-width: 200px;
}

.form-caption.vtop {
	padding-top: 0;
}

.caption-inline {
	position: relative;
}

.caption--text {
	margin-left: 10px;
	font-weight: 600;
	position: relative;
}

.caption--text::before {
	content: "";
	background: #4399C9;
	width: 3px;
	height: 18px;
	border-radius: 6px;
	position: absolute;
	top: 3px;
	left: -11px;
}

.caption--askerisk {
	padding: 9px 10px;
	color: #FEFEFE;
	font-weight: 600;
	line-height: 1;
	background: #d00000;
	border-radius: 5px;
	position: absolute;
	top: -3px;
	left: 161px;
	font-size: 12px;
}

.form-value {
	display: table-cell;
	vertical-align: middle;
	width: 70%;
}

.submit-form .note {
	text-align: center;
	margin-bottom: 20px;
	font-size: 80%;
	line-height: 180%;
	font-weight: 600;
	color: #000;
}

.form-block {
	margin: 0 -5px;
}

.form-block.s-medium {
	margin: 0 -10px;
}

.form-block.s-large {
	margin: 0 0px 0 -20px;
}

.confirm-main .form-block.s-large {
	margin: 0;
}

.confirm-main .form-value {}

.confirm-main .form__output {}

.confirm-main .form__output p {
	margin-right: 40px;
	display: inline-flex;
	gap: 30px;
}

.confirm-main .form__output p span {}

.form-group {
	table-layout: fixed;
	display: table;
	/* width: 100%; */
}

.form-group:not(.form-inline) {
	margin: auto;
	width: 100%;
}

.form-box {
	display: table-cell;
	vertical-align: middle;
}

.form-group:not(.form-inline)>.form-box {
	width: 100%;
}

.form-group.x2>.form-box {
	width: 50%;
}

.form-group.x2 {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.fc-confirm .form-group.x2 {
	justify-content: flex-start;
	gap: 40px;
}



.form-group.x2 .w360 {
	width: 320px;
}

.form-group.x3>.form-box {
	width: 33.33%;
}

.form-group.x4>.form-box {
	width: 25%;
}

.form-group.x5>.form-box {
	width: 20%;
}

.form-group.x3 input[name*="year"] {
	text-align: right;
	width: 100px;
}

.form-block .form-box {
	padding: 0 5px;
}

.form-block.s-medium>.form-group>.form-box {
	padding: 0 10px;
}

.form-block.s-large>.form-group>.form-box {
	padding: 0 0px 0 20px;
}

.fc-confirm .form-block.s-large>.form-group>.form-box {
	padding: 0;
}


.form-button {
	padding: 40px 0 0;
	text-align: center;
}

.form-button button {
	cursor: pointer;
	display: inline-block;
	font-size: 110%;
	font-weight: 600;
	background: none;
	border: none;
	position: relative;
	transition: all .3s ease;
}

.form-button button[type="submit"].form-back {
	display: block;
	border: 1px solid #CCCCCC;
	background-color: #fff;
	color: #000;
	border-radius: 5px;
	text-align: center;
	font-size: 17px;
	padding: 13px 0;
	font-weight: 500;
	transition: all .4s ease;
	width: 115px;
	margin: 0 auto;
}

.form-button button.form-back[type="submit"]::before {
	display: none;
}

.form-button button.form-back[type="submit"]:hover {
	text-decoration: none;
	border-color: #ccc;
	background: #ccc;
	color: #000;
}

.form-button button:before {
	content: ">";
	margin: auto;
	font-family: monospace, sans-serif, serif;
	position: absolute;
	top: 0;
	right: -20px;
	bottom: 0;
}

.form-button button:hover {
	text-decoration: underline;
}

.form-button button[type="submit"] {
	padding: 20px 10px;
	color: #FEFEFE;
	font-size: 100%;
	background: #FF5700;
	border-radius: 5px;
	width: 150px;
}

.form-button button[type="submit"]:before {
	content: "";
	margin: auto;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-left: 8px solid #FEFEFE;
	border-bottom: 8px solid transparent;
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	display: none;
}

.form-button button[type="submit"]:hover {
	text-decoration: none;
	background: #9E0000;
}

.fc-form [class^="error"] {
	position: static;
}

.form-button .form-block+.form-block {
	margin-top: 20px;
}

.form-block-auto {}

.form-block-auto .form-group {
	margin: 0;
	width: auto !important;
}

.form-block-auto .form-group--modal {
	width: 100% !important;
}

.w360 {
	width: 360px;
}

.form-block-auto .form-box {
	width: auto !important;
}

.vtop {
	vertical-align: top;
}

.vmiddle {
	vertical-align: middle;
}

.vbottom {
	vertical-align: bottom;
}


.fc-thanks {
	display: none;
	font-size: 110%;
	font-weight: 600;
	text-align: center;
}

.thanks-message {
	margin-bottom: 90px;
}

.thanks-button {
	color: #d00000;
}

.thanks-button a {
	display: inline-block;
	position: relative;
}

.thanks-button a:before {
	content: ">";
	margin: auto;
	font-family: monospace, sans-serif, serif;
	position: absolute;
	top: 0;
	right: -20px;
	bottom: 0;
}

@media only screen and (max-width: 560px) {
	* {
		-webkit-tap-highlight-color: transparent;
	}

	a,
	article,
	div,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	img,
	section,
	span {
		-ms-user-select: none;
		user-select: none;
		-moz-user-select: none;
		-webkit-user-select: none;
	}

	.fcform__main select {
		/* padding: 0.89vw 1.79vw; */
		top: 0;
	}

	.fcform__main .i-dropdown select {
		width: 100%;
	}

	.form-block-auto .form-box {
		width: 100% !important;
	}
	html.responsive .form-row {
		padding: 3.57vw;
	}

	html.responsive .caption--text {
		display: block;
		margin-left: 0;
	}

	html.responsive .caption--askerisk {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		text-align: center;
	}

	html.responsive .form-block {
		margin: 0;
	}

	html.responsive .form-group {
		/*
    display: flex;
    align-items: center;
		justify-content: space-between;
*/

	}

	html.responsive .form-group:not(.form-inline)>.form-box {
		display: block;
		padding: 0;
		width: 100%;
	}

	html.responsive .form-group.x3:not(.form-inline)>.form-box {
		margin-top: 0;
		display: table-cell;
	}

	html.responsive .form-group.x2:not(.form-inline)>.form-box .form-group {
		display: flex !important;
		align-items: center;
	}

	html.responsive .form-group.x2:not(.form-inline)>.form-box .w90_2 {}

	html.responsive .form-group>.form-box+.form-box {}

	html.responsive .form-button button[type="submit"] {
		/* padding: 2.68vw 8.93vw; */
		width: 38.39vw;
	}

	html.responsive .fcform__quote {
		padding: 4.46vw 8.93vw;
	}
}

@media only screen and (max-width: 560px) {
	html.responsive .fcform__title {
		font-size: 200%;
	}

	html.responsive .fcform__quote {
		padding: 4.46vw;
	}

	html.responsive .form-row {
		display: block;
		padding: 5.36vw 0;
		border: none;
	}

	html.responsive .form-caption {
		display: block;
		margin-bottom: 4.46vw;
		width: 100%;
	}

	html.responsive .caption--text {
		display: inline-block;
	}

	html.responsive .caption--askerisk {
		margin-right: 0;
		top: 0;
		right: 0;
		left: auto;
		font-size: 3.04vw;
	}

	html.responsive .form-value:not(.form-box) {
		display: block;
		width: 100%;
	}

	html.responsive .confirm-main .form-value:not(.form-box) {
		display: flex;
		width: 100%;
	}


	html.responsive .form-group>.form-box+.form-box {}

	html.responsive label {
		display: block;
	}

	.confirm-main .form__output p {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}

}


/*スピンボタン削除*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/*入力時に背景色変更*/
input:focus,
textarea:focus,
select:focus {
	background: #fffaf0;
}


/*プライバシーポリシー*/
.rule {
	margin-top: 20px;
	padding: 20px;
	/*height: 200px;*/
	/*overflow: auto;
    border: 1px solid #d8d8d8;*/
	font-size: 15px;
}

.rule p {
	margin-bottom: 30px;
}

.rule .tit {
	font-size: 15px;
	font-weight: bold;
}

.confirm-hide .end {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	padding: 4% 0 0 0;
}

.rule dt {
	font-weight: bold;
	font-size: 16px;
}

.rule dd {
	margin-left: 34px;
	margin-bottom: 17px;
	line-height: 22px;
}

#privacy_checkbox_box {
	text-align: center;
	margin: 0% auto 0%;
	padding: 4% 4% 0;
	font-weight: bold;
	width: 93%;
	display: block;
}

#privacy_checkbox {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

#privacy_checkbox .i-custom span {
	display: block;
	text-align: left;
}

#privacy_checkbox .text {
	/*text-align: left;*/
	margin-top: 3px;
	font-weight: 400;
}

/*icon - check */

#privacy_checkbox input {
	border: 1px solid #d8d8d8;
	padding: 2px 8px 14px;
	box-sizing: border-box;
	width: auto !important;
	margin-right: 5px;
}

#privacy_checkbox a {
	text-decoration: underline;
	color: #004267;
}

#privacy_checkbox a:hover {
	text-decoration: none;
}

@media only screen and (max-width: 560px) {
	html.responsive .form-group.x2>.form-box {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}

	html.responsive .form-block-auto .form-group.x2 .form-box .w90i,
	html.responsive .form-block-auto .form-group.x2 .form-box input[type="text"] {
		width: 100% !important;
	}

	.form-group.x2 {
		display: block !important;
	}

	html.responsive .form-group.x2 .form-group {
		/* display: flex; */
	}

	html.responsive .form-group.x2 .w360 {
		width: 100%;
	}

	.w360 {
		width: 100%;
	}

	.form-group.x2 .form-block {
		width: 100%;
	}

	html.responsive .form-group>.form-box+.form-box {
		margin-top: 0.89vw;
		width: 100% !important;
	}

	html.responsive .form-group.x2 .form-group>.form-box.w90_2 {
		width: 11.61vw !important;
	}

	.fcform__main input,
	.fcform__main select,
	.fcform__main textarea {
		padding: 2.86vw 2.68vw;
	}

	.form-block .form-box {
		padding: 0 0 0 1.79vw;
	}
}


@media only screen and (max-width: 560px) {
	.caption--text::before {
		width: 0.71vw;
		height: 5vw;
		top: 1.07vw;
	}

	.form-button button.form-back[type="submit"] {
		padding: 2.68vw 3.57vw;
		font-size: 4.29vw;
		width: auto;
	}
}