/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 15 2025 | 01:37:48 */
.ff-field_container {
	margin-bottom: 20px;
}
.fluentform .ff-el-is-required label::after {
	color: #fff!important;
	content: "必須"!important;
	margin-left: 6px!important;
	padding: 2px 7px;
	background: #f56c6c;
	font-weight: bold;
	font-size: 0.8em;
	border-radius: 7px;
}
.ff-name-field-wrapper {
	margin-bottom: 20px;
}
.ff_list_inline .ff-el-input--content {
	border: 1px solid #dadbdd;
	border-radius: 7px;
	padding: 11px 15px;
	background-color: #f7f7f7;
}
.ff_submit_btn_wrapper {
	margin-top: 40px;
}
/* スマホはここから */
@media (width < 520px){
	#lp-content {
		padding:0!important;
	}
	#lp-content .thanks-img {
		width:90%!important;
		margin:0 auto;
	}
	.thanks-message{
		font-size:17px!important;
	}
}