@charset "utf-8";
/*////////////////////////////////////////////////////////

career_celect

////////////////////////////////////////////////////////*/
/* title
------------------------- */
.career_celect .tit_sub {
  width: 320px;
  display: table-cell;
  vertical-align: middle;
}
.career_celect .tit_sub01 {
  margin: 0 0 10px;
}
.career_celect .tit_sub02 {
  margin: 0 0 8px;
  padding: 3px;
  border-top: 1px solid #9c27b0;
  border-bottom: 1px solid #9c27b0;
  font-size: 15px;
  font-weight: bold;
}
.career_celect .box_teller {
  background-position: 10% center;
}
/* お支払い方法選択
------------------------- */
.list_payment_select {
  padding: 0 0 35px;
  background: url("../images/line/04.png") no-repeat center bottom;
  background-size: 94%;
}
.list_payment_select > li {
  margin: 0 10px 10px;
}
/*----- クレジットカード -----*/
.box_payment_select {
  padding: 8px;
  border-radius: 3px;
  color: #333;
  background: #fefefe;
}
.box_payment_select .inner {
  display: none;
  padding: 5px;
}
/* btn */
.btn_cregit_select {
  height: 137px;
  background: url("../images/regist/btn_cregit_select_off.png") no-repeat;
  background-size: 100%;
}
.btn_cregit_select.active {
  height: 75px;
  background: url("../images/regist/btn_cregit_select_on.png") no-repeat;
  background-size: 100%;
}
/* 一番人気 */
.box_payment_select .reco {
  width: 90px;
  margin: auto;
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
}
/* form */
.box_payment_select input {
  display: none;
}
.box_radio {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 55px;
  padding: 5px 10px 5px 20px;
  position: relative;
  border: 2px solid #aaa;
  font-size: 12px;
  background: #fff;
}
.box_radio .border {
  font-size: 15px;
  font-weight: bold;
}
label:not(:last-of-type) .box_radio {
  border-bottom: 0;
}
label:not(:last-of-type) .border {
  margin: 0 0 2px;
  padding: 0 0 3px;
  background: linear-gradient(transparent 92%, #000 0%);
}
.box_radio:before, .box_radio:after {
  display: block;
  content: '';
  position: absolute;
  border-radius: 50%;
}
.box_radio:before {
  width: 20px;
  height: 20px;
  border: 2px solid #aaa;
  top: 50%;
  left: 13px;
  transform: translateY(-50%);
  background: #fff;
}
input:checked + .box_radio:after {
  width: 14px;
  height: 14px;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
  background: #005aff;
}
/*----- キャリア決済 -----*/
.box_career_select {
  overflow: hidden;
  border-radius: 3px;
  background: #fefefe;
}
.btn_career_select {
  position: relative;
}
.btn_career_select:after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
  background: url("../images/icon/arrow_select.png") no-repeat;
  background-size: 100%;
}
.btn_career_select.active:after {
  transform: translateY(-60%) scale(1, -1);
}
.box_career_select .paymentBox {
  display: none;
  margin: -1px 0 0;
  padding: 3px 5px 10px;
  position: relative;
}
/* プレミアムコード
------------------------- */
.career_celect .regist_premium {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
.career_celect .ac_regist_link a {
  color: transparent;
  font-size: 0;
  background: url(../images/regist/btn_premium.png) no-repeat;
  background-size: 100%;
  margin: 0 auto;
  width: 250px;
  height: 65px;
  display: block;
}
.regist_premium .cord_input {
  border: 1px solid #ea68c9;
  background: #F7E1F5;
  padding: 15px;
  margin: 0 10px 25px 10px;
  line-height: 1.5;
  text-align: left;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.caution_box {
  margin: 10px 0 20px;
  padding: 0 20px;
  text-align: left;
}
.caution_box li {
  margin-bottom: 8px;
  padding-left: 12px;
  line-height: 1.3;
  text-indent: -12px;
  font-size: 11px;
}
.regist_premium a {
  color: red;
}
/* 会員登録後にできること
------------------------- */
.privilege {
  padding: 10px 10px 0;
}
.privilege li {
  margin-bottom: 12px;
  padding: 0 0 2px 65px;
  border-bottom: 1px solid #eee;
  line-height: 15px;
  text-align: left;
  font-size: 12px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 55px;
}
.privilege li:first-child {
  background-image: url(../images/regist/icon/01.png);
}
.privilege li:nth-child(2) {
  background-image: url(../images/regist/icon/02.png);
}
.privilege li:nth-child(3) {
  background-image: url(../images/regist/icon/03.png);
}
.privilege li:nth-child(4) {
  background-image: url(../images/regist/icon/04.png);
}
.privilege li h4 {
  padding-bottom: 7px;
  font-size: 1.05em;
  font-weight: bold;
  color: #ead378;
}