@charset "utf-8";
#plan .plan_table dl dd.radio_list ul .mwform-radio-field {
	font-size: 0.8rem;
	margin-right: 2em;
}
#plan .plan_table dl dd.radio_list ul .mwform-radio-field input[type=radio] {
	display: none;
}
#plan .plan_table dl dd.radio_list ul .mwform-radio-field input[type=radio] {
	accent-color: #3D8A5F;
	inline-size: 1.2rem;
	block-size: 1.2rem;
	margin-right: 0.5em;
	cursor: pointer;
}
#plan .plan_table dl dd.radio_list ul .mwform-radio-field label {
	padding-left: 42px;
	position: relative;
	cursor: pointer;
}
#plan .plan_table dl dd.mix_seat textarea {
	float: left;
	height: 3rem;
}



#plan .plan_table dl dd.radio_list ul .mwform-radio-field input[type=radio]:checked+span:before {
	border-color: #3D8A5F;
}
#plan .plan_table dl dd.radio_list ul .mwform-radio-field span:before {
	content: "";
	display: inline-block;
	width: 28px;
	height: 28px;
	border: 2px solid #D5D5D5;
	background: #F5F5F5;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
}
#plan .plan_table dl dd.radio_list ul .mwform-radio-field input[type=radio]:checked+span:after {
	background: #3D8A5F;
}
#plan .plan_table dl dd.radio_list ul .mwform-radio-field span:after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #F5F5F5;
	border-radius: 50%;
	position: absolute;
	left: 6px;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
}
#plan textarea.error {
	background: #FAEAEB !important;
	display: block !important;
}



#form .form_table dl dd.radio_list ul .mwform-radio-field {
	font-size: 0.8rem;
	margin-right: 2em;
}
#form .form_table dl dd.radio_list ul .mwform-radio-field input[type=radio] {
	display: none;
}
#form .form_table dl dd.radio_list ul .mwform-radio-field input[type=radio] {
	accent-color: #3D8A5F;
	inline-size: 1.2rem;
	block-size: 1.2rem;
	margin-right: 0.5em;
	cursor: pointer;
}
#form .form_table dl dd.radio_list ul .mwform-radio-field label {
	padding-left: 42px;
	position: relative;
	cursor: pointer;
}


#form .form_table dl dd.radio_list ul .mwform-radio-field input[type=radio]:checked+span:before {
	border-color: #3D8A5F;
}
#form .form_table dl dd.radio_list ul .mwform-radio-field span:before {
	content: "";
	display: inline-block;
	width: 28px;
	height: 28px;
	border: 2px solid #D5D5D5;
	background: #F5F5F5;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
}
#form .form_table dl dd.radio_list ul .mwform-radio-field input[type=radio]:checked+span:after {
	background: #3D8A5F;
}
#form .form_table dl dd.radio_list ul .mwform-radio-field span:after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #F5F5F5;
	border-radius: 50%;
	position: absolute;
	left: 6px;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
}
#form textarea.error {
	background: #FAEAEB !important;
	display: block !important;
}
.hidden {
	display: none !important;
}
.submit_btn input {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 330px !important;
	height: 60px;
	background: #B2A149 !important;
	color: #fff !important;
	font-size: 0.8rem !important;
	font-weight: bold !important;
	margin: 0 10px;
	transition: 0.3s;
	cursor: pointer;
}
.submit_btn input:hover {
	opacity: 0.7;
}









