@charset "utf-8";


input[type='submit'],input[type='button'] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	border: none;
}

/*-----------------------------------------------*/



.privacy_link {
	margin: 0 0 30px;
}
.top_note {
	font-size: 14px;
	margin: -10px 0 30px;
}
form table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	text-align: left;
}
form th, form td {
	padding: 10px;
	border-bottom: 1px solid #fff;
}
form th {
	background: #DAD6C0;
	width: 30%;
	position: relative;
	padding-right: 50px;
}
form td {
	background: #FDF6E9;
}
form th .reqired_mk {
	background: #d52f2f;
	font-size: 12px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	line-height: 18px;
	padding: 0 .5rem;
	color: #fff;
}
@media only screen and (max-width: 600px) {
	form th,form td {
		display: block;
		border-bottom: none;
		width: auto;
	}
}
form input[type="text"] {
	line-height: 14px;
	height: 14px;
	font-size: 14px;
	width: 60%;
	padding: 6px;
}
form input[type="text"]::placeholder {
	color: #888;
}
form select {
	line-height: 26px;
	height: 26px;
	font-size: 14px;
	padding: 0 6px;
}
form textarea {
	width: 90%;
	height: 200px;
	font-size: 14px;
	padding: 6px;
	line-height: 1.4;
}
form input.input_s {
	width: 20%;
	min-width: 120px;
}
form input.input_l {
	width: 90%;
}
form .btm_btn {
	margin: 30px 0 0;
}
form .btm_btn input {
	margin: 0 5px;
	height: 40px;
	padding: 0 20px;
	background: #f1f1f1;
	border: 1px solid #ccc;
	font-size: 15px;
}

.item:not(:first-child) {
	margin: 15px 0 0;
}
.item_hd {
	font-weight: bold;
	margin: 0 0 5px;
}




