

/*********会員登録フォーム************/


#auth_form .form_title {
	border-bottom: solid 1px #f1f1f1;
	color: #333;
	width: 5%;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	font-size: 16px;
	padding: 0 20px;
	clear: both;
}
#auth_form .form_annotaition {
	border-bottom: solid 1px #f1f1f1;
	color: #F00;
	font-size: 90%;
	width: 5%;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
#auth_form .form_data {
	border-bottom: solid 1px #f1f1f1;
	color: blue;
	text-align: left;
	width: 20%;
	display: table-cell;
	padding-top: 8px;
}

#auth_form span.error_fubi{
	border: solid 1px #999;
	border-radius: 6px;
	color: #999;
}

#auth_form h1{
		color: #000;
    font-size: 1.3em;
    position: relative;
    display: inline-block;
    margin: 50px 0 100px 0;
    width: 100%;
    text-align: center;
}
#auth_form h1:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 60px;
    height: 3px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: black;
  }

#auth_form input[type="text"] {
	width: 95%;
	height: 50px;
	padding: 0 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	background-color: #ebebeb;
	border: solid 1px #ebebeb;
	color: #000000;
	border: none;
	border-radius: 5px;
	margin: 2%;
	float: left;
}
#add_user_comment_9 {
	width: 15%!important;
	height: 50px;
	padding: 0 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	background-color: #ebebeb;
	border: solid 1px #ebebeb;
	color: #000000;
	border: none;
	border-radius: 5px;
	margin: 2%;
	float: unset!important;
}

#auth_form input[type="password"] {
	width: 95%;
	height: 50px;
	padding: 0 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	background-color: #ebebeb;
	border: solid 1px #ebebeb;
	color: #000000;
	border: none;
	border-radius: 5px;
	margin: 2%;
	float: left;
}

#auth_form .form_data{
	padding: 2%;
}

#auth_form .tel-form {
	width: 100%;
}

/*ラジオ、チェックボックス*/

#auth_form .form_data .input-radio,
#auth_form .form_data .input-checkbox
{
	display: none;
}
#auth_form .form_data .label-radio,
#auth_form .form_data .label-checkbox{
	width: 45%;
	position: relative;
	padding: 15px 20px 15px 53px;
	transition: .3s;
	color: #444;
	border-radius: 6px;
	background-color: #ebebeb;
	display: inline-block;
	line-height: 1;
	margin: 0 15px 10px 0;
}
#auth_form .form_data .input-radio:checked + .label-radio,
#auth_form .form_data .input-checkbox:checked + .label-checkbox
{
	background: #64CE7C;
	color: #fff;
	border: 1px solid #64CE7C;
}
#auth_form .form_data .label-radio::before,
#auth_form .form_data .label-checkbox::before
{
	content: "";
	display: block;
	left: 9px;
	width: 33px;
	height: 17px;
	border-radius: 15px;
	border: 1px solid #aaa;
	background: #fff;
	position: absolute;
}
#auth_form .form_data .label-radio::after,
#auth_form .form_data .label-checkbox::after
{
	content: "";
	display: block;
	position: absolute;
	top: 17px;
	left: 11px;
	width: 13px;
	height: 13px;
	background: #aaa;
	border-radius: 50%;
	transition: .2s;
}
#auth_form .form_data .input-radio:checked + .label-radio::before,
#auth_form .form_data .input-checkbox:checked + .label-checkbox::before
{
	border: 1px solid #64CE7C;
}
#auth_form .form_data .input-radio:checked + .label-radio::after,
#auth_form .form_data .input-checkbox:checked + .label-checkbox::after
{
	left: 26px;
	background: #64CE7C;
}


#auth_form .mail_comment{
    color: red;
    position: relative;
    transition: .3s;
    /* color: #444; */
    border-radius: 6px;
    /* background-color: #ebebeb; */
    display: inline-block;
    line-height: 1;
    margin: 0 1% 1% 0;
}

#auth_form .message {
  text-align: center;
  font-size: 20px;
  color: red;
  margin-bottom: 50px;
}

#auth_form .btn-box {
  max-width: 480px;
  margin: 0px auto 150px;
}
@media screen and (max-width: 480px){
  #auth_form .btn-box {
    max-width: 240px;
    margin: 0px auto 250px;
    }
}

#auth_form a.login {
	width: 220px;
	height: 60px;
	border-radius: 3px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	line-height: 60px;
	display: block;
	background: #5a57ff;
	border: #5a57ff solid 1px;
	float: right;
	margin: 10px;
	position: relative;
}

#auth_form a.login:hover {
	width: 220px;
	height: 60px;
	border-radius: 3px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	line-height: 60px;
	display: block;
  background: #02007b;
	border: #5a57ff solid 1px;
	float: right;
	margin: 10px;
}

#auth_form a.toplink {
	width: 220px;
	height: 60px;
	border-radius: 3px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	line-height: 60px;
	display: block;
  background: #f1bc31;
  border: #909090 solid 1px;
	float: right;
	margin: 10px;
	position: relative;
}

