/*	join	*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
	-webkit-text-fill-color: #707070;
	-webkit-box-shadow: 0 0 0 1000px #fff inset;
	transition: background-color 9999s ease-in-out 0s;
}
.joinarea {
	padding: 150px 0px 40px;
	background-image: url(../images/content/center_bg.jpg);
	background-position: top center;
}
.cont_join_area .form .form_title {
	width: 24%;
	min-width: 96px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	font-size: 1.6rem;
	color: #d8d8d8;
	margin-bottom: 4px;
	font-weight: 400;
	align-items: center;
}
.cont_join_area .form .form_text {
	position: relative;
	width: 76%;
}
.cont_join_area .form .input {
	overflow: hidden;
	position: relative;
	display: block;
	padding: 0;
	width: 100%;
	height: clamp(32px, 4vw, 40px);
	font-size: clamp(12px, 1.4vw, 14px);
	background-color: #ffffff;
	border-radius: 4px;
}
.cont_join_area .form .input input {
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0 8px;
	margin: 0;
	font-size: inherit;
	background-color: transparent !important;
	text-align: left;
	border-radius: 8px;
	vertical-align: middle;
	/* -webkit-box-shadow: 0 0 0 1000px #ffffff00 inset; */
	/* -webkit-text-fill-color: inherit; */
}
.cont_join_area .selectleft {
	padding-left: 11px;
}
.cont_join_area .form {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	margin: 0;
	width: 100%;
}
.cont_join_area .form-control {
	width: 100%;
	height: 100%;
	margin: 0;
	padding-left: 4px;
	background: #ffffff;
	color: #707070;
	border: unset;
	font-weight: bold;
	font-family: var(--font-ff-body);
}
.recombox {
	margin: 0px;
	font-size: 1.6rem;
}

.jointitle {
	width: 100%;
	padding: clamp(16px, 2vw, 24px);
	border-radius: 8px 8px 0 0;
	text-align: center;
	background: linear-gradient(180deg, #242424 0%, #151515 45%, #0d0d0d 75%, #1c0b0e 100%);
	border-bottom: 1px solid rgba(255, 72, 88, 0.32);
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.03);
}
.jointitle h4 {
	font-size: 2.75rem;
	color: #f3f3f3;
	text-shadow: 0 1px 2px #000, 0 0 10px rgba(255, 45, 65, 0.12);
}
.joinbox {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: clamp(8px, 1vw, 16px);
	width: 94%;
	margin: clamp(16px, 2vw, 24px) auto;
	background: transparent;
}
.joinbt {
	width: calc(50% - 6px);
	margin: 0;
	padding: 20px 24px;
	text-align: center;
	color: #d9d9d9;
	background: linear-gradient(180deg, #292929 0%, #1b1b1b 100%);
	border: 1px solid #3b3b3b;
	border-radius: 5px;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.05),
		0 3px 8px rgba(0, 0, 0, 0.35);
	font-size: 1.6rem;
	font-family: var(--font-ff-heading);
	transition:
		background 0.25s ease,
		border-color 0.25s ease,
		color 0.25s ease,
		box-shadow 0.25s ease,
		transform 0.2s ease;
}
.joinbt:hover {
	color: #fff;
	border-color: #7c2b34;
	background: linear-gradient(180deg, #3b2024 0%, #241014 100%);
}
.joinbt_active {
	color: #fff;
	background: linear-gradient(180deg, #b52236 0%, #740a18 100%);
	border-color: #ff4d61;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.18),
		0 0 12px rgba(255, 42, 63, 0.22);
}
.join_bt_area {
	display: flex;
	width: 94%;
	justify-content: center;
	margin: clamp(16px, 2vw, 24px) auto;
	gap: clamp(8px, 1.5vw, 16px);
}
.cont_join_area {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	border: 1px solid;
	border-color: rgb(198 47 60 / 38%);
	border-radius: 8px;
	background: linear-gradient(180deg, rgba(24, 24, 24, 0.96) 0%, rgba(9, 9, 9, 0.96) 100%);
	box-shadow:
		0 18px 50px rgba(0, 0, 0, 0.45),
		inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

@media screen and (max-width: 767px) {
	.joinarea {
		padding: 80px 0px 40px;
	}
	.jointitle h4 {
		font-size: 2rem;
	}
	.joinbox .form .form_title {
		min-width: 80px;
		font-size: 1.3rem;
	}
}

@media screen and (max-width: 425px) {
}
