@charset "utf-8";
#mw_wp_form_mw-wp-form-85 > form > div > dl:nth-child(3) > dd > div > span:nth-child(1) > label > span,
#mw_wp_form_mw-wp-form-85 > form > div > dl:nth-child(3) > dd > div > span:nth-child(1) > label ,
#mw_wp_form_mw-wp-form-85 > form > div > dl:nth-child(3) > dd > div > span:nth-child {
	width: 32%;
}

.frm input[type=text],
.frm input[type=email],
.frm select,
.frm textarea {
	font-size: 16px;
	background: #fff;
	min-height: 1em;
	padding: 0.6em;
	line-height: 1.5em;
	outline: none;
	border: 1px solid #a2a2a2;
	border-radius: 0;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.frm input[type=text]:focus,
.frm select:focus,
.frm textarea:focus      {
	border: 2px solid #006DD9;
	background-color: #fff;
	padding-top: calc(0.6em - 1px);
	padding-bottom: calc(0.6em - 1px);
}
.frm select {
	position: relative;
	padding: 0 0.5em;
	padding-right: 2em;
	height: 3.1em;
	vertical-align: top;
	background-image: url("../img/select_bg.png");
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.frm select::-ms-expand {
	display: none;
}

:placeholder-shown          {color:#999;}
::-webkit-input-placeholder {color:#999;}
:-moz-placeholder           {color:#999;opacity:1;}
::-moz-placeholder          {color:#999;opacity:1;}
:-ms-input-placeholder      {color:#999;}

.frm_check, .frm_radio {
	padding: 0.4em 0;
	display: inline-block;
}
.frm_check label, .frm_radio label {
	position: relative;
	display: inline-block;
	line-height: 160%;
	margin-right: 1.5em;
	cursor: pointer;
}
.frm_check input, .frm_radio input {
	opacity: 0;
	position: absolute;
}
.frm_check input + i, .frm_radio input + i {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-left: 1.4em;
	white-space: nowrap;
	font-size: 16px;
	line-height: 1.3;
}
/* ----------------------------------------------- checkbox */
.frm_check input + i:after,
.frm_check input + i:before        {border:1px solid #a2a2a2;background:#fff;content:"";position:absolute;display:block;-moz-box-sizing:border-box;box-sizing:border-box;transition:0.2s;}
.frm_check input + i:before        {z-index:3;width:1.2em;height:1.2em;top:0.16em;left:0;}
.frm_check input + i:after         {z-index:5;width:0;height:0;top:calc(0.16em + 0.7em);left:0.7em;border:0 none;border-left:0 solid #111;border-bottom:0 solid #111;left:3px;width:0;height:0;margin-top:0;-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);transform: rotate(-45deg);}
.frm_check input:checked + i:after {border-left:3px solid #111;border-bottom: 3px solid #111;background:transparent;left:3px;width:1em;height:0.5em;margin-top:-8px;-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);transform: rotate(-45deg);}
.frm_check input:checked + i:after {border-color:#16ad2d;}
.frm_check input:focus + i:before  {border-color:#006DD9;}
/* ----------------------------------------------- radio button */
.frm_radio input + i:before,
.frm_radio input + i:after            {background:#fff;content:"";position:absolute;display:block;-moz-box-sizing:border-box;box-sizing:border-box;transition:0.2s ease;border-radius:50%;}
.frm_radio input + i:before           {z-index:3;width:1.2em;height:1.2em;top:0.16em;left:0;border:1px solid #a2a2a2;}
.frm_radio input + i:after            {z-index:5;width:0;height:0;top:0.8em;left:0.6em;opacity:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.frm_radio input:checked + i:after    {width:calc(1.2em - 6px);height:calc(1.2em - 6px);top:calc(0.16em + 3px);left:3px;opacity:1;}
.frm_radio input:checked + i:after    {background-color:#16ad2d;}
.frm_radio input:focus + i:before     {border-color:#006DD9;}
/* ----------------------------------------------- error */
.ErrorMessage            {font-size:87.5%;color:#fff;background:#d12;margin-bottom:1em;padding:0.5em;line-height:1.5;font-weight:bold;display:none;}
.frm .error              {color:#d12;}
.frm label.error         {display:block;}
.frm .error:before       {content:"▲";}
.frm textarea.error,
.frm select.error,
.frm input.error         {border:2px solid #e34;background-color:#fff;padding-top:calc(0.6em - 1px);padding-bottom:calc(0.6em - 1px);}