#auth_form a.toplink:hover {
	width: 220px;
	height: 60px;
	border-radius: 3px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	line-height: 60px;
	display: block;
	background: #c18c00;
	border: #909090 solid 1px;
	float: right;
	margin: 10px;
}

/*
#auth_form .check-form {
	width: 66%;
	float: left;
	margin: 2%;
}

#auth_form input.checkbox {
	display: none;
}

#auth_form .form_data label {
	width: 45%;
	position: relative;
	padding: 15px 20px 15px 53px;
	transition: .3s;
	color: #444;
	border-radius: 6px;
	background-color: #ebebeb;
	display: inline-block;
	line-height: 1;
	margin: 0 15px 10px 0;
}

#auth_form input.checkbox:checked + .form_data label {
	background: #64CE7C;
	color: #fff;
}

#auth_form .form_data label::before {
	content: "";
	display: block;
	left: 9px;
	width: 33px;
	height: 17px;
	border-radius: 15px;
	border: 1px solid #aaa;
	background: #fff;
	position: absolute;
}

#auth_form .form_data label::after {
	content: "";
	display: block;
	position: absolute;
	top: 17px;
	left: 11px;
	width: 13px;
	height: 13px;
	background: #aaa;
	border-radius: 50%;
	transition: .2s;
	display: block;
}

#auth_form input.checkbox + .form_data label::before {
	border: 1px solid #64CE7C;
}

#auth_form input.checkbox + .form_data label::after {
	left: 26px;
	background: #64CE7C;
}
*/
#auth_form select {
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	border-radius: 0;
	border: 0;
	margin: 0;
	padding: 0;
	background: none transparent;
	vertical-align: middle;
	font-size: inherit;
	color: inherit;
	box-sizing: content-box;
}

#auth_form .column-three {
	width: calc(97% / 3);
	float: left;
	margin-right: 1%;
}

#auth_form .select,
#auth_form .date-y,
#auth_form .date-m,
#auth_form .date-d {
	*display: inline;
	*zoom: 1;
	overflow: hidden;
	position: relative;
	border-radius: 0.2em;
	background-color: #ebebeb;
	font-size: 16px;
	margin-bottom: 10px;
	width: 35%;
	padding: 15px;
	line-height: 1em;
}

#auth_form .select > select {
	width: 100%;
	padding: 15px;
	line-height: 1em;
}

#auth_form .select:after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 1.8em;
	display: block;
	content: "";
	pointer-events: none;
}

#auth_form .default .select > select {
	width: auto;
}

#auth_form .overflow .select {
	overflow: visible;
}

#auth_form .overflow .select select {
	outline: 2px dotted rgba(255, 255, 0, 0.5);
}

#auth_form .address-form {
	width: 100%;
}

#auth_form textarea {
	width: 66%;
	height:200px;
	padding: 10px 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	background-color: #ebebeb;
	border: solid 1px #ebebeb;
	color: #000000;
	border: none;
	border-radius: 5px;
	margin: 2%;
	float: left;
	font-size: 1.6rem;
}

#auth_form textarea:focus {
	background: #ffffff;
	color: #000000;
	border: solid 1px #ddd;
	outline: none;
}

#auth_form input.input-tel{
	float:none !important;
	width: calc(77.333333% / 4) !important;
}

#auth_form input.input-addr{
	float:none !important;
	width: 20% !important;
}

#auth_form input[type="text"]::-webkit-input-placeholder {
	color: #ffffff;
}

#auth_form input[type="text"]::-moz-placeholder {
	color: #ffffff;
}

#auth_form input[type="text"]:-moz-placeholder {
	color: #ffffff;
}

#auth_form input[type="text"]:-ms-input-placeholder {
	color: #ffffff;
}

#auth_form input[type="text"]:focus {
	background: #ffffff;
	color: #000000;
	border: solid 1px #ddd;
	outline: none;
}

#auth_form input[type="text"]:focus::-webkit-input-placeholder {
	color: rgba(17, 20, 51, 0.4);
}

#auth_form input[type="text"]:focus::-moz-placeholder {
	color: rgba(17, 20, 51, 0.4);
}

#auth_form input[type="text"]:focus:-moz-placeholder {
	color: rgba(17, 20, 51, 0.4);
}

#auth_form input[type="text"]:focus:-ms-input-placeholder {
	color: rgba(17, 20, 51, 0.4);
}

{
	max-width: 1240px
;
	padding: 20px
;
	background-color: #fff
;
	margin: 0 auto
}
#auth_form .form_box {
	width: 70%;
	margin: 0 15%;
	float: left;
}

#auth_form span.ft {
	text-align: left;
	font-size: 16px;
	float: left;
	width: 26%;
	height: 50px;
	padding: 0 20px;
	margin: 2%;
	line-height: 50px;
	clear: both;
}
/*
#auth_form .form_title {
	text-align: left;
	font-size: 16px;
	float: left;
	width: 26%;
	height: 50px;
	padding: 0 20px;
	margin: 2%;
	line-height: 50px;
	clear: both;
}
*/

#auth_form li .annotation_list {

	color: red;
}

#auth_form .send_button {
	width: 25%;
}
#send_button_box{
	text-align: center;
}

