@charset "utf-8";
header .header_in .form_wrap dl dd .form02 .input_wrap.zip input {
	width: 9em;
	border: 1px solid #D6D6D6;
	border-radius: 8px;
	margin-right: 1em;
}
@media screen and (min-width:768px) {
	.sp {
		display: none;
	}
}
@media screen and (max-width:767px) {
	.form_wrap.smp dl dd .form02 .input_wrap.zip input {
		width: 9em;
		border: 1px solid #D6D6D6;
		border-radius: 8px;
		margin-right: 1em;
	}
	.pc {
		display: none;
	}
}
.mw_wp_form .error {
	display: none !important;
}
.opacity {
	opacity: 0.4;
}

/*
.error {
	margin-bottom: 1rem;
}
*/
.mw_wp_form input,
.mw_wp_form textarea,
.mw_wp_form select {
  position: relative;
}
.mw_wp_form .error {
  position: absolute;
  top: -35px;               /* 入力欄の上に表示 */
  left: 0;
  background: #fff;          /* 白背景 */
  color: #333;
  font-size: 12px;
  padding: 5px 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  white-space: nowrap;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  display: none;             /* 初期は非表示 */
  z-index: 10;
}

/* 吹き出しの三角形 */
.mw_wp_form .error::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 10px;
  border-width: 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  z-index: 11;
}

/* 三角形の枠線 */
.mw_wp_form .error::before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 10px;
  border-width: 7px;
  border-style: solid;
  border-color: #ccc transparent transparent transparent;
  z-index: 9;
}

#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.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;
}









