/*fluentFormTheme*/
.fluentform .fluentFormTheme .amount .ff-el-input--content select {
	color: #6495ed;
}
.fluentform .fluentFormTheme .ff-el-form-control {
	font-size: 14px;
	border-radius: 4px;
	background: #f7f7f7;
	padding: 10px 20px;
}
.fluentform .fluentFormTheme .ff-el-form-control::placeholder {
	color: #cdcdcd;
}
.fluentform .fluentFormTheme .ff-el-input--label:before {
	content: "任意";
	display: inline;
	background: #f5b555;
    margin-right: 5px;
    font-size: 12px;
    color: #fff;
    padding: 0 5px;
}
.fluentform .fluentFormTheme .ff-el-input--label.ff-el-is-required:before {
	content: "必須";
    background: #df6f5f
} 
.fluentform .fluentFormTheme .ff-el-input--label label{
	position: relative;
	font-size: 17px;
    color: #262626;
    line-height: 1.5;
    position: relative;
    font-weight: bold;
}
.fluentform {
	margin: 36px auto 40px;
}
.fluentform .fluentFormTheme .ff-el-input--label.ff-el-is-required.asterisk-right label:after {
	content: none;
}
.fluentform .fluentFormTheme .ff-el-tooltip:before {
	content: attr(data-content) " ";
    color: #666666;
    font-size: 12px;
	font-weight: 100;
    padding-left: 20px;
}
.fluentform .fluentFormTheme .ff-el-tooltip svg {
	display: none;
}
.fluentform .fluentFormTheme .doubleLabel .ff-t-column-2 .ff-el-input--label {
	opacity: 0;
}
.fluentform .fluentFormTheme .phone .iti__selected-flag {
	display: none;
}
.fluentform .fluentFormTheme .btnSubmit button {
    display: block;
    margin: auto;
    border-radius: 40px;
    font-size: 20px;
    padding: 10px 30px;
    max-width: 350px;
    width: fit-content;
    color: #fff;
    line-height: 1.5;
    text-align: center;
    transition: 0.3s;
    font-weight: bold;
}
.fluentform .fluentFormTheme .ff-el-is-error .text-danger {
    color: #900;
    font-size: 11px;
    float: none;
    padding-left: 5px;
}
@media(min-width: 769px) {
	.fluentform .fluentFormTheme .btnSubmit button:hover {
		transform: scale(1.05);
	}
}
@media(max-width: 768px) {
	.fluentform {
		margin-top: 70px;
	}
	.fluentform .fluentFormTheme .ff-el-tooltip {
		display: block;
	}
	.fluentform .fluentFormTheme .ff-el-tooltip:before {
		padding-left: 0;
	}
	.fluentform .fluentFormTheme .doubleLabel .ff-t-column-2 .ff-el-input--label {
		display: none;
	}
}
/*fluentFormTheme*/