#auth_form input.send_button {
	text-align: center;
	font-family: sans-serif;
	font-size: 1.6rem;
	border: 0;
	color: #fff;
	line-height: 60px;
	height: 60px;
	background-color: #333;
	border-radius: 6px;
	/*float: left;*/
	margin: 50px auto 150px;
	cursor:pointer;
}

/*----------------------ここからレスポンシブ--------------------------*/

@media only screen and (min-width: 1024px) {
	#auth_form input[type="text"] {
		background-color: #ebebeb;
	}

	#auth_form input[type="text"]::-webkit-input-placeholder {
		color: #b3b3b3;
	}

	#auth_form input[type="text"]::-moz-placeholder {
		color: #b3b3b3;
	}

	#auth_form input[type="text"]:-moz-placeholder {
		color: #b3b3b3;
	}

	#auth_form input[type="text"]:-ms-input-placeholder {
		color: #b3b3b3;
	}
}

@media screen and (max-width: 768px) {
	#auth_form .form_box{
		width: 90%;
		margin: 0 0 0 5%;
		float: left;
	}

	#auth_form input.input-addr{
		float:none !important;
		width: 30% !important;
	}

	#auth_form .form_title {
		padding: 10px 20px;
	}

	#auth_form #form-area {
		width: 100%;
		margin: 0;
		float: left;
	}

	#auth_form .form_data{
		display: inline;
		border: none;
	}

	#auth_form .select,
	#auth_form .date-y,
	#auth_form .date-m,
	#auth_form .date-d {
	width: 84%;
	height: 50px;
	padding: 0 3%;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	border-radius: 5px;
	margin: 1% 5%;
	float: left;
}

/*▼チェックボックス▼*/
#auth_form .form_data .label-radio,
#auth_form .form_data .label-checkbox {
	width: 90%;
	float: left;
	margin: 1% 5%;
}

#auth_form .form_data .label-radio,
#auth_form .form_data .label-checkbox {
	position: relative;
	transition: .3s;
	color: #444;
	border-radius: 6px;
	background-color: #ebebeb;
	display: inline-block;
	line-height: 1;
	margin: 0 1% 1% 0;
}
/*	#auth_form .form_title {
		border-bottom: solid 1px #f1f1f1;
		text-align: left;
		font-size: 16px;
		display: table-cell;
		vertical-align: middle;
		float: left;
		width: 92%;
		height: 10px;
		padding: 0;
		margin: 4%;
		line-height: 16px;
		clear: both;
	}
	#auth_form .form_annotaition {
		border-bottom: solid 1px #f1f1f1;
		color: #F00;
    font-size: 90%;
    width: 5%;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
	}*/

	#auth_form span.ft {
		text-align: left;
		font-size: 16px;
		float: left;
		width: 92%;
		height: 10px;
		padding: 0;
		margin: 4%;
		line-height: 16px;
		clear: both;
	}

	#auth_form input[type="text"] {
		width: 90%;
		height: 50px;
		padding: 0 3%;
		-webkit-appearance: none;
		-moz-appearance: none;
		-ms-appearance: none;
		-o-appearance: none;
		appearance: none;
		background-color: #ebebeb;
		border: solid 1px #ebebeb;
		color: #000000;
		border: none;
		border-radius: 5px;
		margin: 1% 5%;
		float: left;
	}
  #auth_form input[type="password"] {
    width: 90%;
    height: 50px;
    padding: 0 3%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: #ebebeb;
    border: solid 1px #ebebeb;
    color: #000000;
    border: none;
    border-radius: 5px;
    margin: 1% 5%;
    float: left;
  }

	#auth_form input.tel {
		width: calc(90% / 3) !important;
		margin: 0 10px 0 0 !important;
	}

	#auth_form input.tel:last-child {
		width: calc(90% / 3) !important;
		margin: 0 0 0 0 !important;
	}

	#auth_form .tel-form {
		width: 90%;
		margin: 1% 5%;
		float: left;
	}

	#auth_form .check-form {
		width: 90%;
		float: left;
		margin: 1% 5%;
	}

/*	#auth_form .form_data label {
		width: calc(96% / 2);
		position: relative;
		padding: 15px 20px 15px 53px;
		transition: .3s;
		color: #444;
		border-radius: 6px;
		background-color: #ebebeb;
		display: inline-block;
		line-height: 1;
		margin: 0 1% 1% 0;
	}*/

	#auth_form .column-three {
		width: calc(97.3333333% / 2);
		float: left;
		margin-right: 1%;
	}

	#auth_form input.address {
		width: calc(84% / 3) !important;
		margin: 0 10px 0 0 !important;
	}

	#auth_form .address-form {
		width: 90%;
		margin: 1% 5%;
		float: left;
	}

	#auth_form textarea {
		width: 90%;
		padding: 10px 20px;
		-webkit-appearance: none;
		-moz-appearance: none;
		-ms-appearance: none;
		-o-appearance: none;
		appearance: none;
		background-color: #ebebeb;
		border: solid 1px #ebebeb;
		color: #000000;
		border: none;
		border-radius: 5px;
		margin: 1% 5%;
		float: left;
		font-size: 1.6rem;
	}
}
