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

career_select / login

////////////////////////////////////////////////////////*/
/* common
--------------------------------------- */
section {
  margin-bottom: 20px;
}
.career_select {
  padding: 10px 0 0;
}
/* tab
------------------------- */
.tab_menu {
  display: flex;
  align-items: center;
  height: 50px;
  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: 50px;
}
.tab_menu a {
  display: block;
  height: 100%;
}
.tab_menu.on2 {
  background-size: 0, 100%;
}
.tab_menu_item{
  position: relative;
  padding: 0 0 50px;
}
.tab_menu_item:after {
  content: '';
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 10px;
  left: 0;
  background: url("../images/regist/tab/deco.png") no-repeat;
  background-size: 100%;
}
.tab_menu_item h3 {
  margin-bottom: 10px;
  padding: 5px 0;
  border-top: 2px solid #c7b57d;
  border-bottom: 2px solid #c7b57d;
  letter-spacing: .05em;
  font-size: 14px;
  color: #fff;
}
[class^="panel_"] {
  padding: 7px 7px 20px;
  font-size: 13px;
}
[class^="panel_"] > .inner {
  border: 1px solid #c7b57d;
  color: #fff;
}
.panel_login {
  background: url("../images/regist/tab/bg1.jpg") repeat-y;
  background-size: 100%;
}
.panel_select {
  background: url("../images/regist/tab/bg2.jpg") repeat-y;
  background-size: 100%;
}
.panel_login > .inner {
  background: #af04a1;
}
.panel_select > .inner {
  background: #1333c4;
}
.panel_select a {
  color: yellow;
}
/* career_select
--------------------------------------- */
/* teller
------------------------- */
.career_select .box_teller {
  height: auto;
  padding-bottom: 20px;
  background: url(../images/teller/02.png) no-repeat right -15px center;
  background-size: 50%;
}
.box_teller .serif {
  padding: 10px;
  top: 10px;
  font-size: 12px;
}
/* お支払い方法選択
------------------------- */
.list_payment_select {
  padding: 0 0 25px;
  background: url("../images/line/01.png") no-repeat center bottom 10px;
  background-size: 98%;
}
.list_payment_select > li {
  margin: 0 0 10px;
  background: #fff;
}
.list_payment_select > li > div {
  margin: 0 !important;
}
.box_payment_select .tit_sub01 {
  display: none;
}
/*----- Amazon -----*/
.box_payment_select #AmazonPayButton {
  width: 100% !important;
}
.box_payment_select .paymentBox {
  background: none !important;
}
/*----- クレジットカード -----*/
.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: 130px;
  padding: 0 !important;
  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%;
}
.btn_cregit_select:after {
  content: none !important;
}
/* 一番人気 */
.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 27px;
  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;
}
.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_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 0 25px;
  text-align: left;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.caution_box {
  margin: 10px 0 20px;
  padding: 0 20px;
  text-align: left;
  font-size: 11px;
}
.caution_box li {
  line-height: 1.8;
  text-indent: -12px;
  padding-left: 12px;
}
.regist_premium a {
  color: red;
}
/* 会員登録後にできること
------------------------- */
.career_select .privilege {
	margin: 15px 5px 30px;
}
.career_select .privilege li {
	margin: 0 0 15px;
}
.career_select .privilege li .icon {
	width: 75px;
	height: 55px;
	margin: 0 10px 0 0;
	padding: 30px 0 0;
	font-size: 16px;
	font-weight: bold;
	background-image: url(../images/regist/icon.png);
	background-size: 100px auto;
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	text-shadow: 0 0 5px #000, 0 0 5px #000, 0 0 5px #000, 0 0 5px #000, 0 0 5px #000, 0 0 5px #000;
}
.career_select .privilege li .txt {
	width: 225px;
	font-size: 12px;
	text-align: left;
	float: left;
}
.career_select .privilege li .txt span {
	color: #ffff00;
	font-size: 13px;
	font-weight: bold;
}
.career_select .cord_input p, .career_select .cord_input span {
	color: #333 !important;
}
.career_select .list-menu_c li {
	border-top: 1px solid #929292;
}
.career_select .list-menu_c li:last-child {
	border-bottom: 1px solid #929292;
}
.career_select .list-menu_c li a {
	display: block;
	padding: 10px 20px 10px 10px;
	text-align: left;
	text-decoration: none;
	color: #ffffff;
	background-image: url(../images/icon/arrow_wh3.png);
	background-size: 16px auto;
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #4e5080;
}
/* career_login
--------------------------------------- */
/* ログイン方法選択
------------------------- */
.list_login_select > li {
  margin: 0 0 5px;
  position: relative;
  border-radius: 3px;
  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;
}