@charset "utf-8";

*{
  box-sizing: inherit;
}

.career_celect{
	overflow: hidden;
}

.career_box .paymentBox button{
	border-radius: 0;
}

/* クレジットカード */
.select_area .credit_card{
	background: #fafafc;
	position: relative;
	color: #000000;
	border: 1px solid #cdcdcd;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.select_area .credit_card .select_credit{
	display: none;
}

.select_area .credit_card p{
	margin: 0 8px;
	position: relative;
	top: -5px;
	color: #000000;
}

.select_area .credit_card .tit {
	margin-bottom: 5px;
	padding: 5px 0;
	border-top: 1px solid #b99d47;
	border-bottom: 1px solid #b99d47;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

.select_area .credit_card .text-small{
	font-size: 12px!important;
	margin-bottom: 15px;
}

.select_area .regist_credit_radio label {
	width: auto;
	display: block;
	margin: 0;
	font-size: 12px;
	position: relative;
	text-align: left;
	line-height: 1.2;
}
.select_area .regist_credit_txt {
	margin-bottom: 13px;
	text-align: left;
	font-size: 12px;
	line-height: 1.3;
}

.select_area .regist_credit_radio label:first-child:before{
	content: "";
	background: url(../images/regist/ninki.png) no-repeat;
	background-size: 100%;
	width: 100px;
	height: 28px;
	border: none;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -18px;
	z-index: 1;
}

.select_area .regist_credit_radio input[type="radio"] {
	display: none;
}
.select_area .regist_credit_radio .radio {
	font-size: 12px;
	margin-right: 12px;
	padding: 5px 10px 5px 20px;
	position:	relative;
	line-height: 1.4;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border: 2px solid #aeaead;
	border-bottom: none;
	height: 62px;
}
.select_area .regist_credit_radio .radio::before {
	background: white;
	border: 3px solid #aeaead;
	border-radius: 50%;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 13px;
	transform: translateY(-50%);
	width: 11px;
	height: 11px;
}

.select_area .regist_credit_radio input[type="radio"]:checked + .radio::before{
	background: #005aff;
	border: 3px solid #005aff;
}
.select_area .regist_credit_radio input[type="radio"]:checked + .radio::after {
	background-color: #fff;
	border-radius: 50%;
	content: "";
	display: block;
	position: absolute;
	top: 26px;
	left: 17.5px;
	width: 8px;
	height: 8px;
}

.select_area .regist_credit_radio input[type="radio"]#p3:checked + .radio::after {
	top: 25px;
}

.select_area .regist_credit_radio label:last-child .radio{
	border-bottom: 2px solid #aeaead;
}

.select_area .regist_credit_radio .radio > span{
	font-size: 15px;
	font-weight: bold;
	padding: 0 3px 3px;
	margin-bottom: 3px;
	background: linear-gradient(transparent 92%, #000 0%);;
}

.select_area .regist_credit_radio label:last-child .radio > span{
	background: none;
	padding: 0;
	margin: 0;
}





