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

career_celect / login

////////////////////////////////////////////////////////*/
/* common
--------------------------------------- */
.career_celect {
    padding: 10px 0 0;
}
/* tab
------------------------- */
.tab_menu {
  display: flex;
  align-items: center;
  padding: 0;
  background-image: url(../images/regist/tab/tab1.png), url(../images/regist/tab/tab2.png);
  background-size: 100%, 0;
}
.tab_menu li {
  width: 50%;
  height: 52px;
}
.tab_menu a {
  display: block;
  height: 100%;
}
.tab_menu.on2 {
  background-size: 0, 100%;
}
.payment_select_wrap {
  padding: 15px;
  border-radius: 0;
  text-align: center;
  background: #9a048e;
}

/* career_celect
--------------------------------------- */
/* title
------------------------- */
.career_celect .tit_sub {
  min-height: 45px;
}
.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 {
  padding: 0 0 10px;
}
/* 1月出しわけ
------------------------- */
[class^="disp_jan-"] {
  margin-top: 5px;
}
/* お支払い方法選択
------------------------- */
.list_payment_select {
  padding: 0 0 15px;
  background: url("../images/line/02.png") no-repeat center bottom;
  background-size: 112%;
}
.list_payment_select > li {
  margin: 0 0 10px;
  border-radius: 5px;
  background: #fff;
}
.list_payment_select > li > div {
  margin: 0 !important;
}
.box_payment_select .tit_sub01 {
  display: none;
}
/*----- クレジットカード -----*/
.box_payment_select {
  padding: 8px;
  border-radius: 3px;
  color: #333;
}
.box_payment_select .inner {
  display: none;
  padding: 0;
}
.regist_credit {
  margin-bottom: 0 !important;
}
.regist_credit span {
  font-size: 12px;
}
/* btn */
.btn_cregit_select {
  height: 133px;
  padding: 0 !important;
  background: url("../images/regist/btn_cregit_select_on.png") no-repeat top, url("../images/regist/btn_cregit_select_off.png") no-repeat top;
  background-size: 0, 100%;
}
.btn_cregit_select.active {
  height: 75px;
  background-size: 100%, 0;
}
.btn_cregit_select:after {
  content: none !important;
}
/* 一番人気 */
.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: 7px 10px 5px 27px;
  position: relative;
  border: 2px solid #aaa;
  line-height: 1.5;
  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;
}
.js_continue + .paymentBox {
  display: none;
  margin: -1px 0 0;
  padding: 2px 5px 10px;
  position: relative;
}
[class^="list_"] [class^="btn_"] {
  position: relative;
  padding-right: 25px;
  cursor: pointer;
}
[class^="list_"] [class^="btn_"]:after {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
  background: url("../images/icon/arrow_select.png") no-repeat;
  background-size: 100%;
}
[class^="btn_"].active:after {
  transform: translateY(-60%) scale(1, -1);
}
/* プレミアムコード
------------------------- */
.career_celect .regist_premium {
  margin: 0 0 15px;
  padding: 0;
  border: none;
  background: none;
}
.career_celect .ac_regist_link a {
  display: block;
  width: 270px;
  height: 70px;
  margin: 0 auto;
  font-size: 0;
  color: transparent;
  background: url(../images/regist/btn_premium.png) no-repeat;
  background-size: 100%;
}
.regist_premium .cord_input {
  border: 1px solid #ea68c9;
  background: #F7E1F5;
  padding: 15px;
  margin: 0 0 25px;
  line-height: 1.5;
  text-align: left;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.caution_box {
  padding: 0 12px;
  text-align: left;
}
.caution_box li {
  padding-left: 12px;
  line-height: 1.3;
  text-indent: -12px;
  font-size: 10px;
  font-weight: bold;
}
.caution_box li + li{
margin-top: 8px;
}
.regist_premium a {
  color: red;
}
/* 会員登録後にできること
------------------------- */
.privilege {
  margin-bottom: 20px;
  padding: 15px 13px 5px;
  background: #4b0045;
}
.privilege li {
  margin-bottom: 12px;
  padding: 0 0 2px 55px;
  border-bottom: 1.5px solid #d7bf55;
  line-height: 15px;
  text-align: left;
  font-size: 12px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 45px;
}
.privilege li:first-child {
  background-image: url(../images/regist/icon/1.png);
}
.privilege li:nth-child(2) {
  background-image: url(../images/regist/icon/2.png);
}
.privilege li:nth-child(3) {
  background-image: url(../images/regist/icon/3.png);
}
.privilege li:nth-child(4) {
  border: 0;
  background-image: url(../images/regist/icon/4.png);
}
.privilege li h4 {
  padding-bottom: 7px;
  font-size: 1.05em;
  font-weight: bold;
  color: yellow;
}

/* career_login
--------------------------------------- */
/* ログイン方法選択
------------------------- */
.list_login_select > li {
  margin: 0 0 5px;
  position: relative;
  border-radius: 5px;
  line-height: 32px;
  font-weight: bold;
  background: #fff;
}
.list_login_select > li:last-child {
  margin-bottom: 0;
}
/* icon */
.list_login_select .icon {
  display: inline-block;
  width: 18px;
  margin-bottom: 0;
}
/*----- キャリア/amazon/SNS common -----*/
.list_login_select a, .btn_career_select, .btn_sns_select, .box_login_amazon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  text-decoration: none;
  color: #1a1a1a;
}
/*----- キャリア -----*/
.box_login_career .btn_career_select > img {
  width: 140px;
}
/*----- amazon -----*/
.box_login_amazon {
  overflow: hidden;
}
.box_login_amazon #AmazonPayButton {
  opacity: 0;
  height: 100% !important;
  position: absolute !important;
  top: 0;
  left: 0;
}
#AmazonPayButton {
  margin-bottom: 0 !important;
}
/* icon */
.box_login_amazon .icon {
  width: 54px;
}
/*----- SNS -----*/
.box_login_sns .paymentBox li {
  width: 47%;
}
/* icon */
.btn_sns_select > span {
  display: flex;
  align-items: center;
}
.box_login_sns .icon {
  margin-left: 4px;
  vertical-align: -5px;
}