@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;
}


/* V2 20240917*/
/* V2 career_select_2.html*/
.career_celectV2 .inner.v2 {
    background: #ffffff;
    margin: 30px 20px;
    border-radius: 1px;
  }
.career_celectV2 .flex_wrap {
  width: 100%;
    height: 124px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 7px;
    position: absolute;
    top: 93px;
}
.career_celectV2 .select_credit {
  position: relative;
}
.career_celectV2 .select_credit p .txts {
  position: relative;
    top: 45px;
    left: -21px;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
}
.career_celectV2 .select_credit ul li a {
  display: block;
  width: 171px;
  list-style: none;
  height: 36px;
}

/* V2 20240917*/
/* V2 first_regist.html*/
.first_registV2 .teller_board {
    background: url(../images/regist/v2/teller_board.jpg) no-repeat;
    background-size: 100%;
    min-height: 315px;
    margin-bottom: 25px;
    overflow: visible;
}
.first_registV2 .teller_board p {
  padding: 170px 77px 30px;

}
.first_registV2 .txt_inner {
  background: url(../images/regist/v2/bg_top.png) no-repeat top,
  url(../images/regist/v2/bg_btm.png) no-repeat bottom,
  url(../images/regist/v2/bg_mid.png) repeat-y;
    background-size: 100%;
    padding: 44px;
}
.first_registV2 .ppv_top .box_teller {
  background: url(../images/teller/07.png) no-repeat;
  background-size: 50%;
  min-height: 122px;
    margin-bottom: 25px;
    overflow: visible;
    left: -14px;
}
.first_registV2 .box_teller p {
    background: url(../images/regist/v2/bg_fuki_mid2.png) repeat-y;
    background-size: 100%;
    padding: 5px 15px 5px 40px;
    position: relative;
    color: #302222;
    text-align: left;
    left: 56px;
}
.first_registV2 .box_teller p:before {
    content: "";
    background: url(../images/regist/v2/bg_fuki_top2.png) no-repeat top;
    background-size: 100%;
    width: 100%;
}
.first_registV2 .box_teller p:after {
    content: "";
    background: url(../images/regist/v2/bg_fuki_btm2.png) no-repeat bottom;
    background-size: 100%;
    width: 100%;
    bottom: -7px;
}
.first_registV2 .ppv_top .box_teller.right {
  background: url(../images/teller/03.png) no-repeat;
  background-size: 50%;
    min-height: 124px;
    margin-bottom: 25px;
    overflow: visible;
    left: 127px;
}
.first_registV2 .box_teller.right p {
  background: url(../images/regist/v2/bg_fuki_mid2_2.png) repeat-y;
    background-size: 100%;
    padding: 3px 38px 5px 15px;
    position: relative;
    color: #302222;
    text-align: left;
    left: -174px;
    width: 180px;
}
.first_registV2 .box_teller.right p:before {
    content: "";
    background: url(../images/regist/v2/bg_fuki_top2_2.png) no-repeat top;
    background-size: 100%;
    width: 100%;
}
.first_registV2 .box_teller.right p:after {
    content: "";
    background: url(../images/regist/v2/bg_fuki_btm2_2.png) no-repeat bottom;
    background-size: 100%;
    width: 100%;
    bottom: -7px;
}
.first_registV2 .pinkBtn {
  display: block;
  background: url(../images/regist/v2/pink_btn.png) no-repeat top;
    background-size: 100%;
    width: 100%;
    height: 60px;
    margin: auto;
    width: 207px;
    height: 65px;
}

/* V2 20240917*/
/* V2 myinfo_1.html*/

  
