@charset "UTF-8";

/* -------------------------------------------------------------------------- **
**  REGIST
** -------------------------------------------------------------------------- */
.control-label { text-align: left; }


/*  !お客様情報 */
/* -------------------------------------------------------------------------- */
#support .regist-form-content {
	padding-top: 35px;
	padding-bottom: 35px;
}

#support .regist-form .place-home,
#support .regist-form .place-com { display: none; }

#support form.place-home-form #regist-form .place-home,
#support .regist-form .place-home.confirm { display: block; }
#place-home-form:checked ~ #regist-form .place-home {
	display: block;
	-webkit-animation: fadeIn 1s ease 0s 1 normal both;
	-moz-animation: fadeIn 1s ease 0s 1 normal both;
	-o-animation: fadeIn 1s ease 0s 1 normal both;
	animation: fadeIn 1s ease 0s 1 normal both;
}
#support form.place-com-form #regist-form .place-com,
#support .regist-form .place-com.confirm { display: block; }
#place-com-form:checked ~ #regist-form .place-com {
	display: block;
	-webkit-animation: fadeIn 1s ease 0s 1 normal both;
	-moz-animation: fadeIn 1s ease 0s 1 normal both;
	-o-animation: fadeIn 1s ease 0s 1 normal both;
	animation: fadeIn 1s ease 0s 1 normal both;
}