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

career_select

////////////////////////////////////////////////////////*/
/* teller
------------------------- */
.career_select .box_teller {
  height: 160px;
  background: url(../images/teller/01.png) no-repeat right center;
  background-size: 40%;
}
.box_teller .serif {
  padding: 10px;
  top: 10px;
  font-size: 12px;
}
/* お支払い方法選択
------------------------- */
.list_payment_select {
  padding: 0 0 15px;
  background: url("../images/line/01.png") no-repeat center bottom;
  background-size: 98%;
}
.list_payment_select > li {
  margin: 0 10px 10px;
}
.box_payment_select .tit_sub01 {
  display: none;
}
/*----- クレジットカード -----*/
.box_payment_select {
  padding: 8px;
  border-radius: 3px;
  color: #333;
  background: #fefefe;
}
.box_payment_select .inner {
  display: none;
  padding: 5px;
}
.paymentBox.regist_credit {
  margin-bottom: 0 !important;
  background: none !important;
}
/* 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 !important;
  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_select .regist_premium {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
.career_select .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;
  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 {
  line-height: 1.8;
  text-indent: -12px;
  padding-left: 12px;
  font-size: 11px;
}
.regist_premium a {
  color: red;
}
/* 会員登録後にできること
------------------------- */
.privilege {
  padding: 10px 10px 30px;
}
.privilege li {
  text-align: left;
}
.privilege li {
  padding: 10px 0 5px 65px;
  line-height: 15px;
  font-size: 12px;
}
.privilege li:first-child {
  background: url(../images/regist/icon_point1.png) no-repeat left center;
  background-size: 60px;
}
.privilege li:nth-child(2) {
  background: url(../images/regist/icon_point2.png) no-repeat left center;
  background-size: 60px;
}
.privilege li:nth-child(3) {
  background: url(../images/regist/icon_point3.png) no-repeat left center;
  background-size: 60px;
}
.privilege li:nth-child(4) {
  background: url(../images/regist/icon_point4.png) no-repeat left center;
  background-size: 60px;
}
.privilege li h4, .privilege .txt01 {
  font-family: "Sawarabi Mincho", "ＭＳ Ｐ�?????", "MS PMincho", "?????????????????? Pro W3", "Hiragino Mincho Pro", serif;
  font-weight: bold;
  font-size: 13px;
}
.privilege li h4 {
  padding-bottom: 3px;
  text-shadow: 0 1px 3px #00054c, 0 1px 3px #00054c;
  color: #ffcb41;
}
.privilege .txt01 {
  padding: 20px 0;
}